@bikdotai/bik-component-library 0.0.843 → 0.0.845

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.
Files changed (48) hide show
  1. package/dist/cjs/assets/icons/Gorgias.svg.js +2 -0
  2. package/dist/cjs/assets/icons/Gorgias.svg.js.map +1 -0
  3. package/dist/cjs/assets/icons/Skio.svg.js +2 -0
  4. package/dist/cjs/assets/icons/Skio.svg.js.map +1 -0
  5. package/dist/cjs/components/agent-builder/constants/tools.js +1 -1
  6. package/dist/cjs/components/agent-builder/constants/tools.js.map +1 -1
  7. package/dist/cjs/components/agent-builder/utils/sourceIcons.js +1 -1
  8. package/dist/cjs/components/agent-builder/utils/sourceIcons.js.map +1 -1
  9. package/dist/cjs/icons/BIK AI specific/AiVoice.js +2 -0
  10. package/dist/cjs/icons/BIK AI specific/AiVoice.js.map +1 -0
  11. package/dist/cjs/icons/Informational/Common UI/Shield.js +1 -1
  12. package/dist/cjs/icons/Informational/Common UI/Shield.js.map +1 -1
  13. package/dist/cjs/icons/Media/Visual/FormkitHappy.js +1 -1
  14. package/dist/cjs/icons/Media/Visual/FormkitHappy.js.map +1 -1
  15. package/dist/cjs/icons/Media/Visual/FormkitNeutral.js +1 -1
  16. package/dist/cjs/icons/Media/Visual/FormkitNeutral.js.map +1 -1
  17. package/dist/cjs/icons/Media/Visual/FormkitSad.js +1 -1
  18. package/dist/cjs/icons/Media/Visual/FormkitSad.js.map +1 -1
  19. package/dist/cjs/icons/index.js +1 -1
  20. package/dist/esm/assets/icons/Gorgias.svg.js +6 -0
  21. package/dist/esm/assets/icons/Gorgias.svg.js.map +1 -0
  22. package/dist/esm/assets/icons/Skio.svg.js +6 -0
  23. package/dist/esm/assets/icons/Skio.svg.js.map +1 -0
  24. package/dist/esm/components/agent-builder/constants/tools.d.ts +5 -2
  25. package/dist/esm/components/agent-builder/constants/tools.js +18 -15
  26. package/dist/esm/components/agent-builder/constants/tools.js.map +1 -1
  27. package/dist/esm/components/agent-builder/utils/sourceIcons.js +27 -23
  28. package/dist/esm/components/agent-builder/utils/sourceIcons.js.map +1 -1
  29. package/dist/esm/icons/BIK AI specific/AiVoice.d.ts +7 -0
  30. package/dist/esm/icons/BIK AI specific/AiVoice.js +80 -0
  31. package/dist/esm/icons/BIK AI specific/AiVoice.js.map +1 -0
  32. package/dist/esm/icons/BIK AI specific/index.d.ts +1 -0
  33. package/dist/esm/icons/Informational/Common UI/Shield.d.ts +1 -2
  34. package/dist/esm/icons/Informational/Common UI/Shield.js +9 -10
  35. package/dist/esm/icons/Informational/Common UI/Shield.js.map +1 -1
  36. package/dist/esm/icons/Media/Visual/FormkitHappy.d.ts +1 -2
  37. package/dist/esm/icons/Media/Visual/FormkitHappy.js +13 -18
  38. package/dist/esm/icons/Media/Visual/FormkitHappy.js.map +1 -1
  39. package/dist/esm/icons/Media/Visual/FormkitNeutral.d.ts +1 -2
  40. package/dist/esm/icons/Media/Visual/FormkitNeutral.js +15 -20
  41. package/dist/esm/icons/Media/Visual/FormkitNeutral.js.map +1 -1
  42. package/dist/esm/icons/Media/Visual/FormkitSad.d.ts +1 -2
  43. package/dist/esm/icons/Media/Visual/FormkitSad.js +13 -18
  44. package/dist/esm/icons/Media/Visual/FormkitSad.js.map +1 -1
  45. package/dist/esm/icons/index.d.ts +1 -1
  46. package/dist/esm/icons/index.js +612 -610
  47. package/dist/esm/icons/index.js.map +1 -1
  48. package/package.json +2 -2
