@arcadeai/design-system 3.27.7 → 3.28.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +154 -13
- package/dist/assets/fonts.css +1 -1
- 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/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/{calendar-w1IATMME.js → calendar-cxv-TTEh.js} +10 -10
- package/dist/components/index.js +264 -258
- package/dist/components/ui/atoms/accordion.d.ts +1 -1
- package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
- package/dist/components/ui/atoms/accordion.js +15 -15
- package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
- package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.d.ts.map +1 -1
- package/dist/components/ui/atoms/alert.js +1 -1
- package/dist/components/ui/atoms/avatar.d.ts +1 -1
- package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
- package/dist/components/ui/atoms/badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/badge.js +6 -6
- package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/atoms/breadcrumb.js +5 -5
- package/dist/components/ui/atoms/button.d.ts.map +1 -1
- package/dist/components/ui/atoms/button.js +6 -6
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +6 -6
- package/dist/components/ui/atoms/calendar.d.ts +1 -1
- package/dist/components/ui/atoms/calendar.d.ts.map +1 -1
- package/dist/components/ui/atoms/calendar.js +3 -3
- package/dist/components/ui/atoms/card.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +13 -13
- package/dist/components/ui/atoms/collapsible.d.ts +1 -1
- package/dist/components/ui/atoms/collapsible.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.d.ts +1 -1
- package/dist/components/ui/atoms/command.d.ts.map +1 -1
- package/dist/components/ui/atoms/command.js +28 -28
- package/dist/components/ui/atoms/dialog.d.ts +1 -1
- package/dist/components/ui/atoms/dialog.d.ts.map +1 -1
- package/dist/components/ui/atoms/dialog.js +10 -10
- package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
- package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +27 -27
- package/dist/components/ui/atoms/form.d.ts +2 -3
- package/dist/components/ui/atoms/form.d.ts.map +1 -1
- package/dist/components/ui/atoms/form.js +12 -10
- package/dist/components/ui/atoms/hover-card.d.ts +1 -1
- package/dist/components/ui/atoms/hover-card.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts +4 -1
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +164 -158
- 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/index.js +270 -264
- package/dist/components/ui/atoms/input.d.ts.map +1 -1
- package/dist/components/ui/atoms/label.d.ts +1 -1
- package/dist/components/ui/atoms/label.d.ts.map +1 -1
- package/dist/components/ui/atoms/mobile-tooltip.d.ts +7 -6
- package/dist/components/ui/atoms/mobile-tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/popover.d.ts +1 -1
- package/dist/components/ui/atoms/popover.d.ts.map +1 -1
- package/dist/components/ui/atoms/pro-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/pro-badge.js +6 -6
- package/dist/components/ui/atoms/progress.d.ts +1 -1
- package/dist/components/ui/atoms/progress.d.ts.map +1 -1
- package/dist/components/ui/atoms/radio-group.d.ts +1 -1
- package/dist/components/ui/atoms/radio-group.d.ts.map +1 -1
- package/dist/components/ui/atoms/radio-group.js +13 -13
- package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.d.ts +1 -1
- package/dist/components/ui/atoms/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/atoms/select.d.ts +1 -1
- package/dist/components/ui/atoms/select.d.ts.map +1 -1
- package/dist/components/ui/atoms/select.js +36 -36
- package/dist/components/ui/atoms/separator.d.ts +1 -1
- package/dist/components/ui/atoms/separator.d.ts.map +1 -1
- package/dist/components/ui/atoms/sheet.d.ts +1 -1
- package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
- package/dist/components/ui/atoms/sheet.js +10 -10
- package/dist/components/ui/atoms/sidebar.d.ts +1 -1
- package/dist/components/ui/atoms/sidebar.d.ts.map +1 -1
- package/dist/components/ui/atoms/sidebar.js +24 -24
- package/dist/components/ui/atoms/slider.d.ts +1 -1
- package/dist/components/ui/atoms/slider.d.ts.map +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +1 -1
- package/dist/components/ui/atoms/switch.d.ts.map +1 -1
- package/dist/components/ui/atoms/table.d.ts.map +1 -1
- package/dist/components/ui/atoms/tabs.d.ts +1 -1
- package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
- package/dist/components/ui/atoms/textarea.d.ts.map +1 -1
- package/dist/components/ui/atoms/toggle.d.ts +1 -1
- package/dist/components/ui/atoms/toggle.d.ts.map +1 -1
- package/dist/components/ui/atoms/toggle.js +12 -12
- package/dist/components/ui/atoms/tooltip.d.ts +1 -1
- package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.d.ts.map +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +10 -10
- package/dist/components/ui/blocks/demo.d.ts +2 -0
- package/dist/components/ui/blocks/demo.d.ts.map +1 -0
- package/dist/components/ui/blocks/demo.js +186 -0
- package/dist/components/ui/index.js +264 -258
- package/dist/components/ui/molecules/date-time-picker.d.ts +1 -1
- package/dist/components/ui/molecules/date-time-picker.d.ts.map +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +14 -14
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.d.ts.map +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +3 -3
- package/dist/components/ui/molecules/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/tool-card.js +16 -16
- package/dist/components/ui/molecules/toolkit-card.d.ts +1 -1
- package/dist/components/ui/molecules/toolkit-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +4 -4
- package/dist/components/ui/molecules/toolkit-picker-trigger.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-picker-trigger.js +13 -13
- package/dist/components/ui/molecules/toolkit-selection-summary.d.ts.map +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/action-buttons.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/filter-badges.js +10 -10
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- 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.d.ts.map +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.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-list.js +7 -7
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/components/tools-list.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker.d.ts +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/index.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/mocks/toolkit-collection.d.ts.map +1 -1
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +34 -34
- package/dist/components/ui/organisms/toolkit-picker/utils/toolkit-grouping.d.ts.map +1 -1
- package/dist/lib/arcade/arcade.d.ts.map +1 -1
- package/dist/main.js +319 -313
- 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 +45 -6
- package/dist/{toolkit-card-Cmp_yG03.js → toolkit-card-BTFS_2j_.js} +13 -13
- package/package.json +8 -34
- 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
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
import { jsxs as o, jsx as t } from "react/jsx-runtime";
|
|
2
|
+
const a = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
"data-name": "Слой 1",
|
|
6
|
+
viewBox: "0 0 486 500",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
...r,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ t("title", { children: "Microsoft Word" }),
|
|
11
|
+
/* @__PURE__ */ o("defs", { children: [
|
|
12
|
+
/* @__PURE__ */ o(
|
|
13
|
+
"radialGradient",
|
|
14
|
+
{
|
|
15
|
+
cx: "-689.34",
|
|
16
|
+
cy: "753.93",
|
|
17
|
+
"data-name": "Безымянный градиент",
|
|
18
|
+
fx: "-689.34",
|
|
19
|
+
fy: "753.93",
|
|
20
|
+
gradientTransform: "matrix(47.56 0 0 -20.15 33260.63 15691.18)",
|
|
21
|
+
gradientUnits: "userSpaceOnUse",
|
|
22
|
+
id: "microsoft_word__a",
|
|
23
|
+
r: "13.89",
|
|
24
|
+
children: [
|
|
25
|
+
/* @__PURE__ */ t("stop", { offset: ".18", stopColor: "#1657f4" }),
|
|
26
|
+
/* @__PURE__ */ t("stop", { offset: ".57", stopColor: "#0036c4" })
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
),
|
|
30
|
+
/* @__PURE__ */ o(
|
|
31
|
+
"radialGradient",
|
|
32
|
+
{
|
|
33
|
+
cx: "-730.97",
|
|
34
|
+
cy: "806.4",
|
|
35
|
+
"data-name": "Безымянный градиент 3",
|
|
36
|
+
fx: "-730.97",
|
|
37
|
+
fy: "806.4",
|
|
38
|
+
gradientTransform: "matrix(-20.22495 21.28288 52.40647 49.82267 -56559.12 -24498.36)",
|
|
39
|
+
gradientUnits: "userSpaceOnUse",
|
|
40
|
+
id: "microsoft_word__c",
|
|
41
|
+
r: "13.89",
|
|
42
|
+
children: [
|
|
43
|
+
/* @__PURE__ */ t("stop", { offset: ".14", stopColor: "#d471ff" }),
|
|
44
|
+
/* @__PURE__ */ t("stop", { offset: ".83", stopColor: "#509df5", stopOpacity: 0 })
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
),
|
|
48
|
+
/* @__PURE__ */ o(
|
|
49
|
+
"radialGradient",
|
|
50
|
+
{
|
|
51
|
+
cx: "-682.21",
|
|
52
|
+
cy: "801.86",
|
|
53
|
+
"data-name": "Безымянный градиент 4",
|
|
54
|
+
fx: "-682.21",
|
|
55
|
+
fy: "801.86",
|
|
56
|
+
gradientTransform: "matrix(0 18.62 101.62 0 -81063.08 13022.32)",
|
|
57
|
+
gradientUnits: "userSpaceOnUse",
|
|
58
|
+
id: "microsoft_word__d",
|
|
59
|
+
r: "13.89",
|
|
60
|
+
children: [
|
|
61
|
+
/* @__PURE__ */ t("stop", { offset: ".28", stopColor: "#4f006f", stopOpacity: 0 }),
|
|
62
|
+
/* @__PURE__ */ t("stop", { offset: "1", stopColor: "#4f006f" })
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
),
|
|
66
|
+
/* @__PURE__ */ o(
|
|
67
|
+
"radialGradient",
|
|
68
|
+
{
|
|
69
|
+
cx: "-749.58",
|
|
70
|
+
cy: "798.74",
|
|
71
|
+
"data-name": "Безымянный градиент 6",
|
|
72
|
+
fx: "-749.58",
|
|
73
|
+
fy: "798.74",
|
|
74
|
+
gradientTransform: "matrix(-28.7167 6.70901 16.06567 68.78884 -33867.69 -49911.37)",
|
|
75
|
+
gradientUnits: "userSpaceOnUse",
|
|
76
|
+
id: "microsoft_word__f",
|
|
77
|
+
r: "13.89",
|
|
78
|
+
children: [
|
|
79
|
+
/* @__PURE__ */ t("stop", { offset: ".06", stopColor: "#e4a7fe" }),
|
|
80
|
+
/* @__PURE__ */ t("stop", { offset: ".54", stopColor: "#e4a7fe", stopOpacity: 0 })
|
|
81
|
+
]
|
|
82
|
+
}
|
|
83
|
+
),
|
|
84
|
+
/* @__PURE__ */ o(
|
|
85
|
+
"radialGradient",
|
|
86
|
+
{
|
|
87
|
+
cx: "-675.64",
|
|
88
|
+
cy: "797.48",
|
|
89
|
+
"data-name": "Безымянный градиент 7",
|
|
90
|
+
fx: "-675.64",
|
|
91
|
+
fy: "797.48",
|
|
92
|
+
gradientTransform: "matrix(15.99196 15.99755 15.99476 -15.99476 -1949 23805.98)",
|
|
93
|
+
gradientUnits: "userSpaceOnUse",
|
|
94
|
+
id: "microsoft_word__g",
|
|
95
|
+
r: "13.89",
|
|
96
|
+
children: [
|
|
97
|
+
/* @__PURE__ */ t("stop", { offset: ".08", stopColor: "#367af2" }),
|
|
98
|
+
/* @__PURE__ */ t("stop", { offset: ".87", stopColor: "#001a8f" })
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
),
|
|
102
|
+
/* @__PURE__ */ o(
|
|
103
|
+
"radialGradient",
|
|
104
|
+
{
|
|
105
|
+
cx: "-657.62",
|
|
106
|
+
cy: "854.65",
|
|
107
|
+
"data-name": "Безымянный градиент 8",
|
|
108
|
+
fx: "-657.62",
|
|
109
|
+
fy: "854.65",
|
|
110
|
+
gradientTransform: "matrix(0 11.2 12.76 0 -10796.09 7734.8)",
|
|
111
|
+
gradientUnits: "userSpaceOnUse",
|
|
112
|
+
id: "microsoft_word__h",
|
|
113
|
+
r: "13.89",
|
|
114
|
+
children: [
|
|
115
|
+
/* @__PURE__ */ t("stop", { offset: ".59", stopColor: "#2763e5", stopOpacity: 0 }),
|
|
116
|
+
/* @__PURE__ */ t("stop", { offset: ".97", stopColor: "#58aafe" })
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
),
|
|
120
|
+
/* @__PURE__ */ o(
|
|
121
|
+
"linearGradient",
|
|
122
|
+
{
|
|
123
|
+
"data-name": "Безымянный градиент 2",
|
|
124
|
+
gradientTransform: "matrix(1 0 0 -1 0 502)",
|
|
125
|
+
gradientUnits: "userSpaceOnUse",
|
|
126
|
+
id: "microsoft_word__b",
|
|
127
|
+
x1: "69.43",
|
|
128
|
+
x2: "388.45",
|
|
129
|
+
y1: "238.11",
|
|
130
|
+
y2: "238.11",
|
|
131
|
+
children: [
|
|
132
|
+
/* @__PURE__ */ t("stop", { offset: "0", stopColor: "#66c0ff" }),
|
|
133
|
+
/* @__PURE__ */ t("stop", { offset: ".26", stopColor: "#0094f0" })
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
),
|
|
137
|
+
/* @__PURE__ */ o(
|
|
138
|
+
"linearGradient",
|
|
139
|
+
{
|
|
140
|
+
"data-name": "Безымянный градиент 5",
|
|
141
|
+
gradientTransform: "matrix(1 0 0 -1 0 502)",
|
|
142
|
+
gradientUnits: "userSpaceOnUse",
|
|
143
|
+
id: "microsoft_word__e",
|
|
144
|
+
x1: "69.48",
|
|
145
|
+
x2: "485.94",
|
|
146
|
+
y1: "380.04",
|
|
147
|
+
y2: "373.16",
|
|
148
|
+
children: [
|
|
149
|
+
/* @__PURE__ */ t("stop", { offset: "0", stopColor: "#9deaff" }),
|
|
150
|
+
/* @__PURE__ */ t("stop", { offset: ".2", stopColor: "#3bd5ff" })
|
|
151
|
+
]
|
|
152
|
+
}
|
|
153
|
+
)
|
|
154
|
+
] }),
|
|
155
|
+
/* @__PURE__ */ t(
|
|
156
|
+
"path",
|
|
157
|
+
{
|
|
158
|
+
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",
|
|
159
|
+
style: { fill: "url(#microsoft_word__a)" }
|
|
160
|
+
}
|
|
161
|
+
),
|
|
162
|
+
/* @__PURE__ */ t(
|
|
163
|
+
"path",
|
|
164
|
+
{
|
|
165
|
+
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",
|
|
166
|
+
style: { fill: "url(#microsoft_word__b)" }
|
|
167
|
+
}
|
|
168
|
+
),
|
|
169
|
+
/* @__PURE__ */ t(
|
|
170
|
+
"path",
|
|
171
|
+
{
|
|
172
|
+
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",
|
|
173
|
+
style: { fill: "url(#microsoft_word__c)", fillOpacity: 0.6 }
|
|
174
|
+
}
|
|
175
|
+
),
|
|
176
|
+
/* @__PURE__ */ t(
|
|
177
|
+
"path",
|
|
178
|
+
{
|
|
179
|
+
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",
|
|
180
|
+
style: { fill: "url(#microsoft_word__d)", fillOpacity: 0.1 }
|
|
181
|
+
}
|
|
182
|
+
),
|
|
183
|
+
/* @__PURE__ */ t(
|
|
184
|
+
"path",
|
|
185
|
+
{
|
|
186
|
+
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",
|
|
187
|
+
style: { fill: "url(#microsoft_word__e)" }
|
|
188
|
+
}
|
|
189
|
+
),
|
|
190
|
+
/* @__PURE__ */ t(
|
|
191
|
+
"path",
|
|
192
|
+
{
|
|
193
|
+
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",
|
|
194
|
+
style: { fill: "url(#microsoft_word__f)", fillOpacity: 0.8 }
|
|
195
|
+
}
|
|
196
|
+
),
|
|
197
|
+
/* @__PURE__ */ t(
|
|
198
|
+
"rect",
|
|
199
|
+
{
|
|
200
|
+
height: "222.22",
|
|
201
|
+
rx: "45.13",
|
|
202
|
+
ry: "45.13",
|
|
203
|
+
style: { fill: "url(#microsoft_word__g)" },
|
|
204
|
+
width: "222.17",
|
|
205
|
+
y: "236.11"
|
|
206
|
+
}
|
|
207
|
+
),
|
|
208
|
+
/* @__PURE__ */ t(
|
|
209
|
+
"rect",
|
|
210
|
+
{
|
|
211
|
+
height: "222.22",
|
|
212
|
+
rx: "45.13",
|
|
213
|
+
ry: "45.13",
|
|
214
|
+
style: { fill: "url(#microsoft_word__h)", fillOpacity: 0.65 },
|
|
215
|
+
width: "222.17",
|
|
216
|
+
y: "236.11"
|
|
217
|
+
}
|
|
218
|
+
),
|
|
219
|
+
/* @__PURE__ */ t(
|
|
220
|
+
"path",
|
|
221
|
+
{
|
|
222
|
+
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",
|
|
223
|
+
style: { fill: "#fff" }
|
|
224
|
+
}
|
|
225
|
+
)
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
);
|
|
229
|
+
export {
|
|
230
|
+
a as MicrosoftWord,
|
|
231
|
+
a as default
|
|
232
|
+
};
|