@bikdotai/bik-component-library 0.0.823 → 0.0.824
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/adbanner/AdBanner.js.map +1 -0
- package/dist/cjs/components/{banner → adbanner}/Banner.styled.js +13 -9
- package/dist/cjs/components/adbanner/Banner.styled.js.map +1 -0
- package/dist/cjs/components/adbanner/BannerInline.js.map +1 -0
- package/dist/cjs/components/adbanner/BannerWithImage.js.map +1 -0
- package/dist/cjs/components/adbanner/CardBanner.js.map +1 -0
- package/dist/cjs/components/adbanner/CardBannerWithImage.js.map +1 -0
- package/dist/cjs/components/adbanner/model.js.map +1 -0
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.js +1 -1
- package/dist/cjs/components/agent-builder/components/CreateSubAgentPanel.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/utils/mentionSerialization.js +2 -2
- package/dist/cjs/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/cjs/editor/BikEditor.js +1 -1
- package/dist/cjs/editor/BikEditor.js.map +1 -1
- package/dist/cjs/editor/BikEditor.styles.js +143 -5
- package/dist/cjs/editor/BikEditor.styles.js.map +1 -1
- package/dist/cjs/editor/BikEditor.types.js.map +1 -1
- package/dist/cjs/editor/BikEditor.utils.js +3 -2
- package/dist/cjs/editor/BikEditor.utils.js.map +1 -1
- package/dist/cjs/editor/extensions/buildExtensions.js +3 -1
- package/dist/cjs/editor/extensions/buildExtensions.js.map +1 -1
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js +4 -0
- package/dist/cjs/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -0
- package/dist/cjs/editor/extensions/jsonHighlight/tokenizeJson.js +2 -0
- package/dist/cjs/editor/extensions/jsonHighlight/tokenizeJson.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/ProductTour.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/ProductTour.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/RestApi.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/RestApi.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/Save.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/Save.js.map +1 -0
- package/dist/cjs/icons/Actions/Common actions/Shortcut.js +2 -0
- package/dist/cjs/icons/Actions/Common actions/Shortcut.js.map +1 -0
- package/dist/cjs/icons/BIK AI specific/WandSparkles.js +2 -0
- package/dist/cjs/icons/BIK AI specific/WandSparkles.js.map +1 -0
- package/dist/cjs/icons/BIK AI specific/Webhook.js +2 -0
- package/dist/cjs/icons/BIK AI specific/Webhook.js.map +1 -0
- package/dist/cjs/icons/Informational/Store related/TicketForm.js +2 -0
- package/dist/cjs/icons/Informational/Store related/TicketForm.js.map +1 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js +2 -0
- package/dist/cjs/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js.map +1 -0
- package/dist/cjs/icons/index.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/adbanner/AdBanner.js.map +1 -0
- package/dist/esm/components/{banner → adbanner}/Banner.styled.js +18 -14
- package/dist/esm/components/adbanner/Banner.styled.js.map +1 -0
- package/dist/esm/components/adbanner/BannerInline.js.map +1 -0
- package/dist/esm/components/adbanner/BannerWithImage.js.map +1 -0
- package/dist/esm/components/adbanner/CardBanner.js.map +1 -0
- package/dist/esm/components/adbanner/CardBannerWithImage.js.map +1 -0
- package/dist/esm/components/adbanner/model.js.map +1 -0
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js +24 -24
- package/dist/esm/components/agent-builder/components/CreateSubAgentPanel.js.map +1 -1
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js +98 -101
- package/dist/esm/components/agent-builder/context/AgentBuilderContext.js.map +1 -1
- package/dist/esm/components/agent-builder/utils/mentionSerialization.d.ts +5 -7
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js +40 -37
- package/dist/esm/components/agent-builder/utils/mentionSerialization.js.map +1 -1
- package/dist/esm/editor/BikEditor.js +247 -181
- package/dist/esm/editor/BikEditor.js.map +1 -1
- package/dist/esm/editor/BikEditor.styles.d.ts +9 -0
- package/dist/esm/editor/BikEditor.styles.js +147 -7
- package/dist/esm/editor/BikEditor.styles.js.map +1 -1
- package/dist/esm/editor/BikEditor.types.d.ts +76 -0
- package/dist/esm/editor/BikEditor.types.js.map +1 -1
- package/dist/esm/editor/BikEditor.utils.d.ts +15 -1
- package/dist/esm/editor/BikEditor.utils.js +155 -92
- package/dist/esm/editor/BikEditor.utils.js.map +1 -1
- package/dist/esm/editor/extensions/buildExtensions.d.ts +1 -1
- package/dist/esm/editor/extensions/buildExtensions.js +86 -55
- package/dist/esm/editor/extensions/buildExtensions.js.map +1 -1
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.d.ts +14 -0
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js +132 -0
- package/dist/esm/editor/extensions/jsonHighlight/JsonHighlightExtension.js.map +1 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.d.ts +18 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.js +21 -0
- package/dist/esm/editor/extensions/jsonHighlight/tokenizeJson.js.map +1 -0
- package/dist/esm/editor/index.d.ts +1 -1
- package/dist/esm/icons/Actions/Common actions/ProductTour.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/ProductTour.js +51 -0
- package/dist/esm/icons/Actions/Common actions/ProductTour.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.js +29 -0
- package/dist/esm/icons/Actions/Common actions/RestApi.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/Save.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Save.js +40 -0
- package/dist/esm/icons/Actions/Common actions/Save.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.d.ts +7 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.js +40 -0
- package/dist/esm/icons/Actions/Common actions/Shortcut.js.map +1 -0
- package/dist/esm/icons/Actions/Common actions/index.d.ts +4 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.js +39 -0
- package/dist/esm/icons/BIK AI specific/WandSparkles.js.map +1 -0
- package/dist/esm/icons/BIK AI specific/Webhook.d.ts +7 -0
- package/dist/esm/icons/BIK AI specific/Webhook.js +32 -0
- package/dist/esm/icons/BIK AI specific/Webhook.js.map +1 -0
- package/dist/esm/icons/BIK AI specific/index.d.ts +2 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.d.ts +7 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.js +65 -0
- package/dist/esm/icons/Informational/Store related/TicketForm.js.map +1 -0
- package/dist/esm/icons/Informational/Store related/index.d.ts +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.d.ts +7 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js +35 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/LoudSpeaker.js.map +1 -0
- package/dist/esm/icons/Legacy - Bikayi specific/Services/index.d.ts +1 -0
- package/dist/esm/icons/index.d.ts +4 -4
- package/dist/esm/icons/index.js +284 -268
- package/dist/esm/icons/index.js.map +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/package.json +1 -1
- package/dist/cjs/components/banner/AdBanner.js.map +0 -1
- package/dist/cjs/components/banner/Banner.styled.js.map +0 -1
- package/dist/cjs/components/banner/BannerInline.js.map +0 -1
- package/dist/cjs/components/banner/BannerWithImage.js.map +0 -1
- package/dist/cjs/components/banner/CardBanner.js.map +0 -1
- package/dist/cjs/components/banner/CardBannerWithImage.js.map +0 -1
- package/dist/cjs/components/banner/model.js.map +0 -1
- package/dist/esm/components/banner/AdBanner.js.map +0 -1
- package/dist/esm/components/banner/Banner.stories.d.ts +0 -39
- package/dist/esm/components/banner/Banner.styled.js.map +0 -1
- package/dist/esm/components/banner/BannerInline.js.map +0 -1
- package/dist/esm/components/banner/BannerWithImage.js.map +0 -1
- package/dist/esm/components/banner/CardBanner.js.map +0 -1
- package/dist/esm/components/banner/CardBannerWithImage.js.map +0 -1
- package/dist/esm/components/banner/model.js.map +0 -1
- /package/dist/cjs/components/{banner → adbanner}/AdBanner.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/BannerInline.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/BannerWithImage.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/CardBanner.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/CardBannerWithImage.js +0 -0
- /package/dist/cjs/components/{banner → adbanner}/model.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/AdBanner.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/AdBanner.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/Banner.styled.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerInline.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerInline.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerWithImage.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/BannerWithImage.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBanner.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBanner.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBannerWithImage.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/CardBannerWithImage.js +0 -0
- /package/dist/esm/components/{banner → adbanner}/index.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/model.d.ts +0 -0
- /package/dist/esm/components/{banner → adbanner}/model.js +0 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Minimal, dependency-free JSON tokenizer used for syntax highlighting.
|
|
3
|
+
*
|
|
4
|
+
* It is a LEXER, not a parser — it never rejects input. Given any string it
|
|
5
|
+
* returns the ranges it recognises as JSON tokens and leaves everything else
|
|
6
|
+
* (whitespace, malformed fragments) undecorated. This is exactly what a code
|
|
7
|
+
* editor wants: highlight the valid-looking parts even while the user is still
|
|
8
|
+
* typing invalid JSON.
|
|
9
|
+
*
|
|
10
|
+
* Offsets are 0-based indexes into `text`; `end` is exclusive.
|
|
11
|
+
*/
|
|
12
|
+
export type JsonTokenType = 'key' | 'string' | 'number' | 'boolean' | 'null' | 'punctuation';
|
|
13
|
+
export interface JsonToken {
|
|
14
|
+
start: number;
|
|
15
|
+
end: number;
|
|
16
|
+
type: JsonTokenType;
|
|
17
|
+
}
|
|
18
|
+
export declare function tokenizeJson(text: string): JsonToken[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const u = /("(?:\\.|[^"\\])*")|(-?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?)|\b(true|false)\b|\bnull\b|([{}[\],:])/g;
|
|
2
|
+
function a(l, t) {
|
|
3
|
+
let e = t;
|
|
4
|
+
for (; /\s/.test(l.charAt(e)); ) e++;
|
|
5
|
+
return l.charAt(e) === ":";
|
|
6
|
+
}
|
|
7
|
+
function f(l) {
|
|
8
|
+
const t = [];
|
|
9
|
+
u.lastIndex = 0;
|
|
10
|
+
let e;
|
|
11
|
+
for (; (e = u.exec(l)) !== null; ) {
|
|
12
|
+
const [o, c, r, d] = e, s = e.index, i = s + o.length;
|
|
13
|
+
let n;
|
|
14
|
+
c !== void 0 ? n = a(l, i) ? "key" : "string" : r !== void 0 ? n = "number" : d !== void 0 ? n = "boolean" : o === "null" ? n = "null" : n = "punctuation", t.push({ start: s, end: i, type: n });
|
|
15
|
+
}
|
|
16
|
+
return t;
|
|
17
|
+
}
|
|
18
|
+
export {
|
|
19
|
+
f as tokenizeJson
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=tokenizeJson.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenizeJson.js","sources":["../../../../../src/editor/extensions/jsonHighlight/tokenizeJson.ts"],"sourcesContent":["/**\n * Minimal, dependency-free JSON tokenizer used for syntax highlighting.\n *\n * It is a LEXER, not a parser — it never rejects input. Given any string it\n * returns the ranges it recognises as JSON tokens and leaves everything else\n * (whitespace, malformed fragments) undecorated. This is exactly what a code\n * editor wants: highlight the valid-looking parts even while the user is still\n * typing invalid JSON.\n *\n * Offsets are 0-based indexes into `text`; `end` is exclusive.\n */\nexport type JsonTokenType =\n\t| 'key'\n\t| 'string'\n\t| 'number'\n\t| 'boolean'\n\t| 'null'\n\t| 'punctuation';\n\nexport interface JsonToken {\n\tstart: number;\n\tend: number;\n\ttype: JsonTokenType;\n}\n\n// One regex, alternation ordered so strings are matched before anything else.\n// Group 1 = string body (kept so we can peek past it for the `:` that marks a key).\nconst TOKEN_RE =\n\t/(\"(?:\\\\.|[^\"\\\\])*\")|(-?\\d+(?:\\.\\d+)?(?:[eE][+-]?\\d+)?)|\\b(true|false)\\b|\\bnull\\b|([{}[\\],:])/g;\n\n/** Returns true if the next non-whitespace char after `index` is a colon. */\nfunction isFollowedByColon(text: string, index: number): boolean {\n\tlet i = index;\n\t// charAt returns '' past the end, so the loop terminates without bounds checks.\n\twhile (/\\s/.test(text.charAt(i))) i++;\n\treturn text.charAt(i) === ':';\n}\n\nexport function tokenizeJson(text: string): JsonToken[] {\n\tconst tokens: JsonToken[] = [];\n\tTOKEN_RE.lastIndex = 0;\n\tlet match: RegExpExecArray | null;\n\twhile ((match = TOKEN_RE.exec(text)) !== null) {\n\t\tconst [full, str, num, bool] = match;\n\t\tconst start = match.index;\n\t\tconst end = start + full.length;\n\t\tlet type: JsonTokenType;\n\t\tif (str !== undefined) {\n\t\t\t// A string is a KEY when the next meaningful char is `:` (object member).\n\t\t\ttype = isFollowedByColon(text, end) ? 'key' : 'string';\n\t\t} else if (num !== undefined) {\n\t\t\ttype = 'number';\n\t\t} else if (bool !== undefined) {\n\t\t\ttype = 'boolean';\n\t\t} else if (full === 'null') {\n\t\t\ttype = 'null';\n\t\t} else {\n\t\t\ttype = 'punctuation';\n\t\t}\n\t\ttokens.push({ start, end, type });\n\t}\n\treturn tokens;\n}\n"],"names":["TOKEN_RE","isFollowedByColon","text","index","i","tokenizeJson","tokens","match","full","str","num","bool","start","end","type"],"mappings":"AA2BA,MAAMA,IACL;AAGD,SAASC,EAAkBC,GAAcC,GAAwB;AAChE,MAAIC,IAAID;AAER,SAAO,KAAK,KAAKD,EAAK,OAAOE,CAAC,CAAC,IAAG,CAAAA;AAClC,SAAOF,EAAK,OAAOE,CAAC,MAAM;AAC3B;AAEO,SAASC,EAAaH,GAA2B;AACvD,QAAMI,IAAsB,CAAA;AAC5B,EAAAN,EAAS,YAAY;AACrB,MAAIO;AACJ,UAAQA,IAAQP,EAAS,KAAKE,CAAI,OAAO,QAAM;AAC9C,UAAM,CAACM,GAAMC,GAAKC,GAAKC,CAAI,IAAIJ,GACzBK,IAAQL,EAAM,OACdM,IAAMD,IAAQJ,EAAK;AACzB,QAAIM;AACJ,IAAIL,MAAQ,SAEXK,IAAOb,EAAkBC,GAAMW,CAAG,IAAI,QAAQ,WACpCH,MAAQ,SAClBI,IAAO,WACGH,MAAS,SACnBG,IAAO,YACGN,MAAS,SACnBM,IAAO,SAEPA,IAAO,eAERR,EAAO,KAAK,EAAE,OAAAM,GAAO,KAAAC,GAAK,MAAAC,GAAM;AAAA,EACjC;AACA,SAAOR;AACR;"}
|
|
@@ -3,5 +3,5 @@ export { BikEditorToolbar } from './toolbar/BikEditorToolbar';
|
|
|
3
3
|
export { getBodyHtml, getSectionsHtml } from './BikEditor.utils';
|
|
4
4
|
export { toWhatsAppText } from './serializers/toWhatsAppText';
|
|
5
5
|
export { toLiveChatText } from './serializers/toLiveChatText';
|
|
6
|
-
export type { BikEditorProps, BikEditorRef, EditorSnapshot as BikEditorContent, EditorFeatures, EditorSection, MentionConfig, MentionDropdownRenderProps, SlashCommandConfig, SlashCommandDropdownRenderProps, LinkConfig, KeyboardShortcut, PasteData, MentionItem, SlashCommandItem, LinkTooltipProps, FormatState as ActiveFormats, EditorActions, } from './BikEditor.types';
|
|
6
|
+
export type { BikEditorProps, BikEditorRef, EditorSnapshot as BikEditorContent, EditorFeatures, EditorSection, MentionConfig, MentionDropdownRenderProps, SlashCommandConfig, SlashCommandDropdownRenderProps, LinkConfig, KeyboardShortcut, PasteData, MentionItem, SlashCommandItem, LinkTooltipProps, JsonBodyApi, JsonParseResult, FormatState as ActiveFormats, EditorActions, } from './BikEditor.types';
|
|
7
7
|
export { DEFAULT_FORMAT_STATE as DEFAULT_ACTIVE_FORMATS } from './BikEditor.types';
|
|
@@ -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 SvgProductTour: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgProductTour;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const d = ({
|
|
3
|
+
size: r = 24,
|
|
4
|
+
color: o = "currentColor",
|
|
5
|
+
...l
|
|
6
|
+
}) => {
|
|
7
|
+
const t = {
|
|
8
|
+
width: r,
|
|
9
|
+
height: r,
|
|
10
|
+
color: o,
|
|
11
|
+
...l
|
|
12
|
+
};
|
|
13
|
+
return /* @__PURE__ */ e(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...t,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ C(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M22 20C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H22Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ C(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M13.4697 5.46973C13.7626 5.17684 14.2374 5.17684 14.5303 5.46973C14.8232 5.76262 14.8232 6.23738 14.5303 6.53027L11.8633 9.19727C11.5704 9.48983 11.0955 9.49004 10.8027 9.19727L9.46973 7.86328C9.177 7.57037 9.17689 7.09557 9.46973 6.80273C9.76258 6.51007 10.2374 6.51006 10.5303 6.80273L11.333 7.60547L13.4697 5.46973Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ C(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M12 1C14.953 1 17.373 3.17087 17.8945 6H19C20.4784 6 22 7.03126 22 8.66699V15.333C22 16.9687 20.4784 18 19 18H5C3.52161 18 2 16.9687 2 15.333V8.66699C2 7.03126 3.52161 6 5 6H6C6.03527 6 6.07017 6.00132 6.10449 6.00488C6.62417 3.17336 9.04531 1 12 1ZM6 8H5C4.26926 8 4 8.46177 4 8.66699V15.333C4 15.5382 4.26926 16 5 16H19C19.7307 16 20 15.5382 20 15.333V8.66699C20 8.46177 19.7307 8 19 8H17.9414C17.6538 10.1053 16.3225 11.8773 14.4844 12.7344C14.4676 12.7529 14.4492 12.7742 14.4287 12.7969C14.3191 12.918 14.1734 13.0804 14.0127 13.2588C13.6911 13.6156 13.3122 14.0366 13.0527 14.3252C12.4798 14.9624 11.4782 14.9378 10.9346 14.2832L9.72754 12.8281C7.77915 12.0113 6.35629 10.1834 6.05859 7.99707C6.03918 7.99819 6.01969 8 6 8ZM12 3C9.81732 3 8.00015 4.82793 8 7.14258C8 8.8488 8.99284 10.299 10.3906 10.9365L10.6748 11.0537L10.9297 11.1455L11.1025 11.3545L12.0303 12.4717C12.531 11.9152 13.1114 11.2712 13.1709 11.21L13.3125 11.0635L13.501 10.9844C14.956 10.3736 16 8.89206 16 7.14258C15.9999 4.82793 14.1827 3 12 3Z",
|
|
41
|
+
fill: "currentColor"
|
|
42
|
+
}
|
|
43
|
+
)
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
);
|
|
47
|
+
};
|
|
48
|
+
export {
|
|
49
|
+
d as default
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=ProductTour.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProductTour.js","sources":["../../../../../src/icons/Actions/Common actions/ProductTour.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgProductTour = ({\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 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 20C22.5523 20 23 20.4477 23 21C23 21.5523 22.5523 22 22 22H2C1.44772 22 1 21.5523 1 21C1 20.4477 1.44772 20 2 20H22Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M13.4697 5.46973C13.7626 5.17684 14.2374 5.17684 14.5303 5.46973C14.8232 5.76262 14.8232 6.23738 14.5303 6.53027L11.8633 9.19727C11.5704 9.48983 11.0955 9.49004 10.8027 9.19727L9.46973 7.86328C9.177 7.57037 9.17689 7.09557 9.46973 6.80273C9.76258 6.51007 10.2374 6.51006 10.5303 6.80273L11.333 7.60547L13.4697 5.46973Z\"\n\t\t\t\tfill=\"currentColor\"\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=\"M12 1C14.953 1 17.373 3.17087 17.8945 6H19C20.4784 6 22 7.03126 22 8.66699V15.333C22 16.9687 20.4784 18 19 18H5C3.52161 18 2 16.9687 2 15.333V8.66699C2 7.03126 3.52161 6 5 6H6C6.03527 6 6.07017 6.00132 6.10449 6.00488C6.62417 3.17336 9.04531 1 12 1ZM6 8H5C4.26926 8 4 8.46177 4 8.66699V15.333C4 15.5382 4.26926 16 5 16H19C19.7307 16 20 15.5382 20 15.333V8.66699C20 8.46177 19.7307 8 19 8H17.9414C17.6538 10.1053 16.3225 11.8773 14.4844 12.7344C14.4676 12.7529 14.4492 12.7742 14.4287 12.7969C14.3191 12.918 14.1734 13.0804 14.0127 13.2588C13.6911 13.6156 13.3122 14.0366 13.0527 14.3252C12.4798 14.9624 11.4782 14.9378 10.9346 14.2832L9.72754 12.8281C7.77915 12.0113 6.35629 10.1834 6.05859 7.99707C6.03918 7.99819 6.01969 8 6 8ZM12 3C9.81732 3 8.00015 4.82793 8 7.14258C8 8.8488 8.99284 10.299 10.3906 10.9365L10.6748 11.0537L10.9297 11.1455L11.1025 11.3545L12.0303 12.4717C12.531 11.9152 13.1114 11.2712 13.1709 11.21L13.3125 11.0635L13.501 10.9844C14.956 10.3736 16 8.89206 16 7.14258C15.9999 4.82793 14.1827 3 12 3Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgProductTour;\n"],"names":["SvgProductTour","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAiB,CAAC;AAAA,EACvB,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;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,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -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 SvgRestApi: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgRestApi;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const n = ({ size: C = 24, color: t = "currentColor", ...o }) => {
|
|
3
|
+
const e = {
|
|
4
|
+
width: C,
|
|
5
|
+
height: C,
|
|
6
|
+
color: t,
|
|
7
|
+
...o
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ r(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
...e,
|
|
16
|
+
children: /* @__PURE__ */ r(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M21 17.0003C21 16.2047 20.6837 15.4409 20.1211 14.8783C19.5585 14.3159 18.7955 14.0003 18 14.0003C16.8352 14.0003 15.0663 13.6977 14.253 12.2093H14.252L11.1221 6.47983C10.8574 5.99517 11.0359 5.38719 11.5205 5.12241C12.0052 4.85765 12.6132 5.03616 12.878 5.52084L16.0078 11.2503C16.2546 11.7019 16.9648 12.0003 18 12.0003C19.326 12.0003 20.5975 12.5267 21.5352 13.4642C22.4729 14.4019 23 15.6743 23 17.0003C22.9999 18.3263 22.4728 19.5979 21.5352 20.5355C20.5975 21.4731 19.326 22.0003 18 22.0003C17.4478 22.0003 17.0002 21.5525 17 21.0003C17 20.4481 17.4477 20.0003 18 20.0003C18.7956 20.0003 19.5585 19.6839 20.1211 19.1214C20.6837 18.5589 20.9999 17.7959 21 17.0003ZM1.71878 14.4749C2.00866 14.005 2.62472 13.859 3.09476 14.1488C3.56485 14.4387 3.71082 15.0547 3.42093 15.5248C3.15352 15.9584 3.00898 16.4768 3.00003 17.0062C3.00168 17.673 3.2252 18.3205 3.63577 18.846C4.04767 19.3732 4.62438 19.7475 5.27347 19.9095C5.92255 20.0715 6.60745 20.0123 7.21878 19.7406C7.83011 19.4688 8.33285 18.9999 8.64749 18.4095C8.64975 18.4053 8.65201 18.401 8.65433 18.3968C9.21258 17.3856 10.3185 15.98 12.0098 15.9798H18C18.5522 15.9798 18.9999 16.4276 19 16.9798C19 17.5321 18.5523 17.9798 18 17.9798H12.0098C11.5013 17.98 10.9069 18.455 10.4053 19.3636L10.4043 19.3626C9.87953 20.3404 9.04557 21.1168 8.03128 21.5677C7.01239 22.0206 5.87089 22.12 4.78909 21.8499C3.70726 21.5798 2.7461 20.9561 2.0596 20.0775C1.3731 19.1988 1.00038 18.1154 1.00003 17.0003C1.00003 16.9955 0.999962 16.9906 1.00003 16.9857C1.01244 16.1179 1.24757 15.2391 1.71878 14.4749ZM11.3575 1.04331C12.0191 0.954644 12.6919 0.999662 13.336 1.17514C13.9802 1.3507 14.5832 1.65358 15.1084 2.06577C15.6337 2.47794 16.0709 2.9916 16.3946 3.57553C16.6621 4.05853 16.4879 4.66718 16.0049 4.93491C15.522 5.20255 14.9134 5.028 14.6455 4.54526C14.4513 4.19494 14.1891 3.8863 13.8741 3.63901C13.5589 3.39172 13.197 3.21017 12.8106 3.10483C12.4241 2.99949 12.0201 2.97252 11.6231 3.02573C11.2262 3.07891 10.8441 3.21119 10.4991 3.4144C10.1539 3.61778 9.85224 3.88874 9.61331 4.2103C9.37448 4.53179 9.20256 4.8984 9.10745 5.28745C9.01242 5.67646 8.99599 6.08055 9.0596 6.47592C9.12264 6.86772 9.26263 7.24321 9.47171 7.58041C9.81393 8.10643 10.1323 8.75044 10.2813 9.44077C10.4318 10.1388 10.4188 10.9429 10.0088 11.6956L6.87894 17.4759C6.61595 17.9616 6.00912 18.1422 5.52347 17.8792C5.03808 17.6162 4.8582 17.0093 5.12112 16.5238L8.25101 10.7435L8.25296 10.7406C8.37091 10.5246 8.40769 10.2406 8.3262 9.86264C8.24328 9.47833 8.04819 9.05914 7.79202 8.66635C7.78858 8.66107 7.7856 8.6551 7.78226 8.64975C7.42837 8.0837 7.19103 7.45241 7.08499 6.79331C6.97899 6.13419 7.00654 5.46035 7.16507 4.81186C7.32364 4.16337 7.60968 3.5528 8.00784 3.01694C8.40606 2.48101 8.9082 2.0307 9.48343 1.69174C10.0586 1.35282 10.6957 1.13198 11.3575 1.04331Z",
|
|
20
|
+
fill: "currentColor"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
export {
|
|
27
|
+
n as default
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=RestApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RestApi.js","sources":["../../../../../src/icons/Actions/Common actions/RestApi.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgRestApi = ({ 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=\"M21 17.0003C21 16.2047 20.6837 15.4409 20.1211 14.8783C19.5585 14.3159 18.7955 14.0003 18 14.0003C16.8352 14.0003 15.0663 13.6977 14.253 12.2093H14.252L11.1221 6.47983C10.8574 5.99517 11.0359 5.38719 11.5205 5.12241C12.0052 4.85765 12.6132 5.03616 12.878 5.52084L16.0078 11.2503C16.2546 11.7019 16.9648 12.0003 18 12.0003C19.326 12.0003 20.5975 12.5267 21.5352 13.4642C22.4729 14.4019 23 15.6743 23 17.0003C22.9999 18.3263 22.4728 19.5979 21.5352 20.5355C20.5975 21.4731 19.326 22.0003 18 22.0003C17.4478 22.0003 17.0002 21.5525 17 21.0003C17 20.4481 17.4477 20.0003 18 20.0003C18.7956 20.0003 19.5585 19.6839 20.1211 19.1214C20.6837 18.5589 20.9999 17.7959 21 17.0003ZM1.71878 14.4749C2.00866 14.005 2.62472 13.859 3.09476 14.1488C3.56485 14.4387 3.71082 15.0547 3.42093 15.5248C3.15352 15.9584 3.00898 16.4768 3.00003 17.0062C3.00168 17.673 3.2252 18.3205 3.63577 18.846C4.04767 19.3732 4.62438 19.7475 5.27347 19.9095C5.92255 20.0715 6.60745 20.0123 7.21878 19.7406C7.83011 19.4688 8.33285 18.9999 8.64749 18.4095C8.64975 18.4053 8.65201 18.401 8.65433 18.3968C9.21258 17.3856 10.3185 15.98 12.0098 15.9798H18C18.5522 15.9798 18.9999 16.4276 19 16.9798C19 17.5321 18.5523 17.9798 18 17.9798H12.0098C11.5013 17.98 10.9069 18.455 10.4053 19.3636L10.4043 19.3626C9.87953 20.3404 9.04557 21.1168 8.03128 21.5677C7.01239 22.0206 5.87089 22.12 4.78909 21.8499C3.70726 21.5798 2.7461 20.9561 2.0596 20.0775C1.3731 19.1988 1.00038 18.1154 1.00003 17.0003C1.00003 16.9955 0.999962 16.9906 1.00003 16.9857C1.01244 16.1179 1.24757 15.2391 1.71878 14.4749ZM11.3575 1.04331C12.0191 0.954644 12.6919 0.999662 13.336 1.17514C13.9802 1.3507 14.5832 1.65358 15.1084 2.06577C15.6337 2.47794 16.0709 2.9916 16.3946 3.57553C16.6621 4.05853 16.4879 4.66718 16.0049 4.93491C15.522 5.20255 14.9134 5.028 14.6455 4.54526C14.4513 4.19494 14.1891 3.8863 13.8741 3.63901C13.5589 3.39172 13.197 3.21017 12.8106 3.10483C12.4241 2.99949 12.0201 2.97252 11.6231 3.02573C11.2262 3.07891 10.8441 3.21119 10.4991 3.4144C10.1539 3.61778 9.85224 3.88874 9.61331 4.2103C9.37448 4.53179 9.20256 4.8984 9.10745 5.28745C9.01242 5.67646 8.99599 6.08055 9.0596 6.47592C9.12264 6.86772 9.26263 7.24321 9.47171 7.58041C9.81393 8.10643 10.1323 8.75044 10.2813 9.44077C10.4318 10.1388 10.4188 10.9429 10.0088 11.6956L6.87894 17.4759C6.61595 17.9616 6.00912 18.1422 5.52347 17.8792C5.03808 17.6162 4.8582 17.0093 5.12112 16.5238L8.25101 10.7435L8.25296 10.7406C8.37091 10.5246 8.40769 10.2406 8.3262 9.86264C8.24328 9.47833 8.04819 9.05914 7.79202 8.66635C7.78858 8.66107 7.7856 8.6551 7.78226 8.64975C7.42837 8.0837 7.19103 7.45241 7.08499 6.79331C6.97899 6.13419 7.00654 5.46035 7.16507 4.81186C7.32364 4.16337 7.60968 3.5528 8.00784 3.01694C8.40606 2.48101 8.9082 2.0307 9.48343 1.69174C10.0586 1.35282 10.6957 1.13198 11.3575 1.04331Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgRestApi;\n"],"names":["SvgRestApi","size","color","rest","props","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,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs as t, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const H = ({ size: C = 24, color: o = "currentColor", ...r }) => {
|
|
3
|
+
const e = {
|
|
4
|
+
width: C,
|
|
5
|
+
height: C,
|
|
6
|
+
color: o,
|
|
7
|
+
...r
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ t(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
...e,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ l(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M14.25 5.75C14.8023 5.75 15.25 6.19772 15.25 6.75C15.25 7.30228 14.8023 7.75 14.25 7.75H9C8.44772 7.75 8 7.30228 8 6.75C8 6.19772 8.44772 5.75 9 5.75H14.25Z",
|
|
21
|
+
fill: "currentColor"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ l(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M16.3633 2.75879C16.706 2.79301 17.0313 2.92737 17.2979 3.14551L17.4258 3.26172L20.7383 6.57422C21.0656 6.90206 21.2497 7.34627 21.25 7.80957V19.5C21.25 19.9641 21.0655 20.4091 20.7373 20.7373C20.4091 21.0655 19.9641 21.25 19.5 21.25H4.5C4.03587 21.25 3.59089 21.0655 3.2627 20.7373C2.93451 20.4091 2.75 19.9641 2.75 19.5V4.5C2.75 4.03587 2.93451 3.59088 3.2627 3.2627C3.59088 2.93451 4.03587 2.75 4.5 2.75H16.1904L16.3633 2.75879ZM4.75 19.25H6.5V14.25C6.5 13.7859 6.68451 13.3409 7.0127 13.0127C7.34089 12.6845 7.78587 12.5 8.25 12.5H15.75C16.2141 12.5 16.6591 12.6845 16.9873 13.0127C17.3155 13.3409 17.5 13.7859 17.5 14.25V19.25H19.25V7.91406L16.0859 4.75H4.75V19.25ZM8.5 19.25H15.5V14.5H8.5V19.25Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
H as default
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=Save.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Save.js","sources":["../../../../../src/icons/Actions/Common actions/Save.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgSave = ({ 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=\"M14.25 5.75C14.8023 5.75 15.25 6.19772 15.25 6.75C15.25 7.30228 14.8023 7.75 14.25 7.75H9C8.44772 7.75 8 7.30228 8 6.75C8 6.19772 8.44772 5.75 9 5.75H14.25Z\"\n\t\t\t\tfill=\"currentColor\"\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=\"M16.3633 2.75879C16.706 2.79301 17.0313 2.92737 17.2979 3.14551L17.4258 3.26172L20.7383 6.57422C21.0656 6.90206 21.2497 7.34627 21.25 7.80957V19.5C21.25 19.9641 21.0655 20.4091 20.7373 20.7373C20.4091 21.0655 19.9641 21.25 19.5 21.25H4.5C4.03587 21.25 3.59089 21.0655 3.2627 20.7373C2.93451 20.4091 2.75 19.9641 2.75 19.5V4.5C2.75 4.03587 2.93451 3.59088 3.2627 3.2627C3.59088 2.93451 4.03587 2.75 4.5 2.75H16.1904L16.3633 2.75879ZM4.75 19.25H6.5V14.25C6.5 13.7859 6.68451 13.3409 7.0127 13.0127C7.34089 12.6845 7.78587 12.5 8.25 12.5H15.75C16.2141 12.5 16.6591 12.6845 16.9873 13.0127C17.3155 13.3409 17.5 13.7859 17.5 14.25V19.25H19.25V7.91406L16.0859 4.75H4.75V19.25ZM8.5 19.25H15.5V14.5H8.5V19.25Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgSave;\n"],"names":["SvgSave","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAU,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AAC1E,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,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -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 SvgShortcut: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgShortcut;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { jsxs as t, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const n = ({ size: L = 24, color: o = "currentColor", ...r }) => {
|
|
3
|
+
const l = {
|
|
4
|
+
width: L,
|
|
5
|
+
height: L,
|
|
6
|
+
color: o,
|
|
7
|
+
...r
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ t(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
viewBox: "0 0 24 24",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
...l,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ C(
|
|
18
|
+
"path",
|
|
19
|
+
{
|
|
20
|
+
d: "M18.3242 13.5635C18.5955 13.083 19.2047 12.9129 19.6855 13.1836L21.0352 13.9434L21.0371 13.9443C21.2927 14.0892 21.511 14.2917 21.6748 14.5342L21.7422 14.6406L21.8018 14.752C21.9319 15.0138 21.9999 15.3032 22 15.5967C22 15.9326 21.9112 16.2635 21.7422 16.5537C21.5731 16.8439 21.3293 17.0844 21.0371 17.25L21.0361 17.249L13.3984 21.625C12.9731 21.8705 12.4911 22.001 12 22.001C11.5088 22.001 11.026 21.8716 10.6006 21.626L2.96387 17.249L2.96289 17.25C2.67067 17.0843 2.42694 16.8439 2.25781 16.5537C2.08876 16.2635 2 15.9326 2 15.5967C2.00015 15.261 2.08881 14.9307 2.25781 14.6406L2.3252 14.5342C2.48902 14.2916 2.70727 14.0892 2.96289 13.9443L2.96484 13.9434L4.31445 13.1836C4.79533 12.9129 5.40454 13.083 5.67578 13.5635C5.94679 14.0446 5.77685 14.6546 5.2959 14.9258L4.10254 15.5967L11.5977 19.8916L11.6006 19.8936C11.722 19.9637 11.8598 20.001 12 20.001C12.1402 20.001 12.278 19.9637 12.3994 19.8936L12.4023 19.8916L19.8965 15.5967L18.7041 14.9258C18.2232 14.6546 18.0532 14.0446 18.3242 13.5635Z",
|
|
21
|
+
fill: "currentColor"
|
|
22
|
+
}
|
|
23
|
+
),
|
|
24
|
+
/* @__PURE__ */ C(
|
|
25
|
+
"path",
|
|
26
|
+
{
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M12 1.99902C12.49 1.99902 12.9709 2.12866 13.3955 2.37305L13.3965 2.37207L21.041 6.75195C21.2955 6.89678 21.5116 7.09807 21.6748 7.33984L21.7422 7.44629L21.8018 7.55664C21.9321 7.81883 22 8.10841 22 8.40234C22 8.73815 21.9112 9.06821 21.7422 9.3584C21.5737 9.64752 21.3308 9.88617 21.04 10.0518L21.041 10.0527L13.3965 14.4326L13.3955 14.4316C12.9708 14.6761 12.49 14.8057 12 14.8057C11.5097 14.8057 11.0284 14.6763 10.6035 14.4316L2.95898 10.0527L2.95996 10.0518C2.66925 9.88617 2.42628 9.64751 2.25781 9.3584C2.08883 9.06821 2 8.73815 2 8.40234C2.00003 8.06652 2.08879 7.73647 2.25781 7.44629L2.3252 7.33984C2.4884 7.09807 2.7055 6.89679 2.95996 6.75195L10.6035 2.37207C11.0283 2.1274 11.5097 1.99903 12 1.99902ZM12 3.99902C11.8598 3.99903 11.722 4.03635 11.6006 4.10645L11.5977 4.10742L4.10059 8.40234L11.5977 12.6973L11.6006 12.6992C11.722 12.7693 11.8598 12.8057 12 12.8057C12.1402 12.8057 12.278 12.7693 12.3994 12.6992L12.4023 12.6973L19.8984 8.40234L12.4023 4.10742L12.3994 4.10645C12.278 4.03635 12.1402 3.99902 12 3.99902Z",
|
|
30
|
+
fill: "currentColor"
|
|
31
|
+
}
|
|
32
|
+
)
|
|
33
|
+
]
|
|
34
|
+
}
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
export {
|
|
38
|
+
n as default
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=Shortcut.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Shortcut.js","sources":["../../../../../src/icons/Actions/Common actions/Shortcut.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgShortcut = ({ 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=\"M18.3242 13.5635C18.5955 13.083 19.2047 12.9129 19.6855 13.1836L21.0352 13.9434L21.0371 13.9443C21.2927 14.0892 21.511 14.2917 21.6748 14.5342L21.7422 14.6406L21.8018 14.752C21.9319 15.0138 21.9999 15.3032 22 15.5967C22 15.9326 21.9112 16.2635 21.7422 16.5537C21.5731 16.8439 21.3293 17.0844 21.0371 17.25L21.0361 17.249L13.3984 21.625C12.9731 21.8705 12.4911 22.001 12 22.001C11.5088 22.001 11.026 21.8716 10.6006 21.626L2.96387 17.249L2.96289 17.25C2.67067 17.0843 2.42694 16.8439 2.25781 16.5537C2.08876 16.2635 2 15.9326 2 15.5967C2.00015 15.261 2.08881 14.9307 2.25781 14.6406L2.3252 14.5342C2.48902 14.2916 2.70727 14.0892 2.96289 13.9443L2.96484 13.9434L4.31445 13.1836C4.79533 12.9129 5.40454 13.083 5.67578 13.5635C5.94679 14.0446 5.77685 14.6546 5.2959 14.9258L4.10254 15.5967L11.5977 19.8916L11.6006 19.8936C11.722 19.9637 11.8598 20.001 12 20.001C12.1402 20.001 12.278 19.9637 12.3994 19.8936L12.4023 19.8916L19.8965 15.5967L18.7041 14.9258C18.2232 14.6546 18.0532 14.0446 18.3242 13.5635Z\"\n\t\t\t\tfill=\"currentColor\"\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=\"M12 1.99902C12.49 1.99902 12.9709 2.12866 13.3955 2.37305L13.3965 2.37207L21.041 6.75195C21.2955 6.89678 21.5116 7.09807 21.6748 7.33984L21.7422 7.44629L21.8018 7.55664C21.9321 7.81883 22 8.10841 22 8.40234C22 8.73815 21.9112 9.06821 21.7422 9.3584C21.5737 9.64752 21.3308 9.88617 21.04 10.0518L21.041 10.0527L13.3965 14.4326L13.3955 14.4316C12.9708 14.6761 12.49 14.8057 12 14.8057C11.5097 14.8057 11.0284 14.6763 10.6035 14.4316L2.95898 10.0527L2.95996 10.0518C2.66925 9.88617 2.42628 9.64751 2.25781 9.3584C2.08883 9.06821 2 8.73815 2 8.40234C2.00003 8.06652 2.08879 7.73647 2.25781 7.44629L2.3252 7.33984C2.4884 7.09807 2.7055 6.89679 2.95996 6.75195L10.6035 2.37207C11.0283 2.1274 11.5097 1.99903 12 1.99902ZM12 3.99902C11.8598 3.99903 11.722 4.03635 11.6006 4.10645L11.5977 4.10742L4.10059 8.40234L11.5977 12.6973L11.6006 12.6992C11.722 12.7693 11.8598 12.8057 12 12.8057C12.1402 12.8057 12.278 12.7693 12.3994 12.6992L12.4023 12.6973L19.8984 8.40234L12.4023 4.10742L12.3994 4.10645C12.278 4.03635 12.1402 3.99902 12 3.99902Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgShortcut;\n"],"names":["SvgShortcut","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAc,CAAC,EAAE,MAAAC,IAAO,IAAI,OAAAC,IAAQ,gBAAgB,GAAGC,QAAkB;AAC9E,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,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -9,5 +9,9 @@ export { default as Fullscreen } from './Fullscreen';
|
|
|
9
9
|
export { default as LinkSimpleHorizontal } from './LinkSimpleHorizontal';
|
|
10
10
|
export { default as Minus } from './Minus';
|
|
11
11
|
export { default as Plus } from './Plus';
|
|
12
|
+
export { default as ProductTour } from './ProductTour';
|
|
13
|
+
export { default as RestApi } from './RestApi';
|
|
14
|
+
export { default as Save } from './Save';
|
|
12
15
|
export { default as SendAirplane } from './SendAirplane';
|
|
13
16
|
export { default as ShareAndroid } from './ShareAndroid';
|
|
17
|
+
export { default as Shortcut } from './Shortcut';
|
|
@@ -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 SvgWandSparkles: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgWandSparkles;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { jsxs as l, jsx as r } from "react/jsx-runtime";
|
|
2
|
+
const C = ({
|
|
3
|
+
size: t = 24,
|
|
4
|
+
color: e = "currentColor",
|
|
5
|
+
...i
|
|
6
|
+
}) => {
|
|
7
|
+
const o = {
|
|
8
|
+
width: t,
|
|
9
|
+
height: t,
|
|
10
|
+
color: e,
|
|
11
|
+
...i
|
|
12
|
+
};
|
|
13
|
+
return /* @__PURE__ */ l(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
viewBox: "0 0 16 16",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...o,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_758_122311)", children: /* @__PURE__ */ r(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M9.3332 4.66659L11.3332 6.66658M3.3332 3.99992V6.66658M12.6665 9.33325V11.9999M6.66653 1.33325V2.66659M4.66653 5.33325H1.99987M13.9999 10.6666H11.3332M7.3332 1.99992H5.99987M14.4265 2.42659L13.5732 1.57325C13.4982 1.49746 13.4089 1.4373 13.3105 1.39624C13.2121 1.35518 13.1065 1.33404 12.9999 1.33404C12.8932 1.33404 12.7877 1.35518 12.6893 1.39624C12.5908 1.4373 12.5015 1.49746 12.4265 1.57325L1.5732 12.4266C1.49741 12.5016 1.43725 12.5909 1.39619 12.6893C1.35513 12.7877 1.33398 12.8933 1.33398 12.9999C1.33398 13.1066 1.35513 13.2121 1.39619 13.3105C1.43725 13.4089 1.49741 13.4982 1.5732 13.5733L2.42653 14.4266C2.50108 14.5032 2.59022 14.5641 2.6887 14.6057C2.78717 14.6472 2.89298 14.6687 2.99987 14.6687C3.10676 14.6687 3.21256 14.6472 3.31104 14.6057C3.40951 14.5641 3.49865 14.5032 3.5732 14.4266L14.4265 3.57325C14.5031 3.4987 14.564 3.40956 14.6056 3.31109C14.6472 3.21262 14.6686 3.10681 14.6686 2.99992C14.6686 2.89303 14.6472 2.78722 14.6056 2.68875C14.564 2.59028 14.5031 2.50113 14.4265 2.42659Z",
|
|
25
|
+
stroke: "#616161",
|
|
26
|
+
strokeWidth: 1.5,
|
|
27
|
+
strokeLinecap: "round",
|
|
28
|
+
strokeLinejoin: "round"
|
|
29
|
+
}
|
|
30
|
+
) }),
|
|
31
|
+
/* @__PURE__ */ r("defs", { children: /* @__PURE__ */ r("clipPath", { id: "clip0_758_122311", children: /* @__PURE__ */ r("rect", { width: 16, height: 16, fill: "white" }) }) })
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
);
|
|
35
|
+
};
|
|
36
|
+
export {
|
|
37
|
+
C as default
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=WandSparkles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WandSparkles.js","sources":["../../../../src/icons/BIK AI specific/WandSparkles.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgWandSparkles = ({\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 16 16\"\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<g clipPath=\"url(#clip0_758_122311)\">\n\t\t\t\t<path\n\t\t\t\t\td=\"M9.3332 4.66659L11.3332 6.66658M3.3332 3.99992V6.66658M12.6665 9.33325V11.9999M6.66653 1.33325V2.66659M4.66653 5.33325H1.99987M13.9999 10.6666H11.3332M7.3332 1.99992H5.99987M14.4265 2.42659L13.5732 1.57325C13.4982 1.49746 13.4089 1.4373 13.3105 1.39624C13.2121 1.35518 13.1065 1.33404 12.9999 1.33404C12.8932 1.33404 12.7877 1.35518 12.6893 1.39624C12.5908 1.4373 12.5015 1.49746 12.4265 1.57325L1.5732 12.4266C1.49741 12.5016 1.43725 12.5909 1.39619 12.6893C1.35513 12.7877 1.33398 12.8933 1.33398 12.9999C1.33398 13.1066 1.35513 13.2121 1.39619 13.3105C1.43725 13.4089 1.49741 13.4982 1.5732 13.5733L2.42653 14.4266C2.50108 14.5032 2.59022 14.5641 2.6887 14.6057C2.78717 14.6472 2.89298 14.6687 2.99987 14.6687C3.10676 14.6687 3.21256 14.6472 3.31104 14.6057C3.40951 14.5641 3.49865 14.5032 3.5732 14.4266L14.4265 3.57325C14.5031 3.4987 14.564 3.40956 14.6056 3.31109C14.6472 3.21262 14.6686 3.10681 14.6686 2.99992C14.6686 2.89303 14.6472 2.78722 14.6056 2.68875C14.564 2.59028 14.5031 2.50113 14.4265 2.42659Z\"\n\t\t\t\t\tstroke=\"#616161\"\n\t\t\t\t\tstrokeWidth={1.5}\n\t\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t\t/>\n\t\t\t</g>\n\t\t\t<defs>\n\t\t\t\t<clipPath id=\"clip0_758_122311\">\n\t\t\t\t\t<rect width={16} height={16} fill=\"white\" />\n\t\t\t\t</clipPath>\n\t\t\t</defs>\n\t\t</svg>\n\t);\n};\nexport default SvgWandSparkles;\n"],"names":["SvgWandSparkles","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,KAAA,EAAE,UAAS,0BACX,UAAA,gBAAAA;AAAA,UAAC;AAAA,UAAA;AAAA,YACA,GAAE;AAAA,YACF,QAAO;AAAA,YACP,aAAa;AAAA,YACb,eAAc;AAAA,YACd,gBAAe;AAAA,UAAA;AAAA,QAAA,GAEjB;AAAA,QACA,gBAAAA,EAAC,QAAA,EACA,UAAA,gBAAAA,EAAC,YAAA,EAAS,IAAG,oBACZ,UAAA,gBAAAA,EAAC,QAAA,EAAK,OAAO,IAAI,QAAQ,IAAI,MAAK,SAAQ,GAC3C,EAAA,CACD;AAAA,MAAA;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -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 SvgWebhook: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgWebhook;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const s = ({ size: C = 24, color: r = "currentColor", ...t }) => {
|
|
3
|
+
const e = {
|
|
4
|
+
width: C,
|
|
5
|
+
height: C,
|
|
6
|
+
color: r,
|
|
7
|
+
...t
|
|
8
|
+
};
|
|
9
|
+
return /* @__PURE__ */ o(
|
|
10
|
+
"svg",
|
|
11
|
+
{
|
|
12
|
+
viewBox: "0 0 19 18",
|
|
13
|
+
fill: "none",
|
|
14
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15
|
+
...e,
|
|
16
|
+
children: /* @__PURE__ */ o(
|
|
17
|
+
"path",
|
|
18
|
+
{
|
|
19
|
+
d: "M14.0833 13.2339H9.09167C8.175 13.2339 7.46667 14.0172 7.025 14.8172C6.67538 15.4733 6.11649 15.9936 5.43718 16.2955C4.75788 16.5975 3.99714 16.6636 3.27589 16.4836C2.55465 16.3035 1.91429 15.8875 1.45662 15.3017C0.998952 14.7159 0.750232 13.9939 0.75 13.2506C0.758333 12.6672 0.916667 12.0839 1.225 11.5839M4.08333 13.2506L6.69167 8.43389C7.13333 7.62556 6.775 6.61722 6.275 5.85056C6.03901 5.47314 5.881 5.05228 5.8103 4.61282C5.73959 4.17335 5.75762 3.72417 5.86332 3.29178C5.96903 2.85939 6.16026 2.45255 6.42574 2.09527C6.69122 1.73798 7.02557 1.43748 7.40906 1.21151C7.79255 0.985529 8.21742 0.838649 8.6586 0.77953C9.09977 0.720412 9.54832 0.750253 9.97778 0.867294C10.4072 0.984335 10.8089 1.1862 11.1591 1.46099C11.5093 1.73578 11.8009 2.07792 12.0167 2.46722M9.08333 4.08389L11.6917 8.85889C12.1333 9.66722 13.1667 9.91722 14.0833 9.91722C14.9674 9.91722 15.8152 10.2684 16.4404 10.8935C17.0655 11.5187 17.4167 12.3665 17.4167 13.2506C17.4167 14.1346 17.0655 14.9825 16.4404 15.6076C15.8152 16.2327 14.9674 16.5839 14.0833 16.5839",
|
|
20
|
+
stroke: "black",
|
|
21
|
+
strokeWidth: 1.5,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
}
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
s as default
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=Webhook.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Webhook.js","sources":["../../../../src/icons/BIK AI specific/Webhook.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgWebhook = ({ 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 19 18\"\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=\"M14.0833 13.2339H9.09167C8.175 13.2339 7.46667 14.0172 7.025 14.8172C6.67538 15.4733 6.11649 15.9936 5.43718 16.2955C4.75788 16.5975 3.99714 16.6636 3.27589 16.4836C2.55465 16.3035 1.91429 15.8875 1.45662 15.3017C0.998952 14.7159 0.750232 13.9939 0.75 13.2506C0.758333 12.6672 0.916667 12.0839 1.225 11.5839M4.08333 13.2506L6.69167 8.43389C7.13333 7.62556 6.775 6.61722 6.275 5.85056C6.03901 5.47314 5.881 5.05228 5.8103 4.61282C5.73959 4.17335 5.75762 3.72417 5.86332 3.29178C5.96903 2.85939 6.16026 2.45255 6.42574 2.09527C6.69122 1.73798 7.02557 1.43748 7.40906 1.21151C7.79255 0.985529 8.21742 0.838649 8.6586 0.77953C9.09977 0.720412 9.54832 0.750253 9.97778 0.867294C10.4072 0.984335 10.8089 1.1862 11.1591 1.46099C11.5093 1.73578 11.8009 2.07792 12.0167 2.46722M9.08333 4.08389L11.6917 8.85889C12.1333 9.66722 13.1667 9.91722 14.0833 9.91722C14.9674 9.91722 15.8152 10.2684 16.4404 10.8935C17.0655 11.5187 17.4167 12.3665 17.4167 13.2506C17.4167 14.1346 17.0655 14.9825 16.4404 15.6076C15.8152 16.2327 14.9674 16.5839 14.0833 16.5839\"\n\t\t\t\tstroke=\"black\"\n\t\t\t\tstrokeWidth={1.5}\n\t\t\t\tstrokeLinecap=\"round\"\n\t\t\t\tstrokeLinejoin=\"round\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgWebhook;\n"],"names":["SvgWebhook","size","color","rest","props","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,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,GAAE;AAAA,UACF,QAAO;AAAA,UACP,aAAa;AAAA,UACb,eAAc;AAAA,UACd,gBAAe;AAAA,QAAA;AAAA,MAAA;AAAA,IAChB;AAAA,EAAA;AAGH;"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as AiIcon } from './AiIcon';
|
|
2
|
+
export { default as Webhook } from './Webhook';
|
|
2
3
|
export { default as AiEmoji } from './AiEmoji';
|
|
3
4
|
export { default as AiRobot } from './AiRobot';
|
|
4
5
|
export { default as Expand } from './Expand';
|
|
@@ -12,4 +13,5 @@ export { default as PricePlease } from './PricePlease';
|
|
|
12
13
|
export { default as Shape } from './Shape';
|
|
13
14
|
export { default as Shorter } from './Shorter';
|
|
14
15
|
export { default as Sparkling2Line } from './Sparkling2Line';
|
|
16
|
+
export { default as WandSparkles } from './WandSparkles';
|
|
15
17
|
export { default as Write } from './Write';
|
|
@@ -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 SvgTicketForm: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgTicketForm;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { jsxs as e, jsx as C } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
size: r = 24,
|
|
4
|
+
color: l = "currentColor",
|
|
5
|
+
...o
|
|
6
|
+
}) => {
|
|
7
|
+
const t = {
|
|
8
|
+
width: r,
|
|
9
|
+
height: r,
|
|
10
|
+
color: l,
|
|
11
|
+
...o
|
|
12
|
+
};
|
|
13
|
+
return /* @__PURE__ */ e(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...t,
|
|
20
|
+
children: [
|
|
21
|
+
/* @__PURE__ */ C(
|
|
22
|
+
"path",
|
|
23
|
+
{
|
|
24
|
+
d: "M8.00977 15C8.56205 15 9.00977 15.4477 9.00977 16C9.00977 16.5523 8.56205 17 8.00977 17H8C7.44772 17 7 16.5523 7 16C7 15.4477 7.44772 15 8 15H8.00977Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}
|
|
27
|
+
),
|
|
28
|
+
/* @__PURE__ */ C(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
d: "M16 15C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17H12C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15H16Z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}
|
|
34
|
+
),
|
|
35
|
+
/* @__PURE__ */ C(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M8.00977 10C8.56205 10 9.00977 10.4477 9.00977 11C9.00977 11.5523 8.56205 12 8.00977 12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H8.00977Z",
|
|
39
|
+
fill: "currentColor"
|
|
40
|
+
}
|
|
41
|
+
),
|
|
42
|
+
/* @__PURE__ */ C(
|
|
43
|
+
"path",
|
|
44
|
+
{
|
|
45
|
+
d: "M16 10C16.5523 10 17 10.4477 17 11C17 11.5523 16.5523 12 16 12H12C11.4477 12 11 11.5523 11 11C11 10.4477 11.4477 10 12 10H16Z",
|
|
46
|
+
fill: "currentColor"
|
|
47
|
+
}
|
|
48
|
+
),
|
|
49
|
+
/* @__PURE__ */ C(
|
|
50
|
+
"path",
|
|
51
|
+
{
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
clipRule: "evenodd",
|
|
54
|
+
d: "M15 1C16.1046 1 17 1.89543 17 3H18C18.7956 3 19.5585 3.3163 20.1211 3.87891C20.6837 4.44151 21 5.20435 21 6V20C21 20.7957 20.6837 21.5585 20.1211 22.1211C19.5585 22.6837 18.7956 23 18 23H6C5.20435 23 4.44151 22.6837 3.87891 22.1211C3.3163 21.5585 3 20.7957 3 20V6C3 5.20435 3.3163 4.44152 3.87891 3.87891C4.44152 3.3163 5.20435 3 6 3H7C7 1.89543 7.89543 1 9 1H15ZM6 5C5.73478 5 5.4805 5.10543 5.29297 5.29297C5.10543 5.4805 5 5.73478 5 6V20C5 20.2652 5.10543 20.5195 5.29297 20.707C5.48051 20.8946 5.73478 21 6 21H18C18.2652 21 18.5195 20.8946 18.707 20.707C18.8946 20.5195 19 20.2652 19 20V6C19 5.73478 18.8946 5.48051 18.707 5.29297C18.5195 5.10543 18.2652 5 18 5H17C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5H6ZM9 5H15V3H9V5Z",
|
|
55
|
+
fill: "currentColor"
|
|
56
|
+
}
|
|
57
|
+
)
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
);
|
|
61
|
+
};
|
|
62
|
+
export {
|
|
63
|
+
n as default
|
|
64
|
+
};
|
|
65
|
+
//# sourceMappingURL=TicketForm.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TicketForm.js","sources":["../../../../../src/icons/Informational/Store related/TicketForm.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgTicketForm = ({\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 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=\"M8.00977 15C8.56205 15 9.00977 15.4477 9.00977 16C9.00977 16.5523 8.56205 17 8.00977 17H8C7.44772 17 7 16.5523 7 16C7 15.4477 7.44772 15 8 15H8.00977Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M16 15C16.5523 15 17 15.4477 17 16C17 16.5523 16.5523 17 16 17H12C11.4477 17 11 16.5523 11 16C11 15.4477 11.4477 15 12 15H16Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M8.00977 10C8.56205 10 9.00977 10.4477 9.00977 11C9.00977 11.5523 8.56205 12 8.00977 12H8C7.44772 12 7 11.5523 7 11C7 10.4477 7.44772 10 8 10H8.00977Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t\t<path\n\t\t\t\td=\"M16 10C16.5523 10 17 10.4477 17 11C17 11.5523 16.5523 12 16 12H12C11.4477 12 11 11.5523 11 11C11 10.4477 11.4477 10 12 10H16Z\"\n\t\t\t\tfill=\"currentColor\"\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 1C16.1046 1 17 1.89543 17 3H18C18.7956 3 19.5585 3.3163 20.1211 3.87891C20.6837 4.44151 21 5.20435 21 6V20C21 20.7957 20.6837 21.5585 20.1211 22.1211C19.5585 22.6837 18.7956 23 18 23H6C5.20435 23 4.44151 22.6837 3.87891 22.1211C3.3163 21.5585 3 20.7957 3 20V6C3 5.20435 3.3163 4.44152 3.87891 3.87891C4.44152 3.3163 5.20435 3 6 3H7C7 1.89543 7.89543 1 9 1H15ZM6 5C5.73478 5 5.4805 5.10543 5.29297 5.29297C5.10543 5.4805 5 5.73478 5 6V20C5 20.2652 5.10543 20.5195 5.29297 20.707C5.48051 20.8946 5.73478 21 6 21H18C18.2652 21 18.5195 20.8946 18.707 20.707C18.8946 20.5195 19 20.2652 19 20V6C19 5.73478 18.8946 5.48051 18.707 5.29297C18.5195 5.10543 18.2652 5 18 5H17C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5H6ZM9 5H15V3H9V5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgTicketForm;\n"],"names":["SvgTicketForm","size","color","rest","props","jsxs","jsx"],"mappings":";AAMA,MAAMA,IAAgB,CAAC;AAAA,EACtB,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;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,UAAS;AAAA,YACT,UAAS;AAAA,YACT,GAAE;AAAA,YACF,MAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MACN;AAAA,IAAA;AAAA,EAAA;AAGH;"}
|
|
@@ -9,3 +9,4 @@ export { default as OrderReport } from './OrderReport';
|
|
|
9
9
|
export { default as PaymentReport } from './PaymentReport';
|
|
10
10
|
export { default as Store } from './Store';
|
|
11
11
|
export { default as StoreSync } from './StoreSync';
|
|
12
|
+
export { default as TicketForm } from './TicketForm';
|
|
@@ -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 SvgLoudSpeaker: ({ size, color, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgLoudSpeaker;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const n = ({
|
|
3
|
+
size: C = 24,
|
|
4
|
+
color: o = "currentColor",
|
|
5
|
+
...r
|
|
6
|
+
}) => {
|
|
7
|
+
const l = {
|
|
8
|
+
width: C,
|
|
9
|
+
height: C,
|
|
10
|
+
color: o,
|
|
11
|
+
...r
|
|
12
|
+
};
|
|
13
|
+
return /* @__PURE__ */ e(
|
|
14
|
+
"svg",
|
|
15
|
+
{
|
|
16
|
+
viewBox: "0 0 24 24",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
19
|
+
...l,
|
|
20
|
+
children: /* @__PURE__ */ e(
|
|
21
|
+
"path",
|
|
22
|
+
{
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M19.8203 2.00752C20.1902 1.97418 20.5624 2.04458 20.8945 2.21065C21.2266 2.37667 21.5059 2.63222 21.7012 2.94795C21.8964 3.26383 22 3.62838 22 3.99971V15.9997C22 16.3711 21.8964 16.7356 21.7012 17.0515C21.5059 17.3673 21.2266 17.6227 20.8945 17.7888C20.5623 17.9549 20.1902 18.0253 19.8203 17.9919C19.4504 17.9585 19.0969 17.8222 18.7998 17.5993C18.7931 17.5943 18.7859 17.5889 18.7793 17.5837C16.5892 15.8514 13.8639 14.9379 11.0732 14.9987C11.24 16.1548 11.6932 17.257 12.4004 18.1999C12.8775 18.8362 13.082 19.6362 12.9697 20.4235C12.8572 21.2111 12.4363 21.9227 11.7998 22.4001C11.1634 22.8772 10.3636 23.0818 9.57617 22.9694C8.78854 22.8569 8.07699 22.436 7.59961 21.7995C6.11295 19.8171 5.22958 17.4566 5.04004 14.9997H5C4.20435 14.9997 3.44151 14.6834 2.87891 14.1208C2.31638 13.5582 2 12.7953 2 11.9997V7.99971C2.00007 7.20416 2.31636 6.44116 2.87891 5.87862C3.4415 5.31609 4.20441 4.99971 5 4.99971H11.0254C13.8327 5.07203 16.5768 4.15787 18.7793 2.41573C18.7859 2.41051 18.7931 2.40514 18.7998 2.4001C19.0969 2.17731 19.4505 2.04088 19.8203 2.00752ZM7.04785 14.9997C7.23259 17.0232 7.9733 18.9633 9.2002 20.5993C9.35929 20.8114 9.59591 20.9524 9.8584 20.9899C10.1209 21.0274 10.3875 20.9586 10.5996 20.7995C10.8117 20.6404 10.9527 20.4038 10.9902 20.1413C11.0277 19.8789 10.9588 19.6122 10.7998 19.4001C9.83275 18.1106 9.2354 16.5896 9.05762 14.9997H7.04785ZM20 3.99971C17.5945 5.8954 14.6384 6.94676 11.5869 7.00166L10.9746 6.99971H9V12.9997H10.9746C14.2412 12.9157 17.4339 13.9775 20 15.9997V3.99971ZM5 6.99971C4.73485 6.99971 4.48049 7.10523 4.29297 7.29268C4.10549 7.48015 4.00007 7.73459 4 7.99971V11.9997C4 12.2649 4.10551 12.5192 4.29297 12.7067C4.48051 12.8943 4.73478 12.9997 5 12.9997H7V6.99971H5Z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
);
|
|
31
|
+
};
|
|
32
|
+
export {
|
|
33
|
+
n as default
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=LoudSpeaker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoudSpeaker.js","sources":["../../../../../src/icons/Legacy - Bikayi specific/Services/LoudSpeaker.tsx"],"sourcesContent":["import type { SVGProps } from 'react';\n\ninterface Props extends SVGProps<SVGSVGElement> {\n\tsize?: number | string;\n\tcolor?: string;\n}\nconst SvgLoudSpeaker = ({\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 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.8203 2.00752C20.1902 1.97418 20.5624 2.04458 20.8945 2.21065C21.2266 2.37667 21.5059 2.63222 21.7012 2.94795C21.8964 3.26383 22 3.62838 22 3.99971V15.9997C22 16.3711 21.8964 16.7356 21.7012 17.0515C21.5059 17.3673 21.2266 17.6227 20.8945 17.7888C20.5623 17.9549 20.1902 18.0253 19.8203 17.9919C19.4504 17.9585 19.0969 17.8222 18.7998 17.5993C18.7931 17.5943 18.7859 17.5889 18.7793 17.5837C16.5892 15.8514 13.8639 14.9379 11.0732 14.9987C11.24 16.1548 11.6932 17.257 12.4004 18.1999C12.8775 18.8362 13.082 19.6362 12.9697 20.4235C12.8572 21.2111 12.4363 21.9227 11.7998 22.4001C11.1634 22.8772 10.3636 23.0818 9.57617 22.9694C8.78854 22.8569 8.07699 22.436 7.59961 21.7995C6.11295 19.8171 5.22958 17.4566 5.04004 14.9997H5C4.20435 14.9997 3.44151 14.6834 2.87891 14.1208C2.31638 13.5582 2 12.7953 2 11.9997V7.99971C2.00007 7.20416 2.31636 6.44116 2.87891 5.87862C3.4415 5.31609 4.20441 4.99971 5 4.99971H11.0254C13.8327 5.07203 16.5768 4.15787 18.7793 2.41573C18.7859 2.41051 18.7931 2.40514 18.7998 2.4001C19.0969 2.17731 19.4505 2.04088 19.8203 2.00752ZM7.04785 14.9997C7.23259 17.0232 7.9733 18.9633 9.2002 20.5993C9.35929 20.8114 9.59591 20.9524 9.8584 20.9899C10.1209 21.0274 10.3875 20.9586 10.5996 20.7995C10.8117 20.6404 10.9527 20.4038 10.9902 20.1413C11.0277 19.8789 10.9588 19.6122 10.7998 19.4001C9.83275 18.1106 9.2354 16.5896 9.05762 14.9997H7.04785ZM20 3.99971C17.5945 5.8954 14.6384 6.94676 11.5869 7.00166L10.9746 6.99971H9V12.9997H10.9746C14.2412 12.9157 17.4339 13.9775 20 15.9997V3.99971ZM5 6.99971C4.73485 6.99971 4.48049 7.10523 4.29297 7.29268C4.10549 7.48015 4.00007 7.73459 4 7.99971V11.9997C4 12.2649 4.10551 12.5192 4.29297 12.7067C4.48051 12.8943 4.73478 12.9997 5 12.9997H7V6.99971H5Z\"\n\t\t\t\tfill=\"currentColor\"\n\t\t\t/>\n\t\t</svg>\n\t);\n};\nexport default SvgLoudSpeaker;\n"],"names":["SvgLoudSpeaker","size","color","rest","props","jsx"],"mappings":";AAMA,MAAMA,IAAiB,CAAC;AAAA,EACvB,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,gBAAAC;AAAA,QAAC;AAAA,QAAA;AAAA,UACA,UAAS;AAAA,UACT,UAAS;AAAA,UACT,GAAE;AAAA,UACF,MAAK;AAAA,QAAA;AAAA,MAAA;AAAA,IACN;AAAA,EAAA;AAGH;"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Businesscard } from './Businesscard';
|
|
2
2
|
export { default as Customdomain } from './Customdomain';
|
|
3
|
+
export { default as LoudSpeaker } from './LoudSpeaker';
|
|
3
4
|
export { default as Marketing } from './Marketing';
|
|
4
5
|
export { default as PaymentLink } from './PaymentLink';
|
|
5
6
|
export { default as Theme } from './Theme';
|