@@ -34,6 +34,8 @@ export declare enum ToolSource {
34
34
  Shopify = "shopify",
35
35
  Bigcommerce = "bigcommerce",
36
36
  Shipstation = "shipstation",
37
+ Skio = "skio",
38
+ Gorgias = "gorgias",
37
39
  Integration = "integration",
38
40
  RestApi = "rest_api",
39
41
  EmailHandover = "email_handover",
@@ -91,8 +93,9 @@ export declare const TOOL_ACTION_SOURCES: ToolSource[];
91
93
  /**
92
94
  * Fixed display rank for the `@`-picker's tool-source groups (lower = higher). The
93
95
  * picker sorts its source rows by this so adding/updating a tool never reshuffles
94
- * them. Any source not listed here (dynamic/unknown, e.g. Integration) sorts AFTER
95
- * Slack, keeping its discovery order among the rest (Array.sort is stable).
96
+ * them. Manifest (the native tools) leads; any source not listed here
97
+ * (dynamic/unknown, e.g. Integration) sorts AFTER Slack, keeping its discovery
98
+ * order among the rest (Array.sort is stable).
96
99
  */
97
100
  export declare const TOOL_SOURCE_RANK: Partial<Record<ToolSource, number>>;
98
101
  /** Sort rank for a source string; unknown sources rank after all known ones. */
@@ -2,12 +2,14 @@ const t = [
2
2
  { key: "tool", label: "Tools" },
3
3
  { key: "subagent", label: "Sub-agent" }
4
4
  ];
5
- var i = /* @__PURE__ */ ((a) => (a.Manifest = "manifest", a.Shopify = "shopify", a.Bigcommerce = "bigcommerce", a.Shipstation = "shipstation", a.Integration = "integration", a.RestApi = "rest_api", a.EmailHandover = "email_handover", a.Slack = "slack", a))(i || {});
5
+ var s = /* @__PURE__ */ ((a) => (a.Manifest = "manifest", a.Shopify = "shopify", a.Bigcommerce = "bigcommerce", a.Shipstation = "shipstation", a.Skio = "skio", a.Gorgias = "gorgias", a.Integration = "integration", a.RestApi = "rest_api", a.EmailHandover = "email_handover", a.Slack = "slack", a))(s || {});
6
6
  const n = {
7
7
  manifest: "Manifest",
8
8
  shopify: "Shopify",
9
9
  bigcommerce: "BigCommerce",
10
10
  shipstation: "ShipStation",
11
+ skio: "Skio",
12
+ gorgias: "Gorgias",
11
13
  integration: "Integration",
12
14
  rest_api: "Rest API",
13
15
  email_handover: "Email",
@@ -21,27 +23,28 @@ const n = {
21
23
  "email_handover",
22
24
  "slack"
23
25
  /* Slack */
24
- ], e = {
25
- shopify: 0,
26
- bigcommerce: 1,
27
- shipstation: 2,
28
- rest_api: 3,
29
- email_handover: 4,
30
- slack: 5
31
- // Manifest is intentionally omitted so it sorts AFTER the integration sources
32
- // (unknown/unranked → last). The generic "Manifest" group is being phased out.
33
- }, s = Object.keys(e).length, c = (a) => e[a] ?? s, l = {
26
+ ], i = {
27
+ manifest: 0,
28
+ shopify: 1,
29
+ bigcommerce: 2,
30
+ shipstation: 3,
31
+ skio: 4,
32
+ gorgias: 5,
33
+ rest_api: 6,
34
+ email_handover: 7,
35
+ slack: 8
36
+ }, e = Object.keys(i).length, o = (a) => i[a] ?? e, g = {
34
37
  email_handover: "send_email",
35
38
  slack: "send_slack_message"
36
39
  };
37
40
  export {
38
41
  t as CATEGORIES,
39
- l as CONFIG_TOOL_SOURCES,
42
+ g as CONFIG_TOOL_SOURCES,
40
43
  _ as TOOL_ACTION_LABELS,
41
44
  m as TOOL_ACTION_SOURCES,
42
45
  n as TOOL_SOURCE_LABELS,
43
- e as TOOL_SOURCE_RANK,
44
- i as ToolSource,
45
- c as toolSourceRank
46
+ i as TOOL_SOURCE_RANK,
47
+ s as ToolSource,
48
+ o as toolSourceRank
46
49
  };
47
50
  //# sourceMappingURL=tools.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"tools.js","sources":["../../../../../src/components/agent-builder/constants/tools.ts"],"sourcesContent":["import type { ToolSource as ModelToolSource } from '@bikdotai/bik-models/ai-agents/models/agent-tool';\nimport type { FunctionComponent, SVGAttributes } from 'react';\n\n/**\n * Static tool-related constants for the builder's Step 3 (tools & sub-agents):\n * the reference-picker category tabs and the per-source display labels. Kept here\n * (rather than inline in the picker / serialization utils) so the labels a user\n * sees are all in one obvious place.\n */\n\n/** A reference-picker category tab. */\nexport type Category = 'tool' | 'subagent';\n\n/** Category tabs shown at the root of the `@` reference picker. */\nexport const CATEGORIES: { key: Category; label: string }[] = [\n\t{ key: 'tool', label: 'Tools' },\n\t{ key: 'subagent', label: 'Sub-agent' },\n];\n\n/**\n * Every tool \"source\" the builder renders an icon / label / picker entry for.\n * Enum VALUES are the backend's canonical read-only `source` wire strings\n * (`app/agents/config/schema.py` → `ToolSource`, derived from `tool_key`): the\n * configurable tools are `email_handover` / `rest_api` / `slack`, every native\n * tool is `manifest`. `shopify` / `integration` are legacy bik-models sources\n * kept for back-compat (the backend now collapses natives to `manifest`).\n * Dynamic/unknown sources are looked up leniently — see `toolSourceLabel` and\n * `sourceIcon`.\n *\n * This is the RUNTIME mirror of the canonical `@bikdotai/bik-models` `ToolSource`\n * union (the shape the backend persists as `AgentToolDoc.source`). We keep an\n * enum — not a re-export of the type — because the members are needed at runtime\n * for labels, ranks, icons and `===` comparisons; a type-only union can't do\n * that. The two are kept in lock-step by {@link ToolSourceMatchesBikModels}\n * below, which fails to compile if they ever drift.\n */\nexport enum ToolSource {\n\tManifest = 'manifest',\n\tShopify = 'shopify',\n\tBigcommerce = 'bigcommerce',\n\tShipstation = 'shipstation',\n\tIntegration = 'integration',\n\tRestApi = 'rest_api',\n\tEmailHandover = 'email_handover',\n\tSlack = 'slack',\n}\n\n/**\n * Compile-time guard that {@link ToolSource} stays a faithful mirror of the\n * canonical `@bikdotai/bik-models` `ToolSource` union. If a source is added to\n * (or removed from) either side without the other, `AssertTrue` receives `false`\n * and this type stops compiling — so the runtime enum can never silently diverge\n * from what the backend persists as `AgentToolDoc.source`. The tuple wrappers\n * (`[…]`) stop the conditionals from distributing over the unions, so it checks\n * set-equality in both directions.\n *\n * Type-only (erased at build): a drift shows up as a compile error on\n * `ToolSourceMatchesBikModels` telling you to reconcile this enum with\n * `@bikdotai/bik-models` (bump the dep and/or the enum).\n */\ntype AssertTrue<T extends true> = T;\ntype ToolSourceMatchesBikModels = AssertTrue<\n\t[`${ToolSource}`] extends [ModelToolSource]\n\t\t? [ModelToolSource] extends [`${ToolSource}`]\n\t\t\t? true\n\t\t\t: false\n\t\t: false\n>;\n\n/**\n * Display labels for the known tool sources — the CATEGORY/integration name, used\n * for the picker's source headers (drill-in groups), the empty-state source\n * buttons and the mention-chip prefix. A source is a category (\"Slack\") you drill\n * into; the specific addable action inside it (\"Send Slack message\") is\n * `TOOL_ACTION_LABELS`. Unknown sources fall back to the raw key (see\n * `toolSourceLabel`).\n */\nexport const TOOL_SOURCE_LABELS: Record<ToolSource, string> = {\n\t[ToolSource.Manifest]: 'Manifest',\n\t[ToolSource.Shopify]: 'Shopify',\n\t[ToolSource.Bigcommerce]: 'BigCommerce',\n\t[ToolSource.Shipstation]: 'ShipStation',\n\t[ToolSource.Integration]: 'Integration',\n\t[ToolSource.RestApi]: 'Rest API',\n\t[ToolSource.EmailHandover]: 'Email',\n\t[ToolSource.Slack]: 'Slack',\n};\n\n/**\n * The addable action inside a configurable/rest source — shown as the \"add\" row\n * in the `@` picker (below any existing instances) and the empty-state button.\n * Distinct from `TOOL_SOURCE_LABELS`, which names the category the action lives in\n * (e.g. category \"Slack\" → action \"Send Slack message\").\n */\nexport const TOOL_ACTION_LABELS: Partial<Record<ToolSource, string>> = {\n\t[ToolSource.RestApi]: 'REST API',\n\t[ToolSource.EmailHandover]: 'Send Email',\n\t[ToolSource.Slack]: 'Send Slack message',\n};\n\n/** A tool source's brand-glyph component. */\nexport type IconComp = FunctionComponent<SVGAttributes<SVGElement>>;\n\n/** Brand glyph for a tool source, with its own size so each keeps its aspect ratio. */\nexport interface SourceIcon {\n\tIcon: IconComp;\n\tw: number;\n\th: number;\n}\n\n/**\n * A built-in \"tool\" that opens a config drawer (Rest API / email handover /\n * Slack) rather than inserting a mention. Surfaced as an empty-state source\n * button in the Tools section and as a row in the `@`-picker Tools view; picking\n * it opens the drawer and never writes into the instructions text.\n */\nexport interface ToolAction {\n\tsource: ToolSource;\n\tlabel: string;\n\ticon?: SourceIcon;\n\t/** Open this tool's config drawer. */\n\tonSelect: () => void;\n\t/**\n\t * Integration connection state for this source. `undefined` = no connection\n\t * gating (default). `false` = the store hasn't connected this integration →\n\t * the `@` picker shows a \"Connect\" row that calls {@link onConnect} instead of\n\t * drilling in / offering \"Create new\". `true` = connected (renders normally).\n\t * Set by the consumer via `config.integrationStatus` (today: Slack only).\n\t */\n\tconnected?: boolean;\n\t/** Open the parent's connect flow for this source (used when `connected === false`). */\n\tonConnect?: () => void;\n}\n\n/** Sources of the built-in drawer tools, in display order. */\nexport const TOOL_ACTION_SOURCES: ToolSource[] = [\n\tToolSource.RestApi,\n\tToolSource.EmailHandover,\n\tToolSource.Slack,\n];\n\n/**\n * Fixed display rank for the `@`-picker's tool-source groups (lower = higher). The\n * picker sorts its source rows by this so adding/updating a tool never reshuffles\n * them. Any source not listed here (dynamic/unknown, e.g. Integration) sorts AFTER\n * Slack, keeping its discovery order among the rest (Array.sort is stable).\n */\nexport const TOOL_SOURCE_RANK: Partial<Record<ToolSource, number>> = {\n\t[ToolSource.Shopify]: 0,\n\t[ToolSource.Bigcommerce]: 1,\n\t[ToolSource.Shipstation]: 2,\n\t[ToolSource.RestApi]: 3,\n\t[ToolSource.EmailHandover]: 4,\n\t[ToolSource.Slack]: 5,\n\t// Manifest is intentionally omitted so it sorts AFTER the integration sources\n\t// (unknown/unranked → last). The generic \"Manifest\" group is being phased out.\n};\n\nconst UNRANKED_SOURCE_RANK = Object.keys(TOOL_SOURCE_RANK).length;\n\n/** Sort rank for a source string; unknown sources rank after all known ones. */\nexport const toolSourceRank = (source: string): number =>\n\tTOOL_SOURCE_RANK[source as ToolSource] ?? UNRANKED_SOURCE_RANK;\n\n/**\n * `tool_key` of a configurable shared-drawer tool (email / Slack). Lives here (not\n * in AgentBuilder.model) so this leaf constants file has no back-edge to the model\n * — the dependency stays one-way (model → constants), avoiding a circular import.\n */\nexport type ConfigToolKey = 'send_email' | 'send_slack_message';\n\n/**\n * Drawer sources rendered by the shared dynamic panel (`ConfigToolPanel`), each\n * mapped to its backend `tool_key`. Rest API is absent — it has a bespoke panel.\n */\nexport const CONFIG_TOOL_SOURCES: Partial<Record<ToolSource, ConfigToolKey>> = {\n\t[ToolSource.EmailHandover]: 'send_email',\n\t[ToolSource.Slack]: 'send_slack_message',\n};\n"],"names":["CATEGORIES","ToolSource","TOOL_SOURCE_LABELS","TOOL_ACTION_LABELS","TOOL_ACTION_SOURCES","TOOL_SOURCE_RANK","UNRANKED_SOURCE_RANK","toolSourceRank","source","CONFIG_TOOL_SOURCES"],"mappings":"AAcO,MAAMA,IAAiD;AAAA,EAC7D,EAAE,KAAK,QAAQ,OAAO,QAAA;AAAA,EACtB,EAAE,KAAK,YAAY,OAAO,YAAA;AAC3B;AAmBO,IAAKC,sBAAAA,OACXA,EAAA,WAAW,YACXA,EAAA,UAAU,WACVA,EAAA,cAAc,eACdA,EAAA,cAAc,eACdA,EAAA,cAAc,eACdA,EAAA,UAAU,YACVA,EAAA,gBAAgB,kBAChBA,EAAA,QAAQ,SARGA,IAAAA,KAAA,CAAA,CAAA;AAyCL,MAAMC,IAAiD;AAAA,EAC5D,UAAsB;AAAA,EACtB,SAAqB;AAAA,EACrB,aAAyB;AAAA,EACzB,aAAyB;AAAA,EACzB,aAAyB;AAAA,EACzB,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AACrB,GAQaC,IAA0D;AAAA,EACrE,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AACrB,GAqCaC,IAAoC;AAAA,EAChD;AAAA,EACA;AAAA,EACA;AAAA;AACD,GAQaC,IAAwD;AAAA,EACnE,SAAqB;AAAA,EACrB,aAAyB;AAAA,EACzB,aAAyB;AAAA,EACzB,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AAAA;AAAA;AAGrB,GAEMC,IAAuB,OAAO,KAAKD,CAAgB,EAAE,QAG9CE,IAAiB,CAACC,MAC9BH,EAAiBG,CAAoB,KAAKF,GAa9BG,IAAkE;AAAA,EAC7E,gBAA2B;AAAA,EAC3B,OAAmB;AACrB;"}
1
+ {"version":3,"file":"tools.js","sources":["../../../../../src/components/agent-builder/constants/tools.ts"],"sourcesContent":["import type { ToolSource as ModelToolSource } from '@bikdotai/bik-models/ai-agents/models/agent-tool';\nimport type { FunctionComponent, SVGAttributes } from 'react';\n\n/**\n * Static tool-related constants for the builder's Step 3 (tools & sub-agents):\n * the reference-picker category tabs and the per-source display labels. Kept here\n * (rather than inline in the picker / serialization utils) so the labels a user\n * sees are all in one obvious place.\n */\n\n/** A reference-picker category tab. */\nexport type Category = 'tool' | 'subagent';\n\n/** Category tabs shown at the root of the `@` reference picker. */\nexport const CATEGORIES: { key: Category; label: string }[] = [\n\t{ key: 'tool', label: 'Tools' },\n\t{ key: 'subagent', label: 'Sub-agent' },\n];\n\n/**\n * Every tool \"source\" the builder renders an icon / label / picker entry for.\n * Enum VALUES are the backend's canonical read-only `source` wire strings\n * (`app/agents/config/schema.py` → `ToolSource`, derived from `tool_key`): the\n * configurable tools are `email_handover` / `rest_api` / `slack`, every native\n * tool is `manifest`. `shopify` / `integration` are legacy bik-models sources\n * kept for back-compat (the backend now collapses natives to `manifest`).\n * Dynamic/unknown sources are looked up leniently — see `toolSourceLabel` and\n * `sourceIcon`.\n *\n * This is the RUNTIME mirror of the canonical `@bikdotai/bik-models` `ToolSource`\n * union (the shape the backend persists as `AgentToolDoc.source`). We keep an\n * enum — not a re-export of the type — because the members are needed at runtime\n * for labels, ranks, icons and `===` comparisons; a type-only union can't do\n * that. The two are kept in lock-step by {@link ToolSourceMatchesBikModels}\n * below, which fails to compile if they ever drift.\n */\nexport enum ToolSource {\n\tManifest = 'manifest',\n\tShopify = 'shopify',\n\tBigcommerce = 'bigcommerce',\n\tShipstation = 'shipstation',\n\tSkio = 'skio',\n\tGorgias = 'gorgias',\n\tIntegration = 'integration',\n\tRestApi = 'rest_api',\n\tEmailHandover = 'email_handover',\n\tSlack = 'slack',\n}\n\n/**\n * Compile-time guard that {@link ToolSource} stays a faithful mirror of the\n * canonical `@bikdotai/bik-models` `ToolSource` union. If a source is added to\n * (or removed from) either side without the other, `AssertTrue` receives `false`\n * and this type stops compiling — so the runtime enum can never silently diverge\n * from what the backend persists as `AgentToolDoc.source`. The tuple wrappers\n * (`[…]`) stop the conditionals from distributing over the unions, so it checks\n * set-equality in both directions.\n *\n * Type-only (erased at build): a drift shows up as a compile error on\n * `ToolSourceMatchesBikModels` telling you to reconcile this enum with\n * `@bikdotai/bik-models` (bump the dep and/or the enum).\n */\ntype AssertTrue<T extends true> = T;\ntype ToolSourceMatchesBikModels = AssertTrue<\n\t[`${ToolSource}`] extends [ModelToolSource]\n\t\t? [ModelToolSource] extends [`${ToolSource}`]\n\t\t\t? true\n\t\t\t: false\n\t\t: false\n>;\n\n/**\n * Display labels for the known tool sources — the CATEGORY/integration name, used\n * for the picker's source headers (drill-in groups), the empty-state source\n * buttons and the mention-chip prefix. A source is a category (\"Slack\") you drill\n * into; the specific addable action inside it (\"Send Slack message\") is\n * `TOOL_ACTION_LABELS`. Unknown sources fall back to the raw key (see\n * `toolSourceLabel`).\n */\nexport const TOOL_SOURCE_LABELS: Record<ToolSource, string> = {\n\t[ToolSource.Manifest]: 'Manifest',\n\t[ToolSource.Shopify]: 'Shopify',\n\t[ToolSource.Bigcommerce]: 'BigCommerce',\n\t[ToolSource.Shipstation]: 'ShipStation',\n\t[ToolSource.Skio]: 'Skio',\n\t[ToolSource.Gorgias]: 'Gorgias',\n\t[ToolSource.Integration]: 'Integration',\n\t[ToolSource.RestApi]: 'Rest API',\n\t[ToolSource.EmailHandover]: 'Email',\n\t[ToolSource.Slack]: 'Slack',\n};\n\n/**\n * The addable action inside a configurable/rest source — shown as the \"add\" row\n * in the `@` picker (below any existing instances) and the empty-state button.\n * Distinct from `TOOL_SOURCE_LABELS`, which names the category the action lives in\n * (e.g. category \"Slack\" → action \"Send Slack message\").\n */\nexport const TOOL_ACTION_LABELS: Partial<Record<ToolSource, string>> = {\n\t[ToolSource.RestApi]: 'REST API',\n\t[ToolSource.EmailHandover]: 'Send Email',\n\t[ToolSource.Slack]: 'Send Slack message',\n};\n\n/** A tool source's brand-glyph component. */\nexport type IconComp = FunctionComponent<SVGAttributes<SVGElement>>;\n\n/** Brand glyph for a tool source, with its own size so each keeps its aspect ratio. */\nexport interface SourceIcon {\n\tIcon: IconComp;\n\tw: number;\n\th: number;\n}\n\n/**\n * A built-in \"tool\" that opens a config drawer (Rest API / email handover /\n * Slack) rather than inserting a mention. Surfaced as an empty-state source\n * button in the Tools section and as a row in the `@`-picker Tools view; picking\n * it opens the drawer and never writes into the instructions text.\n */\nexport interface ToolAction {\n\tsource: ToolSource;\n\tlabel: string;\n\ticon?: SourceIcon;\n\t/** Open this tool's config drawer. */\n\tonSelect: () => void;\n\t/**\n\t * Integration connection state for this source. `undefined` = no connection\n\t * gating (default). `false` = the store hasn't connected this integration →\n\t * the `@` picker shows a \"Connect\" row that calls {@link onConnect} instead of\n\t * drilling in / offering \"Create new\". `true` = connected (renders normally).\n\t * Set by the consumer via `config.integrationStatus` (today: Slack only).\n\t */\n\tconnected?: boolean;\n\t/** Open the parent's connect flow for this source (used when `connected === false`). */\n\tonConnect?: () => void;\n}\n\n/** Sources of the built-in drawer tools, in display order. */\nexport const TOOL_ACTION_SOURCES: ToolSource[] = [\n\tToolSource.RestApi,\n\tToolSource.EmailHandover,\n\tToolSource.Slack,\n];\n\n/**\n * Fixed display rank for the `@`-picker's tool-source groups (lower = higher). The\n * picker sorts its source rows by this so adding/updating a tool never reshuffles\n * them. Manifest (the native tools) leads; any source not listed here\n * (dynamic/unknown, e.g. Integration) sorts AFTER Slack, keeping its discovery\n * order among the rest (Array.sort is stable).\n */\nexport const TOOL_SOURCE_RANK: Partial<Record<ToolSource, number>> = {\n\t[ToolSource.Manifest]: 0,\n\t[ToolSource.Shopify]: 1,\n\t[ToolSource.Bigcommerce]: 2,\n\t[ToolSource.Shipstation]: 3,\n\t[ToolSource.Skio]: 4,\n\t[ToolSource.Gorgias]: 5,\n\t[ToolSource.RestApi]: 6,\n\t[ToolSource.EmailHandover]: 7,\n\t[ToolSource.Slack]: 8,\n};\n\nconst UNRANKED_SOURCE_RANK = Object.keys(TOOL_SOURCE_RANK).length;\n\n/** Sort rank for a source string; unknown sources rank after all known ones. */\nexport const toolSourceRank = (source: string): number =>\n\tTOOL_SOURCE_RANK[source as ToolSource] ?? UNRANKED_SOURCE_RANK;\n\n/**\n * `tool_key` of a configurable shared-drawer tool (email / Slack). Lives here (not\n * in AgentBuilder.model) so this leaf constants file has no back-edge to the model\n * — the dependency stays one-way (model → constants), avoiding a circular import.\n */\nexport type ConfigToolKey = 'send_email' | 'send_slack_message';\n\n/**\n * Drawer sources rendered by the shared dynamic panel (`ConfigToolPanel`), each\n * mapped to its backend `tool_key`. Rest API is absent — it has a bespoke panel.\n */\nexport const CONFIG_TOOL_SOURCES: Partial<Record<ToolSource, ConfigToolKey>> = {\n\t[ToolSource.EmailHandover]: 'send_email',\n\t[ToolSource.Slack]: 'send_slack_message',\n};\n"],"names":["CATEGORIES","ToolSource","TOOL_SOURCE_LABELS","TOOL_ACTION_LABELS","TOOL_ACTION_SOURCES","TOOL_SOURCE_RANK","UNRANKED_SOURCE_RANK","toolSourceRank","source","CONFIG_TOOL_SOURCES"],"mappings":"AAcO,MAAMA,IAAiD;AAAA,EAC7D,EAAE,KAAK,QAAQ,OAAO,QAAA;AAAA,EACtB,EAAE,KAAK,YAAY,OAAO,YAAA;AAC3B;AAmBO,IAAKC,sBAAAA,OACXA,EAAA,WAAW,YACXA,EAAA,UAAU,WACVA,EAAA,cAAc,eACdA,EAAA,cAAc,eACdA,EAAA,OAAO,QACPA,EAAA,UAAU,WACVA,EAAA,cAAc,eACdA,EAAA,UAAU,YACVA,EAAA,gBAAgB,kBAChBA,EAAA,QAAQ,SAVGA,IAAAA,KAAA,CAAA,CAAA;AA2CL,MAAMC,IAAiD;AAAA,EAC5D,UAAsB;AAAA,EACtB,SAAqB;AAAA,EACrB,aAAyB;AAAA,EACzB,aAAyB;AAAA,EACzB,MAAkB;AAAA,EAClB,SAAqB;AAAA,EACrB,aAAyB;AAAA,EACzB,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AACrB,GAQaC,IAA0D;AAAA,EACrE,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AACrB,GAqCaC,IAAoC;AAAA,EAChD;AAAA,EACA;AAAA,EACA;AAAA;AACD,GASaC,IAAwD;AAAA,EACnE,UAAsB;AAAA,EACtB,SAAqB;AAAA,EACrB,aAAyB;AAAA,EACzB,aAAyB;AAAA,EACzB,MAAkB;AAAA,EAClB,SAAqB;AAAA,EACrB,UAAqB;AAAA,EACrB,gBAA2B;AAAA,EAC3B,OAAmB;AACrB,GAEMC,IAAuB,OAAO,KAAKD,CAAgB,EAAE,QAG9CE,IAAiB,CAACC,MAC9BH,EAAiBG,CAAoB,KAAKF,GAa9BG,IAAkE;AAAA,EAC7E,gBAA2B;AAAA,EAC3B,OAAmB;AACrB;"}
@@ -1,27 +1,31 @@
1
- import t from "../../../assets/icons/BigCommerce.svg.js";
2
- import i from "../../../assets/icons/ManifestGlass.svg.js";
3
- import c from "../../../assets/icons/ShipStation.svg.js";
4
- import e from "../../../assets/icons/Shopify.svg.js";
5
- import n from "react";
6
- import { ToolSource as r } from "../constants/tools.js";
7
- import S from "../../../icons/Social/Social/SlackIcon.js";
8
- import h from "../../../icons/Informational/Communication/Email.js";
9
- import p from "../../../icons/BIK AI specific/Webhook.js";
10
- const f = {
11
- [r.Manifest]: { Icon: i, w: 24, h: 24 },
12
- [r.Shopify]: { Icon: e, w: 21, h: 24 },
13
- [r.Bigcommerce]: { Icon: t, w: 20, h: 20 },
14
- [r.Shipstation]: { Icon: c, w: 22, h: 21 },
15
- [r.RestApi]: { Icon: p, w: 20, h: 20 },
16
- [r.EmailHandover]: { Icon: h, w: 20, h: 20 },
17
- [r.Slack]: { Icon: S, w: 20, h: 20 }
18
- }, E = (o) => o ? f[o] : void 0, k = (o, m = 0) => o ? n.createElement(o.Icon, {
19
- width: o.w + m,
20
- height: o.h + m
1
+ import i from "../../../assets/icons/BigCommerce.svg.js";
2
+ import t from "../../../assets/icons/Gorgias.svg.js";
3
+ import c from "../../../assets/icons/ManifestGlass.svg.js";
4
+ import S from "../../../assets/icons/ShipStation.svg.js";
5
+ import n from "../../../assets/icons/Shopify.svg.js";
6
+ import e from "../../../assets/icons/Skio.svg.js";
7
+ import h from "react";
8
+ import { ToolSource as o } from "../constants/tools.js";
9
+ import p from "../../../icons/Social/Social/SlackIcon.js";
10
+ import f from "../../../icons/Informational/Communication/Email.js";
11
+ import a from "../../../icons/BIK AI specific/Webhook.js";
12
+ const g = {
13
+ [o.Manifest]: { Icon: c, w: 24, h: 24 },
14
+ [o.Shopify]: { Icon: n, w: 21, h: 24 },
15
+ [o.Bigcommerce]: { Icon: i, w: 20, h: 20 },
16
+ [o.Shipstation]: { Icon: S, w: 22, h: 21 },
17
+ [o.Skio]: { Icon: e, w: 20, h: 20 },
18
+ [o.Gorgias]: { Icon: t, w: 20, h: 20 },
19
+ [o.RestApi]: { Icon: a, w: 20, h: 20 },
20
+ [o.EmailHandover]: { Icon: f, w: 20, h: 20 },
21
+ [o.Slack]: { Icon: p, w: 20, h: 20 }
22
+ }, R = (r) => r ? g[r] : void 0, _ = (r, m = 0) => r ? h.createElement(r.Icon, {
23
+ width: r.w + m,
24
+ height: r.h + m
21
25
  }) : null;
22
26
  export {
23
- f as SOURCE_ICONS,
24
- k as renderSourceIcon,
25
- E as sourceIcon
27
+ g as SOURCE_ICONS,
28
+ _ as renderSourceIcon,
29
+ R as sourceIcon
26
30
  };
27
31
  //# sourceMappingURL=sourceIcons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"sourceIcons.js","sources":["../../../../../src/components/agent-builder/utils/sourceIcons.ts"],"sourcesContent":["import BigCommerce from '@src/assets/icons/BigCommerce.svg';\nimport ManifestGlass from '@src/assets/icons/ManifestGlass.svg';\nimport ShipStation from '@src/assets/icons/ShipStation.svg';\nimport Shopify from '@src/assets/icons/Shopify.svg';\nimport { Email, SlackIcon, Webhook } from '@src/icons';\nimport React from 'react';\nimport { ToolSource } from '../constants/tools';\nimport type { IconComp, SourceIcon } from '../constants/tools';\n\n// The icon types live with the source enum (constants/tools) to keep the\n// dependency one-directional (util → constants); re-exported here so existing\n// `from '../utils/sourceIcons'` importers keep resolving them.\nexport type { IconComp, SourceIcon };\n\n/**\n * Per-source brand glyph — shared by the `@` picker and the Tools source\n * buttons. Partial: not every source has a glyph (e.g. `integration`), and the\n * render path null-guards. Look up with {@link sourceIcon} when the key is a\n * dynamic / unknown string rather than a {@link ToolSource}.\n */\nexport const SOURCE_ICONS: Partial<Record<ToolSource, SourceIcon>> = {\n\t[ToolSource.Manifest]: { Icon: ManifestGlass, w: 24, h: 24 },\n\t[ToolSource.Shopify]: { Icon: Shopify, w: 21, h: 24 },\n\t[ToolSource.Bigcommerce]: { Icon: BigCommerce, w: 20, h: 20 },\n\t[ToolSource.Shipstation]: { Icon: ShipStation, w: 22, h: 21 },\n\t[ToolSource.RestApi]: { Icon: Webhook as IconComp, w: 20, h: 20 },\n\t[ToolSource.EmailHandover]: { Icon: Email as IconComp, w: 20, h: 20 },\n\t[ToolSource.Slack]: { Icon: SlackIcon as IconComp, w: 20, h: 20 },\n};\n\n/**\n * Lenient icon lookup for a source that may be a raw/dynamic string (a\n * bik-models tool source, an integration key, or the picker's `'other'`\n * fallback). Returns `undefined` for unknown sources.\n */\nexport const sourceIcon = (\n\tsource: string | undefined,\n): SourceIcon | undefined =>\n\tsource ? SOURCE_ICONS[source as ToolSource] : undefined;\n\n/**\n * Render a {@link SourceIcon} at its own aspect ratio. `sizeDelta` nudges both\n * dimensions (e.g. `-4` for the smaller source-button glyph). Returns `null` when\n * no icon is supplied, so callers can drop their own `icon &&` guard.\n */\nexport const renderSourceIcon = (\n\ticon: SourceIcon | undefined,\n\tsizeDelta = 0,\n): React.ReactElement | null =>\n\ticon\n\t\t? React.createElement(icon.Icon, {\n\t\t\t\twidth: icon.w + sizeDelta,\n\t\t\t\theight: icon.h + sizeDelta,\n\t\t })\n\t\t: null;\n"],"names":["SOURCE_ICONS","ToolSource","ManifestGlass","Shopify","BigCommerce","ShipStation","Webhook","Email","SlackIcon","sourceIcon","source","renderSourceIcon","icon","sizeDelta","React"],"mappings":";;;;;;;;;AAoBO,MAAMA,IAAwD;AAAA,EACpE,CAACC,EAAW,QAAQ,GAAG,EAAE,MAAMC,GAAe,GAAG,IAAI,GAAG,GAAA;AAAA,EACxD,CAACD,EAAW,OAAO,GAAG,EAAE,MAAME,GAAS,GAAG,IAAI,GAAG,GAAA;AAAA,EACjD,CAACF,EAAW,WAAW,GAAG,EAAE,MAAMG,GAAa,GAAG,IAAI,GAAG,GAAA;AAAA,EACzD,CAACH,EAAW,WAAW,GAAG,EAAE,MAAMI,GAAa,GAAG,IAAI,GAAG,GAAA;AAAA,EACzD,CAACJ,EAAW,OAAO,GAAG,EAAE,MAAMK,GAAqB,GAAG,IAAI,GAAG,GAAA;AAAA,EAC7D,CAACL,EAAW,aAAa,GAAG,EAAE,MAAMM,GAAmB,GAAG,IAAI,GAAG,GAAA;AAAA,EACjE,CAACN,EAAW,KAAK,GAAG,EAAE,MAAMO,GAAuB,GAAG,IAAI,GAAG,GAAA;AAC9D,GAOaC,IAAa,CACzBC,MAEAA,IAASV,EAAaU,CAAoB,IAAI,QAOlCC,IAAmB,CAC/BC,GACAC,IAAY,MAEZD,IACGE,EAAM,cAAcF,EAAK,MAAM;AAAA,EAC/B,OAAOA,EAAK,IAAIC;AAAA,EAChB,QAAQD,EAAK,IAAIC;AACjB,CAAC,IACD;"}
1
+ {"version":3,"file":"sourceIcons.js","sources":["../../../../../src/components/agent-builder/utils/sourceIcons.ts"],"sourcesContent":["import BigCommerce from '@src/assets/icons/BigCommerce.svg';\nimport Gorgias from '@src/assets/icons/Gorgias.svg';\nimport ManifestGlass from '@src/assets/icons/ManifestGlass.svg';\nimport ShipStation from '@src/assets/icons/ShipStation.svg';\nimport Shopify from '@src/assets/icons/Shopify.svg';\nimport Skio from '@src/assets/icons/Skio.svg';\nimport { Email, SlackIcon, Webhook } from '@src/icons';\nimport React from 'react';\nimport { ToolSource } from '../constants/tools';\nimport type { IconComp, SourceIcon } from '../constants/tools';\n\n// The icon types live with the source enum (constants/tools) to keep the\n// dependency one-directional (util → constants); re-exported here so existing\n// `from '../utils/sourceIcons'` importers keep resolving them.\nexport type { IconComp, SourceIcon };\n\n/**\n * Per-source brand glyph — shared by the `@` picker and the Tools source\n * buttons. Partial: not every source has a glyph (e.g. `integration`), and the\n * render path null-guards. Look up with {@link sourceIcon} when the key is a\n * dynamic / unknown string rather than a {@link ToolSource}.\n */\nexport const SOURCE_ICONS: Partial<Record<ToolSource, SourceIcon>> = {\n\t[ToolSource.Manifest]: { Icon: ManifestGlass, w: 24, h: 24 },\n\t[ToolSource.Shopify]: { Icon: Shopify, w: 21, h: 24 },\n\t[ToolSource.Bigcommerce]: { Icon: BigCommerce, w: 20, h: 20 },\n\t[ToolSource.Shipstation]: { Icon: ShipStation, w: 22, h: 21 },\n\t[ToolSource.Skio]: { Icon: Skio, w: 20, h: 20 },\n\t[ToolSource.Gorgias]: { Icon: Gorgias, w: 20, h: 20 },\n\t[ToolSource.RestApi]: { Icon: Webhook as IconComp, w: 20, h: 20 },\n\t[ToolSource.EmailHandover]: { Icon: Email as IconComp, w: 20, h: 20 },\n\t[ToolSource.Slack]: { Icon: SlackIcon as IconComp, w: 20, h: 20 },\n};\n\n/**\n * Lenient icon lookup for a source that may be a raw/dynamic string (a\n * bik-models tool source, an integration key, or the picker's `'other'`\n * fallback). Returns `undefined` for unknown sources.\n */\nexport const sourceIcon = (\n\tsource: string | undefined,\n): SourceIcon | undefined =>\n\tsource ? SOURCE_ICONS[source as ToolSource] : undefined;\n\n/**\n * Render a {@link SourceIcon} at its own aspect ratio. `sizeDelta` nudges both\n * dimensions (e.g. `-4` for the smaller source-button glyph). Returns `null` when\n * no icon is supplied, so callers can drop their own `icon &&` guard.\n */\nexport const renderSourceIcon = (\n\ticon: SourceIcon | undefined,\n\tsizeDelta = 0,\n): React.ReactElement | null =>\n\ticon\n\t\t? React.createElement(icon.Icon, {\n\t\t\t\twidth: icon.w + sizeDelta,\n\t\t\t\theight: icon.h + sizeDelta,\n\t\t })\n\t\t: null;\n"],"names":["SOURCE_ICONS","ToolSource","ManifestGlass","Shopify","BigCommerce","ShipStation","Skio","Gorgias","Webhook","Email","SlackIcon","sourceIcon","source","renderSourceIcon","icon","sizeDelta","React"],"mappings":";;;;;;;;;;;AAsBO,MAAMA,IAAwD;AAAA,EACpE,CAACC,EAAW,QAAQ,GAAG,EAAE,MAAMC,GAAe,GAAG,IAAI,GAAG,GAAA;AAAA,EACxD,CAACD,EAAW,OAAO,GAAG,EAAE,MAAME,GAAS,GAAG,IAAI,GAAG,GAAA;AAAA,EACjD,CAACF,EAAW,WAAW,GAAG,EAAE,MAAMG,GAAa,GAAG,IAAI,GAAG,GAAA;AAAA,EACzD,CAACH,EAAW,WAAW,GAAG,EAAE,MAAMI,GAAa,GAAG,IAAI,GAAG,GAAA;AAAA,EACzD,CAACJ,EAAW,IAAI,GAAG,EAAE,MAAMK,GAAM,GAAG,IAAI,GAAG,GAAA;AAAA,EAC3C,CAACL,EAAW,OAAO,GAAG,EAAE,MAAMM,GAAS,GAAG,IAAI,GAAG,GAAA;AAAA,EACjD,CAACN,EAAW,OAAO,GAAG,EAAE,MAAMO,GAAqB,GAAG,IAAI,GAAG,GAAA;AAAA,EAC7D,CAACP,EAAW,aAAa,GAAG,EAAE,MAAMQ,GAAmB,GAAG,IAAI,GAAG,GAAA;AAAA,EACjE,CAACR,EAAW,KAAK,GAAG,EAAE,MAAMS,GAAuB,GAAG,IAAI,GAAG,GAAA;AAC9D,GAOaC,IAAa,CACzBC,MAEAA,IAASZ,EAAaY,CAAoB,IAAI,QAOlCC,IAAmB,CAC/BC,GACAC,IAAY,MAEZD,IACGE,EAAM,cAAcF,EAAK,MAAM;AAAA,EAC/B,OAAOA,EAAK,IAAIC;AAAA,EAChB,QAAQD,EAAK,IAAIC;AACjB,CAAC,IACD;"}
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface Props extends SVGProps<SVGSVGElement> {
3
+ size?: number | string;
4
+ color?: string;
5
+ }
6
+ declare const SvgAiVoice: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgAiVoice;
@@ -0,0 +1,80 @@
1
+ import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
+ const i = ({ size: r = 24, color: l = "currentColor", ...o }) => {
3
+ const t = {
4
+ width: r,
5
+ height: r,
6
+ color: l,
7
+ ...o
8
+ };
9
+ return /* @__PURE__ */ e(
10
+ "svg",
11
+ {
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ ...t,
16
+ children: [
17
+ /* @__PURE__ */ C(
18
+ "path",
19
+ {
20
+ d: "M22 17.8613C22.4142 17.8613 22.75 18.1971 22.75 18.6113C22.7499 19.4732 22.4073 20.2997 21.7979 20.9092C21.3686 21.3384 20.8311 21.6335 20.25 21.7715V22.5C20.2499 22.9141 19.9141 23.25 19.5 23.25C19.0859 23.25 18.7501 22.9141 18.75 22.5V21.7715C18.1689 21.6335 17.6314 21.3384 17.2021 20.9092C16.5927 20.2997 16.2501 19.4732 16.25 18.6113C16.25 18.1971 16.5858 17.8613 17 17.8613C17.4142 17.8613 17.75 18.1971 17.75 18.6113C17.7501 19.0754 17.9346 19.5205 18.2627 19.8486C18.5909 20.1767 19.0359 20.3613 19.5 20.3613C19.9641 20.3613 20.4091 20.1767 20.7373 19.8486C21.0654 19.5205 21.2499 19.0754 21.25 18.6113C21.25 18.1971 21.5858 17.8613 22 17.8613Z",
21
+ fill: "currentColor"
22
+ }
23
+ ),
24
+ /* @__PURE__ */ C(
25
+ "path",
26
+ {
27
+ d: "M2 10.5C2.55228 10.5 3 10.9477 3 11.5V16C3 17.6569 4.34315 19 6 19H13.5C14.0523 19 14.5 19.4477 14.5 20C14.5 20.5523 14.0523 21 13.5 21H6C3.23858 21 1 18.7614 1 16V11.5C1 10.9477 1.44772 10.5 2 10.5Z",
28
+ fill: "currentColor"
29
+ }
30
+ ),
31
+ /* @__PURE__ */ C(
32
+ "path",
33
+ {
34
+ d: "M19.5 15C20.267 15 20.8886 15.6217 20.8887 16.3887V18.6113C20.8886 19.3783 20.267 20 19.5 20C18.7331 19.9999 18.1114 19.3782 18.1113 18.6113V16.3887C18.1114 15.6218 18.7331 15.0001 19.5 15Z",
35
+ fill: "currentColor"
36
+ }
37
+ ),
38
+ /* @__PURE__ */ C(
39
+ "path",
40
+ {
41
+ d: "M14 15C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H10C9.44772 17 9 16.5523 9 16C9 15.4477 9.44772 15 10 15H14Z",
42
+ fill: "currentColor"
43
+ }
44
+ ),
45
+ /* @__PURE__ */ C(
46
+ "path",
47
+ {
48
+ d: "M8.5 10C9.32843 10 10 10.6716 10 11.5C10 12.3284 9.32843 13 8.5 13C7.67157 13 7 12.3284 7 11.5C7 10.6716 7.67157 10 8.5 10Z",
49
+ fill: "currentColor"
50
+ }
51
+ ),
52
+ /* @__PURE__ */ C(
53
+ "path",
54
+ {
55
+ d: "M15.5 10C16.3284 10 17 10.6716 17 11.5C17 12.3284 16.3284 13 15.5 13C14.6716 13 14 12.3284 14 11.5C14 10.6716 14.6716 10 15.5 10Z",
56
+ fill: "currentColor"
57
+ }
58
+ ),
59
+ /* @__PURE__ */ C(
60
+ "path",
61
+ {
62
+ d: "M15 1C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H13V5H18C20.7614 5 23 7.23858 23 10V11.5C23 12.0523 22.5523 12.5 22 12.5C21.4477 12.5 21 12.0523 21 11.5V10C21 8.34315 19.6569 7 18 7H8C7.44772 7 7 6.55228 7 6C7 5.44772 7.44772 5 8 5H11V3H9C8.44772 3 8 2.55228 8 2C8 1.44772 8.44772 1 9 1H15Z",
63
+ fill: "currentColor"
64
+ }
65
+ ),
66
+ /* @__PURE__ */ C(
67
+ "path",
68
+ {
69
+ d: "M3.41016 4.2207C3.46035 4.12659 3.59531 4.12659 3.64551 4.2207L4.3877 5.6123C4.40011 5.63558 4.41913 5.65552 4.44238 5.66797L5.83496 6.41016C5.92906 6.46036 5.92907 6.59532 5.83496 6.64551L4.44238 7.3877C4.41923 7.4001 4.4001 7.41923 4.3877 7.44238L3.64551 8.83496C3.59531 8.92908 3.46035 8.92908 3.41016 8.83496L2.66797 7.44238C2.65552 7.41913 2.63558 7.40011 2.6123 7.3877L1.2207 6.64551C1.12659 6.59531 1.12659 6.46035 1.2207 6.41016L2.6123 5.66797C2.63565 5.65552 2.65552 5.63565 2.66797 5.6123L3.41016 4.2207Z",
70
+ fill: "currentColor"
71
+ }
72
+ )
73
+ ]
74
+ }
75
+ );
76
+ };
77
+ export {
78
+ i as default
79
+ };
80
+ //# sourceMappingURL=AiVoice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AiVoice.js","sources":["../../../../src/icons/BIK AI specific/AiVoice.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgAiVoice = ({ size = 24, color = 'currentColor', ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\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=\"M22 17.8613C22.4142 17.8613 22.75 18.1971 22.75 18.6113C22.7499 19.4732 22.4073 20.2997 21.7979 20.9092C21.3686 21.3384 20.8311 21.6335 20.25 21.7715V22.5C20.2499 22.9141 19.9141 23.25 19.5 23.25C19.0859 23.25 18.7501 22.9141 18.75 22.5V21.7715C18.1689 21.6335 17.6314 21.3384 17.2021 20.9092C16.5927 20.2997 16.2501 19.4732 16.25 18.6113C16.25 18.1971 16.5858 17.8613 17 17.8613C17.4142 17.8613 17.75 18.1971 17.75 18.6113C17.7501 19.0754 17.9346 19.5205 18.2627 19.8486C18.5909 20.1767 19.0359 20.3613 19.5 20.3613C19.9641 20.3613 20.4091 20.1767 20.7373 19.8486C21.0654 19.5205 21.2499 19.0754 21.25 18.6113C21.25 18.1971 21.5858 17.8613 22 17.8613Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M2 10.5C2.55228 10.5 3 10.9477 3 11.5V16C3 17.6569 4.34315 19 6 19H13.5C14.0523 19 14.5 19.4477 14.5 20C14.5 20.5523 14.0523 21 13.5 21H6C3.23858 21 1 18.7614 1 16V11.5C1 10.9477 1.44772 10.5 2 10.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M19.5 15C20.267 15 20.8886 15.6217 20.8887 16.3887V18.6113C20.8886 19.3783 20.267 20 19.5 20C18.7331 19.9999 18.1114 19.3782 18.1113 18.6113V16.3887C18.1114 15.6218 18.7331 15.0001 19.5 15Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M14 15C14.5523 15 15 15.4477 15 16C15 16.5523 14.5523 17 14 17H10C9.44772 17 9 16.5523 9 16C9 15.4477 9.44772 15 10 15H14Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M8.5 10C9.32843 10 10 10.6716 10 11.5C10 12.3284 9.32843 13 8.5 13C7.67157 13 7 12.3284 7 11.5C7 10.6716 7.67157 10 8.5 10Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.5 10C16.3284 10 17 10.6716 17 11.5C17 12.3284 16.3284 13 15.5 13C14.6716 13 14 12.3284 14 11.5C14 10.6716 14.6716 10 15.5 10Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15 1C15.5523 1 16 1.44772 16 2C16 2.55228 15.5523 3 15 3H13V5H18C20.7614 5 23 7.23858 23 10V11.5C23 12.0523 22.5523 12.5 22 12.5C21.4477 12.5 21 12.0523 21 11.5V10C21 8.34315 19.6569 7 18 7H8C7.44772 7 7 6.55228 7 6C7 5.44772 7.44772 5 8 5H11V3H9C8.44772 3 8 2.55228 8 2C8 1.44772 8.44772 1 9 1H15Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M3.41016 4.2207C3.46035 4.12659 3.59531 4.12659 3.64551 4.2207L4.3877 5.6123C4.40011 5.63558 4.41913 5.65552 4.44238 5.66797L5.83496 6.41016C5.92906 6.46036 5.92907 6.59532 5.83496 6.64551L4.44238 7.3877C4.41923 7.4001 4.4001 7.41923 4.3877 7.44238L3.64551 8.83496C3.59531 8.92908 3.46035 8.92908 3.41016 8.83496L2.66797 7.44238C2.65552 7.41913 2.63558 7.40011 2.6123 7.3877L1.2207 6.64551C1.12659 6.59531 1.12659 6.46035 1.2207 6.41016L2.6123 5.66797C2.63565 5.65552 2.65552 5.63565 2.66797 5.6123L3.41016 4.2207Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgAiVoice;\n"],"names":["SvgAiVoice","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAa,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AAC7E,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -1,3 +1,4 @@
1
+ export { default as AiVoice } from './AiVoice';
1
2
  export { default as AiIcon } from './AiIcon';
2
3
  export { default as Webhook } from './Webhook';
3
4
  export { default as AiEmoji } from './AiEmoji';
@@ -1,7 +1,6 @@
1
1
  import { SVGProps } from 'react';
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
3
  size?: number | string;
4
- color?: string;
5
4
  }
6
- declare const SvgShield: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
5
+ declare const SvgShield: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
6
  export default SvgShield;
@@ -1,27 +1,26 @@
1
- import { jsxs as t, jsx as r } from "react/jsx-runtime";
2
- const n = ({ size: C = 24, color: e = "currentColor", ...l }) => {
3
- const o = {
1
+ import { jsxs as i, jsx as e } from "react/jsx-runtime";
2
+ const o = ({ size: C = 24, ...l }) => {
3
+ const t = {
4
4
  width: C,
5
5
  height: C,
6
- color: e,
7
6
  ...l
8
7
  };
9
- return /* @__PURE__ */ t(
8
+ return /* @__PURE__ */ i(
10
9
  "svg",
11
10
  {
12
11
  viewBox: "0 0 20 20",
13
12
  fill: "none",
14
13
  xmlns: "http://www.w3.org/2000/svg",
15
- ...o,
14
+ ...t,
16
15
  children: [
17
- /* @__PURE__ */ r("rect", { width: 20, height: 20, rx: 4, fill: "currentColor" }),
18
- /* @__PURE__ */ r(
16
+ /* @__PURE__ */ e("rect", { width: 20, height: 20, rx: 4, fill: "#EFE6F9" }),
17
+ /* @__PURE__ */ e(
19
18
  "path",
20
19
  {
21
20
  fillRule: "evenodd",
22
21
  clipRule: "evenodd",
23
22
  d: "M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z",
24
- fill: "currentColor"
23
+ fill: "#4B1583"
25
24
  }
26
25
  )
27
26
  ]
@@ -29,6 +28,6 @@ const n = ({ size: C = 24, color: e = "currentColor", ...l }) => {
29
28
  );
30
29
  };
31
30
  export {
32
- n as default
31
+ o as default
33
32
  };
34
33
  //# sourceMappingURL=Shield.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgShield = ({ size = 24, color = 'currentColor', ...rest }: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 20 20\"\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<rect width={20} height={20} rx={4} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgShield;\n"],"names":["SvgShield","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAY,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AAC5E,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,IAAI,GAAG,MAAK,eAAA,CAAe;AAAA,QACxD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
1
+ {"version":3,"file":"Shield.js","sources":["../../../../../src/icons/Informational/Common UI/Shield.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgShield = ({ 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 20 20\"\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<rect width={20} height={20} rx={4} fill=\"#EFE6F9\" />\n\t\t\t<path\n\t\t\t\tfillRule=\"evenodd\"\n\t\t\t\tclipRule=\"evenodd\"\n\t\t\t\td=\"M10.2048 3.62015C10.0728 3.57063 9.92724 3.57063 9.79518 3.62015L5.12851 5.37015C4.90083 5.45553 4.75 5.67318 4.75 5.91634V9.99967C4.75 12.0101 6.08102 13.6165 7.28254 14.6678C7.89555 15.2042 8.50582 15.6235 8.96167 15.9084C9.1902 16.0512 9.38148 16.1613 9.51696 16.2363C9.58474 16.2738 9.63867 16.3026 9.67644 16.3224C9.69533 16.3323 9.71018 16.34 9.72073 16.3454L9.73327 16.3518L9.73704 16.3537L9.73877 16.3546C9.90299 16.4367 10.0966 16.4369 10.2609 16.3548L10 15.833C10.2609 16.3548 10.2609 16.3548 10.2609 16.3548L10.263 16.3537L10.2667 16.3518L10.2793 16.3454C10.2898 16.34 10.3047 16.3323 10.3236 16.3224C10.3613 16.3026 10.4153 16.2738 10.483 16.2363C10.6185 16.1613 10.8098 16.0512 11.0383 15.9084C11.4942 15.6235 12.1044 15.2042 12.7175 14.6678C13.919 13.6165 15.25 12.0101 15.25 9.99967V5.91634C15.25 5.67318 15.0992 5.45553 14.8715 5.37015L10.2048 3.62015ZM10 15.833L9.73877 16.3546C9.73877 16.3546 9.73913 16.3548 10 15.833ZM10.42 14.9191C10.2547 15.0224 10.1118 15.1063 10 15.1696C9.88821 15.1063 9.74526 15.0224 9.58 14.9191C9.16085 14.6571 8.60445 14.2743 8.05079 13.7898C6.91898 12.7995 5.91667 11.4893 5.91667 9.99967V6.32059L10 4.78934L14.0833 6.32059V9.99967C14.0833 11.4893 13.081 12.7995 11.9492 13.7898C11.3956 14.2743 10.8391 14.6571 10.42 14.9191Z\"\n\t\t\t\tfill=\"#4B1583\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgShield;\n"],"names":["SvgShield","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAY,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AACpD,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,IAAI,GAAG,MAAK,UAAA,CAAU;AAAA,QACnD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -1,7 +1,6 @@
1
1
  import { SVGProps } from 'react';
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
3
  size?: number | string;
4
- color?: string;
5
4
  }
6
- declare const SvgFormkitHappy: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
5
+ declare const SvgFormkitHappy: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
6
  export default SvgFormkitHappy;
@@ -1,46 +1,41 @@
1
- import { jsxs as r, jsx as C } from "react/jsx-runtime";
2
- const h = ({
3
- size: t = 24,
4
- color: l = "currentColor",
5
- ...o
6
- }) => {
7
- const e = {
1
+ import { jsxs as i, jsx as C } from "react/jsx-runtime";
2
+ const s = ({ size: t = 24, ...l }) => {
3
+ const h = {
8
4
  width: t,
9
5
  height: t,
10
- color: l,
11
- ...o
6
+ ...l
12
7
  };
13
- return /* @__PURE__ */ r(
8
+ return /* @__PURE__ */ i(
14
9
  "svg",
15
10
  {
16
11
  viewBox: "0 0 25 25",
17
12
  fill: "none",
18
13
  xmlns: "http://www.w3.org/2000/svg",
19
- ...e,
14
+ ...h,
20
15
  children: [
21
- /* @__PURE__ */ C("circle", { cx: 12.834, cy: 12.5, r: 11, fill: "currentColor" }),
16
+ /* @__PURE__ */ C("circle", { cx: 12.834, cy: 12.5, r: 11, fill: "#E6F4E7" }),
22
17
  /* @__PURE__ */ C(
23
18
  "path",
24
19
  {
25
20
  d: "M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z",
26
- fill: "currentColor"
21
+ fill: "#1A872C"
27
22
  }
28
23
  ),
29
24
  /* @__PURE__ */ C(
30
25
  "path",
31
26
  {
32
27
  d: "M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z",
33
- fill: "currentColor"
28
+ fill: "#1A872C"
34
29
  }
35
30
  ),
36
31
  /* @__PURE__ */ C(
37
32
  "path",
38
33
  {
39
34
  d: "M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z",
40
- fill: "currentColor"
35
+ fill: "#1A872C"
41
36
  }
42
37
  ),
43
- /* @__PURE__ */ r(
38
+ /* @__PURE__ */ i(
44
39
  "mask",
45
40
  {
46
41
  id: "path-5-outside-1_238_184265",
@@ -60,7 +55,7 @@ const h = ({
60
55
  "path",
61
56
  {
62
57
  d: "M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z",
63
- fill: "currentColor"
58
+ fill: "#1A872C"
64
59
  }
65
60
  ),
66
61
  /* @__PURE__ */ C(
@@ -77,6 +72,6 @@ const h = ({
77
72
  );
78
73
  };
79
74
  export {
80
- h as default
75
+ s as default
81
76
  };
82
77
  //# sourceMappingURL=FormkitHappy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitHappy = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 25 25\"\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<circle cx={12.834} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184265\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.61816}\n\t\t\t\ty={12.2822}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.61816} y={12.2822} width={12} height={6} />\n\t\t\t\t<path d=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tstroke=\"#1A872C\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184265)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitHappy;\n"],"names":["SvgFormkitHappy","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAkB,CAAC;AAAA,EACxB,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,UAAA,EAAO,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,MAAK,eAAA,CAAe;AAAA,QACzD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAD;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAG;AAAA,YACH,GAAG;AAAA,YACH,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,MAAK;AAAA,YAEL,UAAA;AAAA,cAAA,gBAAAC,EAAC,QAAA,EAAK,MAAK,SAAQ,GAAG,SAAS,GAAG,SAAS,OAAO,IAAI,QAAQ,EAAA,CAAG;AAAA,cACjE,gBAAAA,EAAC,QAAA,EAAK,GAAE,wnBAAA,CAAwnB;AAAA,YAAA;AAAA,UAAA;AAAA,QAAA;AAAA,QAEjoB,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
1
+ {"version":3,"file":"FormkitHappy.js","sources":["../../../../../src/icons/Media/Visual/FormkitHappy.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFormkitHappy = ({ 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 25 25\"\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<circle cx={12.834} cy={12.5} r={11} fill=\"#E6F4E7\" />\n\t\t\t<path\n\t\t\t\td=\"M9.69057 10.928C10.5584 10.928 11.262 10.2245 11.262 9.35658C11.262 8.48871 10.5584 7.78516 9.69057 7.78516C8.82269 7.78516 8.11914 8.48871 8.11914 9.35658C8.11914 10.2245 8.82269 10.928 9.69057 10.928Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.9767 10.928C16.8446 10.928 17.5481 10.2245 17.5481 9.35658C17.5481 8.48871 16.8446 7.78516 15.9767 7.78516C15.1088 7.78516 14.4053 8.48871 14.4053 9.35658C14.4053 10.2245 15.1088 10.928 15.9767 10.928Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.834 23.5C6.76827 23.5 1.83398 18.5657 1.83398 12.5C1.83398 6.43429 6.76827 1.5 12.834 1.5C18.8997 1.5 23.834 6.43429 23.834 12.5C23.834 18.5657 18.8997 23.5 12.834 23.5ZM12.834 3.5C7.63256 3.5 3.83398 7.29857 3.83398 12.5C3.83398 17.7014 7.63256 21.5 12.834 21.5C18.0354 21.5 21.834 17.7014 21.834 12.5C21.834 7.29857 18.0354 3.5 12.834 3.5Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t\t<mask\n\t\t\t\tid=\"path-5-outside-1_238_184265\"\n\t\t\t\tmaskUnits=\"userSpaceOnUse\"\n\t\t\t\tx={6.61816}\n\t\t\t\ty={12.2822}\n\t\t\t\twidth={12}\n\t\t\t\theight={6}\n\t\t\t\tfill=\"black\"\n\t\t\t>\n\t\t\t\t<rect fill=\"white\" x={6.61816} y={12.2822} width={12} height={6} />\n\t\t\t\t<path d=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\" />\n\t\t\t</mask>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tfill=\"#1A872C\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.8341 18.0003C10.5084 18.0003 8.41836 16.5232 7.64836 14.3389C7.59367 14.1472 7.61377 13.9418 7.70459 13.7644C7.7954 13.5869 7.95018 13.4504 8.13767 13.3826C8.32515 13.3148 8.53139 13.3207 8.71473 13.399C8.89808 13.4773 9.04488 13.6223 9.1255 13.8046C9.3958 14.5724 9.89772 15.2373 10.562 15.7077C11.2263 16.178 12.0201 16.4306 12.8341 16.4306C13.648 16.4306 14.4419 16.178 15.1062 15.7077C15.7704 15.2373 16.2723 14.5724 16.5426 13.8046C16.6841 13.396 17.1398 13.176 17.5484 13.3332C17.9569 13.4746 18.1769 13.9303 18.0198 14.3389C17.641 15.4111 16.9386 16.3391 16.0097 16.995C15.0808 17.6509 13.9712 18.0022 12.8341 18.0003Z\"\n\t\t\t\tstroke=\"#1A872C\"\n\t\t\t\tstrokeWidth={0.5}\n\t\t\t\tmask=\"url(#path-5-outside-1_238_184265)\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitHappy;\n"],"names":["SvgFormkitHappy","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAkB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AAC1D,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,UAAA,EAAO,IAAI,QAAQ,IAAI,MAAM,GAAG,IAAI,MAAK,UAAA,CAAU;AAAA,QACpD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAD;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,IAAG;AAAA,YACH,WAAU;AAAA,YACV,GAAG;AAAA,YACH,GAAG;AAAA,YACH,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,MAAK;AAAA,YAEL,UAAA;AAAA,cAAA,gBAAAC,EAAC,QAAA,EAAK,MAAK,SAAQ,GAAG,SAAS,GAAG,SAAS,OAAO,IAAI,QAAQ,EAAA,CAAG;AAAA,cACjE,gBAAAA,EAAC,QAAA,EAAK,GAAE,wnBAAA,CAAwnB;AAAA,YAAA;AAAA,UAAA;AAAA,QAAA;AAAA,QAEjoB,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -1,7 +1,6 @@
1
1
  import { SVGProps } from 'react';
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
3
  size?: number | string;
4
- color?: string;
5
4
  }
6
- declare const SvgFormkitNeutral: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
5
+ declare const SvgFormkitNeutral: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
6
  export default SvgFormkitNeutral;
@@ -1,16 +1,11 @@
1
- import { jsxs as e, jsx as r } from "react/jsx-runtime";
2
- const c = ({
3
- size: t = 24,
4
- color: o = "currentColor",
5
- ...C
6
- }) => {
1
+ import { jsxs as o, jsx as t } from "react/jsx-runtime";
2
+ const e = ({ size: C = 24, ...r }) => {
7
3
  const l = {
8
- width: t,
9
- height: t,
10
- color: o,
11
- ...C
4
+ width: C,
5
+ height: C,
6
+ ...r
12
7
  };
13
- return /* @__PURE__ */ e(
8
+ return /* @__PURE__ */ o(
14
9
  "svg",
15
10
  {
16
11
  viewBox: "0 0 25 25",
@@ -18,29 +13,29 @@ const c = ({
18
13
  xmlns: "http://www.w3.org/2000/svg",
19
14
  ...l,
20
15
  children: [
21
- /* @__PURE__ */ r("circle", { cx: 12.5, cy: 12.5, r: 11, fill: "currentColor" }),
22
- /* @__PURE__ */ r(
16
+ /* @__PURE__ */ t("circle", { cx: 12.5, cy: 12.5, r: 11, fill: "#FFF7E5" }),
17
+ /* @__PURE__ */ t(
23
18
  "path",
24
19
  {
25
20
  d: "M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z",
26
- fill: "currentColor"
21
+ fill: "#FEC02D"
27
22
  }
28
23
  ),
29
- /* @__PURE__ */ r(
24
+ /* @__PURE__ */ t(
30
25
  "path",
31
26
  {
32
27
  d: "M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z",
33
- fill: "currentColor"
28
+ fill: "#FEC02D"
34
29
  }
35
30
  ),
36
- /* @__PURE__ */ r(
31
+ /* @__PURE__ */ t(
37
32
  "path",
38
33
  {
39
34
  d: "M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z",
40
- fill: "currentColor"
35
+ fill: "#FEC02D"
41
36
  }
42
37
  ),
43
- /* @__PURE__ */ r(
38
+ /* @__PURE__ */ t(
44
39
  "path",
45
40
  {
46
41
  d: "M7.5 15H17.5",
@@ -54,6 +49,6 @@ const c = ({
54
49
  );
55
50
  };
56
51
  export {
57
- c as default
52
+ e as default
58
53
  };
59
54
  //# sourceMappingURL=FormkitNeutral.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"FormkitNeutral.js","sources":["../../../../../src/icons/Media/Visual/FormkitNeutral.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgFormkitNeutral = ({\n\tsize = 24,\n\tcolor = 'currentColor',\n\t...rest\n}: Props) => {\n\tconst props = {\n\t\twidth: size,\n\t\theight: size,\n\t\tcolor,\n\t\t...rest,\n\t};\n\treturn (\n\t\t<svg\n\t\t\tviewBox=\"0 0 25 25\"\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<circle cx={12.5} cy={12.5} r={11} fill=\"currentColor\" />\n\t\t\t<path\n\t\t\t\td=\"M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.5 15H17.5\"\n\t\t\t\tstroke=\"#FEC02D\"\n\t\t\t\tstrokeWidth={2}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitNeutral;\n"],"names":["SvgFormkitNeutral","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAoB,CAAC;AAAA,EAC1B,MAAAC,IAAO;AAAA,EACP,OAAAC,IAAQ;AAAA,EACR,GAAGC;AACJ,MAAa;AACZ,QAAMC,IAAQ;AAAA,IACb,OAAOH;AAAA,IACP,QAAQA;AAAA,IACR,OAAAC;AAAA,IACA,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,UAAA,EAAO,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,MAAK,eAAA,CAAe;AAAA,QACvD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,eAAc;AAAA,UAAA;AAAA,QAAA;AAAA,MACf;AAAA,IAAA;AAAA,EAAA;AAGH;"}
1
+ {"version":3,"file":"FormkitNeutral.js","sources":["../../../../../src/icons/Media/Visual/FormkitNeutral.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n}\nconst SvgFormkitNeutral = ({ 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 25 25\"\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<circle cx={12.5} cy={12.5} r={11} fill=\"#FFF7E5\" />\n\t\t\t<path\n\t\t\t\td=\"M9.35658 10.9285C10.2245 10.9285 10.928 10.2249 10.928 9.35707C10.928 8.4892 10.2245 7.78564 9.35658 7.78564C8.48871 7.78564 7.78516 8.4892 7.78516 9.35707C7.78516 10.2249 8.48871 10.9285 9.35658 10.9285Z\"\n\t\t\t\tfill=\"#FEC02D\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M15.6427 10.9285C16.5106 10.9285 17.2141 10.2249 17.2141 9.35707C17.2141 8.4892 16.5106 7.78564 15.6427 7.78564C14.7748 7.78564 14.0713 8.4892 14.0713 9.35707C14.0713 10.2249 14.7748 10.9285 15.6427 10.9285Z\"\n\t\t\t\tfill=\"#FEC02D\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M12.5 23.5C6.43429 23.5 1.5 18.5657 1.5 12.5C1.5 6.43429 6.43429 1.5 12.5 1.5C18.5657 1.5 23.5 6.43429 23.5 12.5C23.5 18.5657 18.5657 23.5 12.5 23.5ZM12.5 3.5C7.29857 3.5 3.5 7.29857 3.5 12.5C3.5 17.7014 7.29857 21.5 12.5 21.5C17.7014 21.5 21.5 17.7014 21.5 12.5C21.5 7.29857 17.7014 3.5 12.5 3.5Z\"\n\t\t\t\tfill=\"#FEC02D\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M7.5 15H17.5\"\n\t\t\t\tstroke=\"#FEC02D\"\n\t\t\t\tstrokeWidth={2}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgFormkitNeutral;\n"],"names":["SvgFormkitNeutral","size","rest","props","jsxs","jsx"],"mappings":";AAKA,MAAMA,IAAoB,CAAC,EAAE,MAAAC,IAAO,IAAI,GAAGC,QAAkB;AAC5D,QAAMC,IAAQ;AAAA,IACb,OAAOF;AAAA,IACP,QAAQA;AAAA,IACR,GAAGC;AAAA,EAAA;AAEJ,SACC,gBAAAE;AAAA,IAAC;AAAA,IAAA;AAAA,MACA,SAAQ;AAAA,MACR,MAAK;AAAA,MACL,OAAM;AAAA,MACL,GAAGD;AAAA,MAEJ,UAAA;AAAA,QAAA,gBAAAE,EAAC,UAAA,EAAO,IAAI,MAAM,IAAI,MAAM,GAAG,IAAI,MAAK,UAAA,CAAU;AAAA,QAClD,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,QAEN,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,eAAc;AAAA,UAAA;AAAA,QAAA;AAAA,MACf;AAAA,IAAA;AAAA,EAAA;AAGH;"}
@@ -1,7 +1,6 @@
1
1
  import { SVGProps } from 'react';
2
2
  interface Props extends SVGProps<SVGSVGElement> {
3
3
  size?: number | string;
4
- color?: string;
5
4
  }
6
- declare const SvgFormkitSad: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
5
+ declare const SvgFormkitSad: ({ size, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
7
6
  export default SvgFormkitSad;