@arcadeai/design-system 3.27.6 → 3.28.0
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/assets/icons/attio.js +10 -0
- package/dist/assets/icons/microsoft-excel.js +35 -0
- package/dist/assets/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/assets/icons/microsoft-powerpoint.js +121 -0
- package/dist/assets/icons/microsoft-word.js +32 -0
- package/dist/components/index.js +390 -384
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +100 -100
- package/dist/components/ui/atoms/icons/attio.d.ts +4 -0
- package/dist/components/ui/atoms/icons/attio.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/attio.js +27 -0
- package/dist/components/ui/atoms/icons/claude.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/claude.js +22 -4
- package/dist/components/ui/atoms/icons/cline.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cline.js +18 -4
- package/dist/components/ui/atoms/icons/cursor-install-dark.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-dark.js +74 -11
- package/dist/components/ui/atoms/icons/cursor-install-light.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/cursor-install-light.js +74 -11
- package/dist/components/ui/atoms/icons/gemini.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/gemini.js +229 -50
- package/dist/components/ui/atoms/icons/goose.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/goose.js +17 -4
- package/dist/components/ui/atoms/icons/index.d.ts +5 -2
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +264 -258
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-excel.js +285 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-onedrive.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/{one-drive.js → microsoft-onedrive.js} +3 -3
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-powerpoint.js +334 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts +4 -0
- package/dist/components/ui/atoms/icons/microsoft-word.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/microsoft-word.js +232 -0
- package/dist/components/ui/atoms/icons/openai.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/openai.js +21 -4
- package/dist/components/ui/atoms/icons/vscode.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/vscode.js +182 -34
- package/dist/components/ui/atoms/icons/windsurf.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/windsurf.js +21 -4
- package/dist/components/ui/atoms/index.js +387 -381
- package/dist/components/ui/index.js +390 -384
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts +6 -3
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +55 -54
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.js +63 -50
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.js +34 -23
- package/dist/hooks/use-is-truncated.d.ts +13 -0
- package/dist/hooks/use-is-truncated.d.ts.map +1 -0
- package/dist/hooks/use-is-truncated.js +20 -0
- package/dist/lib/arcade/arcade.d.ts +0 -24
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.js +253 -416
- package/dist/lib/arcade/toolkit-collection.d.ts +15 -0
- package/dist/lib/arcade/toolkit-collection.d.ts.map +1 -0
- package/dist/lib/arcade/toolkit-collection.js +149 -0
- package/dist/main.js +416 -410
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +84 -72
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +150 -144
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +52 -13
- package/dist/{toolkit-card-DaoEIG0R.js → toolkit-card-Cmp_yG03.js} +116 -111
- package/package.json +10 -5
- package/dist/assets/icons/roocode.js +0 -10
- package/dist/components/ui/atoms/icons/one-drive.d.ts +0 -4
- package/dist/components/ui/atoms/icons/one-drive.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/roocode.d.ts +0 -4
- package/dist/components/ui/atoms/icons/roocode.d.ts.map +0 -1
- package/dist/components/ui/atoms/icons/roocode.js +0 -9
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as c from "react";
|
|
2
|
+
import { forwardRef as t } from "react";
|
|
3
|
+
const h = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: v,
|
|
6
|
+
...e
|
|
7
|
+
}, m) => /* @__PURE__ */ c.createElement("svg", { fill: "none", height: "1em", viewBox: "0 0 560 400", width: "1em", xmlns: "http://www.w3.org/2000/svg", ref: m, "aria-labelledby": v, ...e }, l === void 0 ? /* @__PURE__ */ c.createElement("title", { id: v }, "Attio") : l ? /* @__PURE__ */ c.createElement("title", { id: v }, l) : null, /* @__PURE__ */ c.createElement("path", { d: "m81.774 6.104-.001 4.112h-4.11v-4.112zm-16.005 10.556h-3.61v6.681c0 .557.138.964.416 1.22.279.258.686.408 1.22.45.535.021 1.2.012 1.993-.031v3.758c-2.805.321-4.807.063-6.006-.77-1.178-.856-1.766-2.398-1.766-4.625v-6.68h-2.794v-3.985h2.794v-3.244l4.143-1.252v4.498h6.404v-3.244l4.143-1.252v4.498h3.629v3.984h-3.63v6.68c0 .558.139.965.417 1.22.279.259.686.408 1.22.451.535.02 1.2.012 1.99-.032v3.759c-2.804.32-4.805.063-6.005-.77-1.177-.856-1.766-2.398-1.766-4.625v-6.681h-2.794zm16.024-3.986v16.062h-4.143v-16.062zm9.761-.417c4.633 0 8.446 3.813 8.446 8.446v.003c.001.053.001.106.001.159 0 4.635-3.813 8.448-8.447 8.448-4.635 0-8.448-3.813-8.448-8.448 0-.053 0-.106.001-.159-.001-4.634 3.812-8.448 8.447-8.449zm-.015 12.915c2.457 0 4.479-2.022 4.479-4.48v-.002c0-2.457-2.022-4.479-4.479-4.48-2.422.051-4.387 2.058-4.387 4.481s1.964 4.43 4.387 4.481zm-41.747-12.53h4.11v16.127h-4.11v-.891c-1.339.833-2.885 1.274-4.462 1.274-4.634 0-8.447-3.812-8.448-8.446.001-4.634 3.814-8.446 8.448-8.446 1.577 0 3.122.441 4.461 1.274zm-4.478 12.53v-.002c2.429 0 4.438-1.977 4.477-4.406v-.148c-.031-2.432-2.045-4.414-4.477-4.406-2.422.051-4.387 2.058-4.387 4.481s1.965 4.43 4.387 4.481zm-15.559-2.81.002-.001c.412.661.412 1.503 0 2.164l-2.515 4.025c-.002.004-.01.012-.01.012l-.2.32c-.37.591-1.031.959-1.73.959h-5.67c-.712 0-1.358-.359-1.732-.961l-2.027-3.235.267-.428 4.835-7.736.282-.453 4.046.014c.702 0 1.356.363 1.726.96l.198.316c.006.007.015.024.015.024zm-.767 1.683h.003c.23-.366.23-.837 0-1.203l-2.511-4.02c-.09-.146-.234-.164-.292-.164h-.028c-.018.003-.041.005-.067.013-.065.013-.14.054-.2.144l-.006.01-2.512 4.02c-.169.271-.215.601-.127.908.029.102.073.2.13.29l2.515 4.027c.062.101.172.163.291.163.096 0 .189-.041.253-.113.011-.016.025-.03.035-.05zm-6.666-11.408-.004.001-1.917 3.07-5.999 9.6-2.024 3.237-.003.007v.004l-.208.33c-.374.6-1.02.96-1.732.96h-5.67c-.703.003-1.36-.361-1.73-.959l-2.723-4.359c-.414-.66-.414-1.503.002-2.162l10.153-16.251c.377-.6 1.024-.96 1.731-.96h5.67c.704-.002 1.361.361 1.732.959l.21.338 2.512 4.02c.41.662.41 1.503 0 2.165zm-.593-1.083c0-.208-.058-.417-.175-.602l-2.512-4.02c-.091-.147-.235-.164-.293-.164-.119-.001-.23.061-.292.163l-9.945 15.913c-.228.368-.228.834 0 1.202l2.513 4.027c.063.1.174.161.292.16.118.001.228-.06.291-.16l9.946-15.918c.117-.185.175-.394.175-.601z", fill: "#1c1d1f", transform: "matrix(3.60001 0 0 3.60001 99.9937 136.998)" })), a = t(h);
|
|
8
|
+
export {
|
|
9
|
+
a as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as o } from "react";
|
|
3
|
+
const l = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: u,
|
|
6
|
+
...r
|
|
7
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", "data-name": "\\u0421\\u043B\\u043E\\u0439 1", viewBox: "0 0 486 500", ref: a, "aria-labelledby": u, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: u }, t) : null, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__a", cx: -746.66, cy: 781.44, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442", fx: -746.66, fy: 781.44, gradientTransform: "matrix(-28.32596 -29.80763 -23.11916 21.97986 -2596.39 -38900.31)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.06, stopColor: "#379539" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.42, stopColor: "#297c2d" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.7, stopColor: "#15561c" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__b", cx: -773.19, cy: 771.25, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 2", fx: -773.19, fy: 771.25, gradientTransform: "matrix(-11.97612 -11.58137 -8.95853 9.26806 -2155.12 -15858.88)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#073b10" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.99, stopColor: "#084a13", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__f", cx: -824.11, cy: 810.99, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 6", fx: -824.11, fy: 810.99, gradientTransform: "matrix(-9.02 0 0 19.09 -7120.4 -15378.69)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.29, stopColor: "#4eb43b" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#72cc61", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__h", cx: -769.14, cy: 808.9, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 8", fx: -769.14, fy: 808.9, gradientTransform: "matrix(-16.9077 -13.68182 13.64112 -16.86345 -23523.37 3309.71)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.44, stopColor: "#79e96d" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#d0eb76" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__i", cx: -675.64, cy: 793.28, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 9", fx: -675.64, fy: 793.28, gradientTransform: "matrix(15.99196 15.99755 45.54153 -45.54797 -25315.85 47178.18)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#20a85e" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.94, stopColor: "#09442a" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_excel__j", cx: -657.62, cy: 853.99, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 10", fx: -657.62, fy: 853.99, gradientTransform: "matrix(0 11.2 12.9 0 -10902.85 7734.8)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.58, stopColor: "#33a662", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.97, stopColor: "#98f0b0" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_excel__c", x1: 69.43, x2: 260.84, y1: 210.33, y2: 210.33, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 3", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#52d17c" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.33, stopColor: "#4aa647" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_excel__d", x1: 194.4, x2: 194.4, y1: 335.33, y2: 161.68, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 4", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#29852f" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.5, stopColor: "#4aa647", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_excel__e", x1: 80.49, x2: 311.45, y1: 297.22, y2: 497.54, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 5", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#66d052" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#85e972" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_excel__g", x1: 182.11, x2: 69.43, y1: 377, y2: 377, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 7", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.18, stopColor: "#c0e075", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#d1eb95" }))), /* @__PURE__ */ e.createElement("path", { d: "M69.43 159.72c0-34.52 27.98-62.5 62.49-62.5h354.09v361.11c0 23.01-18.65 41.67-41.66 41.67H152.74c-46.01 0-83.31-37.31-83.31-83.33V159.72Z", style: {
|
|
8
|
+
fill: "url(#microsoft_excel__a)"
|
|
9
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 159.72c0-34.52 27.98-62.5 62.49-62.5h354.09v361.11c0 23.01-18.65 41.67-41.66 41.67H152.74c-46.01 0-83.31-37.31-83.31-83.33V159.72Z", style: {
|
|
10
|
+
fill: "url(#microsoft_excel__b)",
|
|
11
|
+
fillOpacity: 0.7
|
|
12
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 229.17c0-34.52 27.98-62.5 62.49-62.5h187.46c-23.01 0-41.66 18.66-41.66 41.67v83.33c0 23.01-18.65 41.67-41.66 41.67h-83.31c-46.01 0-83.31 37.31-83.31 83.33v-187.5Z", style: {
|
|
13
|
+
fill: "url(#microsoft_excel__c)"
|
|
14
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 229.17c0-34.52 27.98-62.5 62.49-62.5h187.46c-23.01 0-41.66 18.66-41.66 41.67v83.33c0 23.01-18.65 41.67-41.66 41.67h-83.31c-46.01 0-83.31 37.31-83.31 83.33v-187.5Z", style: {
|
|
15
|
+
fill: "url(#microsoft_excel__d)",
|
|
16
|
+
fillOpacity: 0.3
|
|
17
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0h166.63v166.67H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z", style: {
|
|
18
|
+
fill: "url(#microsoft_excel__e)"
|
|
19
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0h166.63v166.67H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z", style: {
|
|
20
|
+
fill: "url(#microsoft_excel__f)"
|
|
21
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0h166.63v166.67H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z", style: {
|
|
22
|
+
fill: "url(#microsoft_excel__g)"
|
|
23
|
+
} }), /* @__PURE__ */ e.createElement("rect", { width: 208.29, height: 166.67, x: 277.71, rx: 41.66, ry: 41.66, style: {
|
|
24
|
+
fill: "url(#microsoft_excel__h)"
|
|
25
|
+
} }), /* @__PURE__ */ e.createElement("rect", { width: 222.17, height: 222.22, y: 236.11, rx: 45.13, ry: 45.13, style: {
|
|
26
|
+
fill: "url(#microsoft_excel__i)"
|
|
27
|
+
} }), /* @__PURE__ */ e.createElement("rect", { width: 222.17, height: 222.22, y: 236.11, rx: 45.13, ry: 45.13, style: {
|
|
28
|
+
fillOpacity: 0.3,
|
|
29
|
+
fill: "url(#microsoft_excel__j)"
|
|
30
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M169.48 410.71h-34.25l-21.5-40.47c-.77-1.42-1.36-2.54-1.77-3.37-.35-.88-.74-1.89-1.15-3.01h-.35c-.53 1.42-1.03 2.57-1.5 3.45-.47.89-1.03 1.98-1.68 3.28l-22.3 40.11h-32.3l38.76-63.58-36.1-63.4h33.8l19.11 36.13c.77 1.48 1.42 2.78 1.95 3.9.59 1.06 1.18 2.33 1.77 3.81h.35l1.95-4.07c.53-1 1.24-2.33 2.12-3.98l19.82-35.77h32.21l-36.63 62.43 37.7 64.55Z", style: {
|
|
31
|
+
fill: "#fff"
|
|
32
|
+
} })), s = o(l);
|
|
33
|
+
export {
|
|
34
|
+
s as default
|
|
35
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
2
|
import { forwardRef as c } from "react";
|
|
3
|
-
const
|
|
3
|
+
const o = ({
|
|
4
4
|
title: l,
|
|
5
5
|
titleId: a,
|
|
6
6
|
...t
|
|
7
|
-
}, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 5.5 32 20.5", ref: r, "aria-labelledby": a, ...t }, l === void 0 ? /* @__PURE__ */ e.createElement("title", { id: a }, "OfficeCore10_32x_24x_20x_16x_01-22-2019") : l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("g", { id: "STYLE_COLOR" }, /* @__PURE__ */ e.createElement("path", { d: "M12.20245,11.19292l.00031-.0011,6.71765,4.02379,4.00293-1.68451.00018.00068A6.4768,6.4768,0,0,1,25.5,13c.14764,0,.29358.0067.43878.01639a10.00075,10.00075,0,0,0-18.041-3.01381C7.932,10.00215,7.9657,10,8,10A7.96073,7.96073,0,0,1,12.20245,11.19292Z", fill: "#0364b8" }), /* @__PURE__ */ e.createElement("path", { d: "M12.20276,11.19182l-.00031.0011A7.96073,7.96073,0,0,0,8,10c-.0343,0-.06805.00215-.10223.00258A7.99676,7.99676,0,0,0,1.43732,22.57277l5.924-2.49292,2.63342-1.10819,5.86353-2.46746,3.06213-1.28859Z", fill: "#0078d4" }), /* @__PURE__ */ e.createElement("path", { d: "M25.93878,13.01639C25.79358,13.0067,25.64764,13,25.5,13a6.4768,6.4768,0,0,0-2.57648.53178l-.00018-.00068-4.00293,1.68451,1.16077.69528L23.88611,18.19l1.66009.99438,5.67633,3.40007a6.5002,6.5002,0,0,0-5.28375-9.56805Z", fill: "#1490df" }), /* @__PURE__ */ e.createElement("path", { d: "M25.5462,19.18437,23.88611,18.19l-3.80493-2.2791-1.16077-.69528L15.85828,16.5042,9.99475,18.97166,7.36133,20.07985l-5.924,2.49292A7.98889,7.98889,0,0,0,8,26H25.5a6.49837,6.49837,0,0,0,5.72253-3.41556Z", fill: "#28a8ea" }))),
|
|
7
|
+
}, r) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 5.5 32 20.5", ref: r, "aria-labelledby": a, ...t }, l === void 0 ? /* @__PURE__ */ e.createElement("title", { id: a }, "OfficeCore10_32x_24x_20x_16x_01-22-2019") : l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("g", { id: "STYLE_COLOR" }, /* @__PURE__ */ e.createElement("path", { d: "M12.20245,11.19292l.00031-.0011,6.71765,4.02379,4.00293-1.68451.00018.00068A6.4768,6.4768,0,0,1,25.5,13c.14764,0,.29358.0067.43878.01639a10.00075,10.00075,0,0,0-18.041-3.01381C7.932,10.00215,7.9657,10,8,10A7.96073,7.96073,0,0,1,12.20245,11.19292Z", fill: "#0364b8" }), /* @__PURE__ */ e.createElement("path", { d: "M12.20276,11.19182l-.00031.0011A7.96073,7.96073,0,0,0,8,10c-.0343,0-.06805.00215-.10223.00258A7.99676,7.99676,0,0,0,1.43732,22.57277l5.924-2.49292,2.63342-1.10819,5.86353-2.46746,3.06213-1.28859Z", fill: "#0078d4" }), /* @__PURE__ */ e.createElement("path", { d: "M25.93878,13.01639C25.79358,13.0067,25.64764,13,25.5,13a6.4768,6.4768,0,0,0-2.57648.53178l-.00018-.00068-4.00293,1.68451,1.16077.69528L23.88611,18.19l1.66009.99438,5.67633,3.40007a6.5002,6.5002,0,0,0-5.28375-9.56805Z", fill: "#1490df" }), /* @__PURE__ */ e.createElement("path", { d: "M25.5462,19.18437,23.88611,18.19l-3.80493-2.2791-1.16077-.69528L15.85828,16.5042,9.99475,18.97166,7.36133,20.07985l-5.924,2.49292A7.98889,7.98889,0,0,0,8,26H25.5a6.49837,6.49837,0,0,0,5.72253-3.41556Z", fill: "#28a8ea" }))), d = c(o);
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
d as default
|
|
10
10
|
};
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as l } from "react";
|
|
3
|
+
const n = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: o,
|
|
6
|
+
...r
|
|
7
|
+
}, s) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "60 78.75 581.25 562.5", ref: s, "aria-labelledby": o, ...r }, t ? /* @__PURE__ */ e.createElement("title", { id: o }, t) : null, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__b", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "rotate(135 185.459 218.557) scale(564.67953 950.43148)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.152, style: {
|
|
8
|
+
stopColor: "#aa1d2d",
|
|
9
|
+
stopOpacity: 1
|
|
10
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.381, style: {
|
|
11
|
+
stopColor: "#d12b18",
|
|
12
|
+
stopOpacity: 0.439216
|
|
13
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.602, style: {
|
|
14
|
+
stopColor: "#ff3c00",
|
|
15
|
+
stopOpacity: 0
|
|
16
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__c", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(484.01207 -228.61784 414.17447 876.85825 -19.41 588.618)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.407, style: {
|
|
17
|
+
stopColor: "#ff66fb",
|
|
18
|
+
stopOpacity: 0.501961
|
|
19
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 1, style: {
|
|
20
|
+
stopColor: "#ea3d01",
|
|
21
|
+
stopOpacity: 0
|
|
22
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__e", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(355.8576 74.56878 -71.0897 339.25471 312.756 393.631)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.786, style: {
|
|
23
|
+
stopColor: "#ffa05c",
|
|
24
|
+
stopOpacity: 0
|
|
25
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.905, style: {
|
|
26
|
+
stopColor: "#ffce84",
|
|
27
|
+
stopOpacity: 1
|
|
28
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__f", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(307.21144 -201.01593 192.23383 293.78981 369.795 355.78)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.295, style: {
|
|
29
|
+
stopColor: "#ff99e9",
|
|
30
|
+
stopOpacity: 0.8
|
|
31
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.728, style: {
|
|
32
|
+
stopColor: "#ff99e9",
|
|
33
|
+
stopOpacity: 0
|
|
34
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__g", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(257.14316 -294.39511 268.86446 234.84308 328.567 398.718)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, style: {
|
|
35
|
+
stopColor: "#fd6ef9",
|
|
36
|
+
stopOpacity: 1
|
|
37
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.637, style: {
|
|
38
|
+
stopColor: "#f94",
|
|
39
|
+
stopOpacity: 1
|
|
40
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.852, style: {
|
|
41
|
+
stopColor: "#fcc479",
|
|
42
|
+
stopOpacity: 1
|
|
43
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__h", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(-29.04584 196.8193 -444.81484 -65.64406 302.985 115.92)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.144, style: {
|
|
44
|
+
stopColor: "#ff8d13",
|
|
45
|
+
stopOpacity: 1
|
|
46
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.537, style: {
|
|
47
|
+
stopColor: "#ff7f29",
|
|
48
|
+
stopOpacity: 0
|
|
49
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__i", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "rotate(45 -386.466 244.891) scale(339.41099)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, style: {
|
|
50
|
+
stopColor: "#f8193e",
|
|
51
|
+
stopOpacity: 1
|
|
52
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.939, style: {
|
|
53
|
+
stopColor: "#920616",
|
|
54
|
+
stopOpacity: 1
|
|
55
|
+
} })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_powerpoint__j", cx: 0, cy: 0, r: 1, fx: 0, fy: 0, gradientTransform: "matrix(0 168 -191.25 0 179.97 489)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.576, style: {
|
|
56
|
+
stopColor: "#ffb055",
|
|
57
|
+
stopOpacity: 0
|
|
58
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.974, style: {
|
|
59
|
+
stopColor: "#fff2be",
|
|
60
|
+
stopOpacity: 0.301961
|
|
61
|
+
} })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_powerpoint__a", x1: 22.096, x2: -0.876, y1: 4.056, y2: 26.033, gradientTransform: "scale(15)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.058, style: {
|
|
62
|
+
stopColor: "#ff7f48",
|
|
63
|
+
stopOpacity: 1
|
|
64
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 1, style: {
|
|
65
|
+
stopColor: "#e5495b",
|
|
66
|
+
stopOpacity: 1
|
|
67
|
+
} })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_powerpoint__d", x1: 27.549, x2: 47.729, y1: 28.172, y2: 13.216, gradientTransform: "scale(15)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.311, style: {
|
|
68
|
+
stopColor: "#ff6e30",
|
|
69
|
+
stopOpacity: 1
|
|
70
|
+
} }), /* @__PURE__ */ e.createElement("stop", { offset: 0.635, style: {
|
|
71
|
+
stopColor: "#ffa05c",
|
|
72
|
+
stopOpacity: 1
|
|
73
|
+
} }))), /* @__PURE__ */ e.createElement("path", { d: "M641.2 360c0-155.332-125.907-281.25-281.223-281.25C204.66 78.75 78.75 204.668 78.75 360s125.91 281.25 281.227 281.25c155.316 0 281.222-125.918 281.222-281.25Zm0 0", style: {
|
|
74
|
+
stroke: "none",
|
|
75
|
+
fillRule: "nonzero",
|
|
76
|
+
fill: "url(#microsoft_powerpoint__a)"
|
|
77
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M641.2 360c0-155.332-125.907-281.25-281.223-281.25C204.66 78.75 78.75 204.668 78.75 360s125.91 281.25 281.227 281.25c155.316 0 281.222-125.918 281.222-281.25Zm0 0", style: {
|
|
78
|
+
stroke: "none",
|
|
79
|
+
fillRule: "nonzero",
|
|
80
|
+
fill: "url(#microsoft_powerpoint__b)"
|
|
81
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M641.2 360c0-155.332-125.907-281.25-281.223-281.25C204.66 78.75 78.75 204.668 78.75 360s125.91 281.25 281.227 281.25c155.316 0 281.222-125.918 281.222-281.25Zm0 0", style: {
|
|
82
|
+
stroke: "none",
|
|
83
|
+
fillRule: "nonzero",
|
|
84
|
+
fill: "url(#microsoft_powerpoint__c)"
|
|
85
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M360.016 78.75c155.312.004 281.218 125.922 281.218 281.25 0 51.672-13.96 100.07-38.273 141.68l4.57-10.121c27.832-61.797-17.406-131.727-85.183-131.676l-111.93.086c-27.824.023-50.402-22.535-50.402-50.36V197.477c-.004-67.805-70.012-112.993-131.793-85.067l-8.996 4.074c41.406-23.992 89.492-37.734 140.789-37.734Zm0 0", style: {
|
|
86
|
+
stroke: "none",
|
|
87
|
+
fillRule: "nonzero",
|
|
88
|
+
fill: "url(#microsoft_powerpoint__d)"
|
|
89
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M360.016 78.75c155.312.004 281.218 125.922 281.218 281.25 0 51.672-13.96 100.07-38.273 141.68l4.57-10.121c27.832-61.797-17.406-131.727-85.183-131.676l-111.93.086c-27.824.023-50.402-22.535-50.402-50.36V197.477c-.004-67.805-70.012-112.993-131.793-85.067l-8.996 4.074c41.406-23.992 89.492-37.734 140.789-37.734Zm0 0", style: {
|
|
90
|
+
stroke: "none",
|
|
91
|
+
fillRule: "nonzero",
|
|
92
|
+
fill: "url(#microsoft_powerpoint__e)"
|
|
93
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M360.016 78.75c155.312.004 281.218 125.922 281.218 281.25 0 51.672-13.96 100.07-38.273 141.68l4.57-10.121c27.832-61.797-17.406-131.727-85.183-131.676l-111.93.086c-27.824.023-50.402-22.535-50.402-50.36V197.477c-.004-67.805-70.012-112.993-131.793-85.067l-8.996 4.074c41.406-23.992 89.492-37.734 140.789-37.734Zm0 0", style: {
|
|
94
|
+
stroke: "none",
|
|
95
|
+
fillRule: "nonzero",
|
|
96
|
+
fill: "url(#microsoft_powerpoint__f)"
|
|
97
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M360.016 78.75c155.312.004 281.218 125.922 281.218 281.25 0 51.672-13.96 100.07-38.273 141.68l4.57-10.121c27.832-61.797-17.406-131.727-85.183-131.676l-111.93.086c-27.824.023-50.402-22.535-50.402-50.36V197.477c-.004-67.805-70.012-112.993-131.793-85.067l-8.996 4.074c41.406-23.992 89.492-37.734 140.789-37.734Zm0 0", style: {
|
|
98
|
+
stroke: "none",
|
|
99
|
+
fillRule: "nonzero",
|
|
100
|
+
fill: "url(#microsoft_powerpoint__g)"
|
|
101
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M360.016 78.75c155.312.004 281.218 125.922 281.218 281.25 0 51.672-13.96 100.07-38.273 141.68l4.57-10.121c27.832-61.797-17.406-131.727-85.183-131.676l-111.93.086c-27.824.023-50.402-22.535-50.402-50.36V197.477c-.004-67.805-70.012-112.993-131.793-85.067l-8.996 4.074c41.406-23.992 89.492-37.734 140.789-37.734Zm0 0", style: {
|
|
102
|
+
stroke: "none",
|
|
103
|
+
fillRule: "nonzero",
|
|
104
|
+
fill: "url(#microsoft_powerpoint__h)"
|
|
105
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M108.75 345h142.5c26.926 0 48.75 21.824 48.75 48.75v142.5c0 26.926-21.824 48.75-48.75 48.75h-142.5C81.824 585 60 563.176 60 536.25v-142.5C60 366.824 81.824 345 108.75 345Zm0 0", style: {
|
|
106
|
+
stroke: "none",
|
|
107
|
+
fillRule: "nonzero",
|
|
108
|
+
fill: "url(#microsoft_powerpoint__i)"
|
|
109
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M108.75 345h142.5c26.926 0 48.75 21.824 48.75 48.75v142.5c0 26.926-21.824 48.75-48.75 48.75h-142.5C81.824 585 60 563.176 60 536.25v-142.5C60 366.824 81.824 345 108.75 345Zm0 0", style: {
|
|
110
|
+
stroke: "none",
|
|
111
|
+
fillRule: "nonzero",
|
|
112
|
+
fill: "url(#microsoft_powerpoint__j)"
|
|
113
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M168.293 488.906v44.664h-30.875V396.426h47.7c17.077 0 30.077 3.73 39 11.191 8.987 7.457 13.48 18.52 13.48 33.184 0 15.113-5.036 26.906-15.106 35.387-10.004 8.48-23.453 12.718-40.34 12.718Zm0-68.761v45.043h12.906c7.645 0 13.543-2.004 17.684-6.024 4.14-4.016 6.215-9.785 6.215-17.309 0-6.949-2.043-12.304-6.121-16.07-4.016-3.762-9.782-5.64-17.301-5.64Zm0 0", style: {
|
|
114
|
+
stroke: "none",
|
|
115
|
+
fillRule: "nonzero",
|
|
116
|
+
fill: "#fff",
|
|
117
|
+
fillOpacity: 1
|
|
118
|
+
} })), c = l(n);
|
|
119
|
+
export {
|
|
120
|
+
c as default
|
|
121
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as e from "react";
|
|
2
|
+
import { forwardRef as o } from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: r,
|
|
6
|
+
...u
|
|
7
|
+
}, a) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", "data-name": "\\u0421\\u043B\\u043E\\u0439 1", viewBox: "0 0 486 500", ref: a, "aria-labelledby": r, ...u }, t ? /* @__PURE__ */ e.createElement("title", { id: r }, t) : null, /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__a", cx: -689.34, cy: 753.93, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442", fx: -689.34, fy: 753.93, gradientTransform: "matrix(47.56 0 0 -20.15 33260.63 15691.18)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.18, stopColor: "#1657f4" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.57, stopColor: "#0036c4" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__c", cx: -730.97, cy: 806.4, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 3", fx: -730.97, fy: 806.4, gradientTransform: "matrix(-20.22495 21.28288 52.40647 49.82267 -56559.12 -24498.36)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.14, stopColor: "#d471ff" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.83, stopColor: "#509df5", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__d", cx: -682.21, cy: 801.86, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 4", fx: -682.21, fy: 801.86, gradientTransform: "matrix(0 18.62 101.62 0 -81063.08 13022.32)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.28, stopColor: "#4f006f", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#4f006f" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__f", cx: -749.58, cy: 798.74, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 6", fx: -749.58, fy: 798.74, gradientTransform: "matrix(-28.7167 6.70901 16.06567 68.78884 -33867.69 -49911.37)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.06, stopColor: "#e4a7fe" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.54, stopColor: "#e4a7fe", stopOpacity: 0 })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__g", cx: -675.64, cy: 797.48, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 7", fx: -675.64, fy: 797.48, gradientTransform: "matrix(15.99196 15.99755 15.99476 -15.99476 -1949 23805.98)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.08, stopColor: "#367af2" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.87, stopColor: "#001a8f" })), /* @__PURE__ */ e.createElement("radialGradient", { id: "microsoft_word__h", cx: -657.62, cy: 854.65, r: 13.89, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 8", fx: -657.62, fy: 854.65, gradientTransform: "matrix(0 11.2 12.76 0 -10796.09 7734.8)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0.59, stopColor: "#2763e5", stopOpacity: 0 }), /* @__PURE__ */ e.createElement("stop", { offset: 0.97, stopColor: "#58aafe" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_word__b", x1: 69.43, x2: 388.45, y1: 238.11, y2: 238.11, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 2", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#66c0ff" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.26, stopColor: "#0094f0" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "microsoft_word__e", x1: 69.48, x2: 485.94, y1: 380.04, y2: 373.16, "data-name": "\\u0411\\u0435\\u0437\\u044B\\u043C\\u044F\\u043D\\u043D\\u044B\\u0439 \\u0433\\u0440\\u0430\\u0434\\u0438\\u0435\\u043D\\u0442 5", gradientTransform: "matrix(1 0 0 -1 0 502)", gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { offset: 0, stopColor: "#9deaff" }), /* @__PURE__ */ e.createElement("stop", { offset: 0.2, stopColor: "#3bd5ff" }))), /* @__PURE__ */ e.createElement("path", { d: "m69.43 376.25 194.4-237.36L486 293.13v158.26c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31-37.31-83.31-83.33v-40.42Z", style: {
|
|
8
|
+
fill: "url(#microsoft_word__a)"
|
|
9
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z", style: {
|
|
10
|
+
fill: "url(#microsoft_word__b)"
|
|
11
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z", style: {
|
|
12
|
+
fill: "url(#microsoft_word__c)",
|
|
13
|
+
fillOpacity: 0.6
|
|
14
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 208.87c0-34.52 27.98-62.5 62.49-62.5h283.11L486 111.11v173.61c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33v-207.8Z", style: {
|
|
15
|
+
fill: "url(#microsoft_word__d)",
|
|
16
|
+
fillOpacity: 0.1
|
|
17
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0H437.4C464.24 0 486 21.76 486 48.61v69.44c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z", style: {
|
|
18
|
+
fill: "url(#microsoft_word__e)"
|
|
19
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M69.43 83.33C69.43 37.31 106.73 0 152.74 0H437.4C464.24 0 486 21.76 486 48.61v69.44c0 26.85-21.76 48.61-48.6 48.61H152.74c-46.01 0-83.31 37.31-83.31 83.33V83.33Z", style: {
|
|
20
|
+
fill: "url(#microsoft_word__f)",
|
|
21
|
+
fillOpacity: 0.8
|
|
22
|
+
} }), /* @__PURE__ */ e.createElement("rect", { width: 222.17, height: 222.22, y: 236.11, rx: 45.13, ry: 45.13, style: {
|
|
23
|
+
fill: "url(#microsoft_word__g)"
|
|
24
|
+
} }), /* @__PURE__ */ e.createElement("rect", { width: 222.17, height: 222.22, y: 236.11, rx: 45.13, ry: 45.13, style: {
|
|
25
|
+
fill: "url(#microsoft_word__h)",
|
|
26
|
+
fillOpacity: 0.65
|
|
27
|
+
} }), /* @__PURE__ */ e.createElement("path", { d: "M187.26 283.73 159.92 410.7l-32.69.02-16.14-76.19-16.9 76.19h-33L34.91 283.75h26.95l16.21 83.79 16.11-83.79h33.04l16.87 83.79 15.82-83.79 27.34-.02Z", style: {
|
|
28
|
+
fill: "#fff"
|
|
29
|
+
} })), l = o(s);
|
|
30
|
+
export {
|
|
31
|
+
l as default
|
|
32
|
+
};
|