@bikdotai/bik-component-library 0.0.831 → 0.0.832-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/agent-builder/AgentBuilder.js +1 -1
- package/dist/cjs/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionField.js +1 -1
- package/dist/cjs/components/agent-builder/components/MentionField.js.map +1 -1
- package/dist/cjs/components/agent-builder/components/MentionPicker.js +11 -4
- package/dist/cjs/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
- package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js +1 -1
- package/dist/cjs/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js +1 -1
- package/dist/cjs/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/cjs/components/agent-builder/utils/toolActions.js +1 -1
- package/dist/cjs/components/agent-builder/utils/toolActions.js.map +1 -1
- package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/EmailV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/EmailV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/FacebookV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/FacebookV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/GmailV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/GmailV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/InstagramV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/InstagramV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/MessengerV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/MessengerV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/PhoneV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/PhoneV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/RcsV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/RcsV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/SmsV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/SmsV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/TaskV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/TaskV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/WebpushV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/WebpushV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
- package/dist/cjs/icons/Social/Channels/WhatsAppV2.js +2 -0
- package/dist/cjs/icons/Social/Channels/WhatsAppV2.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.js +91 -87
- package/dist/esm/components/agent-builder/AgentBuilder.js.map +1 -1
- package/dist/esm/components/agent-builder/AgentBuilder.model.d.ts +25 -1
- package/dist/esm/components/agent-builder/components/MentionField.js +56 -44
- package/dist/esm/components/agent-builder/components/MentionField.js.map +1 -1
- package/dist/esm/components/agent-builder/components/MentionPicker.js +135 -116
- package/dist/esm/components/agent-builder/components/MentionPicker.js.map +1 -1
- package/dist/esm/components/agent-builder/constants/tools.d.ts +25 -1
- package/dist/esm/components/agent-builder/constants/tools.js +20 -12
- package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.d.ts +10 -0
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +129 -123
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js +31 -28
- package/dist/esm/components/agent-builder/steps/Step3HowItResponds.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/toolActions.d.ts +1 -1
- package/dist/esm/components/agent-builder/utils/toolActions.js +13 -9
- package/dist/esm/components/agent-builder/utils/toolActions.js.map +1 -1
- package/dist/esm/icons/Social/Channels/EmailMarketingV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/EmailMarketingV2.js +41 -0
- package/dist/esm/icons/Social/Channels/EmailMarketingV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/EmailV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/EmailV2.js +30 -0
- package/dist/esm/icons/Social/Channels/EmailV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/FacebookCommentV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/FacebookCommentV2.js +53 -0
- package/dist/esm/icons/Social/Channels/FacebookCommentV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/FacebookV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/FacebookV2.js +28 -0
- package/dist/esm/icons/Social/Channels/FacebookV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/GmailV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/GmailV2.js +30 -0
- package/dist/esm/icons/Social/Channels/GmailV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/InstagramCommentV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/InstagramCommentV2.js +53 -0
- package/dist/esm/icons/Social/Channels/InstagramCommentV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/InstagramV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/InstagramV2.js +39 -0
- package/dist/esm/icons/Social/Channels/InstagramV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/MessengerV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/MessengerV2.js +28 -0
- package/dist/esm/icons/Social/Channels/MessengerV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/PhoneV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/PhoneV2.js +30 -0
- package/dist/esm/icons/Social/Channels/PhoneV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/RcsV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/RcsV2.js +30 -0
- package/dist/esm/icons/Social/Channels/RcsV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/SmsV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/SmsV2.js +30 -0
- package/dist/esm/icons/Social/Channels/SmsV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/TaskV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/TaskV2.js +37 -0
- package/dist/esm/icons/Social/Channels/TaskV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/WebpushV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/WebpushV2.js +39 -0
- package/dist/esm/icons/Social/Channels/WebpushV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/WhatsAppCallV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js +46 -0
- package/dist/esm/icons/Social/Channels/WhatsAppCallV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/WhatsAppV2.d.ts +6 -0
- package/dist/esm/icons/Social/Channels/WhatsAppV2.js +30 -0
- package/dist/esm/icons/Social/Channels/WhatsAppV2.js.map +1 -0
- package/dist/esm/icons/Social/Channels/index.d.ts +15 -0
- package/dist/esm/icons/index.d.ts +25 -25
- package/dist/esm/icons/index.js +484 -454
- package/dist/esm/icons/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),s=require("react"),G=require("../../TypographyStyle.js"),U=require("../../../constants/Theme.js"),m=require("../AgentBuilder.styled.js"),Se=require("../components/ConfigToolPanel.js"),me=require("../components/CreateSubAgentPanel.js"),W=require("../components/MentionField.js"),fe=require("../components/RestApiToolPanel.js"),z=require("../components/SelectableListSection.js"),Te=require("../components/StepSectionHeader.js"),ye=require("../constants/steps.js"),p=require("../constants/tools.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),s=require("react"),G=require("../../TypographyStyle.js"),U=require("../../../constants/Theme.js"),m=require("../AgentBuilder.styled.js"),Se=require("../components/ConfigToolPanel.js"),me=require("../components/CreateSubAgentPanel.js"),W=require("../components/MentionField.js"),fe=require("../components/RestApiToolPanel.js"),z=require("../components/SelectableListSection.js"),Te=require("../components/StepSectionHeader.js"),ye=require("../constants/steps.js"),p=require("../constants/tools.js"),Ae=require("../context/AgentBuilderContext.js"),r=require("../utils/mentionSerialization.js"),A=require("../utils/sourceIcons.js"),he=require("../utils/toolActions.js"),Ce=require("../../dropdown/Dropdown.js"),Ie=require("../../dropdown/utils.js"),ve=t=>A.renderSourceIcon(A.sourceIcon(t))??void 0,$=t=>({label:t.display_name,value:t.tool_id,leadingIcon:ve(t.source??p.ToolSource.Manifest)}),V=ye.STEP_DEFINITIONS[2],J=(t,i)=>{const f=t??[];return f.some(u=>u.id===i.id)?f.map(u=>u.id===i.id?i:u):[...f,i]},xe=()=>{const{value:t,patch:i,updateField:f,addReference:u,removeReference:N,availableTools:T,availableSubAgents:Q,availableModels:k,configToolTemplates:R,applicationType:D,charLimits:y,insertMention:c,onCreateSubAgent:g,onFetchSubAgent:h,onUpdateSubAgent:O,onImproveSubAgent:X,onImproveToolInstructions:w,registerSubAgentCreator:j,registerToolActionHandler:q}=Ae.useAgentBuilderContext(),[d,C]=s.useState(null),I=s.useRef(0),[a,b]=s.useState(null),v=s.useRef(0),M=s.useCallback(e=>{v.current+=1,b({key:v.current,kind:"restapi",initialRest:e})},[]),E=s.useCallback((e,o)=>{v.current+=1,b({key:v.current,kind:"config",toolKey:e,initialConfig:o})},[]),Y=s.useCallback(e=>{const o=!(t.restApiTools??[]).some(l=>l.id===e.id);i({restApiTools:J(t.restApiTools,e)}),o&&c("tool",e.id,r.restApiMentionItem(e).label),b(null)},[i,t.restApiTools,c]),Z=s.useCallback(e=>{const o=!(t.configTools??[]).some(l=>l.id===e.id);i({configTools:J(t.configTools,e)}),o&&c("tool",e.id,r.configToolMentionItem(e).label),b(null)},[i,t.configTools,c]),L=s.useCallback(e=>{const o=p.CONFIG_TOOL_SOURCES[e];o?E(o):M()},[E,M]);s.useEffect(()=>(q(L),()=>q(null)),[q,L]);const[ee,K]=s.useState([]),x=new Map;Q.forEach(e=>x.set(e.id,e)),ee.forEach(e=>x.set(e.id,e));const H=Array.from(x.values()),_=s.useCallback(()=>{I.current+=1,C({key:I.current,title:"Create sub-agent"})},[]);s.useEffect(()=>{if(g)return j(_),()=>j(null)},[j,_,g]);const oe=s.useCallback(async e=>{if(!h)return;const o=await h(e);I.current+=1,C({key:I.current,title:"Edit sub-agent",editingId:e,initial:o})},[h]),te=s.useCallback(async e=>{if(d?.editingId){if(O){const o=await O(d.editingId,e);K(l=>[...l.filter(S=>S.id!==o.id),o])}}else if(g){const o=await g(e);K(l=>[...l,o]),i({subagents:[...t.subagents,o.id]}),c("subagent",o.id,`sub-agent: ${o.name}`)}C(null)},[d,O,g,i,t.subagents,c]),ne=t.tools.map(e=>{const o=T.find(l=>l.tool_id===e);return o?{id:e,label:o.display_name,icon:A.sourceIcon(o.source??p.ToolSource.Manifest)}:null}).filter(e=>e!==null),le=(t.restApiTools??[]).map(e=>({id:e.id,label:r.restApiToolName(e),icon:A.SOURCE_ICONS[p.ToolSource.RestApi],onConfigure:()=>M(e)})),se=(t.configTools??[]).map(e=>({id:e.id,label:r.configToolName(e),icon:A.SOURCE_ICONS[e.tool_key==="send_slack_message"?p.ToolSource.Slack:p.ToolSource.EmailHandover],onConfigure:()=>E(e.tool_key,e)})),ie=[...ne,...le,...se],ae=he.buildToolActions(R,L),re=T.map($),ce=(()=>{const e=[],o=new Map;return T.forEach(l=>{const S=l.source??p.ToolSource.Manifest;o.has(S)||(o.set(S,[]),e.push(S)),o.get(S)?.push($(l))}),e.map(l=>({source:l,label:r.toolSourceLabel(l),options:o.get(l)??[]}))})(),ue=t.subagents.map(e=>{const o=x.get(e);return o?{id:e,label:o.name}:null}).filter(e=>e!==null),de=H.map(e=>({label:e.name,value:e.id})),B=r.appTypeLabel(D),pe=[...r.buildAgentMentionItems(T,[],B),...r.buildCustomToolMentionItems(t.configTools,t.restApiTools)],ge=r.buildAgentMentionItems([],H,B),be=k.map(e=>({label:e.label,value:e.value,selected:e.value===t.model})),P=k.find(e=>e.value===t.model),F=a?.kind==="config"&&a.toolKey?R?.[a.toolKey]:void 0;return n.jsxs(m.Step3Root,{children:[n.jsx(Te.StepSectionHeader,{title:V.title,helper:V.helper}),n.jsxs(m.Step3Grid,{$grow:!0,children:[n.jsxs(m.SectionBodyWrap,{children:[n.jsx(W.MentionField,{fieldKey:"instructions","data-test":"agent-instructions",label:"Instructions",maxLength:y.instructions,placeholder:"Write what this agent should do. Type @ to reference a tool or sub-agent.",minHeight:"200px"}),n.jsx(W.MentionField,{fieldKey:"guardrail","data-test":"agent-guardrail",label:"Guardrails",maxLength:y.guardrail,placeholder:"Things this agent must never do. Type @ to reference a tool or sub-agent.",minHeight:"140px"})]}),n.jsx(m.Step3Divider,{}),n.jsxs(m.SectionBodyWrap,{children:[n.jsx(z.SelectableListSection,{title:"Tools",helper:"Actions this agent can take while responding.",dataTestPrefix:"agent-tools",items:ie,addableOptions:re,sourceGroups:ce,mentionItems:pe,actionSources:ae,emptyText:"No tools added yet.",onAdd:e=>{c("tool",e),u("tool",e)},onRemove:e=>N("tool",e),confirmDelete:{noun:"tool"}}),n.jsx(z.SelectableListSection,{title:"Sub-agents",helper:"Other agents this agent can hand off the conversation to.",dataTestPrefix:"agent-subagents",items:ue,addableOptions:de,mentionItems:ge,emptyText:"No sub-agents added yet.",onAdd:e=>{c("subagent",e),u("subagent",e)},onRemove:e=>N("subagent",e),confirmDelete:{noun:"sub-agent"},onConfigure:h?oe:void 0,createOption:g?{label:"Create new",onSelect:_}:void 0}),k.length>0&&n.jsxs(m.SideSection,{children:[n.jsx(G.TitleSmall,{color:U.COLORS.content.primary,children:"Advanced settings"}),n.jsx(G.TitleSmall,{color:U.COLORS.content.secondary,children:"Select AI model"}),n.jsx(Ce.Dropdown,{"data-test":"agent-model",size:"small",width:"100%",placeHolder:"Select model",options:be,defaultOptions:P?[{label:P.label,value:P.value}]:void 0,onSelect:e=>{const o=Ie.unwrapDropdownValue(e);o&&f("model",o)}})]})]})]}),d&&n.jsx(me.CreateSubAgentPanel,{title:d.title,initial:d.initial,availableTools:T,configToolTemplates:R,appLabel:r.appTypeLabel(D),charLimits:y,onImprove:X,onImproveToolInstructions:w,onClose:()=>C(null),onSave:te},d.key),a?.kind==="restapi"&&n.jsx(fe.RestApiToolPanel,{initial:a.initialRest,charLimits:y,onImprove:w,onClose:()=>b(null),onSave:Y},a.key),a?.kind==="config"&&a.toolKey&&F&&n.jsx(Se.ConfigToolPanel,{toolKey:a.toolKey,template:F,initial:a.initialConfig,charLimits:y,onImprove:w,onClose:()=>b(null),onSave:Z},a.key)]})};exports.Step3HowItResponds=xe;
|
|
2
2
|
//# sourceMappingURL=Step3HowItResponds.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Step3HowItResponds.js","sources":["../../../../../src/components/agent-builder/steps/Step3HowItResponds.tsx"],"sourcesContent":["import React, { useCallback, useEffect, useRef, useState } from 'react';\nimport { Dropdown, unwrapDropdownValue } from '@src/components/dropdown';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport { TitleSmall } from '@src/components/TypographyStyle';\nimport { COLORS } from '@src/constants/Theme';\nimport {\n\tAgentTool,\n\tConfigToolConfig,\n\tConfigToolKey,\n\tRestApiToolConfig,\n\tSubAgentDraft,\n\tSubAgentRef,\n} from '../AgentBuilder.model';\nimport {\n\tSectionBodyWrap,\n\tSideSection,\n\tStep3Divider,\n\tStep3Grid,\n\tStep3Root,\n} from '../AgentBuilder.styled';\nimport { ConfigToolPanel } from '../components/ConfigToolPanel';\nimport { CreateSubAgentPanel } from '../components/CreateSubAgentPanel';\nimport { MentionField } from '../components/MentionField';\nimport { RestApiToolPanel } from '../components/RestApiToolPanel';\nimport {\n\tSelectableItem,\n\tSelectableListSection,\n\tSourceGroup,\n} from '../components/SelectableListSection';\nimport { StepSectionHeader } from '../components/StepSectionHeader';\nimport { STEP_DEFINITIONS } from '../constants/steps';\nimport { CONFIG_TOOL_SOURCES, ToolSource } from '../constants/tools';\nimport { useAgentBuilderContext } from '../context/AgentBuilderContext';\nimport {\n\tappTypeLabel,\n\tbuildAgentMentionItems,\n\tconfigToolMentionItem,\n\tconfigToolName,\n\trestApiMentionItem,\n\trestApiToolName,\n\ttoolSourceLabel,\n} from '../utils/mentionSerialization';\nimport {\n\trenderSourceIcon,\n\tSOURCE_ICONS,\n\tsourceIcon,\n} from '../utils/sourceIcons';\nimport { buildToolActions } from '../utils/toolActions';\n\n/** Source brand glyph for a tool, as a dropdown leadingIcon element. */\nconst toolIconEl = (source: string): JSX.Element | undefined =>\n\trenderSourceIcon(sourceIcon(source)) ?? undefined;\n\n/** Dropdown option for a tool: icon left of the name, no description. */\nconst toolOption = (t: AgentTool): SingleOption => ({\n\tlabel: t.display_name,\n\tvalue: t.tool_id,\n\tleadingIcon: toolIconEl(t.source ?? ToolSource.Manifest),\n});\n\nconst STEP = STEP_DEFINITIONS[2];\n\n/** Drawer state — null when closed; `key` remounts it fresh per open. */\ninterface SubAgentPanelState {\n\tkey: number;\n\ttitle: string;\n\teditingId?: string;\n\tinitial?: SubAgentDraft;\n}\n\n/**\n * Config-tool drawer state; `key` remounts fresh. `restapi` is the bespoke Rest\n * API panel; `config` is the shared dynamic panel (email / Slack), tagged with\n * its `toolKey`.\n */\ninterface ToolDrawerState {\n\tkey: number;\n\tkind: 'restapi' | 'config';\n\ttoolKey?: ConfigToolKey;\n\tinitialRest?: RestApiToolConfig;\n\tinitialConfig?: ConfigToolConfig;\n}\n\n/** Upsert an item by id (replace when present, append otherwise). */\nconst upsertById = <T extends { id: string }>(\n\tlist: T[] | undefined,\n\titem: T,\n): T[] => {\n\tconst arr = list ?? [];\n\treturn arr.some((x) => x.id === item.id)\n\t\t? arr.map((x) => (x.id === item.id ? item : x))\n\t\t: [...arr, item];\n};\n\nexport const Step3HowItResponds: React.FC = () => {\n\tconst {\n\t\tvalue,\n\t\tpatch,\n\t\tupdateField,\n\t\taddReference,\n\t\tremoveReference,\n\t\tavailableTools,\n\t\tavailableSubAgents,\n\t\tavailableModels,\n\t\tconfigToolTemplates,\n\t\tapplicationType,\n\t\tcharLimits,\n\t\tinsertMention,\n\t\tonCreateSubAgent,\n\t\tonFetchSubAgent,\n\t\tonUpdateSubAgent,\n\t\tonImproveSubAgent,\n\t\tonImproveToolInstructions,\n\t\tregisterSubAgentCreator,\n\t\tregisterToolActionHandler,\n\t} = useAgentBuilderContext();\n\n\tconst [panel, setPanel] = useState<SubAgentPanelState | null>(null);\n\tconst panelKeyRef = useRef(0);\n\n\t// Rest API (bespoke) + shared config-tool drawers (separate from the sub-agent one).\n\tconst [toolDrawer, setToolDrawer] = useState<ToolDrawerState | null>(null);\n\tconst toolDrawerKeyRef = useRef(0);\n\tconst openRestApi = useCallback((initial?: RestApiToolConfig) => {\n\t\ttoolDrawerKeyRef.current += 1;\n\t\tsetToolDrawer({\n\t\t\tkey: toolDrawerKeyRef.current,\n\t\t\tkind: 'restapi',\n\t\t\tinitialRest: initial,\n\t\t});\n\t}, []);\n\tconst openConfigTool = useCallback(\n\t\t(toolKey: ConfigToolKey, initial?: ConfigToolConfig) => {\n\t\t\ttoolDrawerKeyRef.current += 1;\n\t\t\tsetToolDrawer({\n\t\t\t\tkey: toolDrawerKeyRef.current,\n\t\t\t\tkind: 'config',\n\t\t\t\ttoolKey,\n\t\t\t\tinitialConfig: initial,\n\t\t\t});\n\t\t},\n\t\t[],\n\t);\n\tconst handleSaveRestApi = useCallback(\n\t\t(config: RestApiToolConfig) => {\n\t\t\tconst isNew = !(value.restApiTools ?? []).some((t) => t.id === config.id);\n\t\t\tpatch({ restApiTools: upsertById(value.restApiTools, config) });\n\t\t\t// Drop a reference chip at the cursor on creation (edits keep the chip).\n\t\t\tif (isNew) {\n\t\t\t\tinsertMention('tool', config.id, restApiMentionItem(config).label);\n\t\t\t}\n\t\t\tsetToolDrawer(null);\n\t\t},\n\t\t[patch, value.restApiTools, insertMention],\n\t);\n\tconst handleSaveConfigTool = useCallback(\n\t\t(config: ConfigToolConfig) => {\n\t\t\tconst isNew = !(value.configTools ?? []).some((t) => t.id === config.id);\n\t\t\tpatch({ configTools: upsertById(value.configTools, config) });\n\t\t\tif (isNew) {\n\t\t\t\tinsertMention('tool', config.id, configToolMentionItem(config).label);\n\t\t\t}\n\t\t\tsetToolDrawer(null);\n\t\t},\n\t\t[patch, value.configTools, insertMention],\n\t);\n\n\t// Open a tool action's drawer by picker source (restapi / email / slack).\n\tconst openToolAction = useCallback(\n\t\t(source: ToolSource) => {\n\t\t\tconst toolKey = CONFIG_TOOL_SOURCES[source];\n\t\t\tif (toolKey) {\n\t\t\t\topenConfigTool(toolKey);\n\t\t\t} else {\n\t\t\t\topenRestApi();\n\t\t\t}\n\t\t},\n\t\t[openConfigTool, openRestApi],\n\t);\n\t// Let the `@` reference picker (Instructions / Guardrails) open these drawers.\n\tuseEffect(() => {\n\t\tregisterToolActionHandler(openToolAction);\n\t\treturn () => registerToolActionHandler(null);\n\t}, [registerToolActionHandler, openToolAction]);\n\t// Sub-agents created / edited in this session, so a chip resolves (and reflects\n\t// a renamed sub-agent) before the consumer refreshes `availableSubAgents`.\n\tconst [createdSubAgents, setCreatedSubAgents] = useState<SubAgentRef[]>([]);\n\t// Created/edited refs take precedence over the consumer-supplied list.\n\tconst subAgentById = new Map<string, SubAgentRef>();\n\tavailableSubAgents.forEach((s) => subAgentById.set(s.id, s));\n\tcreatedSubAgents.forEach((s) => subAgentById.set(s.id, s));\n\tconst knownSubAgents = Array.from(subAgentById.values());\n\n\tconst openCreate = useCallback(() => {\n\t\tpanelKeyRef.current += 1;\n\t\tsetPanel({ key: panelKeyRef.current, title: 'Create sub-agent' });\n\t}, []);\n\n\t// Let the `@` picker's \"Create new\" row open this step's drawer.\n\tuseEffect(() => {\n\t\tif (!onCreateSubAgent) {\n\t\t\treturn;\n\t\t}\n\t\tregisterSubAgentCreator(openCreate);\n\t\treturn () => registerSubAgentCreator(null);\n\t}, [registerSubAgentCreator, openCreate, onCreateSubAgent]);\n\n\tconst openConfigure = useCallback(\n\t\tasync (id: string) => {\n\t\t\tif (!onFetchSubAgent) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tconst data = await onFetchSubAgent(id);\n\t\t\tpanelKeyRef.current += 1;\n\t\t\tsetPanel({\n\t\t\t\tkey: panelKeyRef.current,\n\t\t\t\ttitle: 'Edit sub-agent',\n\t\t\t\teditingId: id,\n\t\t\t\tinitial: data,\n\t\t\t});\n\t\t},\n\t\t[onFetchSubAgent],\n\t);\n\n\tconst handlePanelSave = useCallback(\n\t\tasync (draft: SubAgentDraft) => {\n\t\t\tif (panel?.editingId) {\n\t\t\t\tif (onUpdateSubAgent) {\n\t\t\t\t\tconst ref = await onUpdateSubAgent(panel.editingId, draft);\n\t\t\t\t\tsetCreatedSubAgents((prev) => [\n\t\t\t\t\t\t...prev.filter((s) => s.id !== ref.id),\n\t\t\t\t\t\tref,\n\t\t\t\t\t]);\n\t\t\t\t}\n\t\t\t} else if (onCreateSubAgent) {\n\t\t\t\tconst ref = await onCreateSubAgent(draft);\n\t\t\t\tsetCreatedSubAgents((prev) => [...prev, ref]);\n\t\t\t\tpatch({ subagents: [...value.subagents, ref.id] });\n\t\t\t\tinsertMention('subagent', ref.id, `sub-agent: ${ref.name}`);\n\t\t\t}\n\t\t\tsetPanel(null);\n\t\t},\n\t\t[\n\t\t\tpanel,\n\t\t\tonUpdateSubAgent,\n\t\t\tonCreateSubAgent,\n\t\t\tpatch,\n\t\t\tvalue.subagents,\n\t\t\tinsertMention,\n\t\t],\n\t);\n\n\tconst toolItems: SelectableItem[] = value.tools\n\t\t.map((id): SelectableItem | null => {\n\t\t\tconst tool = availableTools.find((t) => t.tool_id === id);\n\t\t\treturn tool\n\t\t\t\t? {\n\t\t\t\t\t\tid,\n\t\t\t\t\t\tlabel: tool.display_name,\n\t\t\t\t\t\ticon: sourceIcon(tool.source ?? ToolSource.Manifest),\n\t\t\t\t }\n\t\t\t\t: null;\n\t\t})\n\t\t.filter((x): x is SelectableItem => x !== null);\n\n\t// Inline-configured tools (Rest API + the shared email / Slack tools) live on\n\t// the value, not in `tools`. They render as rows in the same Tools list, each\n\t// with its own Configure (edit) action that reopens its drawer.\n\tconst restApiItems: SelectableItem[] = (value.restApiTools ?? []).map(\n\t\t(t) => ({\n\t\t\tid: t.id,\n\t\t\tlabel: restApiToolName(t),\n\t\t\ticon: SOURCE_ICONS[ToolSource.RestApi],\n\t\t\tonConfigure: () => openRestApi(t),\n\t\t}),\n\t);\n\tconst configToolItems: SelectableItem[] = (value.configTools ?? []).map(\n\t\t(t) => ({\n\t\t\tid: t.id,\n\t\t\tlabel: configToolName(t),\n\t\t\ticon: SOURCE_ICONS[\n\t\t\t\tt.tool_key === 'send_slack_message'\n\t\t\t\t\t? ToolSource.Slack\n\t\t\t\t\t: ToolSource.EmailHandover\n\t\t\t],\n\t\t\tonConfigure: () => openConfigTool(t.tool_key, t),\n\t\t}),\n\t);\n\tconst allToolItems: SelectableItem[] = [\n\t\t...toolItems,\n\t\t...restApiItems,\n\t\t...configToolItems,\n\t];\n\n\t// Built-in tools that open a config drawer instead of inserting a mention.\n\t// Shown as empty-state buttons AND in the `@` picker's Tools view. The shared\n\t// email / Slack forms are backend-driven, so each is offered only when its\n\t// template was provided.\n\tconst toolActionSources = buildToolActions(\n\t\tconfigToolTemplates,\n\t\topenToolAction,\n\t);\n\n\t// All tools are offered (even already-added ones) so a tool can be referenced\n\t// again in the text; the chip list below still shows each only once.\n\tconst toolOptions: SingleOption[] = availableTools.map(toolOption);\n\n\t// Group tools by source (Manifest / Shopify / …) for the empty-state buttons.\n\tconst toolSourceGroups: SourceGroup[] = (() => {\n\t\tconst order: string[] = [];\n\t\tconst bySource = new Map<string, SingleOption[]>();\n\t\tavailableTools.forEach((t) => {\n\t\t\tconst src = t.source ?? ToolSource.Manifest;\n\t\t\tif (!bySource.has(src)) {\n\t\t\t\tbySource.set(src, []);\n\t\t\t\torder.push(src);\n\t\t\t}\n\t\t\tbySource.get(src)?.push(toolOption(t));\n\t\t});\n\t\treturn order.map((src) => ({\n\t\t\tsource: src,\n\t\t\tlabel: toolSourceLabel(src),\n\t\t\toptions: bySource.get(src) ?? [],\n\t\t}));\n\t})();\n\n\tconst subAgentItems: SelectableItem[] = value.subagents\n\t\t.map((id): SelectableItem | null => {\n\t\t\tconst sub = subAgentById.get(id);\n\t\t\treturn sub ? { id, label: sub.name } : null;\n\t\t})\n\t\t.filter((x): x is SelectableItem => x !== null);\n\n\tconst subAgentOptions: SingleOption[] = knownSubAgents.map((s) => ({\n\t\tlabel: s.name,\n\t\tvalue: s.id,\n\t}));\n\n\t// Per-section `@`-picker items so the header \"+\" opens the same reference\n\t// picker as the Instructions editor, drilled straight into this section's\n\t// category (tools OR sub-agents).\n\tconst appLabel = appTypeLabel(applicationType);\n\tconst toolMentionItems = buildAgentMentionItems(availableTools, [], appLabel);\n\tconst subAgentMentionItems = buildAgentMentionItems(\n\t\t[],\n\t\tknownSubAgents,\n\t\tappLabel,\n\t);\n\n\tconst modelOptions: SingleOption[] = availableModels.map((m) => ({\n\t\tlabel: m.label,\n\t\tvalue: m.value,\n\t\tselected: m.value === value.model,\n\t}));\n\tconst selectedModel = availableModels.find((m) => m.value === value.model);\n\n\t// The template for the open shared-drawer tool (undefined unless a config\n\t// drawer is open and its template was provided).\n\tconst openConfigTemplate =\n\t\ttoolDrawer?.kind === 'config' && toolDrawer.toolKey\n\t\t\t? configToolTemplates?.[toolDrawer.toolKey]\n\t\t\t: undefined;\n\n\treturn (\n\t\t<Step3Root>\n\t\t\t<StepSectionHeader title={STEP.title} helper={STEP.helper} />\n\n\t\t\t<Step3Grid $grow>\n\t\t\t\t<SectionBodyWrap>\n\t\t\t\t\t<MentionField\n\t\t\t\t\t\tfieldKey=\"instructions\"\n\t\t\t\t\t\tdata-test=\"agent-instructions\"\n\t\t\t\t\t\tlabel=\"Instructions\"\n\t\t\t\t\t\tmaxLength={charLimits.instructions}\n\t\t\t\t\t\tplaceholder=\"Write what this agent should do. Type @ to reference a tool or sub-agent.\"\n\t\t\t\t\t\tminHeight=\"200px\"\n\t\t\t\t\t/>\n\n\t\t\t\t\t<MentionField\n\t\t\t\t\t\tfieldKey=\"guardrail\"\n\t\t\t\t\t\tdata-test=\"agent-guardrail\"\n\t\t\t\t\t\tlabel=\"Guardrails\"\n\t\t\t\t\t\tmaxLength={charLimits.guardrail}\n\t\t\t\t\t\tplaceholder=\"Things this agent must never do. Type @ to reference a tool or sub-agent.\"\n\t\t\t\t\t\tminHeight=\"140px\"\n\t\t\t\t\t/>\n\t\t\t\t</SectionBodyWrap>\n\n\t\t\t\t<Step3Divider />\n\n\t\t\t\t<SectionBodyWrap>\n\t\t\t\t\t<SelectableListSection\n\t\t\t\t\t\ttitle=\"Tools\"\n\t\t\t\t\t\thelper=\"Actions this agent can take while responding.\"\n\t\t\t\t\t\tdataTestPrefix=\"agent-tools\"\n\t\t\t\t\t\titems={allToolItems}\n\t\t\t\t\t\taddableOptions={toolOptions}\n\t\t\t\t\t\tsourceGroups={toolSourceGroups}\n\t\t\t\t\t\tmentionItems={toolMentionItems}\n\t\t\t\t\t\tactionSources={toolActionSources}\n\t\t\t\t\t\temptyText=\"No tools added yet.\"\n\t\t\t\t\t\tonAdd={(id) => {\n\t\t\t\t\t\t\t// Always drop a chip at the cursor; addReference dedupes and reads\n\t\t\t\t\t\t\t// the latest value.\n\t\t\t\t\t\t\tinsertMention('tool', id);\n\t\t\t\t\t\t\taddReference('tool', id);\n\t\t\t\t\t\t}}\n\t\t\t\t\t\t// Strips the tool's tokens AND drops it from whichever list holds it\n\t\t\t\t\t\t// (catalog `tools` or an inline custom-tool list).\n\t\t\t\t\t\tonRemove={(id) => removeReference('tool', id)}\n\t\t\t\t\t\tconfirmDelete={{ noun: 'tool' }}\n\t\t\t\t\t/>\n\n\t\t\t\t\t<SelectableListSection\n\t\t\t\t\t\ttitle=\"Sub-agents\"\n\t\t\t\t\t\thelper=\"Other agents this agent can hand off the conversation to.\"\n\t\t\t\t\t\tdataTestPrefix=\"agent-subagents\"\n\t\t\t\t\t\titems={subAgentItems}\n\t\t\t\t\t\taddableOptions={subAgentOptions}\n\t\t\t\t\t\tmentionItems={subAgentMentionItems}\n\t\t\t\t\t\temptyText=\"No sub-agents added yet.\"\n\t\t\t\t\t\tonAdd={(id) => {\n\t\t\t\t\t\t\tinsertMention('subagent', id);\n\t\t\t\t\t\t\taddReference('subagent', id);\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tonRemove={(id) => removeReference('subagent', id)}\n\t\t\t\t\t\tconfirmDelete={{ noun: 'sub-agent' }}\n\t\t\t\t\t\tonConfigure={onFetchSubAgent ? openConfigure : undefined}\n\t\t\t\t\t\tcreateOption={\n\t\t\t\t\t\t\tonCreateSubAgent\n\t\t\t\t\t\t\t\t? { label: 'Create new', onSelect: openCreate }\n\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\n\t\t\t\t\t{availableModels.length > 0 && (\n\t\t\t\t\t\t<SideSection>\n\t\t\t\t\t\t\t<TitleSmall color={COLORS.content.primary}>\n\t\t\t\t\t\t\t\tAdvanced settings\n\t\t\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t\t\t<TitleSmall color={COLORS.content.secondary}>\n\t\t\t\t\t\t\t\tSelect AI model\n\t\t\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t\t\t<Dropdown\n\t\t\t\t\t\t\t\tdata-test=\"agent-model\"\n\t\t\t\t\t\t\t\tsize=\"small\"\n\t\t\t\t\t\t\t\twidth=\"100%\"\n\t\t\t\t\t\t\t\tplaceHolder=\"Select model\"\n\t\t\t\t\t\t\t\toptions={modelOptions}\n\t\t\t\t\t\t\t\tdefaultOptions={\n\t\t\t\t\t\t\t\t\tselectedModel\n\t\t\t\t\t\t\t\t\t\t? [\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\tlabel: selectedModel.label,\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalue: selectedModel.value,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t ]\n\t\t\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tonSelect={(opt) => {\n\t\t\t\t\t\t\t\t\tconst v = unwrapDropdownValue(opt);\n\t\t\t\t\t\t\t\t\tif (v) {\n\t\t\t\t\t\t\t\t\t\tupdateField('model', v);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</SideSection>\n\t\t\t\t\t)}\n\t\t\t\t</SectionBodyWrap>\n\t\t\t</Step3Grid>\n\n\t\t\t{panel && (\n\t\t\t\t<CreateSubAgentPanel\n\t\t\t\t\tkey={panel.key}\n\t\t\t\t\ttitle={panel.title}\n\t\t\t\t\tinitial={panel.initial}\n\t\t\t\t\tavailableTools={availableTools}\n\t\t\t\t\tconfigToolTemplates={configToolTemplates}\n\t\t\t\t\tappLabel={appTypeLabel(applicationType)}\n\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\tonImprove={onImproveSubAgent}\n\t\t\t\t\tonImproveToolInstructions={onImproveToolInstructions}\n\t\t\t\t\tonClose={() => setPanel(null)}\n\t\t\t\t\tonSave={handlePanelSave}\n\t\t\t\t/>\n\t\t\t)}\n\n\t\t\t{toolDrawer?.kind === 'restapi' && (\n\t\t\t\t<RestApiToolPanel\n\t\t\t\t\tkey={toolDrawer.key}\n\t\t\t\t\tinitial={toolDrawer.initialRest}\n\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\tonImprove={onImproveToolInstructions}\n\t\t\t\t\tonClose={() => setToolDrawer(null)}\n\t\t\t\t\tonSave={handleSaveRestApi}\n\t\t\t\t/>\n\t\t\t)}\n\n\t\t\t{toolDrawer?.kind === 'config' &&\n\t\t\t\ttoolDrawer.toolKey &&\n\t\t\t\topenConfigTemplate && (\n\t\t\t\t\t<ConfigToolPanel\n\t\t\t\t\t\tkey={toolDrawer.key}\n\t\t\t\t\t\ttoolKey={toolDrawer.toolKey}\n\t\t\t\t\t\ttemplate={openConfigTemplate}\n\t\t\t\t\t\tinitial={toolDrawer.initialConfig}\n\t\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\t\tonImprove={onImproveToolInstructions}\n\t\t\t\t\t\tonClose={() => setToolDrawer(null)}\n\t\t\t\t\t\tonSave={handleSaveConfigTool}\n\t\t\t\t\t/>\n\t\t\t\t)}\n\t\t</Step3Root>\n\t);\n};\n"],"names":["toolIconEl","source","renderSourceIcon","sourceIcon","toolOption","ToolSource","STEP","STEP_DEFINITIONS","upsertById","list","item","arr","x","Step3HowItResponds","value","patch","updateField","addReference","removeReference","availableTools","availableSubAgents","availableModels","configToolTemplates","applicationType","charLimits","insertMention","onCreateSubAgent","onFetchSubAgent","onUpdateSubAgent","onImproveSubAgent","onImproveToolInstructions","registerSubAgentCreator","registerToolActionHandler","useAgentBuilderContext","panel","setPanel","useState","panelKeyRef","useRef","toolDrawer","setToolDrawer","toolDrawerKeyRef","openRestApi","useCallback","initial","openConfigTool","toolKey","handleSaveRestApi","config","isNew","t","restApiMentionItem","handleSaveConfigTool","configToolMentionItem","openToolAction","CONFIG_TOOL_SOURCES","useEffect","createdSubAgents","setCreatedSubAgents","subAgentById","s","knownSubAgents","openCreate","openConfigure","id","data","handlePanelSave","draft","ref","prev","toolItems","tool","restApiItems","restApiToolName","SOURCE_ICONS","configToolItems","configToolName","allToolItems","toolActionSources","buildToolActions","toolOptions","toolSourceGroups","order","bySource","src","toolSourceLabel","subAgentItems","sub","subAgentOptions","appLabel","appTypeLabel","toolMentionItems","buildAgentMentionItems","subAgentMentionItems","modelOptions","m","selectedModel","openConfigTemplate","Step3Root","jsx","StepSectionHeader","jsxs","Step3Grid","SectionBodyWrap","MentionField","Step3Divider","SelectableListSection","SideSection","TitleSmall","COLORS","Dropdown","opt","v","unwrapDropdownValue","CreateSubAgentPanel","RestApiToolPanel","ConfigToolPanel"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Step3HowItResponds.js","sources":["../../../../../src/components/agent-builder/steps/Step3HowItResponds.tsx"],"sourcesContent":["import React, { useCallback, useEffect, useRef, useState } from 'react';\nimport { Dropdown, unwrapDropdownValue } from '@src/components/dropdown';\nimport { SingleOption } from '@src/components/dropdown/type';\nimport { TitleSmall } from '@src/components/TypographyStyle';\nimport { COLORS } from '@src/constants/Theme';\nimport {\n\tAgentTool,\n\tConfigToolConfig,\n\tConfigToolKey,\n\tRestApiToolConfig,\n\tSubAgentDraft,\n\tSubAgentRef,\n} from '../AgentBuilder.model';\nimport {\n\tSectionBodyWrap,\n\tSideSection,\n\tStep3Divider,\n\tStep3Grid,\n\tStep3Root,\n} from '../AgentBuilder.styled';\nimport { ConfigToolPanel } from '../components/ConfigToolPanel';\nimport { CreateSubAgentPanel } from '../components/CreateSubAgentPanel';\nimport { MentionField } from '../components/MentionField';\nimport { RestApiToolPanel } from '../components/RestApiToolPanel';\nimport {\n\tSelectableItem,\n\tSelectableListSection,\n\tSourceGroup,\n} from '../components/SelectableListSection';\nimport { StepSectionHeader } from '../components/StepSectionHeader';\nimport { STEP_DEFINITIONS } from '../constants/steps';\nimport { CONFIG_TOOL_SOURCES, ToolSource } from '../constants/tools';\nimport { useAgentBuilderContext } from '../context/AgentBuilderContext';\nimport {\n\tappTypeLabel,\n\tbuildAgentMentionItems,\n\tbuildCustomToolMentionItems,\n\tconfigToolMentionItem,\n\tconfigToolName,\n\trestApiMentionItem,\n\trestApiToolName,\n\ttoolSourceLabel,\n} from '../utils/mentionSerialization';\nimport {\n\trenderSourceIcon,\n\tSOURCE_ICONS,\n\tsourceIcon,\n} from '../utils/sourceIcons';\nimport { buildToolActions } from '../utils/toolActions';\n\n/** Source brand glyph for a tool, as a dropdown leadingIcon element. */\nconst toolIconEl = (source: string): JSX.Element | undefined =>\n\trenderSourceIcon(sourceIcon(source)) ?? undefined;\n\n/** Dropdown option for a tool: icon left of the name, no description. */\nconst toolOption = (t: AgentTool): SingleOption => ({\n\tlabel: t.display_name,\n\tvalue: t.tool_id,\n\tleadingIcon: toolIconEl(t.source ?? ToolSource.Manifest),\n});\n\nconst STEP = STEP_DEFINITIONS[2];\n\n/** Drawer state — null when closed; `key` remounts it fresh per open. */\ninterface SubAgentPanelState {\n\tkey: number;\n\ttitle: string;\n\teditingId?: string;\n\tinitial?: SubAgentDraft;\n}\n\n/**\n * Config-tool drawer state; `key` remounts fresh. `restapi` is the bespoke Rest\n * API panel; `config` is the shared dynamic panel (email / Slack), tagged with\n * its `toolKey`.\n */\ninterface ToolDrawerState {\n\tkey: number;\n\tkind: 'restapi' | 'config';\n\ttoolKey?: ConfigToolKey;\n\tinitialRest?: RestApiToolConfig;\n\tinitialConfig?: ConfigToolConfig;\n}\n\n/** Upsert an item by id (replace when present, append otherwise). */\nconst upsertById = <T extends { id: string }>(\n\tlist: T[] | undefined,\n\titem: T,\n): T[] => {\n\tconst arr = list ?? [];\n\treturn arr.some((x) => x.id === item.id)\n\t\t? arr.map((x) => (x.id === item.id ? item : x))\n\t\t: [...arr, item];\n};\n\nexport const Step3HowItResponds: React.FC = () => {\n\tconst {\n\t\tvalue,\n\t\tpatch,\n\t\tupdateField,\n\t\taddReference,\n\t\tremoveReference,\n\t\tavailableTools,\n\t\tavailableSubAgents,\n\t\tavailableModels,\n\t\tconfigToolTemplates,\n\t\tapplicationType,\n\t\tcharLimits,\n\t\tinsertMention,\n\t\tonCreateSubAgent,\n\t\tonFetchSubAgent,\n\t\tonUpdateSubAgent,\n\t\tonImproveSubAgent,\n\t\tonImproveToolInstructions,\n\t\tregisterSubAgentCreator,\n\t\tregisterToolActionHandler,\n\t} = useAgentBuilderContext();\n\n\tconst [panel, setPanel] = useState<SubAgentPanelState | null>(null);\n\tconst panelKeyRef = useRef(0);\n\n\t// Rest API (bespoke) + shared config-tool drawers (separate from the sub-agent one).\n\tconst [toolDrawer, setToolDrawer] = useState<ToolDrawerState | null>(null);\n\tconst toolDrawerKeyRef = useRef(0);\n\tconst openRestApi = useCallback((initial?: RestApiToolConfig) => {\n\t\ttoolDrawerKeyRef.current += 1;\n\t\tsetToolDrawer({\n\t\t\tkey: toolDrawerKeyRef.current,\n\t\t\tkind: 'restapi',\n\t\t\tinitialRest: initial,\n\t\t});\n\t}, []);\n\tconst openConfigTool = useCallback(\n\t\t(toolKey: ConfigToolKey, initial?: ConfigToolConfig) => {\n\t\t\ttoolDrawerKeyRef.current += 1;\n\t\t\tsetToolDrawer({\n\t\t\t\tkey: toolDrawerKeyRef.current,\n\t\t\t\tkind: 'config',\n\t\t\t\ttoolKey,\n\t\t\t\tinitialConfig: initial,\n\t\t\t});\n\t\t},\n\t\t[],\n\t);\n\tconst handleSaveRestApi = useCallback(\n\t\t(config: RestApiToolConfig) => {\n\t\t\tconst isNew = !(value.restApiTools ?? []).some((t) => t.id === config.id);\n\t\t\tpatch({ restApiTools: upsertById(value.restApiTools, config) });\n\t\t\t// Drop a reference chip at the cursor on creation (edits keep the chip).\n\t\t\tif (isNew) {\n\t\t\t\tinsertMention('tool', config.id, restApiMentionItem(config).label);\n\t\t\t}\n\t\t\tsetToolDrawer(null);\n\t\t},\n\t\t[patch, value.restApiTools, insertMention],\n\t);\n\tconst handleSaveConfigTool = useCallback(\n\t\t(config: ConfigToolConfig) => {\n\t\t\tconst isNew = !(value.configTools ?? []).some((t) => t.id === config.id);\n\t\t\tpatch({ configTools: upsertById(value.configTools, config) });\n\t\t\tif (isNew) {\n\t\t\t\tinsertMention('tool', config.id, configToolMentionItem(config).label);\n\t\t\t}\n\t\t\tsetToolDrawer(null);\n\t\t},\n\t\t[patch, value.configTools, insertMention],\n\t);\n\n\t// Open a tool action's drawer by picker source (restapi / email / slack).\n\tconst openToolAction = useCallback(\n\t\t(source: ToolSource) => {\n\t\t\tconst toolKey = CONFIG_TOOL_SOURCES[source];\n\t\t\tif (toolKey) {\n\t\t\t\topenConfigTool(toolKey);\n\t\t\t} else {\n\t\t\t\topenRestApi();\n\t\t\t}\n\t\t},\n\t\t[openConfigTool, openRestApi],\n\t);\n\t// Let the `@` reference picker (Instructions / Guardrails) open these drawers.\n\tuseEffect(() => {\n\t\tregisterToolActionHandler(openToolAction);\n\t\treturn () => registerToolActionHandler(null);\n\t}, [registerToolActionHandler, openToolAction]);\n\t// Sub-agents created / edited in this session, so a chip resolves (and reflects\n\t// a renamed sub-agent) before the consumer refreshes `availableSubAgents`.\n\tconst [createdSubAgents, setCreatedSubAgents] = useState<SubAgentRef[]>([]);\n\t// Created/edited refs take precedence over the consumer-supplied list.\n\tconst subAgentById = new Map<string, SubAgentRef>();\n\tavailableSubAgents.forEach((s) => subAgentById.set(s.id, s));\n\tcreatedSubAgents.forEach((s) => subAgentById.set(s.id, s));\n\tconst knownSubAgents = Array.from(subAgentById.values());\n\n\tconst openCreate = useCallback(() => {\n\t\tpanelKeyRef.current += 1;\n\t\tsetPanel({ key: panelKeyRef.current, title: 'Create sub-agent' });\n\t}, []);\n\n\t// Let the `@` picker's \"Create new\" row open this step's drawer.\n\tuseEffect(() => {\n\t\tif (!onCreateSubAgent) {\n\t\t\treturn;\n\t\t}\n\t\tregisterSubAgentCreator(openCreate);\n\t\treturn () => registerSubAgentCreator(null);\n\t}, [registerSubAgentCreator, openCreate, onCreateSubAgent]);\n\n\tconst openConfigure = useCallback(\n\t\tasync (id: string) => {\n\t\t\tif (!onFetchSubAgent) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tconst data = await onFetchSubAgent(id);\n\t\t\tpanelKeyRef.current += 1;\n\t\t\tsetPanel({\n\t\t\t\tkey: panelKeyRef.current,\n\t\t\t\ttitle: 'Edit sub-agent',\n\t\t\t\teditingId: id,\n\t\t\t\tinitial: data,\n\t\t\t});\n\t\t},\n\t\t[onFetchSubAgent],\n\t);\n\n\tconst handlePanelSave = useCallback(\n\t\tasync (draft: SubAgentDraft) => {\n\t\t\tif (panel?.editingId) {\n\t\t\t\tif (onUpdateSubAgent) {\n\t\t\t\t\tconst ref = await onUpdateSubAgent(panel.editingId, draft);\n\t\t\t\t\tsetCreatedSubAgents((prev) => [\n\t\t\t\t\t\t...prev.filter((s) => s.id !== ref.id),\n\t\t\t\t\t\tref,\n\t\t\t\t\t]);\n\t\t\t\t}\n\t\t\t} else if (onCreateSubAgent) {\n\t\t\t\tconst ref = await onCreateSubAgent(draft);\n\t\t\t\tsetCreatedSubAgents((prev) => [...prev, ref]);\n\t\t\t\tpatch({ subagents: [...value.subagents, ref.id] });\n\t\t\t\tinsertMention('subagent', ref.id, `sub-agent: ${ref.name}`);\n\t\t\t}\n\t\t\tsetPanel(null);\n\t\t},\n\t\t[\n\t\t\tpanel,\n\t\t\tonUpdateSubAgent,\n\t\t\tonCreateSubAgent,\n\t\t\tpatch,\n\t\t\tvalue.subagents,\n\t\t\tinsertMention,\n\t\t],\n\t);\n\n\tconst toolItems: SelectableItem[] = value.tools\n\t\t.map((id): SelectableItem | null => {\n\t\t\tconst tool = availableTools.find((t) => t.tool_id === id);\n\t\t\treturn tool\n\t\t\t\t? {\n\t\t\t\t\t\tid,\n\t\t\t\t\t\tlabel: tool.display_name,\n\t\t\t\t\t\ticon: sourceIcon(tool.source ?? ToolSource.Manifest),\n\t\t\t\t }\n\t\t\t\t: null;\n\t\t})\n\t\t.filter((x): x is SelectableItem => x !== null);\n\n\t// Inline-configured tools (Rest API + the shared email / Slack tools) live on\n\t// the value, not in `tools`. They render as rows in the same Tools list, each\n\t// with its own Configure (edit) action that reopens its drawer.\n\tconst restApiItems: SelectableItem[] = (value.restApiTools ?? []).map(\n\t\t(t) => ({\n\t\t\tid: t.id,\n\t\t\tlabel: restApiToolName(t),\n\t\t\ticon: SOURCE_ICONS[ToolSource.RestApi],\n\t\t\tonConfigure: () => openRestApi(t),\n\t\t}),\n\t);\n\tconst configToolItems: SelectableItem[] = (value.configTools ?? []).map(\n\t\t(t) => ({\n\t\t\tid: t.id,\n\t\t\tlabel: configToolName(t),\n\t\t\ticon: SOURCE_ICONS[\n\t\t\t\tt.tool_key === 'send_slack_message'\n\t\t\t\t\t? ToolSource.Slack\n\t\t\t\t\t: ToolSource.EmailHandover\n\t\t\t],\n\t\t\tonConfigure: () => openConfigTool(t.tool_key, t),\n\t\t}),\n\t);\n\tconst allToolItems: SelectableItem[] = [\n\t\t...toolItems,\n\t\t...restApiItems,\n\t\t...configToolItems,\n\t];\n\n\t// Built-in tools that open a config drawer instead of inserting a mention.\n\t// Shown as empty-state buttons AND in the `@` picker's Tools view. The shared\n\t// email / Slack forms are backend-driven, so each is offered only when its\n\t// template was provided.\n\tconst toolActionSources = buildToolActions(\n\t\tconfigToolTemplates,\n\t\topenToolAction,\n\t);\n\n\t// All tools are offered (even already-added ones) so a tool can be referenced\n\t// again in the text; the chip list below still shows each only once.\n\tconst toolOptions: SingleOption[] = availableTools.map(toolOption);\n\n\t// Group tools by source (Manifest / Shopify / …) for the empty-state buttons.\n\tconst toolSourceGroups: SourceGroup[] = (() => {\n\t\tconst order: string[] = [];\n\t\tconst bySource = new Map<string, SingleOption[]>();\n\t\tavailableTools.forEach((t) => {\n\t\t\tconst src = t.source ?? ToolSource.Manifest;\n\t\t\tif (!bySource.has(src)) {\n\t\t\t\tbySource.set(src, []);\n\t\t\t\torder.push(src);\n\t\t\t}\n\t\t\tbySource.get(src)?.push(toolOption(t));\n\t\t});\n\t\treturn order.map((src) => ({\n\t\t\tsource: src,\n\t\t\tlabel: toolSourceLabel(src),\n\t\t\toptions: bySource.get(src) ?? [],\n\t\t}));\n\t})();\n\n\tconst subAgentItems: SelectableItem[] = value.subagents\n\t\t.map((id): SelectableItem | null => {\n\t\t\tconst sub = subAgentById.get(id);\n\t\t\treturn sub ? { id, label: sub.name } : null;\n\t\t})\n\t\t.filter((x): x is SelectableItem => x !== null);\n\n\tconst subAgentOptions: SingleOption[] = knownSubAgents.map((s) => ({\n\t\tlabel: s.name,\n\t\tvalue: s.id,\n\t}));\n\n\t// Per-section `@`-picker items so the header \"+\" opens the same reference\n\t// picker as the Instructions editor, drilled straight into this section's\n\t// category (tools OR sub-agents).\n\tconst appLabel = appTypeLabel(applicationType);\n\tconst toolMentionItems = [\n\t\t...buildAgentMentionItems(availableTools, [], appLabel),\n\t\t...buildCustomToolMentionItems(value.configTools, value.restApiTools),\n\t];\n\tconst subAgentMentionItems = buildAgentMentionItems(\n\t\t[],\n\t\tknownSubAgents,\n\t\tappLabel,\n\t);\n\n\tconst modelOptions: SingleOption[] = availableModels.map((m) => ({\n\t\tlabel: m.label,\n\t\tvalue: m.value,\n\t\tselected: m.value === value.model,\n\t}));\n\tconst selectedModel = availableModels.find((m) => m.value === value.model);\n\n\t// The template for the open shared-drawer tool (undefined unless a config\n\t// drawer is open and its template was provided).\n\tconst openConfigTemplate =\n\t\ttoolDrawer?.kind === 'config' && toolDrawer.toolKey\n\t\t\t? configToolTemplates?.[toolDrawer.toolKey]\n\t\t\t: undefined;\n\n\treturn (\n\t\t<Step3Root>\n\t\t\t<StepSectionHeader title={STEP.title} helper={STEP.helper} />\n\n\t\t\t<Step3Grid $grow>\n\t\t\t\t<SectionBodyWrap>\n\t\t\t\t\t<MentionField\n\t\t\t\t\t\tfieldKey=\"instructions\"\n\t\t\t\t\t\tdata-test=\"agent-instructions\"\n\t\t\t\t\t\tlabel=\"Instructions\"\n\t\t\t\t\t\tmaxLength={charLimits.instructions}\n\t\t\t\t\t\tplaceholder=\"Write what this agent should do. Type @ to reference a tool or sub-agent.\"\n\t\t\t\t\t\tminHeight=\"200px\"\n\t\t\t\t\t/>\n\n\t\t\t\t\t<MentionField\n\t\t\t\t\t\tfieldKey=\"guardrail\"\n\t\t\t\t\t\tdata-test=\"agent-guardrail\"\n\t\t\t\t\t\tlabel=\"Guardrails\"\n\t\t\t\t\t\tmaxLength={charLimits.guardrail}\n\t\t\t\t\t\tplaceholder=\"Things this agent must never do. Type @ to reference a tool or sub-agent.\"\n\t\t\t\t\t\tminHeight=\"140px\"\n\t\t\t\t\t/>\n\t\t\t\t</SectionBodyWrap>\n\n\t\t\t\t<Step3Divider />\n\n\t\t\t\t<SectionBodyWrap>\n\t\t\t\t\t<SelectableListSection\n\t\t\t\t\t\ttitle=\"Tools\"\n\t\t\t\t\t\thelper=\"Actions this agent can take while responding.\"\n\t\t\t\t\t\tdataTestPrefix=\"agent-tools\"\n\t\t\t\t\t\titems={allToolItems}\n\t\t\t\t\t\taddableOptions={toolOptions}\n\t\t\t\t\t\tsourceGroups={toolSourceGroups}\n\t\t\t\t\t\tmentionItems={toolMentionItems}\n\t\t\t\t\t\tactionSources={toolActionSources}\n\t\t\t\t\t\temptyText=\"No tools added yet.\"\n\t\t\t\t\t\tonAdd={(id) => {\n\t\t\t\t\t\t\t// Always drop a chip at the cursor; addReference dedupes and reads\n\t\t\t\t\t\t\t// the latest value.\n\t\t\t\t\t\t\tinsertMention('tool', id);\n\t\t\t\t\t\t\taddReference('tool', id);\n\t\t\t\t\t\t}}\n\t\t\t\t\t\t// Strips the tool's tokens AND drops it from whichever list holds it\n\t\t\t\t\t\t// (catalog `tools` or an inline custom-tool list).\n\t\t\t\t\t\tonRemove={(id) => removeReference('tool', id)}\n\t\t\t\t\t\tconfirmDelete={{ noun: 'tool' }}\n\t\t\t\t\t/>\n\n\t\t\t\t\t<SelectableListSection\n\t\t\t\t\t\ttitle=\"Sub-agents\"\n\t\t\t\t\t\thelper=\"Other agents this agent can hand off the conversation to.\"\n\t\t\t\t\t\tdataTestPrefix=\"agent-subagents\"\n\t\t\t\t\t\titems={subAgentItems}\n\t\t\t\t\t\taddableOptions={subAgentOptions}\n\t\t\t\t\t\tmentionItems={subAgentMentionItems}\n\t\t\t\t\t\temptyText=\"No sub-agents added yet.\"\n\t\t\t\t\t\tonAdd={(id) => {\n\t\t\t\t\t\t\tinsertMention('subagent', id);\n\t\t\t\t\t\t\taddReference('subagent', id);\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tonRemove={(id) => removeReference('subagent', id)}\n\t\t\t\t\t\tconfirmDelete={{ noun: 'sub-agent' }}\n\t\t\t\t\t\tonConfigure={onFetchSubAgent ? openConfigure : undefined}\n\t\t\t\t\t\tcreateOption={\n\t\t\t\t\t\t\tonCreateSubAgent\n\t\t\t\t\t\t\t\t? { label: 'Create new', onSelect: openCreate }\n\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\n\t\t\t\t\t{availableModels.length > 0 && (\n\t\t\t\t\t\t<SideSection>\n\t\t\t\t\t\t\t<TitleSmall color={COLORS.content.primary}>\n\t\t\t\t\t\t\t\tAdvanced settings\n\t\t\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t\t\t<TitleSmall color={COLORS.content.secondary}>\n\t\t\t\t\t\t\t\tSelect AI model\n\t\t\t\t\t\t\t</TitleSmall>\n\t\t\t\t\t\t\t<Dropdown\n\t\t\t\t\t\t\t\tdata-test=\"agent-model\"\n\t\t\t\t\t\t\t\tsize=\"small\"\n\t\t\t\t\t\t\t\twidth=\"100%\"\n\t\t\t\t\t\t\t\tplaceHolder=\"Select model\"\n\t\t\t\t\t\t\t\toptions={modelOptions}\n\t\t\t\t\t\t\t\tdefaultOptions={\n\t\t\t\t\t\t\t\t\tselectedModel\n\t\t\t\t\t\t\t\t\t\t? [\n\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\tlabel: selectedModel.label,\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalue: selectedModel.value,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t ]\n\t\t\t\t\t\t\t\t\t\t: undefined\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tonSelect={(opt) => {\n\t\t\t\t\t\t\t\t\tconst v = unwrapDropdownValue(opt);\n\t\t\t\t\t\t\t\t\tif (v) {\n\t\t\t\t\t\t\t\t\t\tupdateField('model', v);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</SideSection>\n\t\t\t\t\t)}\n\t\t\t\t</SectionBodyWrap>\n\t\t\t</Step3Grid>\n\n\t\t\t{panel && (\n\t\t\t\t<CreateSubAgentPanel\n\t\t\t\t\tkey={panel.key}\n\t\t\t\t\ttitle={panel.title}\n\t\t\t\t\tinitial={panel.initial}\n\t\t\t\t\tavailableTools={availableTools}\n\t\t\t\t\tconfigToolTemplates={configToolTemplates}\n\t\t\t\t\tappLabel={appTypeLabel(applicationType)}\n\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\tonImprove={onImproveSubAgent}\n\t\t\t\t\tonImproveToolInstructions={onImproveToolInstructions}\n\t\t\t\t\tonClose={() => setPanel(null)}\n\t\t\t\t\tonSave={handlePanelSave}\n\t\t\t\t/>\n\t\t\t)}\n\n\t\t\t{toolDrawer?.kind === 'restapi' && (\n\t\t\t\t<RestApiToolPanel\n\t\t\t\t\tkey={toolDrawer.key}\n\t\t\t\t\tinitial={toolDrawer.initialRest}\n\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\tonImprove={onImproveToolInstructions}\n\t\t\t\t\tonClose={() => setToolDrawer(null)}\n\t\t\t\t\tonSave={handleSaveRestApi}\n\t\t\t\t/>\n\t\t\t)}\n\n\t\t\t{toolDrawer?.kind === 'config' &&\n\t\t\t\ttoolDrawer.toolKey &&\n\t\t\t\topenConfigTemplate && (\n\t\t\t\t\t<ConfigToolPanel\n\t\t\t\t\t\tkey={toolDrawer.key}\n\t\t\t\t\t\ttoolKey={toolDrawer.toolKey}\n\t\t\t\t\t\ttemplate={openConfigTemplate}\n\t\t\t\t\t\tinitial={toolDrawer.initialConfig}\n\t\t\t\t\t\tcharLimits={charLimits}\n\t\t\t\t\t\tonImprove={onImproveToolInstructions}\n\t\t\t\t\t\tonClose={() => setToolDrawer(null)}\n\t\t\t\t\t\tonSave={handleSaveConfigTool}\n\t\t\t\t\t/>\n\t\t\t\t)}\n\t\t</Step3Root>\n\t);\n};\n"],"names":["toolIconEl","source","renderSourceIcon","sourceIcon","toolOption","ToolSource","STEP","STEP_DEFINITIONS","upsertById","list","item","arr","x","Step3HowItResponds","value","patch","updateField","addReference","removeReference","availableTools","availableSubAgents","availableModels","configToolTemplates","applicationType","charLimits","insertMention","onCreateSubAgent","onFetchSubAgent","onUpdateSubAgent","onImproveSubAgent","onImproveToolInstructions","registerSubAgentCreator","registerToolActionHandler","useAgentBuilderContext","panel","setPanel","useState","panelKeyRef","useRef","toolDrawer","setToolDrawer","toolDrawerKeyRef","openRestApi","useCallback","initial","openConfigTool","toolKey","handleSaveRestApi","config","isNew","t","restApiMentionItem","handleSaveConfigTool","configToolMentionItem","openToolAction","CONFIG_TOOL_SOURCES","useEffect","createdSubAgents","setCreatedSubAgents","subAgentById","s","knownSubAgents","openCreate","openConfigure","id","data","handlePanelSave","draft","ref","prev","toolItems","tool","restApiItems","restApiToolName","SOURCE_ICONS","configToolItems","configToolName","allToolItems","toolActionSources","buildToolActions","toolOptions","toolSourceGroups","order","bySource","src","toolSourceLabel","subAgentItems","sub","subAgentOptions","appLabel","appTypeLabel","toolMentionItems","buildAgentMentionItems","buildCustomToolMentionItems","subAgentMentionItems","modelOptions","m","selectedModel","openConfigTemplate","Step3Root","jsx","StepSectionHeader","jsxs","Step3Grid","SectionBodyWrap","MentionField","Step3Divider","SelectableListSection","SideSection","TitleSmall","COLORS","Dropdown","opt","v","unwrapDropdownValue","CreateSubAgentPanel","RestApiToolPanel","ConfigToolPanel"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../constants/tools.js"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../constants/tools.js"),i=require("./sourceIcons.js"),c=(O,e,l,S)=>t.TOOL_ACTION_SOURCES.filter(o=>{const n=t.CONFIG_TOOL_SOURCES[o];return!n||!!O?.[n]}).map(o=>({source:o,label:t.TOOL_ACTION_LABELS[o]??t.TOOL_SOURCE_LABELS[o],icon:i.SOURCE_ICONS[o],onSelect:()=>e(o),connected:l?.[o],onConnect:()=>S?.(o)}));exports.buildToolActions=c;
|
|
2
2
|
//# sourceMappingURL=toolActions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"toolActions.js","sources":["../../../../../src/components/agent-builder/utils/toolActions.ts"],"sourcesContent":["import { ConfigToolKey, ParamsBlob } from '../AgentBuilder.model';\nimport {\n\tCONFIG_TOOL_SOURCES,\n\tTOOL_ACTION_LABELS,\n\tTOOL_ACTION_SOURCES,\n\tTOOL_SOURCE_LABELS,\n\tToolAction,\n\tToolSource,\n} from '../constants/tools';\nimport { SOURCE_ICONS } from './sourceIcons';\n\n/**\n * Single source of truth for the built-in tool \"action\" list (Rest API / email /\n * Slack) shown in the `@` picker AND the Step-3 / sub-agent Tools panel. A config\n * tool (email / Slack) is offered only when its backend template was provided.\n * The category name comes from `TOOL_SOURCE_LABELS`; the addable-action name from\n * `TOOL_ACTION_LABELS`. Consumers pass only how to open the drawer (`onSelect`) so\n * every surface renders identical actions/labels.\n */\nexport const buildToolActions = (\n\tconfigToolTemplates: Partial<Record<ConfigToolKey, ParamsBlob>> | undefined,\n\tonSelect: (source: ToolSource) => void,\n): ToolAction[] =>\n\tTOOL_ACTION_SOURCES.filter((source) => {\n\t\tconst toolKey = CONFIG_TOOL_SOURCES[source];\n\t\treturn !toolKey || Boolean(configToolTemplates?.[toolKey]);\n\t}).map((source) => ({\n\t\tsource,\n\t\tlabel: TOOL_ACTION_LABELS[source] ?? TOOL_SOURCE_LABELS[source],\n\t\ticon: SOURCE_ICONS[source],\n\t\tonSelect: () => onSelect(source),\n\t}));\n"],"names":["buildToolActions","configToolTemplates","onSelect","TOOL_ACTION_SOURCES","source","toolKey","CONFIG_TOOL_SOURCES","TOOL_ACTION_LABELS","TOOL_SOURCE_LABELS","SOURCE_ICONS"],"mappings":"uJAmBaA,EAAmB,CAC/BC,EACAC,IAEAC,EAAAA,oBAAoB,OAAQC,GAAW,CACtC,MAAMC,EAAUC,EAAAA,oBAAoBF,CAAM,EAC1C,MAAO,CAACC,GAAW,
|
|
1
|
+
{"version":3,"file":"toolActions.js","sources":["../../../../../src/components/agent-builder/utils/toolActions.ts"],"sourcesContent":["import { ConfigToolKey, ParamsBlob } from '../AgentBuilder.model';\nimport {\n\tCONFIG_TOOL_SOURCES,\n\tTOOL_ACTION_LABELS,\n\tTOOL_ACTION_SOURCES,\n\tTOOL_SOURCE_LABELS,\n\tToolAction,\n\tToolSource,\n} from '../constants/tools';\nimport { SOURCE_ICONS } from './sourceIcons';\n\n/**\n * Single source of truth for the built-in tool \"action\" list (Rest API / email /\n * Slack) shown in the `@` picker AND the Step-3 / sub-agent Tools panel. A config\n * tool (email / Slack) is offered only when its backend template was provided.\n * The category name comes from `TOOL_SOURCE_LABELS`; the addable-action name from\n * `TOOL_ACTION_LABELS`. Consumers pass only how to open the drawer (`onSelect`) so\n * every surface renders identical actions/labels.\n */\nexport const buildToolActions = (\n\tconfigToolTemplates: Partial<Record<ConfigToolKey, ParamsBlob>> | undefined,\n\tonSelect: (source: ToolSource) => void,\n\tintegrationStatus?: Partial<Record<ToolSource, boolean>>,\n\tonConnect?: (source: ToolSource) => void,\n): ToolAction[] =>\n\tTOOL_ACTION_SOURCES.filter((source) => {\n\t\tconst toolKey = CONFIG_TOOL_SOURCES[source];\n\t\treturn !toolKey || Boolean(configToolTemplates?.[toolKey]);\n\t}).map((source) => ({\n\t\tsource,\n\t\tlabel: TOOL_ACTION_LABELS[source] ?? TOOL_SOURCE_LABELS[source],\n\t\ticon: SOURCE_ICONS[source],\n\t\tonSelect: () => onSelect(source),\n\t\t// `undefined` unless the consumer reports this source's connection state,\n\t\t// in which case `false` makes the picker render a \"Connect\" row.\n\t\tconnected: integrationStatus?.[source],\n\t\tonConnect: () => onConnect?.(source),\n\t}));\n"],"names":["buildToolActions","configToolTemplates","onSelect","integrationStatus","onConnect","TOOL_ACTION_SOURCES","source","toolKey","CONFIG_TOOL_SOURCES","TOOL_ACTION_LABELS","TOOL_SOURCE_LABELS","SOURCE_ICONS"],"mappings":"uJAmBaA,EAAmB,CAC/BC,EACAC,EACAC,EACAC,IAEAC,EAAAA,oBAAoB,OAAQC,GAAW,CACtC,MAAMC,EAAUC,EAAAA,oBAAoBF,CAAM,EAC1C,MAAO,CAACC,GAAW,EAAQN,IAAsBM,CAAO,CACzD,CAAC,EAAE,IAAKD,IAAY,CACnB,OAAAA,EACA,MAAOG,EAAAA,mBAAmBH,CAAM,GAAKI,EAAAA,mBAAmBJ,CAAM,EAC9D,KAAMK,EAAAA,aAAaL,CAAM,EACzB,SAAU,IAAMJ,EAASI,CAAM,EAG/B,UAAWH,IAAoBG,CAAM,EACrC,UAAW,IAAMF,IAAYE,CAAM,CACpC,EAAE"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),t=({size:e=24,...l})=>{const L={width:e,height:e,...l};return C.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...L,children:[C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.5938 11.2041C19.74 11.2232 19.8781 11.2833 19.9912 11.3779C20.1043 11.4725 20.1878 11.5978 20.2324 11.7383L22.5693 19.1309C22.6138 19.2716 22.6172 19.4228 22.5791 19.5654C22.5409 19.7079 22.4632 19.8368 22.3545 19.9365C22.2457 20.0363 22.1102 20.1022 21.9648 20.1279C21.8197 20.1535 21.6704 20.1374 21.5342 20.0811C19.3264 19.169 17.3805 19.3225 16.5713 19.4492L17.0352 20.915C17.0738 21.0368 17.081 21.1665 17.0576 21.292C17.0342 21.4175 16.9803 21.5352 16.9004 21.6348L16.499 22.1338C16.4215 22.2304 16.3222 22.3072 16.209 22.3574C16.0958 22.4077 15.9723 22.4302 15.8486 22.4229C15.725 22.4155 15.6045 22.3787 15.498 22.3154C15.3917 22.2522 15.3018 22.1645 15.2363 22.0596L14.0449 20.1816C13.461 20.2903 12.8575 20.1716 12.3584 19.8496C11.8593 19.5275 11.502 19.0261 11.3604 18.4492C11.2188 17.8724 11.3035 17.2627 11.5967 16.7461C11.8899 16.2297 12.3698 15.845 12.9375 15.6709L14.7764 15.0898C14.9083 15.0395 17.1993 14.1339 18.8389 11.5576C18.918 11.4331 19.0314 11.333 19.165 11.2705C19.2987 11.208 19.4475 11.185 19.5938 11.2041ZM14.8203 19.9551L15.8926 21.6426L15.8945 21.6484L16.2959 21.1484L15.8184 19.6396L14.8203 19.9551ZM13.1719 16.4102C12.7797 16.5341 12.4523 16.8089 12.2627 17.1738C12.0731 17.5387 12.0362 17.9643 12.1602 18.3564C12.2841 18.7485 12.559 19.0751 12.9238 19.2646C13.2888 19.4543 13.7143 19.4911 14.1064 19.3672L15.585 18.9004L14.6504 15.9434L13.1719 16.4102Z",fill:"#EB4132"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5 2C21.3284 2 22 2.67157 22 3.5V10.7803C21.829 10.421 21.5818 10.1009 21.2744 9.84375L21.1182 9.72363C20.7453 9.45429 20.3107 9.28049 19.8525 9.2207L19.6553 9.20312C19.1961 9.17632 18.7359 9.26419 18.3174 9.45996C17.8395 9.68364 17.4345 10.0382 17.1514 10.4834L16.9004 10.8535C15.7385 12.4621 14.3067 13.1161 14.0898 13.209L12.335 13.7637C11.2858 14.0899 10.4 14.8039 9.85742 15.7598C9.4675 16.4468 9.277 17.2218 9.2959 18H3.5C2.67157 18 2 17.3284 2 16.5V3.5C2 2.67157 2.67157 2 3.5 2H20.5ZM20.7529 3.3418C20.3894 2.92629 19.7574 2.88376 19.3418 3.24707L12 9.6709L4.6582 3.24707C4.24258 2.88373 3.61066 2.92632 3.24707 3.3418C2.88371 3.75744 2.92628 4.38935 3.3418 4.75293L10.6826 11.1768C11.4367 11.8365 12.5633 11.8365 13.3174 11.1768L20.6582 4.75293C21.0737 4.38935 21.1162 3.75742 20.7529 3.3418Z",fill:"#EB4132"})]})};exports.default=t;
|
|
2
|
+
//# sourceMappingURL=EmailMarketingV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailMarketingV2.js","sources":["../../../../../src/icons/Social/Channels/EmailMarketingV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgEmailMarketingV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M19.5938 11.2041C19.74 11.2232 19.8781 11.2833 19.9912 11.3779C20.1043 11.4725 20.1878 11.5978 20.2324 11.7383L22.5693 19.1309C22.6138 19.2716 22.6172 19.4228 22.5791 19.5654C22.5409 19.7079 22.4632 19.8368 22.3545 19.9365C22.2457 20.0363 22.1102 20.1022 21.9648 20.1279C21.8197 20.1535 21.6704 20.1374 21.5342 20.0811C19.3264 19.169 17.3805 19.3225 16.5713 19.4492L17.0352 20.915C17.0738 21.0368 17.081 21.1665 17.0576 21.292C17.0342 21.4175 16.9803 21.5352 16.9004 21.6348L16.499 22.1338C16.4215 22.2304 16.3222 22.3072 16.209 22.3574C16.0958 22.4077 15.9723 22.4302 15.8486 22.4229C15.725 22.4155 15.6045 22.3787 15.498 22.3154C15.3917 22.2522 15.3018 22.1645 15.2363 22.0596L14.0449 20.1816C13.461 20.2903 12.8575 20.1716 12.3584 19.8496C11.8593 19.5275 11.502 19.0261 11.3604 18.4492C11.2188 17.8724 11.3035 17.2627 11.5967 16.7461C11.8899 16.2297 12.3698 15.845 12.9375 15.6709L14.7764 15.0898C14.9083 15.0395 17.1993 14.1339 18.8389 11.5576C18.918 11.4331 19.0314 11.333 19.165 11.2705C19.2987 11.208 19.4475 11.185 19.5938 11.2041ZM14.8203 19.9551L15.8926 21.6426L15.8945 21.6484L16.2959 21.1484L15.8184 19.6396L14.8203 19.9551ZM13.1719 16.4102C12.7797 16.5341 12.4523 16.8089 12.2627 17.1738C12.0731 17.5387 12.0362 17.9643 12.1602 18.3564C12.2841 18.7485 12.559 19.0751 12.9238 19.2646C13.2888 19.4543 13.7143 19.4911 14.1064 19.3672L15.585 18.9004L14.6504 15.9434L13.1719 16.4102Z\"\n\t\t\t\tfill=\"#EB4132\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M20.5 2C21.3284 2 22 2.67157 22 3.5V10.7803C21.829 10.421 21.5818 10.1009 21.2744 9.84375L21.1182 9.72363C20.7453 9.45429 20.3107 9.28049 19.8525 9.2207L19.6553 9.20312C19.1961 9.17632 18.7359 9.26419 18.3174 9.45996C17.8395 9.68364 17.4345 10.0382 17.1514 10.4834L16.9004 10.8535C15.7385 12.4621 14.3067 13.1161 14.0898 13.209L12.335 13.7637C11.2858 14.0899 10.4 14.8039 9.85742 15.7598C9.4675 16.4468 9.277 17.2218 9.2959 18H3.5C2.67157 18 2 17.3284 2 16.5V3.5C2 2.67157 2.67157 2 3.5 2H20.5ZM20.7529 3.3418C20.3894 2.92629 19.7574 2.88376 19.3418 3.24707L12 9.6709L4.6582 3.24707C4.24258 2.88373 3.61066 2.92632 3.24707 3.3418C2.88371 3.75744 2.92628 4.38935 3.3418 4.75293L10.6826 11.1768C11.4367 11.8365 12.5633 11.8365 13.3174 11.1768L20.6582 4.75293C21.0737 4.38935 21.1162 3.75742 20.7529 3.3418Z\"\n\t\t\t\tfill=\"#EB4132\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgEmailMarketingV2;\n"],"names":["SvgEmailMarketingV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAsB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CAC9D,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,k3CACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,uyBACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),o=({size:e=24,...t})=>{const i={width:e,height:e,...t};return l.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.5713 4.14273C21.3603 4.14273 22 4.78246 22 5.57144V18.4289C21.9998 19.2176 21.3601 19.8566 20.5713 19.8566H3.42871C2.63987 19.8566 2.00023 19.2176 2 18.4289V5.57144C2 4.78246 2.63973 4.14273 3.42871 4.14273H20.5713ZM20.5723 5.6564C20.225 5.26165 19.6235 5.22336 19.2285 5.57047L12 11.923L4.77148 5.57047C4.37651 5.22336 3.775 5.26165 3.42773 5.6564C3.08057 6.05145 3.11873 6.6539 3.51367 7.00113L10.7422 13.3527C11.4613 13.9847 12.5387 13.9847 13.2578 13.3527L20.4863 7.00113C20.8813 6.65389 20.9194 6.05145 20.5723 5.6564Z",fill:"#B92321"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=EmailV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailV2.js","sources":["../../../../../src/icons/Social/Channels/EmailV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgEmailV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M20.5713 4.14273C21.3603 4.14273 22 4.78246 22 5.57144V18.4289C21.9998 19.2176 21.3601 19.8566 20.5713 19.8566H3.42871C2.63987 19.8566 2.00023 19.2176 2 18.4289V5.57144C2 4.78246 2.63973 4.14273 3.42871 4.14273H20.5713ZM20.5723 5.6564C20.225 5.26165 19.6235 5.22336 19.2285 5.57047L12 11.923L4.77148 5.57047C4.37651 5.22336 3.775 5.26165 3.42773 5.6564C3.08057 6.05145 3.11873 6.6539 3.51367 7.00113L10.7422 13.3527C11.4613 13.9847 12.5387 13.9847 13.2578 13.3527L20.4863 7.00113C20.8813 6.65389 20.9194 6.05145 20.5723 5.6564Z\"\n\t\t\t\tfill=\"#B92321\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgEmailV2;\n"],"names":["SvgEmailV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAa,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACrD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,khBACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),i=({size:e=24,...t})=>{const l={width:e,height:e,...t};return C.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[C.jsx("path",{d:"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z",fill:"white"}),C.jsx("path",{d:"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22L15.7803 21.9999Z",fill:"#0866FF"}),C.jsx("path",{d:"M2 15.9999C2 12.6862 4.68629 9.99991 8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999Z",fill:"white"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999C2 12.6862 4.68629 9.99991 8 9.99991ZM7.84863 12.7694C7.25803 12.7695 6.73118 12.9112 6.26758 13.1942C5.80385 13.4752 5.43746 13.8781 5.16992 14.4042C4.90241 14.9281 4.76956 15.5559 4.76953 16.287C4.76953 17.016 4.90175 17.6437 5.16699 18.1698C5.43447 18.6959 5.8001 19.1006 6.26367 19.3837C6.72729 19.6645 7.25577 19.8055 7.84863 19.8056C8.2254 19.8056 8.57377 19.75 8.89258 19.6386C9.2114 19.5271 9.49471 19.3698 9.74219 19.1669C9.99187 18.9618 10.1952 18.7183 10.3535 18.4374C10.514 18.1543 10.623 17.8444 10.6787 17.5077L9.63477 17.5048C9.5924 17.7232 9.51573 17.9174 9.4043 18.0868C9.29507 18.254 9.16117 18.3957 9.00293 18.5116C8.84467 18.6275 8.66684 18.7151 8.4707 18.7753C8.27684 18.8332 8.0716 18.8622 7.85547 18.8622C7.46559 18.8622 7.11469 18.7643 6.80273 18.5683C6.4906 18.3721 6.24407 18.0816 6.06348 17.6982C5.88519 17.3147 5.7959 16.8443 5.7959 16.287C5.79593 15.7342 5.88515 15.2661 6.06348 14.8827C6.24405 14.4993 6.48896 14.2081 6.79883 14.0097C7.11096 13.8112 7.46475 13.7118 7.85938 13.7118C8.07769 13.7118 8.28371 13.7425 8.47754 13.8026C8.67373 13.8628 8.85147 13.9521 9.00977 14.0702C9.16796 14.1884 9.30194 14.3325 9.41113 14.5019C9.52018 14.6711 9.59465 14.8671 9.63477 15.0898H10.6787C10.6207 14.722 10.5087 14.3956 10.3438 14.1103C10.1788 13.8227 9.97068 13.5792 9.71875 13.3808C9.46697 13.1802 9.18257 13.0292 8.86621 12.9267C8.55185 12.8219 8.21204 12.7694 7.84863 12.7694Z",fill:"#002E78"})]})};exports.default=i;
|
|
2
|
+
//# sourceMappingURL=FacebookCommentV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FacebookCommentV2.js","sources":["../../../../../src/icons/Social/Channels/FacebookCommentV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFacebookCommentV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M2 4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V4Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999L4 22C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22L15.7803 21.9999Z\"\n\t\t\t\tfill=\"#0866FF\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M2 15.9999C2 12.6862 4.68629 9.99991 8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M8 9.99991C11.3137 9.99991 14 12.6862 14 15.9999C14 19.3136 11.3137 21.9999 8 21.9999H3.71429C2.76751 21.9999 2 21.2324 2 20.2856V15.9999C2 12.6862 4.68629 9.99991 8 9.99991ZM7.84863 12.7694C7.25803 12.7695 6.73118 12.9112 6.26758 13.1942C5.80385 13.4752 5.43746 13.8781 5.16992 14.4042C4.90241 14.9281 4.76956 15.5559 4.76953 16.287C4.76953 17.016 4.90175 17.6437 5.16699 18.1698C5.43447 18.6959 5.8001 19.1006 6.26367 19.3837C6.72729 19.6645 7.25577 19.8055 7.84863 19.8056C8.2254 19.8056 8.57377 19.75 8.89258 19.6386C9.2114 19.5271 9.49471 19.3698 9.74219 19.1669C9.99187 18.9618 10.1952 18.7183 10.3535 18.4374C10.514 18.1543 10.623 17.8444 10.6787 17.5077L9.63477 17.5048C9.5924 17.7232 9.51573 17.9174 9.4043 18.0868C9.29507 18.254 9.16117 18.3957 9.00293 18.5116C8.84467 18.6275 8.66684 18.7151 8.4707 18.7753C8.27684 18.8332 8.0716 18.8622 7.85547 18.8622C7.46559 18.8622 7.11469 18.7643 6.80273 18.5683C6.4906 18.3721 6.24407 18.0816 6.06348 17.6982C5.88519 17.3147 5.7959 16.8443 5.7959 16.287C5.79593 15.7342 5.88515 15.2661 6.06348 14.8827C6.24405 14.4993 6.48896 14.2081 6.79883 14.0097C7.11096 13.8112 7.46475 13.7118 7.85938 13.7118C8.07769 13.7118 8.28371 13.7425 8.47754 13.8026C8.67373 13.8628 8.85147 13.9521 9.00977 14.0702C9.16796 14.1884 9.30194 14.3325 9.41113 14.5019C9.52018 14.6711 9.59465 14.8671 9.63477 15.0898H10.6787C10.6207 14.722 10.5087 14.3956 10.3438 14.1103C10.1788 13.8227 9.97068 13.5792 9.71875 13.3808C9.46697 13.1802 9.18257 13.0292 8.86621 12.9267C8.55185 12.8219 8.21204 12.7694 7.84863 12.7694Z\"\n\t\t\t\tfill=\"#002E78\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFacebookCommentV2;\n"],"names":["SvgFacebookCommentV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAuB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CAC/D,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,0HACF,KAAK,OAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,mZACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,iLACF,KAAK,OAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,ugDACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),l=({size:e=24,...o})=>{const s={width:e,height:e,...o};return t.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t.jsx("path",{d:"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999H4.00018C2.89563 21.9999 2.00021 21.1045 2.0002 19.9999L2.00002 4.00001C2.00001 2.89544 2.89544 2 4.00001 2L19.9999 2.00004C21.1044 2.00005 21.9999 2.89547 21.9999 4.00003V19.9999C21.9999 21.1044 21.1044 21.9999 19.9999 21.9999L15.7803 21.9999Z",fill:"#0866FF"})})};exports.default=l;
|
|
2
|
+
//# sourceMappingURL=FacebookV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FacebookV2.js","sources":["../../../../../src/icons/Social/Channels/FacebookV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFacebookV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M15.7803 21.9999V14.2604H18.3718L18.7597 11.2516H15.7803V9.33072C15.7803 8.4596 16.0221 7.86594 17.2713 7.86594L18.8647 7.86519V5.1742C18.589 5.1376 17.6433 5.05565 16.543 5.05565C14.2458 5.05565 12.6733 6.45777 12.6733 9.0328V11.2516H10.0752V14.2604H12.6733V21.9999H4.00018C2.89563 21.9999 2.00021 21.1045 2.0002 19.9999L2.00002 4.00001C2.00001 2.89544 2.89544 2 4.00001 2L19.9999 2.00004C21.1044 2.00005 21.9999 2.89547 21.9999 4.00003V19.9999C21.9999 21.1044 21.1044 21.9999 19.9999 21.9999L15.7803 21.9999Z\"\n\t\t\t\tfill=\"#0866FF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFacebookV2;\n"],"names":["SvgFacebookV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAgB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACxD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,EAAE,igBACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const l=require("react/jsx-runtime"),o=({size:e=24,...t})=>{const i={width:e,height:e,...t};return l.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...i,children:l.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20.75 4.18761C21.4403 4.18766 22 4.74729 22 5.43761V18.5626C22 19.2529 21.4403 19.8126 20.75 19.8126H3.25C2.55967 19.8126 2.00004 19.2529 2 18.5626V5.43761C2 4.74725 2.55965 4.18761 3.25 4.18761H20.75ZM20.75 6.70811C20.75 5.65627 19.5212 5.08343 18.7158 5.75987L12 11.4005L5.28418 5.75987L5.20703 5.7003C4.40271 5.11992 3.25 5.68916 3.25 6.70811V17.9376C3.25 18.4554 3.66974 18.8751 4.1875 18.8751C4.70524 18.8751 5.125 18.4554 5.125 17.9376V8.07433L12 13.8497L18.875 8.07433V17.9376C18.875 18.4554 19.2947 18.8751 19.8125 18.8751C20.3302 18.875 20.75 18.4553 20.75 17.9376V6.70811Z",fill:"#EB4132"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=GmailV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GmailV2.js","sources":["../../../../../src/icons/Social/Channels/GmailV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgGmailV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M20.75 4.18761C21.4403 4.18766 22 4.74729 22 5.43761V18.5626C22 19.2529 21.4403 19.8126 20.75 19.8126H3.25C2.55967 19.8126 2.00004 19.2529 2 18.5626V5.43761C2 4.74725 2.55965 4.18761 3.25 4.18761H20.75ZM20.75 6.70811C20.75 5.65627 19.5212 5.08343 18.7158 5.75987L12 11.4005L5.28418 5.75987L5.20703 5.7003C4.40271 5.11992 3.25 5.68916 3.25 6.70811V17.9376C3.25 18.4554 3.66974 18.8751 4.1875 18.8751C4.70524 18.8751 5.125 18.4554 5.125 17.9376V8.07433L12 13.8497L18.875 8.07433V17.9376C18.875 18.4554 19.2947 18.8751 19.8125 18.8751C20.3302 18.875 20.75 18.4553 20.75 17.9376V6.70811Z\"\n\t\t\t\tfill=\"#EB4132\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgGmailV2;\n"],"names":["SvgGmailV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAa,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACrD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,0kBACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),s=({size:e=24,...t})=>{const l={width:e,height:e,...t};return C.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:[C.jsx("path",{d:"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z",fill:"#D874B4"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z",fill:"#D874B4"}),C.jsx("path",{d:"M2 16C2 12.6863 4.68629 10 8 10C11.3137 10 14 12.6863 14 16C14 19.3137 11.3137 22 8 22H3.71429C2.76751 22 2 21.2325 2 20.2857V16Z",fill:"#610440"}),C.jsx("path",{d:"M10.6785 15.0901H9.63511C9.59498 14.8672 9.52029 14.671 9.41104 14.5015C9.3018 14.3321 9.16803 14.1883 9.00973 14.0701C8.85144 13.952 8.67419 13.8628 8.478 13.8026C8.28403 13.7424 8.0778 13.7123 7.85931 13.7123C7.46469 13.7123 7.11132 13.8115 6.79919 14.0099C6.48929 14.2084 6.24404 14.4993 6.06345 14.8828C5.88509 15.2663 5.79591 15.7345 5.79591 16.2874C5.79591 16.8448 5.88509 17.3152 6.06345 17.6986C6.24404 18.0821 6.4904 18.372 6.80253 18.5682C7.11466 18.7643 7.46581 18.8624 7.85597 18.8624C8.07223 18.8624 8.27734 18.8335 8.47131 18.7755C8.6675 18.7153 8.84475 18.6272 9.00304 18.5113C9.16134 18.3954 9.29511 18.2538 9.40435 18.0866C9.51583 17.9171 9.59275 17.7232 9.63511 17.5047L10.6785 17.508C10.6228 17.8447 10.5146 18.1546 10.3541 18.4377C10.1958 18.7186 9.99183 18.9617 9.74212 19.1668C9.49465 19.3697 9.2115 19.5268 8.89268 19.6383C8.57387 19.7498 8.22606 19.8055 7.84928 19.8055C7.25623 19.8055 6.72784 19.6651 6.26411 19.3841C5.80037 19.101 5.43474 18.6963 5.1672 18.1702C4.90189 17.644 4.76923 17.0164 4.76923 16.2874C4.76923 15.5561 4.903 14.9285 5.17054 14.4046C5.43808 13.8784 5.80372 13.4749 6.26745 13.1939C6.73119 12.9108 7.25846 12.7692 7.84928 12.7692C8.21269 12.7692 8.55157 12.8216 8.86593 12.9264C9.18252 13.029 9.46678 13.1806 9.71871 13.3812C9.97065 13.5797 10.1791 13.8227 10.3441 14.1103C10.5091 14.3956 10.6205 14.7223 10.6785 15.0901Z",fill:"white"})]})};exports.default=s;
|
|
2
|
+
//# sourceMappingURL=InstagramCommentV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InstagramCommentV2.js","sources":["../../../../../src/icons/Social/Channels/InstagramCommentV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgInstagramCommentV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M2 16C2 12.6863 4.68629 10 8 10C11.3137 10 14 12.6863 14 16C14 19.3137 11.3137 22 8 22H3.71429C2.76751 22 2 21.2325 2 20.2857V16Z\"\n\t\t\t\tfill=\"#610440\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M10.6785 15.0901H9.63511C9.59498 14.8672 9.52029 14.671 9.41104 14.5015C9.3018 14.3321 9.16803 14.1883 9.00973 14.0701C8.85144 13.952 8.67419 13.8628 8.478 13.8026C8.28403 13.7424 8.0778 13.7123 7.85931 13.7123C7.46469 13.7123 7.11132 13.8115 6.79919 14.0099C6.48929 14.2084 6.24404 14.4993 6.06345 14.8828C5.88509 15.2663 5.79591 15.7345 5.79591 16.2874C5.79591 16.8448 5.88509 17.3152 6.06345 17.6986C6.24404 18.0821 6.4904 18.372 6.80253 18.5682C7.11466 18.7643 7.46581 18.8624 7.85597 18.8624C8.07223 18.8624 8.27734 18.8335 8.47131 18.7755C8.6675 18.7153 8.84475 18.6272 9.00304 18.5113C9.16134 18.3954 9.29511 18.2538 9.40435 18.0866C9.51583 17.9171 9.59275 17.7232 9.63511 17.5047L10.6785 17.508C10.6228 17.8447 10.5146 18.1546 10.3541 18.4377C10.1958 18.7186 9.99183 18.9617 9.74212 19.1668C9.49465 19.3697 9.2115 19.5268 8.89268 19.6383C8.57387 19.7498 8.22606 19.8055 7.84928 19.8055C7.25623 19.8055 6.72784 19.6651 6.26411 19.3841C5.80037 19.101 5.43474 18.6963 5.1672 18.1702C4.90189 17.644 4.76923 17.0164 4.76923 16.2874C4.76923 15.5561 4.903 14.9285 5.17054 14.4046C5.43808 13.8784 5.80372 13.4749 6.26745 13.1939C6.73119 12.9108 7.25846 12.7692 7.84928 12.7692C8.21269 12.7692 8.55157 12.8216 8.86593 12.9264C9.18252 13.029 9.46678 13.1806 9.71871 13.3812C9.97065 13.5797 10.1791 13.8227 10.3441 14.1103C10.5091 14.3956 10.6205 14.7223 10.6785 15.0901Z\"\n\t\t\t\tfill=\"white\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgInstagramCommentV2;\n"],"names":["SvgInstagramCommentV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAwB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CAChE,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,oLACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,sZACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,oIACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,21CACF,KAAK,OAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),C=({size:t=24,...l})=>{const s={width:t,height:t,...l};return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:[e.jsx("path",{d:"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z",fill:"#D874B4"}),e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z",fill:"#D874B4"})]})};exports.default=C;
|
|
2
|
+
//# sourceMappingURL=InstagramV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InstagramV2.js","sources":["../../../../../src/icons/Social/Channels/InstagramV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgInstagramV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 8.7998C13.7673 8.7998 15.2002 10.2327 15.2002 12C15.2002 13.7673 13.7673 15.2002 12 15.2002C10.2327 15.2002 8.7998 13.7673 8.7998 12C8.7998 10.2327 10.2327 8.7998 12 8.7998Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12 7.2002C9.34903 7.2002 7.2002 9.34903 7.2002 12C7.2002 14.651 9.34903 16.7998 12 16.7998C14.651 16.7998 16.7998 14.651 16.7998 12C16.7998 9.34903 14.651 7.2002 12 7.2002ZM18 5C17.4477 5 17 5.44772 17 6C17 6.55228 17.4477 7 18 7C18.5523 7 19 6.55228 19 6C19 5.44772 18.5523 5 18 5Z\"\n\t\t\t\tfill=\"#D874B4\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgInstagramV2;\n"],"names":["SvgInstagramV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAiB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACzD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,oLACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,sZACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),r=({size:e=24,...C})=>{const s={width:e,height:e,...C};return t.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s,children:t.jsx("path",{d:"M12 2C17.6333 2 21.9998 6.12635 21.9999 11.6997C21.9999 17.2732 17.6334 21.4002 12 21.4002C11.0223 21.4025 10.0485 21.2728 9.10527 21.0153C8.92793 20.9666 8.73886 20.981 8.57061 21.0551L6.58657 21.9308C6.3432 22.0383 6.06222 22.0179 5.83706 21.8763C5.61186 21.7344 5.47163 21.4896 5.46352 21.2236L5.409 19.4446C5.40159 19.2258 5.30444 19.0193 5.14045 18.8742C3.19506 17.1342 2 14.6151 2 11.6997C2.00015 6.12635 6.36656 2.00001 12 2ZM18.28 8.15233C18.0719 7.96511 17.7631 7.94399 17.5313 8.10106L13.7179 10.6857C13.6194 10.7525 13.4906 10.7544 13.3907 10.6898L10.0533 8.52587C9.77871 8.34786 9.41104 8.42622 9.23304 8.70083L5.61408 14.2884C5.45225 14.5382 5.49618 14.8689 5.71743 15.068C5.92629 15.2559 6.23697 15.2754 6.46775 15.1152L10.2788 12.4671C10.3787 12.3977 10.5112 12.3963 10.6124 12.4638L13.9449 14.6855C14.2198 14.8686 14.5914 14.7918 14.7709 14.5146L18.3842 8.93602C18.5468 8.68478 18.5025 8.35255 18.28 8.15233Z",fill:"#0967FF"})})};exports.default=r;
|
|
2
|
+
//# sourceMappingURL=MessengerV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MessengerV2.js","sources":["../../../../../src/icons/Social/Channels/MessengerV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgMessengerV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M12 2C17.6333 2 21.9998 6.12635 21.9999 11.6997C21.9999 17.2732 17.6334 21.4002 12 21.4002C11.0223 21.4025 10.0485 21.2728 9.10527 21.0153C8.92793 20.9666 8.73886 20.981 8.57061 21.0551L6.58657 21.9308C6.3432 22.0383 6.06222 22.0179 5.83706 21.8763C5.61186 21.7344 5.47163 21.4896 5.46352 21.2236L5.409 19.4446C5.40159 19.2258 5.30444 19.0193 5.14045 18.8742C3.19506 17.1342 2 14.6151 2 11.6997C2.00015 6.12635 6.36656 2.00001 12 2ZM18.28 8.15233C18.0719 7.96511 17.7631 7.94399 17.5313 8.10106L13.7179 10.6857C13.6194 10.7525 13.4906 10.7544 13.3907 10.6898L10.0533 8.52587C9.77871 8.34786 9.41104 8.42622 9.23304 8.70083L5.61408 14.2884C5.45225 14.5382 5.49618 14.8689 5.71743 15.068C5.92629 15.2559 6.23697 15.2754 6.46775 15.1152L10.2788 12.4671C10.3787 12.3977 10.5112 12.3963 10.6124 12.4638L13.9449 14.6855C14.2198 14.8686 14.5914 14.7918 14.7709 14.5146L18.3842 8.93602C18.5468 8.68478 18.5025 8.35255 18.28 8.15233Z\"\n\t\t\t\tfill=\"#0967FF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgMessengerV2;\n"],"names":["SvgMessengerV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAiB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACzD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,EAAE,+5BACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),o=({size:e=24,...t})=>{const l={width:e,height:e,...t};return C.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM7.20605 6.00195C7.03853 6.00211 6.87199 6.0368 6.71875 6.10449C6.56557 6.17218 6.42833 6.27182 6.31543 6.39551C6.20267 6.51909 6.11693 6.66472 6.06348 6.82324C6.01 6.98201 5.98981 7.15053 6.00488 7.31738C6.20293 9.18235 6.83774 10.9748 7.85742 12.5488C8.78375 14.0065 10.0198 15.2427 11.4775 16.1689C13.0444 17.185 14.8281 17.8188 16.6846 18.0205C16.8519 18.0356 17.0206 18.0157 17.1797 17.9619C17.3388 17.9081 17.4846 17.8215 17.6084 17.708C17.7322 17.5945 17.8311 17.4566 17.8984 17.3027C17.9657 17.1489 18.0006 16.9824 18 16.8145V15.0039C18.0073 14.7081 17.9051 14.4201 17.7139 14.1943C17.5225 13.9685 17.255 13.8207 16.9619 13.7793C16.3828 13.7029 15.8139 13.5616 15.2666 13.3574C15.0506 13.2762 14.8155 13.2585 14.5898 13.3066C14.3643 13.3548 14.1571 13.4668 13.9932 13.6289L13.2275 14.3945C11.717 13.5356 10.4663 12.2849 9.60742 10.7744L10.373 10.0088C10.5353 9.84474 10.6472 9.63677 10.6953 9.41113C10.7433 9.18563 10.7257 8.95118 10.6445 8.73535C10.4403 8.18802 10.2991 7.61921 10.2227 7.04004C10.1817 6.75015 10.0364 6.48487 9.81445 6.29395C9.59244 6.10301 9.30844 5.99907 9.01562 6.00195H7.20605Z",fill:"#455A64"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=PhoneV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PhoneV2.js","sources":["../../../../../src/icons/Social/Channels/PhoneV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgPhoneV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM7.20605 6.00195C7.03853 6.00211 6.87199 6.0368 6.71875 6.10449C6.56557 6.17218 6.42833 6.27182 6.31543 6.39551C6.20267 6.51909 6.11693 6.66472 6.06348 6.82324C6.01 6.98201 5.98981 7.15053 6.00488 7.31738C6.20293 9.18235 6.83774 10.9748 7.85742 12.5488C8.78375 14.0065 10.0198 15.2427 11.4775 16.1689C13.0444 17.185 14.8281 17.8188 16.6846 18.0205C16.8519 18.0356 17.0206 18.0157 17.1797 17.9619C17.3388 17.9081 17.4846 17.8215 17.6084 17.708C17.7322 17.5945 17.8311 17.4566 17.8984 17.3027C17.9657 17.1489 18.0006 16.9824 18 16.8145V15.0039C18.0073 14.7081 17.9051 14.4201 17.7139 14.1943C17.5225 13.9685 17.255 13.8207 16.9619 13.7793C16.3828 13.7029 15.8139 13.5616 15.2666 13.3574C15.0506 13.2762 14.8155 13.2585 14.5898 13.3066C14.3643 13.3548 14.1571 13.4668 13.9932 13.6289L13.2275 14.3945C11.717 13.5356 10.4663 12.2849 9.60742 10.7744L10.373 10.0088C10.5353 9.84474 10.6472 9.63677 10.6953 9.41113C10.7433 9.18563 10.7257 8.95118 10.6445 8.73535C10.4403 8.18802 10.2991 7.61921 10.2227 7.04004C10.1817 6.75015 10.0364 6.48487 9.81445 6.29395C9.59244 6.10301 9.30844 5.99907 9.01562 6.00195H7.20605Z\"\n\t\t\t\tfill=\"#455A64\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgPhoneV2;\n"],"names":["SvgPhoneV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAa,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACrD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,8sCACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("react/jsx-runtime"),o=({size:e=24,...l})=>{const C={width:e,height:e,...l};return t.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C,children:t.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.6143 3C19.5882 3 21.9999 5.41083 22 8.38477V14.1533C22 17.1273 19.5883 19.5381 16.6143 19.5381H15.6475C15.0355 19.5382 14.4483 19.7821 14.0156 20.2148L12.1592 22.0713C11.8588 22.3717 11.3717 22.3717 11.0713 22.0713L9.21387 20.2148C8.78106 19.782 8.19411 19.5381 7.58203 19.5381H7.38477C4.41074 19.5381 2 17.1273 2 14.1533V8.38477C2.0001 5.41083 4.4108 3 7.38477 3H16.6143ZM7.00195 12.001C6.44962 12.001 6.00195 12.4486 6.00195 13.001C6.00195 13.5533 6.44962 14.001 7.00195 14.001H12.002C12.5543 14.001 13.002 13.5533 13.002 13.001C13.002 12.4486 12.5543 12.001 12.002 12.001H7.00195ZM7.00195 8.00098C6.44962 8.00098 6.00195 8.44865 6.00195 9.00098C6.00207 9.55321 6.44969 10.001 7.00195 10.001H17.0029C17.5551 10.0008 18.0028 9.55311 18.0029 9.00098C18.0029 8.44874 17.5551 8.00113 17.0029 8.00098H7.00195Z",fill:"#FF8D8B"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=RcsV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RcsV2.js","sources":["../../../../../src/icons/Social/Channels/RcsV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgRcsV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M16.6143 3C19.5882 3 21.9999 5.41083 22 8.38477V14.1533C22 17.1273 19.5883 19.5381 16.6143 19.5381H15.6475C15.0355 19.5382 14.4483 19.7821 14.0156 20.2148L12.1592 22.0713C11.8588 22.3717 11.3717 22.3717 11.0713 22.0713L9.21387 20.2148C8.78106 19.782 8.19411 19.5381 7.58203 19.5381H7.38477C4.41074 19.5381 2 17.1273 2 14.1533V8.38477C2.0001 5.41083 4.4108 3 7.38477 3H16.6143ZM7.00195 12.001C6.44962 12.001 6.00195 12.4486 6.00195 13.001C6.00195 13.5533 6.44962 14.001 7.00195 14.001H12.002C12.5543 14.001 13.002 13.5533 13.002 13.001C13.002 12.4486 12.5543 12.001 12.002 12.001H7.00195ZM7.00195 8.00098C6.44962 8.00098 6.00195 8.44865 6.00195 9.00098C6.00207 9.55321 6.44969 10.001 7.00195 10.001H17.0029C17.5551 10.0008 18.0028 9.55311 18.0029 9.00098C18.0029 8.44874 17.5551 8.00113 17.0029 8.00098H7.00195Z\"\n\t\t\t\tfill=\"#FF8D8B\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgRcsV2;\n"],"names":["SvgRcsV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAW,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACnD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,6yBACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=({size:C=24,...t})=>{const l={width:C,height:C,...t};return e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8857 3C20.1579 3 22 4.84213 22 7.11426V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135V7.11426C2 4.84213 3.84213 3 6.11426 3H17.8857ZM6.81445 8.00391C6.52872 8.00391 6.26625 8.0413 6.02734 8.11621C5.79304 8.1865 5.58843 8.28891 5.41504 8.4248C5.24634 8.5607 5.11521 8.72271 5.02148 8.91016C4.92776 9.09761 4.88086 9.3065 4.88086 9.53613C4.88091 9.90154 4.98859 10.197 5.2041 10.4219C5.42428 10.6421 5.75717 10.7988 6.20215 10.8926L6.97559 11.0547C7.26614 11.1156 7.47073 11.1924 7.58789 11.2861C7.70957 11.3798 7.77051 11.5089 7.77051 11.6729C7.77051 11.8696 7.6862 12.0317 7.51758 12.1582C7.34891 12.28 7.07908 12.3408 6.70898 12.3408C6.45592 12.3408 6.214 12.3121 5.98438 12.2559C5.75494 12.1996 5.5371 12.111 5.33105 11.9893C5.24203 11.933 5.15993 11.9117 5.08496 11.9258C5.01012 11.9398 4.947 11.9774 4.89551 12.0381C4.84865 12.0943 4.81777 12.1625 4.80371 12.2422C4.79434 12.3172 4.80606 12.3949 4.83887 12.4746C4.87168 12.5541 4.93049 12.6216 5.01465 12.6777C5.15992 12.7715 5.32407 12.8514 5.50684 12.917C5.68949 12.9779 5.88379 13.0227 6.08984 13.0508C6.29604 13.0836 6.50279 13.0996 6.70898 13.0996C7.00881 13.0996 7.27864 13.0644 7.51758 12.9941C7.75637 12.9239 7.96031 12.8235 8.12891 12.6924C8.3023 12.5612 8.43342 12.4035 8.52246 12.2207C8.61605 12.038 8.66309 11.8342 8.66309 11.6094C8.66304 11.258 8.54794 10.9765 8.31836 10.7656C8.09341 10.5549 7.74891 10.4001 7.28516 10.3018L6.51855 10.1406C6.24693 10.0844 6.05481 10.0066 5.94238 9.9082C5.8301 9.80518 5.77349 9.66947 5.77344 9.50098C5.77344 9.35101 5.81389 9.22204 5.89355 9.11426C5.9779 9.00181 6.09734 8.91541 6.25195 8.85449C6.4066 8.79357 6.59205 8.7627 6.80762 8.7627C7.01364 8.76273 7.20584 8.78403 7.38379 8.82617C7.56178 8.86836 7.73783 8.93875 7.91113 9.03711C8.00937 9.09318 8.09602 9.11678 8.1709 9.10742C8.25057 9.09805 8.31661 9.06717 8.36816 9.01562C8.41953 8.96416 8.45177 8.90313 8.46582 8.83301C8.47985 8.75818 8.47329 8.68323 8.44531 8.6084C8.4219 8.53348 8.37272 8.46949 8.29785 8.41797C8.09634 8.28207 7.8683 8.17967 7.61523 8.10938C7.3623 8.03913 7.09547 8.00393 6.81445 8.00391ZM17.3506 8.00391C17.0648 8.00393 16.8024 8.04125 16.5635 8.11621C16.3294 8.18646 16.1254 8.28905 15.9521 8.4248C15.7835 8.56066 15.6523 8.72279 15.5586 8.91016C15.4649 9.09761 15.418 9.3065 15.418 9.53613C15.418 9.90155 15.5257 10.197 15.7412 10.4219C15.9615 10.642 16.2942 10.7989 16.7393 10.8926L17.5127 11.0547C17.803 11.1156 18.0069 11.1925 18.124 11.2861C18.2459 11.3799 18.3066 11.5088 18.3066 11.6729C18.3066 11.8697 18.2224 12.0317 18.0537 12.1582C17.885 12.28 17.6152 12.3408 17.2451 12.3408C16.9922 12.3408 16.751 12.3121 16.5215 12.2559C16.2919 12.1996 16.0734 12.1111 15.8672 11.9893C15.7782 11.9331 15.696 11.9117 15.6211 11.9258C15.5463 11.9399 15.4831 11.9773 15.4316 12.0381C15.3848 12.0943 15.3549 12.1626 15.3408 12.2422C15.3314 12.3172 15.3432 12.3949 15.376 12.4746C15.4088 12.5541 15.4676 12.6216 15.5518 12.6777C15.6969 12.7713 15.8604 12.8514 16.043 12.917C16.2257 12.9779 16.4208 13.0227 16.627 13.0508C16.833 13.0836 17.0391 13.0996 17.2451 13.0996C17.545 13.0996 17.8147 13.0644 18.0537 12.9941C18.2926 12.9239 18.4964 12.8235 18.665 12.6924C18.8384 12.5612 18.9696 12.4035 19.0586 12.2207C19.1523 12.038 19.1992 11.8342 19.1992 11.6094C19.1992 11.258 19.0851 10.9765 18.8555 10.7656C18.6306 10.5548 18.286 10.4002 17.8223 10.3018L17.0557 10.1406C16.7839 10.0844 16.592 10.0066 16.4795 9.9082C16.3671 9.80515 16.3106 9.66957 16.3105 9.50098C16.3105 9.35112 16.3501 9.222 16.4297 9.11426C16.514 9.0019 16.6337 8.9154 16.7881 8.85449C16.9427 8.79357 17.1282 8.7627 17.3438 8.7627C17.5499 8.7627 17.7419 8.78403 17.9199 8.82617C18.098 8.86835 18.2739 8.9387 18.4473 9.03711C18.5454 9.09321 18.6322 9.11662 18.707 9.10742C18.7867 9.09805 18.8527 9.06717 18.9043 9.01562C18.9558 8.96409 18.9889 8.90328 19.0029 8.83301C19.017 8.75812 19.0095 8.68328 18.9814 8.6084C18.958 8.53342 18.909 8.46952 18.834 8.41797C18.6326 8.28216 18.4052 8.17965 18.1523 8.10938C17.8993 8.03908 17.6318 8.00391 17.3506 8.00391ZM14.0391 8.01758C13.922 8.01759 13.8302 8.04104 13.7646 8.08789C13.6992 8.13009 13.6382 8.20494 13.582 8.3125L11.958 11.3164L10.335 8.3125C10.2787 8.20476 10.2148 8.13006 10.1445 8.08789C10.079 8.04117 9.98796 8.01763 9.87109 8.01758C9.73994 8.01758 9.6365 8.05498 9.56152 8.12988C9.48654 8.20018 9.44922 8.30355 9.44922 8.43945V12.6641C9.44923 12.7953 9.4844 12.8987 9.55469 12.9736C9.62493 13.0484 9.72552 13.0859 9.85645 13.0859C9.99231 13.0859 10.0936 13.0486 10.1592 12.9736C10.2295 12.8987 10.2646 12.7953 10.2646 12.6641V9.70801L11.5859 12.1016C11.6281 12.1765 11.6772 12.2352 11.7334 12.2773C11.7896 12.3148 11.8623 12.3339 11.9512 12.334C12.0401 12.334 12.1106 12.3148 12.1621 12.2773C12.2136 12.2399 12.2627 12.1812 12.3096 12.1016L13.6318 9.69043V12.6641C13.6318 12.7953 13.667 12.8987 13.7373 12.9736C13.8076 13.0483 13.9081 13.0859 14.0391 13.0859C14.175 13.0859 14.2762 13.0486 14.3418 12.9736C14.4121 12.8987 14.4473 12.7953 14.4473 12.6641V8.43945C14.4473 8.30362 14.412 8.20017 14.3418 8.12988C14.2715 8.0549 14.1703 8.01758 14.0391 8.01758Z",fill:"#438BFF"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=SmsV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SmsV2.js","sources":["../../../../../src/icons/Social/Channels/SmsV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgSmsV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M17.8857 3C20.1579 3 22 4.84213 22 7.11426V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135V7.11426C2 4.84213 3.84213 3 6.11426 3H17.8857ZM6.81445 8.00391C6.52872 8.00391 6.26625 8.0413 6.02734 8.11621C5.79304 8.1865 5.58843 8.28891 5.41504 8.4248C5.24634 8.5607 5.11521 8.72271 5.02148 8.91016C4.92776 9.09761 4.88086 9.3065 4.88086 9.53613C4.88091 9.90154 4.98859 10.197 5.2041 10.4219C5.42428 10.6421 5.75717 10.7988 6.20215 10.8926L6.97559 11.0547C7.26614 11.1156 7.47073 11.1924 7.58789 11.2861C7.70957 11.3798 7.77051 11.5089 7.77051 11.6729C7.77051 11.8696 7.6862 12.0317 7.51758 12.1582C7.34891 12.28 7.07908 12.3408 6.70898 12.3408C6.45592 12.3408 6.214 12.3121 5.98438 12.2559C5.75494 12.1996 5.5371 12.111 5.33105 11.9893C5.24203 11.933 5.15993 11.9117 5.08496 11.9258C5.01012 11.9398 4.947 11.9774 4.89551 12.0381C4.84865 12.0943 4.81777 12.1625 4.80371 12.2422C4.79434 12.3172 4.80606 12.3949 4.83887 12.4746C4.87168 12.5541 4.93049 12.6216 5.01465 12.6777C5.15992 12.7715 5.32407 12.8514 5.50684 12.917C5.68949 12.9779 5.88379 13.0227 6.08984 13.0508C6.29604 13.0836 6.50279 13.0996 6.70898 13.0996C7.00881 13.0996 7.27864 13.0644 7.51758 12.9941C7.75637 12.9239 7.96031 12.8235 8.12891 12.6924C8.3023 12.5612 8.43342 12.4035 8.52246 12.2207C8.61605 12.038 8.66309 11.8342 8.66309 11.6094C8.66304 11.258 8.54794 10.9765 8.31836 10.7656C8.09341 10.5549 7.74891 10.4001 7.28516 10.3018L6.51855 10.1406C6.24693 10.0844 6.05481 10.0066 5.94238 9.9082C5.8301 9.80518 5.77349 9.66947 5.77344 9.50098C5.77344 9.35101 5.81389 9.22204 5.89355 9.11426C5.9779 9.00181 6.09734 8.91541 6.25195 8.85449C6.4066 8.79357 6.59205 8.7627 6.80762 8.7627C7.01364 8.76273 7.20584 8.78403 7.38379 8.82617C7.56178 8.86836 7.73783 8.93875 7.91113 9.03711C8.00937 9.09318 8.09602 9.11678 8.1709 9.10742C8.25057 9.09805 8.31661 9.06717 8.36816 9.01562C8.41953 8.96416 8.45177 8.90313 8.46582 8.83301C8.47985 8.75818 8.47329 8.68323 8.44531 8.6084C8.4219 8.53348 8.37272 8.46949 8.29785 8.41797C8.09634 8.28207 7.8683 8.17967 7.61523 8.10938C7.3623 8.03913 7.09547 8.00393 6.81445 8.00391ZM17.3506 8.00391C17.0648 8.00393 16.8024 8.04125 16.5635 8.11621C16.3294 8.18646 16.1254 8.28905 15.9521 8.4248C15.7835 8.56066 15.6523 8.72279 15.5586 8.91016C15.4649 9.09761 15.418 9.3065 15.418 9.53613C15.418 9.90155 15.5257 10.197 15.7412 10.4219C15.9615 10.642 16.2942 10.7989 16.7393 10.8926L17.5127 11.0547C17.803 11.1156 18.0069 11.1925 18.124 11.2861C18.2459 11.3799 18.3066 11.5088 18.3066 11.6729C18.3066 11.8697 18.2224 12.0317 18.0537 12.1582C17.885 12.28 17.6152 12.3408 17.2451 12.3408C16.9922 12.3408 16.751 12.3121 16.5215 12.2559C16.2919 12.1996 16.0734 12.1111 15.8672 11.9893C15.7782 11.9331 15.696 11.9117 15.6211 11.9258C15.5463 11.9399 15.4831 11.9773 15.4316 12.0381C15.3848 12.0943 15.3549 12.1626 15.3408 12.2422C15.3314 12.3172 15.3432 12.3949 15.376 12.4746C15.4088 12.5541 15.4676 12.6216 15.5518 12.6777C15.6969 12.7713 15.8604 12.8514 16.043 12.917C16.2257 12.9779 16.4208 13.0227 16.627 13.0508C16.833 13.0836 17.0391 13.0996 17.2451 13.0996C17.545 13.0996 17.8147 13.0644 18.0537 12.9941C18.2926 12.9239 18.4964 12.8235 18.665 12.6924C18.8384 12.5612 18.9696 12.4035 19.0586 12.2207C19.1523 12.038 19.1992 11.8342 19.1992 11.6094C19.1992 11.258 19.0851 10.9765 18.8555 10.7656C18.6306 10.5548 18.286 10.4002 17.8223 10.3018L17.0557 10.1406C16.7839 10.0844 16.592 10.0066 16.4795 9.9082C16.3671 9.80515 16.3106 9.66957 16.3105 9.50098C16.3105 9.35112 16.3501 9.222 16.4297 9.11426C16.514 9.0019 16.6337 8.9154 16.7881 8.85449C16.9427 8.79357 17.1282 8.7627 17.3438 8.7627C17.5499 8.7627 17.7419 8.78403 17.9199 8.82617C18.098 8.86835 18.2739 8.9387 18.4473 9.03711C18.5454 9.09321 18.6322 9.11662 18.707 9.10742C18.7867 9.09805 18.8527 9.06717 18.9043 9.01562C18.9558 8.96409 18.9889 8.90328 19.0029 8.83301C19.017 8.75812 19.0095 8.68328 18.9814 8.6084C18.958 8.53342 18.909 8.46952 18.834 8.41797C18.6326 8.28216 18.4052 8.17965 18.1523 8.10938C17.8993 8.03908 17.6318 8.00391 17.3506 8.00391ZM14.0391 8.01758C13.922 8.01759 13.8302 8.04104 13.7646 8.08789C13.6992 8.13009 13.6382 8.20494 13.582 8.3125L11.958 11.3164L10.335 8.3125C10.2787 8.20476 10.2148 8.13006 10.1445 8.08789C10.079 8.04117 9.98796 8.01763 9.87109 8.01758C9.73994 8.01758 9.6365 8.05498 9.56152 8.12988C9.48654 8.20018 9.44922 8.30355 9.44922 8.43945V12.6641C9.44923 12.7953 9.4844 12.8987 9.55469 12.9736C9.62493 13.0484 9.72552 13.0859 9.85645 13.0859C9.99231 13.0859 10.0936 13.0486 10.1592 12.9736C10.2295 12.8987 10.2646 12.7953 10.2646 12.6641V9.70801L11.5859 12.1016C11.6281 12.1765 11.6772 12.2352 11.7334 12.2773C11.7896 12.3148 11.8623 12.3339 11.9512 12.334C12.0401 12.334 12.1106 12.3148 12.1621 12.2773C12.2136 12.2399 12.2627 12.1812 12.3096 12.1016L13.6318 9.69043V12.6641C13.6318 12.7953 13.667 12.8987 13.7373 12.9736C13.8076 13.0483 13.9081 13.0859 14.0391 13.0859C14.175 13.0859 14.2762 13.0486 14.3418 12.9736C14.4121 12.8987 14.4473 12.7953 14.4473 12.6641V8.43945C14.4473 8.30362 14.412 8.20017 14.3418 8.12988C14.2715 8.0549 14.1703 8.01758 14.0391 8.01758Z\"\n\t\t\t\tfill=\"#438BFF\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgSmsV2;\n"],"names":["SvgSmsV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAW,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACnD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,kkKACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),l=({size:t=24,...s})=>{const C={width:t,height:t,...s};return e.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...C,children:[e.jsx("path",{d:"M18.0001 2C20.2092 2 22.0001 3.79086 22.0001 6V18C22.0001 20.2091 20.2092 22 18.0001 22H10.0313L15.4786 15.9482L15.6065 15.7988C16.8774 14.2338 16.7103 11.9292 15.1954 10.5654L15.046 10.4385C13.5316 9.20895 11.3252 9.32493 9.9483 10.707L9.81354 10.8496L6.34674 14.7002C5.12838 13.6127 3.38151 13.4445 2.00006 14.1904V6C2.00006 3.79086 3.79092 2 6.00006 2H18.0001Z",fill:"#A481C8"}),e.jsx("path",{d:"M11.2999 12.1875C11.9689 11.4442 13.1141 11.3839 13.8575 12.0527C14.6007 12.7218 14.6612 13.867 13.9922 14.6104L7.87799 21.4033C7.48242 21.8426 6.92088 22.0408 6.37408 21.9932C6.34408 21.9912 6.31414 21.9888 6.28424 21.9854C6.28165 21.985 6.27902 21.9847 6.27643 21.9844C5.89197 21.9384 5.51896 21.7712 5.22174 21.4785L2.5401 18.8359C1.82778 18.134 1.81881 16.9868 2.52057 16.2744C3.2226 15.5621 4.3697 15.5539 5.08209 16.2559L6.43658 17.5908L11.2999 12.1875Z",fill:"#A481C8"})]})};exports.default=l;
|
|
2
|
+
//# sourceMappingURL=TaskV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskV2.js","sources":["../../../../../src/icons/Social/Channels/TaskV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgTaskV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M18.0001 2C20.2092 2 22.0001 3.79086 22.0001 6V18C22.0001 20.2091 20.2092 22 18.0001 22H10.0313L15.4786 15.9482L15.6065 15.7988C16.8774 14.2338 16.7103 11.9292 15.1954 10.5654L15.046 10.4385C13.5316 9.20895 11.3252 9.32493 9.9483 10.707L9.81354 10.8496L6.34674 14.7002C5.12838 13.6127 3.38151 13.4445 2.00006 14.1904V6C2.00006 3.79086 3.79092 2 6.00006 2H18.0001Z\"\n\t\t\t\tfill=\"#A481C8\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M11.2999 12.1875C11.9689 11.4442 13.1141 11.3839 13.8575 12.0527C14.6007 12.7218 14.6612 13.867 13.9922 14.6104L7.87799 21.4033C7.48242 21.8426 6.92088 22.0408 6.37408 21.9932C6.34408 21.9912 6.31414 21.9888 6.28424 21.9854C6.28165 21.985 6.27902 21.9847 6.27643 21.9844C5.89197 21.9384 5.51896 21.7712 5.22174 21.4785L2.5401 18.8359C1.82778 18.134 1.81881 16.9868 2.52057 16.2744C3.2226 15.5621 4.3697 15.5539 5.08209 16.2559L6.43658 17.5908L11.2999 12.1875Z\"\n\t\t\t\tfill=\"#A481C8\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgTaskV2;\n"],"names":["SvgTaskV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAY,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACpD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,8WACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,8cACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),s=({size:e=24,...l})=>{const t={width:e,height:e,...l};return C.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[C.jsx("path",{d:"M10.207 5C10.1217 5.4016 10.0762 5.81361 10.0762 6.23047C10.0762 7.03585 9.98144 7.7377 9.86133 8.27637C9.80133 8.54542 9.73664 8.76556 9.67871 8.93066C9.64991 9.01272 9.62484 9.07672 9.60449 9.12305C9.58789 9.16084 9.57777 9.18072 9.5752 9.18555C9.37925 9.52235 9.2632 9.89887 9.23633 10.2861L9.23047 10.4531C9.22894 10.8995 9.34518 11.3385 9.56738 11.7256C9.78957 12.1127 10.1099 12.4344 10.4961 12.6582C10.8823 12.882 11.3212 12.9997 11.7676 13H12.8379C13.0461 13.3111 13.2976 13.5938 13.5918 13.834C14.2715 14.3888 15.1216 14.6923 15.999 14.6924C16.8765 14.6924 17.7274 14.3889 18.4072 13.834C18.7014 13.5938 18.953 13.3111 19.1611 13H20.2324C20.6787 12.9994 21.1169 12.8812 21.5029 12.6572C21.6846 12.5518 21.8507 12.4236 22 12.2783V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135L2 9.11426C2 6.84213 3.84213 5 6.11426 5H10.207Z",fill:"#748FD3"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.999 2C17.1211 2 18.1978 2.4458 18.9912 3.23926C19.7785 4.02661 20.2227 5.09234 20.2295 6.20508C20.2296 6.21354 20.2305 6.222 20.2305 6.23047L20.2354 6.57617C20.2469 6.97501 20.2791 7.35097 20.3232 7.69922C20.4624 8.79747 20.7333 9.61752 20.9414 9.99805L21.0098 10.1348C21.024 10.1688 21.0362 10.2037 21.0459 10.2393C21.0556 10.2748 21.0624 10.3111 21.0674 10.3477C21.0724 10.3845 21.0751 10.4217 21.0752 10.459C21.0755 10.5335 21.0658 10.6073 21.0469 10.6787C21.028 10.7498 20.9998 10.8184 20.9629 10.8828C20.9443 10.9151 20.9239 10.9462 20.9014 10.9756C20.8343 11.0634 20.7505 11.1375 20.6543 11.1934L20.5547 11.2432C20.4863 11.2717 20.4143 11.291 20.3408 11.3008L20.2305 11.3076H18.0723C18.0479 11.4268 18.0136 11.5432 17.9697 11.6553C17.8598 11.9364 17.6902 12.1912 17.4727 12.4023C17.4293 12.4445 17.3841 12.485 17.3369 12.5234C17.2897 12.5619 17.2414 12.5987 17.1914 12.6328C16.8413 12.8715 16.4256 13 15.999 13C15.61 12.9999 15.2317 12.8905 14.9023 12.6904C14.8193 12.6399 14.7382 12.5855 14.6621 12.5234C14.6462 12.5104 14.6317 12.4958 14.6162 12.4824C14.3097 12.2171 14.0852 11.8715 13.9707 11.4844L13.9268 11.3076H11.7686L11.6572 11.3008C11.6239 11.2963 11.5911 11.2896 11.5586 11.2812C11.5484 11.2786 11.5384 11.2755 11.5283 11.2725C11.5054 11.2657 11.4832 11.2568 11.4609 11.248C11.4526 11.2448 11.4438 11.2428 11.4355 11.2393C11.4046 11.226 11.3741 11.2113 11.3447 11.1943C11.3127 11.1758 11.282 11.1553 11.2529 11.1328C11.2234 11.1101 11.1961 11.0849 11.1699 11.0586C11.1179 11.0062 11.0722 10.9474 11.0352 10.8828C10.9982 10.8184 10.9701 10.7498 10.9512 10.6787C10.9322 10.6073 10.9226 10.5335 10.9229 10.459C10.9231 10.3845 10.9327 10.3105 10.9521 10.2393C10.9618 10.2037 10.974 10.1688 10.9883 10.1348L11.0566 9.99805C11.2628 9.62128 11.5305 8.81372 11.6709 7.73145C11.7173 7.37422 11.7518 6.98741 11.7637 6.57617L11.7686 6.23047C11.7686 6.222 11.7695 6.21354 11.7695 6.20508C11.7701 6.11618 11.7732 6.02763 11.7793 5.93945C11.7805 5.92251 11.7818 5.90559 11.7832 5.88867C11.7989 5.69464 11.8283 5.50294 11.8701 5.31445C11.8724 5.30436 11.8746 5.29426 11.877 5.28418C12.0534 4.516 12.4416 3.80552 13.0078 3.23926C13.8012 2.44592 14.8771 2.00009 15.999 2ZM14.8027 11.3076C14.8902 11.5549 15.0525 11.7694 15.2666 11.9209C15.4274 12.0346 15.6119 12.1087 15.8047 12.1387C15.8687 12.1487 15.9336 12.1543 15.999 12.1543C16.1302 12.1543 16.26 12.1341 16.3838 12.0947C16.5074 12.0554 16.6253 11.9967 16.7324 11.9209C16.863 11.8284 16.9709 11.7105 17.0576 11.5781C17.1129 11.4935 17.1612 11.404 17.1953 11.3076H14.8027Z",fill:"#748FD3"})]})};exports.default=s;
|
|
2
|
+
//# sourceMappingURL=WebpushV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebpushV2.js","sources":["../../../../../src/icons/Social/Channels/WebpushV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgWebpushV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M10.207 5C10.1217 5.4016 10.0762 5.81361 10.0762 6.23047C10.0762 7.03585 9.98144 7.7377 9.86133 8.27637C9.80133 8.54542 9.73664 8.76556 9.67871 8.93066C9.64991 9.01272 9.62484 9.07672 9.60449 9.12305C9.58789 9.16084 9.57777 9.18072 9.5752 9.18555C9.37925 9.52235 9.2632 9.89887 9.23633 10.2861L9.23047 10.4531C9.22894 10.8995 9.34518 11.3385 9.56738 11.7256C9.78957 12.1127 10.1099 12.4344 10.4961 12.6582C10.8823 12.882 11.3212 12.9997 11.7676 13H12.8379C13.0461 13.3111 13.2976 13.5938 13.5918 13.834C14.2715 14.3888 15.1216 14.6923 15.999 14.6924C16.8765 14.6924 17.7274 14.3889 18.4072 13.834C18.7014 13.5938 18.953 13.3111 19.1611 13H20.2324C20.6787 12.9994 21.1169 12.8812 21.5029 12.6572C21.6846 12.5518 21.8507 12.4236 22 12.2783V14.3135C22 16.5856 20.1579 18.4277 17.8857 18.4277H9.94336L6.65137 20.8965C6.31237 21.1502 5.8291 20.908 5.8291 20.4844V18.4277H6.11426C3.84213 18.4277 2 16.5856 2 14.3135L2 9.11426C2 6.84213 3.84213 5 6.11426 5H10.207Z\"\n\t\t\t\tfill=\"#748FD3\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M15.999 2C17.1211 2 18.1978 2.4458 18.9912 3.23926C19.7785 4.02661 20.2227 5.09234 20.2295 6.20508C20.2296 6.21354 20.2305 6.222 20.2305 6.23047L20.2354 6.57617C20.2469 6.97501 20.2791 7.35097 20.3232 7.69922C20.4624 8.79747 20.7333 9.61752 20.9414 9.99805L21.0098 10.1348C21.024 10.1688 21.0362 10.2037 21.0459 10.2393C21.0556 10.2748 21.0624 10.3111 21.0674 10.3477C21.0724 10.3845 21.0751 10.4217 21.0752 10.459C21.0755 10.5335 21.0658 10.6073 21.0469 10.6787C21.028 10.7498 20.9998 10.8184 20.9629 10.8828C20.9443 10.9151 20.9239 10.9462 20.9014 10.9756C20.8343 11.0634 20.7505 11.1375 20.6543 11.1934L20.5547 11.2432C20.4863 11.2717 20.4143 11.291 20.3408 11.3008L20.2305 11.3076H18.0723C18.0479 11.4268 18.0136 11.5432 17.9697 11.6553C17.8598 11.9364 17.6902 12.1912 17.4727 12.4023C17.4293 12.4445 17.3841 12.485 17.3369 12.5234C17.2897 12.5619 17.2414 12.5987 17.1914 12.6328C16.8413 12.8715 16.4256 13 15.999 13C15.61 12.9999 15.2317 12.8905 14.9023 12.6904C14.8193 12.6399 14.7382 12.5855 14.6621 12.5234C14.6462 12.5104 14.6317 12.4958 14.6162 12.4824C14.3097 12.2171 14.0852 11.8715 13.9707 11.4844L13.9268 11.3076H11.7686L11.6572 11.3008C11.6239 11.2963 11.5911 11.2896 11.5586 11.2812C11.5484 11.2786 11.5384 11.2755 11.5283 11.2725C11.5054 11.2657 11.4832 11.2568 11.4609 11.248C11.4526 11.2448 11.4438 11.2428 11.4355 11.2393C11.4046 11.226 11.3741 11.2113 11.3447 11.1943C11.3127 11.1758 11.282 11.1553 11.2529 11.1328C11.2234 11.1101 11.1961 11.0849 11.1699 11.0586C11.1179 11.0062 11.0722 10.9474 11.0352 10.8828C10.9982 10.8184 10.9701 10.7498 10.9512 10.6787C10.9322 10.6073 10.9226 10.5335 10.9229 10.459C10.9231 10.3845 10.9327 10.3105 10.9521 10.2393C10.9618 10.2037 10.974 10.1688 10.9883 10.1348L11.0566 9.99805C11.2628 9.62128 11.5305 8.81372 11.6709 7.73145C11.7173 7.37422 11.7518 6.98741 11.7637 6.57617L11.7686 6.23047C11.7686 6.222 11.7695 6.21354 11.7695 6.20508C11.7701 6.11618 11.7732 6.02763 11.7793 5.93945C11.7805 5.92251 11.7818 5.90559 11.7832 5.88867C11.7989 5.69464 11.8283 5.50294 11.8701 5.31445C11.8724 5.30436 11.8746 5.29426 11.877 5.28418C12.0534 4.516 12.4416 3.80552 13.0078 3.23926C13.8012 2.44592 14.8771 2.00009 15.999 2ZM14.8027 11.3076C14.8902 11.5549 15.0525 11.7694 15.2666 11.9209C15.4274 12.0346 15.6119 12.1087 15.8047 12.1387C15.8687 12.1487 15.9336 12.1543 15.999 12.1543C16.1302 12.1543 16.26 12.1341 16.3838 12.0947C16.5074 12.0554 16.6253 11.9967 16.7324 11.9209C16.863 11.8284 16.9709 11.7105 17.0576 11.5781C17.1129 11.4935 17.1612 11.404 17.1953 11.3076H14.8027Z\"\n\t\t\t\tfill=\"#748FD3\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgWebpushV2;\n"],"names":["SvgWebpushV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAe,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACvD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,g8BACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,q+EACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const C=require("react/jsx-runtime"),s=({size:e=24,...l})=>{const t={width:e,height:e,...l};return C.jsxs("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t,children:[C.jsx("path",{d:"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12.001 4.5C7.85883 4.50001 4.50098 7.85787 4.50098 12C4.50098 13.3759 4.87192 14.665 5.51855 15.7734L4.50391 19.5L8.22852 18.4834C9.33674 19.1297 10.6256 19.5 12.001 19.5C16.1431 19.5 19.501 16.1421 19.501 12C19.501 7.85786 16.1431 4.5 12.001 4.5ZM12.001 6C15.3147 6 18.001 8.68629 18.001 12C18.001 15.3137 15.3147 18 12.001 18C10.9241 18 9.89239 17.7169 8.98438 17.1875L8.44043 16.8711L6.64062 17.3623L7.13086 15.5605L6.81348 15.0176C6.28376 14.1094 6.00098 13.0771 6.00098 12C6.00098 8.6863 8.68726 6.00001 12.001 6ZM9.29492 8.48145C9.19793 8.48826 9.10221 8.51139 9.01562 8.55566C8.95072 8.58887 8.89049 8.63726 8.7959 8.72656C8.7065 8.81098 8.6542 8.88497 8.59961 8.95605C8.32233 9.31706 8.17301 9.76062 8.17578 10.2158C8.1773 10.5838 8.27289 10.9415 8.42383 11.2754C8.72991 11.9524 9.23466 12.6683 9.90137 13.332C10.0615 13.4915 10.2185 13.6528 10.3877 13.8018C11.2153 14.5305 12.2021 15.0554 13.2686 15.3359C13.2801 15.3377 13.6863 15.4007 13.6943 15.4014C13.8333 15.4089 13.9722 15.3987 14.1113 15.3916C14.3298 15.3804 14.5433 15.3206 14.7363 15.2178C14.8604 15.1517 14.9194 15.1193 15.0234 15.0537C15.0234 15.0537 15.0556 15.0322 15.1172 14.9863C15.2184 14.9109 15.2811 14.8578 15.3652 14.7705C15.4272 14.7061 15.4803 14.6296 15.5215 14.5439C15.5801 14.4215 15.6396 14.1872 15.6631 13.9932C15.681 13.8451 15.6758 13.764 15.6738 13.7139C15.6705 13.6332 15.6033 13.5499 15.5303 13.5146L15.0947 13.3193C15.0947 13.3193 14.4428 13.0355 14.0439 12.8535C14.0024 12.8346 13.9568 12.8251 13.9111 12.8223C13.8112 12.8161 13.6993 12.843 13.6279 12.918V12.917C13.6242 12.9167 13.5737 12.959 13.0312 13.6162C13.0014 13.6519 12.9316 13.7297 12.8105 13.7227C12.7922 13.7214 12.7736 13.7185 12.7559 13.7139C12.7068 13.7009 12.6591 13.6838 12.6123 13.6641C12.5195 13.6247 12.4862 13.6103 12.4229 13.583L12.4199 13.5811C11.9909 13.3937 11.5933 13.1406 11.2422 12.8311C11.148 12.7481 11.06 12.6588 10.9697 12.5713C10.6546 12.2658 10.396 11.9406 10.2041 11.6201C10.1936 11.6027 10.1774 11.5778 10.1602 11.5498C10.1288 11.4987 10.0948 11.4372 10.084 11.3955C10.057 11.2882 10.1261 11.2019 10.1299 11.1973C10.1299 11.1973 10.3126 10.9972 10.3975 10.8887C10.4789 10.7844 10.5489 10.6821 10.5938 10.6094C10.6821 10.4673 10.7105 10.3203 10.6641 10.207C10.4537 9.6941 10.2364 9.18402 10.0127 8.67676C9.96855 8.57667 9.83719 8.50406 9.71777 8.49023C9.67732 8.48556 9.63632 8.48021 9.5957 8.47754C9.49547 8.47267 9.39502 8.47443 9.29492 8.48145Z",fill:"#1A872C"}),C.jsx("path",{d:"M9 14C9 11.2386 11.2386 9 14 9H17C19.7614 9 22 11.2386 22 14V18C22 20.2091 20.2091 22 18 22H14C11.2386 22 9 19.7614 9 17V14Z",fill:"#00580E"}),C.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17 9C19.7614 9 22 11.2386 22 14V18C22 20.2091 20.2091 22 18 22H14C11.2386 22 9 19.7614 9 17V14C9 11.2386 11.2386 9 14 9H17ZM12.709 12C12.6116 12.0001 12.5149 12.0203 12.4258 12.0596C12.3367 12.0989 12.2562 12.1566 12.1904 12.2285C12.1246 12.3006 12.075 12.3861 12.0439 12.4785C12.0129 12.5708 12.001 12.6685 12.0098 12.7656C12.1251 13.8513 12.4942 14.8951 13.0879 15.8115C13.6272 16.6601 14.3467 17.3797 15.1953 17.9189C16.1074 18.5105 17.1458 18.8796 18.2266 18.9971C18.324 19.006 18.4229 18.9942 18.5156 18.9629C18.6082 18.9315 18.6936 18.8816 18.7656 18.8154C18.8375 18.7494 18.8944 18.6687 18.9336 18.5791C18.9727 18.4896 18.9934 18.3927 18.9932 18.2949V17.2412C18.9974 17.069 18.9376 16.9009 18.8262 16.7695C18.7148 16.638 18.5593 16.5514 18.3887 16.5273C18.0514 16.4828 17.7201 16.4011 17.4014 16.2822C17.2757 16.2349 17.1392 16.224 17.0078 16.252C16.8765 16.28 16.7557 16.3459 16.6602 16.4404L16.2139 16.8857C15.3347 16.3857 14.6065 15.6576 14.1064 14.7783L14.5527 14.332C14.6471 14.2366 14.7121 14.1164 14.7402 13.9854C14.7682 13.854 14.7581 13.7166 14.7109 13.5908C14.5921 13.2724 14.5093 12.9415 14.4648 12.6045C14.4409 12.4357 14.3567 12.281 14.2275 12.1699C14.0983 12.0588 13.933 11.9985 13.7627 12H12.709Z",fill:"#C3E4C4"})]})};exports.default=s;
|
|
2
|
+
//# sourceMappingURL=WhatsAppCallV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WhatsAppCallV2.js","sources":["../../../../../src/icons/Social/Channels/WhatsAppCallV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgWhatsAppCallV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\td=\"M18 2C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6C2 3.79086 3.79086 2 6 2H18ZM12.001 4.5C7.85883 4.50001 4.50098 7.85787 4.50098 12C4.50098 13.3759 4.87192 14.665 5.51855 15.7734L4.50391 19.5L8.22852 18.4834C9.33674 19.1297 10.6256 19.5 12.001 19.5C16.1431 19.5 19.501 16.1421 19.501 12C19.501 7.85786 16.1431 4.5 12.001 4.5ZM12.001 6C15.3147 6 18.001 8.68629 18.001 12C18.001 15.3137 15.3147 18 12.001 18C10.9241 18 9.89239 17.7169 8.98438 17.1875L8.44043 16.8711L6.64062 17.3623L7.13086 15.5605L6.81348 15.0176C6.28376 14.1094 6.00098 13.0771 6.00098 12C6.00098 8.6863 8.68726 6.00001 12.001 6ZM9.29492 8.48145C9.19793 8.48826 9.10221 8.51139 9.01562 8.55566C8.95072 8.58887 8.89049 8.63726 8.7959 8.72656C8.7065 8.81098 8.6542 8.88497 8.59961 8.95605C8.32233 9.31706 8.17301 9.76062 8.17578 10.2158C8.1773 10.5838 8.27289 10.9415 8.42383 11.2754C8.72991 11.9524 9.23466 12.6683 9.90137 13.332C10.0615 13.4915 10.2185 13.6528 10.3877 13.8018C11.2153 14.5305 12.2021 15.0554 13.2686 15.3359C13.2801 15.3377 13.6863 15.4007 13.6943 15.4014C13.8333 15.4089 13.9722 15.3987 14.1113 15.3916C14.3298 15.3804 14.5433 15.3206 14.7363 15.2178C14.8604 15.1517 14.9194 15.1193 15.0234 15.0537C15.0234 15.0537 15.0556 15.0322 15.1172 14.9863C15.2184 14.9109 15.2811 14.8578 15.3652 14.7705C15.4272 14.7061 15.4803 14.6296 15.5215 14.5439C15.5801 14.4215 15.6396 14.1872 15.6631 13.9932C15.681 13.8451 15.6758 13.764 15.6738 13.7139C15.6705 13.6332 15.6033 13.5499 15.5303 13.5146L15.0947 13.3193C15.0947 13.3193 14.4428 13.0355 14.0439 12.8535C14.0024 12.8346 13.9568 12.8251 13.9111 12.8223C13.8112 12.8161 13.6993 12.843 13.6279 12.918V12.917C13.6242 12.9167 13.5737 12.959 13.0312 13.6162C13.0014 13.6519 12.9316 13.7297 12.8105 13.7227C12.7922 13.7214 12.7736 13.7185 12.7559 13.7139C12.7068 13.7009 12.6591 13.6838 12.6123 13.6641C12.5195 13.6247 12.4862 13.6103 12.4229 13.583L12.4199 13.5811C11.9909 13.3937 11.5933 13.1406 11.2422 12.8311C11.148 12.7481 11.06 12.6588 10.9697 12.5713C10.6546 12.2658 10.396 11.9406 10.2041 11.6201C10.1936 11.6027 10.1774 11.5778 10.1602 11.5498C10.1288 11.4987 10.0948 11.4372 10.084 11.3955C10.057 11.2882 10.1261 11.2019 10.1299 11.1973C10.1299 11.1973 10.3126 10.9972 10.3975 10.8887C10.4789 10.7844 10.5489 10.6821 10.5938 10.6094C10.6821 10.4673 10.7105 10.3203 10.6641 10.207C10.4537 9.6941 10.2364 9.18402 10.0127 8.67676C9.96855 8.57667 9.83719 8.50406 9.71777 8.49023C9.67732 8.48556 9.63632 8.48021 9.5957 8.47754C9.49547 8.47267 9.39502 8.47443 9.29492 8.48145Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M9 14C9 11.2386 11.2386 9 14 9H17C19.7614 9 22 11.2386 22 14V18C22 20.2091 20.2091 22 18 22H14C11.2386 22 9 19.7614 9 17V14Z\"\n\t\t\t\tfill=\"#00580E\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M17 9C19.7614 9 22 11.2386 22 14V18C22 20.2091 20.2091 22 18 22H14C11.2386 22 9 19.7614 9 17V14C9 11.2386 11.2386 9 14 9H17ZM12.709 12C12.6116 12.0001 12.5149 12.0203 12.4258 12.0596C12.3367 12.0989 12.2562 12.1566 12.1904 12.2285C12.1246 12.3006 12.075 12.3861 12.0439 12.4785C12.0129 12.5708 12.001 12.6685 12.0098 12.7656C12.1251 13.8513 12.4942 14.8951 13.0879 15.8115C13.6272 16.6601 14.3467 17.3797 15.1953 17.9189C16.1074 18.5105 17.1458 18.8796 18.2266 18.9971C18.324 19.006 18.4229 18.9942 18.5156 18.9629C18.6082 18.9315 18.6936 18.8816 18.7656 18.8154C18.8375 18.7494 18.8944 18.6687 18.9336 18.5791C18.9727 18.4896 18.9934 18.3927 18.9932 18.2949V17.2412C18.9974 17.069 18.9376 16.9009 18.8262 16.7695C18.7148 16.638 18.5593 16.5514 18.3887 16.5273C18.0514 16.4828 17.7201 16.4011 17.4014 16.2822C17.2757 16.2349 17.1392 16.224 17.0078 16.252C16.8765 16.28 16.7557 16.3459 16.6602 16.4404L16.2139 16.8857C15.3347 16.3857 14.6065 15.6576 14.1064 14.7783L14.5527 14.332C14.6471 14.2366 14.7121 14.1164 14.7402 13.9854C14.7682 13.854 14.7581 13.7166 14.7109 13.5908C14.5921 13.2724 14.5093 12.9415 14.4648 12.6045C14.4409 12.4357 14.3567 12.281 14.2275 12.1699C14.0983 12.0588 13.933 11.9985 13.7627 12H12.709Z\"\n\t\t\t\tfill=\"#C3E4C4\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgWhatsAppCallV2;\n"],"names":["SvgWhatsAppCallV2","size","rest","props","jsxs","jsx"],"mappings":"iJAKMA,EAAoB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CAC5D,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,KAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAA,CAAAE,EAAAA,IAAC,OAAA,CACA,EAAE,s/EACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,EAAE,+HACF,KAAK,SAAA,CAAA,EAENA,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,ssCACF,KAAK,SAAA,CAAA,CACN,CAAA,CAAA,CAGH"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("react/jsx-runtime"),o=({size:C=24,...t})=>{const l={width:C,height:C,...t};return e.jsx("svg",{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...l,children:e.jsx("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.5818 13.985C16.333 13.8611 15.1097 13.2621 14.8816 13.1793C14.6536 13.0967 14.4877 13.0555 14.3218 13.3033C14.1559 13.5511 13.6791 14.109 13.5339 14.2743C13.3888 14.4395 13.2437 14.4603 12.9948 14.3362C12.746 14.2123 11.9443 13.9508 10.9939 13.1071C10.2542 12.4505 9.75482 11.6396 9.60971 11.3917C9.46456 11.1438 9.5942 11.0098 9.71877 10.8863C9.83074 10.7754 9.96764 10.5971 10.092 10.4525C10.2165 10.3079 10.2579 10.2045 10.3408 10.0394C10.4238 9.87405 10.3823 9.72949 10.3201 9.60556C10.2579 9.48162 9.76026 8.26269 9.55294 7.76682C9.35096 7.28401 9.14584 7.3494 8.99309 7.34175C8.84813 7.33457 8.68206 7.33305 8.51623 7.33305C8.35035 7.33305 8.08076 7.39502 7.85267 7.64288C7.62462 7.8908 6.98183 8.48993 6.98183 9.70872C6.98183 10.9277 7.87339 12.1051 7.99782 12.2704C8.12225 12.4357 9.75234 14.9369 12.2484 16.0095C12.842 16.2647 13.3055 16.417 13.6669 16.5311C14.2629 16.7196 14.8054 16.693 15.2341 16.6293C15.7122 16.5582 16.7062 16.0303 16.9136 15.4519C17.1209 14.8733 17.1209 14.3775 17.0587 14.2743C16.9965 14.171 16.8307 14.109 16.5818 13.985ZM19.0861 4.90635C17.206 3.03306 14.7057 2.00097 12.0417 1.99988C6.55291 1.99988 2.08566 6.44547 2.08347 11.9097C2.08275 13.6565 2.54128 15.3613 3.41273 16.8643L2 21.9999L7.27897 20.6217C8.73348 21.4113 10.3711 21.8275 12.0378 21.828H12.0419C17.5301 21.828 21.9978 17.382 22 11.9176C22.001 9.26954 20.9661 6.77959 19.0861 4.90635Z",fill:"#1A872C"})})};exports.default=o;
|
|
2
|
+
//# sourceMappingURL=WhatsAppV2.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WhatsAppV2.js","sources":["../../../../../src/icons/Social/Channels/WhatsAppV2.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgWhatsAppV2 = ({ size = 24, ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 24 24\"\n\t\t\tfill=\"none\"\n\t\t\txmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t{...props}\n\t\t>\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M16.5818 13.985C16.333 13.8611 15.1097 13.2621 14.8816 13.1793C14.6536 13.0967 14.4877 13.0555 14.3218 13.3033C14.1559 13.5511 13.6791 14.109 13.5339 14.2743C13.3888 14.4395 13.2437 14.4603 12.9948 14.3362C12.746 14.2123 11.9443 13.9508 10.9939 13.1071C10.2542 12.4505 9.75482 11.6396 9.60971 11.3917C9.46456 11.1438 9.5942 11.0098 9.71877 10.8863C9.83074 10.7754 9.96764 10.5971 10.092 10.4525C10.2165 10.3079 10.2579 10.2045 10.3408 10.0394C10.4238 9.87405 10.3823 9.72949 10.3201 9.60556C10.2579 9.48162 9.76026 8.26269 9.55294 7.76682C9.35096 7.28401 9.14584 7.3494 8.99309 7.34175C8.84813 7.33457 8.68206 7.33305 8.51623 7.33305C8.35035 7.33305 8.08076 7.39502 7.85267 7.64288C7.62462 7.8908 6.98183 8.48993 6.98183 9.70872C6.98183 10.9277 7.87339 12.1051 7.99782 12.2704C8.12225 12.4357 9.75234 14.9369 12.2484 16.0095C12.842 16.2647 13.3055 16.417 13.6669 16.5311C14.2629 16.7196 14.8054 16.693 15.2341 16.6293C15.7122 16.5582 16.7062 16.0303 16.9136 15.4519C17.1209 14.8733 17.1209 14.3775 17.0587 14.2743C16.9965 14.171 16.8307 14.109 16.5818 13.985ZM19.0861 4.90635C17.206 3.03306 14.7057 2.00097 12.0417 1.99988C6.55291 1.99988 2.08566 6.44547 2.08347 11.9097C2.08275 13.6565 2.54128 15.3613 3.41273 16.8643L2 21.9999L7.27897 20.6217C8.73348 21.4113 10.3711 21.8275 12.0378 21.828H12.0419C17.5301 21.828 21.9978 17.382 22 11.9176C22.001 9.26954 20.9661 6.77959 19.0861 4.90635Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgWhatsAppV2;\n"],"names":["SvgWhatsAppV2","size","rest","props","jsx"],"mappings":"iJAKMA,EAAgB,CAAC,CAAE,KAAAC,EAAO,GAAI,GAAGC,KAAkB,CACxD,MAAMC,EAAQ,CACb,MAAOF,EACP,OAAQA,EACR,GAAGC,CAAA,EAEJ,OACCE,EAAAA,IAAC,MAAA,CACA,QAAQ,YACR,KAAK,OACL,MAAM,6BACL,GAAGD,EAEJ,SAAAC,EAAAA,IAAC,OAAA,CACA,SAAS,UACT,SAAS,UACT,EAAE,+2CACF,KAAK,SAAA,CAAA,CACN,CAAA,CAGH"}
|