@liner-fe/design-token 2.0.11 → 2.0.13
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/lib/assets/ic-color-24-excel.d.ts +1 -5
- package/lib/assets/ic-color-24-html.d.ts +1 -5
- package/lib/assets/ic-color-24-image.d.ts +2 -0
- package/lib/assets/ic-color-24-pdf.d.ts +1 -5
- package/lib/assets/ic-color-24-ppt.d.ts +1 -5
- package/lib/assets/ic-color-24-text.d.ts +1 -5
- package/lib/assets/ic-color-24-word.d.ts +1 -5
- package/lib/assets/ic-color-24-workspace.d.ts +2 -0
- package/lib/assets/ic-color-24-writer.d.ts +2 -0
- package/lib/assets/index.d.ts +13 -10
- package/lib/index.cjs +217 -146
- package/lib/index.cjs.map +4 -4
- package/lib/index.mjs +217 -146
- package/lib/index.mjs.map +4 -4
- package/package.json +1 -1
- package/src/assets/ic-color-24-excel.tsx +1 -5
- package/src/assets/ic-color-24-html.tsx +1 -5
- package/src/assets/ic-color-24-image.tsx +19 -0
- package/src/assets/ic-color-24-pdf.tsx +1 -5
- package/src/assets/ic-color-24-ppt.tsx +1 -5
- package/src/assets/ic-color-24-text.tsx +1 -5
- package/src/assets/ic-color-24-word.tsx +1 -5
- package/src/assets/ic-color-24-workspace.tsx +21 -0
- package/src/assets/ic-color-24-writer.tsx +19 -0
- package/src/assets/ic-color-24-youtube.tsx +26 -0
- package/src/assets/index.ts +13 -10
package/lib/index.mjs
CHANGED
|
@@ -24,9 +24,75 @@ var color = {
|
|
|
24
24
|
coolgray5: "#080A0D"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
|
-
// src/assets/ic-color-24-
|
|
27
|
+
// src/assets/ic-color-24-image.tsx
|
|
28
28
|
import React from "react";
|
|
29
|
-
var
|
|
29
|
+
var ICColor24Image = /* @__PURE__ */ __name(() => /* @__PURE__ */ React.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#F4C41A" }), /* @__PURE__ */ React.createElement(
|
|
30
|
+
"path",
|
|
31
|
+
{
|
|
32
|
+
d: "M18 9.486V13.14L17.022 12.3C16.554 11.898 15.798 11.898 15.33 12.3L12.834 14.442C12.366 14.844 11.61 14.844 11.142 14.442L10.938 14.274C10.512 13.902 9.834 13.866 9.354 14.19L6.402 16.17L6.336 16.218C6.114 15.738 6 15.168 6 14.514V9.486C6 7.302 7.302 6 9.486 6H14.514C16.698 6 18 7.302 18 9.486Z",
|
|
33
|
+
fill: "#C68B18"
|
|
34
|
+
}
|
|
35
|
+
), /* @__PURE__ */ React.createElement(
|
|
36
|
+
"path",
|
|
37
|
+
{
|
|
38
|
+
d: "M10.2001 11.028C10.9888 11.028 11.6281 10.3887 11.6281 9.6C11.6281 8.81133 10.9888 8.172 10.2001 8.172C9.41143 8.172 8.77209 8.81133 8.77209 9.6C8.77209 10.3887 9.41143 11.028 10.2001 11.028Z",
|
|
39
|
+
fill: "white"
|
|
40
|
+
}
|
|
41
|
+
), /* @__PURE__ */ React.createElement(
|
|
42
|
+
"path",
|
|
43
|
+
{
|
|
44
|
+
d: "M18 13.14V14.514C18 16.698 16.698 18 14.514 18H9.486C7.956 18 6.852 17.358 6.336 16.218L6.402 16.17L9.354 14.19C9.834 13.866 10.512 13.902 10.938 14.274L11.142 14.442C11.61 14.844 12.366 14.844 12.834 14.442L15.33 12.3C15.798 11.898 16.554 11.898 17.022 12.3L18 13.14Z",
|
|
45
|
+
fill: "white"
|
|
46
|
+
}
|
|
47
|
+
)), "ICColor24Image");
|
|
48
|
+
|
|
49
|
+
// src/assets/ic-line-16-mobile.tsx
|
|
50
|
+
import React2 from "react";
|
|
51
|
+
var ICLine16Mobile = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React2.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React2.createElement(
|
|
52
|
+
"path",
|
|
53
|
+
{
|
|
54
|
+
d: "M14 4.5V11.5C14 14.3 13.25 15 10.25 15H5.75C2.75 15 2 14.3 2 11.5V4.5C2 1.7 2.75 1 5.75 1H10.25C13.25 1 14 1.7 14 4.5Z",
|
|
55
|
+
stroke: fill,
|
|
56
|
+
"stroke-width": "1.5",
|
|
57
|
+
"stroke-linecap": "round",
|
|
58
|
+
"stroke-linejoin": "round"
|
|
59
|
+
}
|
|
60
|
+
), /* @__PURE__ */ React2.createElement("path", { d: "M9.5 3.44995H6.5", stroke: fill, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), /* @__PURE__ */ React2.createElement(
|
|
61
|
+
"path",
|
|
62
|
+
{
|
|
63
|
+
d: "M8.00002 12.97C8.64206 12.97 9.16253 12.4843 9.16253 11.885C9.16253 11.2858 8.64206 10.8 8.00002 10.8C7.35799 10.8 6.83752 11.2858 6.83752 11.885C6.83752 12.4843 7.35799 12.97 8.00002 12.97Z",
|
|
64
|
+
stroke: fill,
|
|
65
|
+
"stroke-width": "1.5",
|
|
66
|
+
"stroke-linecap": "round",
|
|
67
|
+
"stroke-linejoin": "round"
|
|
68
|
+
}
|
|
69
|
+
)), "ICLine16Mobile");
|
|
70
|
+
|
|
71
|
+
// src/assets/ic-line-24-select-text.tsx
|
|
72
|
+
import React3 from "react";
|
|
73
|
+
var ICLine24SelectText = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React3.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React3.createElement(
|
|
74
|
+
"path",
|
|
75
|
+
{
|
|
76
|
+
d: "M9.50002 20.3333H14.5C18.6667 20.3333 20.3334 18.6666 20.3334 14.5V9.49996C20.3334 5.33329 18.6667 3.66663 14.5 3.66663H9.50002C5.33335 3.66663 3.66669 5.33329 3.66669 9.49996V14.5C3.66669 18.6666 5.33335 20.3333 9.50002 20.3333Z",
|
|
77
|
+
stroke: fill,
|
|
78
|
+
"stroke-width": "1.5",
|
|
79
|
+
"stroke-linecap": "round",
|
|
80
|
+
"stroke-linejoin": "round"
|
|
81
|
+
}
|
|
82
|
+
), /* @__PURE__ */ React3.createElement(
|
|
83
|
+
"path",
|
|
84
|
+
{
|
|
85
|
+
d: "M7.83331 9.40837C10.4583 8.10004 13.5416 8.10004 16.1666 9.40837",
|
|
86
|
+
stroke: fill,
|
|
87
|
+
"stroke-width": "1.5",
|
|
88
|
+
"stroke-linecap": "round",
|
|
89
|
+
"stroke-linejoin": "round"
|
|
90
|
+
}
|
|
91
|
+
), /* @__PURE__ */ React3.createElement("path", { d: "M12 15.5833V8.60828", stroke: fill, "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), "ICLine24SelectText");
|
|
92
|
+
|
|
93
|
+
// src/assets/ic-color-24-ppt.tsx
|
|
94
|
+
import React4 from "react";
|
|
95
|
+
var ICColor24Ppt = /* @__PURE__ */ __name(() => /* @__PURE__ */ React4.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React4.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4F44" }), /* @__PURE__ */ React4.createElement(
|
|
30
96
|
"path",
|
|
31
97
|
{
|
|
32
98
|
d: "M12.7326 7C13.823 7 14.7222 7.3324 15.4302 7.99721C16.1434 8.66202 16.5 9.50325 16.5 10.5209C16.5 11.5488 16.1434 12.4003 15.4302 13.0753C14.7222 13.7503 13.823 14.0879 12.7326 14.0879H10.8488V18H8.5V7H12.7326ZM12.7326 11.8556C13.1357 11.8556 13.469 11.7304 13.7326 11.4798C14.0013 11.2241 14.1357 10.9045 14.1357 10.5209C14.1357 10.1527 14.0013 9.84589 13.7326 9.60042C13.469 9.35495 13.1357 9.23222 12.7326 9.23222H10.8488V11.8556H12.7326Z",
|
|
@@ -34,57 +100,73 @@ var ICColor24Ppt = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__
|
|
|
34
100
|
}
|
|
35
101
|
)), "ICColor24Ppt");
|
|
36
102
|
|
|
103
|
+
// src/assets/ic-bold-24-file.tsx
|
|
104
|
+
import React5 from "react";
|
|
105
|
+
var ICBold24File = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React5.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React5.createElement(
|
|
106
|
+
"path",
|
|
107
|
+
{
|
|
108
|
+
d: "M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z",
|
|
109
|
+
fill
|
|
110
|
+
}
|
|
111
|
+
), /* @__PURE__ */ React5.createElement(
|
|
112
|
+
"path",
|
|
113
|
+
{
|
|
114
|
+
d: "M15.8 2.20999C15.39 1.79999 14.68 2.07999 14.68 2.64999V6.13999C14.68 7.59999 15.92 8.80999 17.43 8.80999C18.38 8.81999 19.7 8.81999 20.83 8.81999C21.4 8.81999 21.7 8.14999 21.3 7.74999C19.86 6.29999 17.28 3.68999 15.8 2.20999Z",
|
|
115
|
+
fill
|
|
116
|
+
}
|
|
117
|
+
)), "ICBold24File");
|
|
118
|
+
|
|
37
119
|
// src/assets/ic-bold-24-globe.tsx
|
|
38
|
-
import
|
|
39
|
-
var ICBold24Globe = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */
|
|
120
|
+
import React6 from "react";
|
|
121
|
+
var ICBold24Globe = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React6.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React6.createElement(
|
|
40
122
|
"path",
|
|
41
123
|
{
|
|
42
124
|
d: "M7.65 20.91C7.62 20.91 7.58 20.93 7.55 20.93C5.61 19.97 4.03 18.38 3.06 16.44C3.06 16.41 3.08 16.37 3.08 16.34C4.3 16.7 5.56 16.97 6.81 17.18C7.03 18.44 7.29 19.69 7.65 20.91Z",
|
|
43
125
|
fill
|
|
44
126
|
}
|
|
45
|
-
), /* @__PURE__ */
|
|
127
|
+
), /* @__PURE__ */ React6.createElement(
|
|
46
128
|
"path",
|
|
47
129
|
{
|
|
48
130
|
d: "M20.94 16.45C19.95 18.44 18.3 20.05 16.29 21.02C16.67 19.75 16.99 18.47 17.2 17.18C18.46 16.97 19.7 16.7 20.92 16.34C20.91 16.38 20.94 16.42 20.94 16.45Z",
|
|
49
131
|
fill
|
|
50
132
|
}
|
|
51
|
-
), /* @__PURE__ */
|
|
133
|
+
), /* @__PURE__ */ React6.createElement(
|
|
52
134
|
"path",
|
|
53
135
|
{
|
|
54
136
|
d: "M21.02 7.71001C19.76 7.33001 18.49 7.02001 17.2 6.80001C16.99 5.51001 16.68 4.23001 16.29 2.98001C18.36 3.97001 20.03 5.64001 21.02 7.71001Z",
|
|
55
137
|
fill
|
|
56
138
|
}
|
|
57
|
-
), /* @__PURE__ */
|
|
139
|
+
), /* @__PURE__ */ React6.createElement(
|
|
58
140
|
"path",
|
|
59
141
|
{
|
|
60
142
|
d: "M7.64998 3.09C7.28998 4.31 7.02998 5.55 6.81998 6.81C5.52998 7.01 4.24998 7.33 2.97998 7.71C3.94998 5.7 5.55998 4.05 7.54998 3.06C7.57998 3.06 7.61998 3.09 7.64998 3.09Z",
|
|
61
143
|
fill
|
|
62
144
|
}
|
|
63
|
-
), /* @__PURE__ */
|
|
145
|
+
), /* @__PURE__ */ React6.createElement(
|
|
64
146
|
"path",
|
|
65
147
|
{
|
|
66
148
|
d: "M15.49 6.59C13.17 6.33 10.83 6.33 8.51001 6.59C8.76001 5.22 9.08001 3.85 9.53001 2.53C9.55001 2.45 9.54001 2.39 9.55001 2.31C10.34 2.12 11.15 2 12 2C12.84 2 13.66 2.12 14.44 2.31C14.45 2.39 14.45 2.45 14.47 2.53C14.92 3.86 15.24 5.22 15.49 6.59Z",
|
|
67
149
|
fill
|
|
68
150
|
}
|
|
69
|
-
), /* @__PURE__ */
|
|
151
|
+
), /* @__PURE__ */ React6.createElement(
|
|
70
152
|
"path",
|
|
71
153
|
{
|
|
72
154
|
d: "M6.59 15.49C5.21 15.24 3.85 14.92 2.53 14.47C2.45 14.45 2.39 14.46 2.31 14.45C2.12 13.66 2 12.85 2 12C2 11.16 2.12 10.34 2.31 9.56001C2.39 9.55001 2.45 9.55001 2.53 9.53001C3.86 9.09001 5.21 8.76001 6.59 8.51001C6.34 10.83 6.34 13.17 6.59 15.49Z",
|
|
73
155
|
fill
|
|
74
156
|
}
|
|
75
|
-
), /* @__PURE__ */
|
|
157
|
+
), /* @__PURE__ */ React6.createElement(
|
|
76
158
|
"path",
|
|
77
159
|
{
|
|
78
160
|
d: "M22 12C22 12.85 21.88 13.66 21.69 14.45C21.61 14.46 21.55 14.45 21.47 14.47C20.14 14.91 18.78 15.24 17.41 15.49C17.67 13.17 17.67 10.83 17.41 8.51001C18.78 8.76001 20.15 9.08001 21.47 9.53001C21.55 9.55001 21.61 9.56001 21.69 9.56001C21.88 10.35 22 11.16 22 12Z",
|
|
79
161
|
fill
|
|
80
162
|
}
|
|
81
|
-
), /* @__PURE__ */
|
|
163
|
+
), /* @__PURE__ */ React6.createElement(
|
|
82
164
|
"path",
|
|
83
165
|
{
|
|
84
166
|
d: "M15.49 17.41C15.24 18.79 14.92 20.15 14.47 21.47C14.45 21.55 14.45 21.61 14.44 21.69C13.66 21.88 12.84 22 12 22C11.15 22 10.34 21.88 9.55001 21.69C9.54001 21.61 9.55001 21.55 9.53001 21.47C9.09001 20.14 8.76001 18.79 8.51001 17.41C9.67001 17.54 10.83 17.63 12 17.63C13.17 17.63 14.34 17.54 15.49 17.41Z",
|
|
85
167
|
fill
|
|
86
168
|
}
|
|
87
|
-
), /* @__PURE__ */
|
|
169
|
+
), /* @__PURE__ */ React6.createElement(
|
|
88
170
|
"path",
|
|
89
171
|
{
|
|
90
172
|
d: "M15.7633 15.7633C13.2622 16.0789 10.7378 16.0789 8.23667 15.7633C7.92111 13.2622 7.92111 10.7378 8.23667 8.23667C10.7378 7.92111 13.2622 7.92111 15.7633 8.23667C16.0789 10.7378 16.0789 13.2622 15.7633 15.7633Z",
|
|
@@ -92,57 +174,61 @@ var ICBold24Globe = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
92
174
|
}
|
|
93
175
|
)), "ICBold24Globe");
|
|
94
176
|
|
|
95
|
-
// src/assets/ic-
|
|
96
|
-
import
|
|
97
|
-
var
|
|
177
|
+
// src/assets/ic-bold-24-info.tsx
|
|
178
|
+
import React7 from "react";
|
|
179
|
+
var ICBold24Info = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React7.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React7.createElement(
|
|
98
180
|
"path",
|
|
99
181
|
{
|
|
100
|
-
d: "
|
|
101
|
-
|
|
102
|
-
"stroke-width": "1.5",
|
|
103
|
-
"stroke-linecap": "round",
|
|
104
|
-
"stroke-linejoin": "round"
|
|
182
|
+
d: "M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM11.25 11.25C11.25 10.84 11.59 10.5 12 10.5C12.41 10.5 12.75 10.84 12.75 11.25V16.25C12.75 16.66 12.41 17 12 17C11.59 17 11.25 16.66 11.25 16.25V11.25ZM12.92 8.38C12.87 8.51 12.8 8.61 12.71 8.71C12.61 8.8 12.5 8.87 12.38 8.92C12.26 8.97 12.13 9 12 9C11.87 9 11.74 8.97 11.62 8.92C11.5 8.87 11.39 8.8 11.29 8.71C11.2 8.61 11.13 8.51 11.08 8.38C11.03 8.26 11 8.13 11 8C11 7.87 11.03 7.74 11.08 7.62C11.13 7.5 11.2 7.39 11.29 7.29C11.39 7.2 11.5 7.13 11.62 7.08C11.86 6.98 12.14 6.98 12.38 7.08C12.5 7.13 12.61 7.2 12.71 7.29C12.8 7.39 12.87 7.5 12.92 7.62C12.97 7.74 13 7.87 13 8C13 8.13 12.97 8.26 12.92 8.38Z",
|
|
183
|
+
fill
|
|
105
184
|
}
|
|
106
|
-
),
|
|
185
|
+
)), "ICBold24Info");
|
|
186
|
+
|
|
187
|
+
// src/assets/ic-color-24-pdf.tsx
|
|
188
|
+
import React8 from "react";
|
|
189
|
+
var ICColor24Pdf = /* @__PURE__ */ __name(() => /* @__PURE__ */ React8.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React8.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4D4D" }), /* @__PURE__ */ React8.createElement("path", { d: "M15.4515 9.39844H19V10.5745H16.6761V11.783H18.7454V12.9591H16.6761V15.194H15.4515V9.39844Z", fill: "white" }), /* @__PURE__ */ React8.createElement(
|
|
107
190
|
"path",
|
|
108
191
|
{
|
|
109
|
-
d: "
|
|
110
|
-
|
|
111
|
-
"stroke-width": "1.5",
|
|
112
|
-
"stroke-linecap": "round",
|
|
113
|
-
"stroke-linejoin": "round"
|
|
192
|
+
d: "M11.802 9.39844C12.3516 9.39844 12.8501 9.52238 13.2974 9.77026C13.7473 10.0181 14.1003 10.3617 14.3562 10.8009C14.6122 11.24 14.7402 11.7304 14.7402 12.272C14.7402 12.8243 14.6122 13.3241 14.3562 13.7714C14.1003 14.216 13.7473 14.5649 13.2974 14.8182C12.8501 15.0688 12.3516 15.194 11.802 15.194H9.81757V9.39844H11.802ZM11.8868 14.018C12.3449 14.018 12.7235 13.8522 13.0225 13.5208C13.3243 13.1894 13.4752 12.7731 13.4752 12.272C13.4752 11.7789 13.3256 11.3734 13.0266 11.0555C12.7302 10.7349 12.3503 10.5745 11.8868 10.5745H11.0422V14.018H11.8868Z",
|
|
193
|
+
fill: "white"
|
|
114
194
|
}
|
|
115
|
-
), /* @__PURE__ */
|
|
195
|
+
), /* @__PURE__ */ React8.createElement(
|
|
196
|
+
"path",
|
|
197
|
+
{
|
|
198
|
+
d: "M7.2067 9.39844C7.77521 9.39844 8.24403 9.57357 8.61316 9.92384C8.98499 10.2741 9.1709 10.7173 9.1709 11.2535C9.1709 11.7951 8.98499 12.2437 8.61316 12.5994C8.24403 12.955 7.77521 13.1328 7.2067 13.1328H6.2246V15.194H5V9.39844H7.2067ZM7.2067 11.9568C7.41686 11.9568 7.59065 11.8907 7.72806 11.7587C7.86817 11.624 7.93822 11.4556 7.93822 11.2535C7.93822 11.0595 7.86817 10.8979 7.72806 10.7685C7.59065 10.6392 7.41686 10.5745 7.2067 10.5745H6.2246V11.9568H7.2067Z",
|
|
199
|
+
fill: "white"
|
|
200
|
+
}
|
|
201
|
+
)), "ICColor24Pdf");
|
|
116
202
|
|
|
117
|
-
// src/assets/ic-bold-
|
|
118
|
-
import
|
|
119
|
-
var
|
|
203
|
+
// src/assets/ic-bold-16-android.tsx
|
|
204
|
+
import React9 from "react";
|
|
205
|
+
var ICBold16Android = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React9.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React9.createElement("g", { "clip-path": "url(#clip0_175_148)" }, /* @__PURE__ */ React9.createElement(
|
|
120
206
|
"path",
|
|
121
207
|
{
|
|
122
|
-
d: "
|
|
208
|
+
d: "M11.7334 6.3199L12.96 4.1999C13.0667 3.99323 12.9867 3.7399 12.7867 3.63323C12.5934 3.53323 12.3534 3.59323 12.2334 3.7799L10.98 5.9399C9.07335 5.13323 6.92669 5.13323 5.02002 5.9399L3.76669 3.7799C3.64002 3.58657 3.38002 3.52657 3.18669 3.64657C3.00002 3.76657 2.94002 4.00657 3.04002 4.1999L4.26669 6.3199C2.51579 7.31961 1.28168 8.9988 0.831919 10.9318C0.699757 11.4998 1.16523 11.9999 1.74843 11.9999H14.2516C14.8348 11.9999 15.3003 11.4998 15.1681 10.9318C14.7184 8.9988 13.4843 7.31961 11.7334 6.3199ZM4.66669 10.1666C4.20669 10.1666 3.83335 9.79323 3.83335 9.33323C3.83335 8.87323 4.20669 8.4999 4.66669 8.4999C5.12669 8.4999 5.50002 8.87323 5.50002 9.33323C5.50002 9.79323 5.12669 10.1666 4.66669 10.1666ZM11.3334 10.1666C10.8734 10.1666 10.5 9.79323 10.5 9.33323C10.5 8.87323 10.8734 8.4999 11.3334 8.4999C11.7934 8.4999 12.1667 8.87323 12.1667 9.33323C12.1667 9.79323 11.7934 10.1666 11.3334 10.1666Z",
|
|
123
209
|
fill
|
|
124
210
|
}
|
|
125
|
-
), /* @__PURE__ */
|
|
211
|
+
)), /* @__PURE__ */ React9.createElement("defs", null, /* @__PURE__ */ React9.createElement("clipPath", { id: "clip0_175_148" }, /* @__PURE__ */ React9.createElement("rect", { width: "16", height: "16", fill: "white" })))), "ICBold16Android");
|
|
212
|
+
|
|
213
|
+
// src/assets/ic-bold-24-chat.tsx
|
|
214
|
+
import React10 from "react";
|
|
215
|
+
var ICBold24Chat = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React10.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React10.createElement(
|
|
126
216
|
"path",
|
|
127
217
|
{
|
|
128
|
-
d: "
|
|
218
|
+
d: "M18.47 16.83L18.86 19.99C18.96 20.82 18.07 21.4 17.36 20.97L13.9 18.91C13.66 18.77 13.6 18.47 13.73 18.23C14.23 17.31 14.5 16.27 14.5 15.23C14.5 11.57 11.36 8.59 7.50002 8.59C6.71002 8.59 5.94002 8.71 5.22002 8.95C4.85002 9.07 4.49002 8.73 4.58002 8.35C5.49002 4.71 8.99002 2 13.17 2C18.05 2 22 5.69 22 10.24C22 12.94 20.61 15.33 18.47 16.83Z",
|
|
129
219
|
fill
|
|
130
220
|
}
|
|
131
|
-
)
|
|
132
|
-
|
|
133
|
-
// src/assets/ic-bold-16-android.tsx
|
|
134
|
-
import React5 from "react";
|
|
135
|
-
var ICBold16Android = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React5.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React5.createElement("g", { "clip-path": "url(#clip0_175_148)" }, /* @__PURE__ */ React5.createElement(
|
|
221
|
+
), /* @__PURE__ */ React10.createElement(
|
|
136
222
|
"path",
|
|
137
223
|
{
|
|
138
|
-
d: "
|
|
224
|
+
d: "M13 15.23C13 16.42 12.56 17.52 11.82 18.39C10.83 19.59 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.33C2.86 18.4 2 16.91 2 15.23C2 13.47 2.94 11.92 4.38 11C5.27 10.42 6.34 10.09 7.5 10.09C10.54 10.09 13 12.39 13 15.23Z",
|
|
139
225
|
fill
|
|
140
226
|
}
|
|
141
|
-
)),
|
|
227
|
+
)), "ICBold24Chat");
|
|
142
228
|
|
|
143
229
|
// src/assets/ic-color-24-text.tsx
|
|
144
|
-
import
|
|
145
|
-
var ICColor24Text = /* @__PURE__ */ __name((
|
|
230
|
+
import React11 from "react";
|
|
231
|
+
var ICColor24Text = /* @__PURE__ */ __name(() => /* @__PURE__ */ React11.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React11.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#647280" }), /* @__PURE__ */ React11.createElement(
|
|
146
232
|
"path",
|
|
147
233
|
{
|
|
148
234
|
d: "M16.1193 11.7783H15.188V10.4353H16.1193H16.1693V10.3853V9.05H17.5858V10.3853V10.4353H17.6358H18.8819V11.7783H17.6358H17.5858V11.8283V13.5232C17.5858 13.7766 17.6689 13.9862 17.8373 14.1471L17.8378 14.1475C18.005 14.3036 18.2098 14.3813 18.4491 14.3813C18.6034 14.3813 18.7456 14.3628 18.8752 14.3251L18.9482 15.5702C18.7586 15.6546 18.5177 15.6981 18.2235 15.6981C17.6046 15.6981 17.1089 15.5129 16.7315 15.1457C16.3584 14.776 16.1693 14.2636 16.1693 13.6019V11.8283V11.7783H16.1193Z",
|
|
@@ -150,7 +236,7 @@ var ICColor24Text = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
150
236
|
stroke: "#647280",
|
|
151
237
|
"stroke-width": "0.1"
|
|
152
238
|
}
|
|
153
|
-
), /* @__PURE__ */
|
|
239
|
+
), /* @__PURE__ */ React11.createElement(
|
|
154
240
|
"path",
|
|
155
241
|
{
|
|
156
242
|
d: "M12.0482 14.2082L11.0661 15.6141H9.38305L11.2276 12.9746L11.2476 12.946L11.2277 12.9174L9.49833 10.4353H11.2026L12.0587 11.6627L12.0995 11.7212L12.1406 11.663L13.0072 10.4353H14.6904L12.9613 12.9068L12.9412 12.9355L12.9613 12.9642L14.8214 15.6141H13.1174L12.1301 14.2081L12.0891 14.1497L12.0482 14.2082Z",
|
|
@@ -158,7 +244,7 @@ var ICColor24Text = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
158
244
|
stroke: "#647280",
|
|
159
245
|
"stroke-width": "0.1"
|
|
160
246
|
}
|
|
161
|
-
), /* @__PURE__ */
|
|
247
|
+
), /* @__PURE__ */ React11.createElement(
|
|
162
248
|
"path",
|
|
163
249
|
{
|
|
164
250
|
d: "M5.98126 11.7783H5.05V10.4353H5.98126H6.03126V10.3853V9.05H7.44775V10.3853V10.4353H7.49775H8.74385V11.7783H7.49775H7.44775V11.8283V13.5232C7.44775 13.7766 7.53092 13.9862 7.69934 14.1471L7.69977 14.1475C7.867 14.3036 8.07182 14.3813 8.31109 14.3813C8.46539 14.3813 8.60756 14.3628 8.73721 14.3251L8.81016 15.5702C8.62058 15.6546 8.37974 15.6981 8.08546 15.6981C7.46661 15.6981 6.97094 15.5129 6.5935 15.1457C6.22044 14.776 6.03126 14.2636 6.03126 13.6019V11.8283V11.7783H5.98126Z",
|
|
@@ -169,26 +255,26 @@ var ICColor24Text = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
169
255
|
)), "ICColor24Text");
|
|
170
256
|
|
|
171
257
|
// src/assets/ic-bold-16-chrome.tsx
|
|
172
|
-
import
|
|
173
|
-
var ICBold16Chrome = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */
|
|
258
|
+
import React12 from "react";
|
|
259
|
+
var ICBold16Chrome = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React12.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React12.createElement(
|
|
174
260
|
"path",
|
|
175
261
|
{
|
|
176
262
|
d: "M7.88001 4.59992C9.78668 4.18659 11.72 4.12659 13.6333 4.43992C12.4533 2.57325 10.3733 1.33325 8.00001 1.33325C5.92668 1.33325 4.07335 2.27992 2.84668 3.76659C3.14001 4.63325 3.51335 5.45992 3.96001 6.24658C4.21335 6.69992 4.86001 6.67992 5.12001 6.23325C5.68668 5.27992 6.70668 4.63992 7.88001 4.59992Z",
|
|
177
263
|
fill
|
|
178
264
|
}
|
|
179
|
-
), /* @__PURE__ */
|
|
265
|
+
), /* @__PURE__ */ React12.createElement(
|
|
180
266
|
"path",
|
|
181
267
|
{
|
|
182
268
|
d: "M5.14664 9.81329C3.8133 8.38663 2.7733 6.75996 2.05997 4.95996C1.05997 6.93329 1.06664 9.35329 2.28664 11.3866C3.3533 13.1666 5.1133 14.2733 7.01997 14.56C7.6133 13.86 8.1333 13.1133 8.57997 12.3333C8.83997 11.88 8.48664 11.34 7.96664 11.34C6.8533 11.3466 5.77997 10.8 5.14664 9.81329Z",
|
|
183
269
|
fill
|
|
184
270
|
}
|
|
185
|
-
), /* @__PURE__ */
|
|
271
|
+
), /* @__PURE__ */ React12.createElement(
|
|
186
272
|
"path",
|
|
187
273
|
{
|
|
188
274
|
d: "M5.71332 8C5.71332 8.40667 5.81332 8.78667 6.01998 9.14667C6.42665 9.84667 7.17998 10.2867 7.99332 10.2867C8.80665 10.2867 9.56665 9.84667 9.96665 9.14667C10.1733 8.78667 10.28 8.40667 10.28 8C10.28 6.74 9.25332 5.72 7.99332 5.72C6.73998 5.71334 5.71332 6.74 5.71332 8Z",
|
|
189
275
|
fill
|
|
190
276
|
}
|
|
191
|
-
), /* @__PURE__ */
|
|
277
|
+
), /* @__PURE__ */ React12.createElement(
|
|
192
278
|
"path",
|
|
193
279
|
{
|
|
194
280
|
d: "M14.2267 5.61344C13.3134 5.42011 12.3867 5.31344 11.4667 5.30011C10.94 5.29344 10.64 5.86677 10.9 6.32677C11.1667 6.80011 11.32 7.34677 11.32 7.92677C11.32 8.48677 11.1734 9.04011 10.9 9.53344C10.2734 11.4534 9.34002 13.1601 8.10669 14.6668C11.74 14.6068 14.6667 11.6468 14.6667 8.00011C14.6667 7.16011 14.5134 6.35344 14.2267 5.61344Z",
|
|
@@ -196,61 +282,31 @@ var ICBold16Chrome = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE
|
|
|
196
282
|
}
|
|
197
283
|
)), "ICBold16Chrome");
|
|
198
284
|
|
|
199
|
-
// src/assets/ic-color-24-
|
|
200
|
-
import
|
|
201
|
-
var
|
|
202
|
-
"path",
|
|
203
|
-
{
|
|
204
|
-
d: "M17 17H14.31L11.9776 13.7294L9.66021 17H7L10.6662 11.8605L7.20119 7H9.90611L12.0075 9.97071L14.1162 7H16.7541L13.3338 11.8326L17 17Z",
|
|
205
|
-
fill: "white"
|
|
206
|
-
}
|
|
207
|
-
)), "ICColor24Excel");
|
|
208
|
-
|
|
209
|
-
// src/assets/ic-bold-16-apple.tsx
|
|
210
|
-
import React9 from "react";
|
|
211
|
-
var ICBold16Apple = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React9.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React9.createElement(
|
|
212
|
-
"path",
|
|
213
|
-
{
|
|
214
|
-
"fill-rule": "evenodd",
|
|
215
|
-
"clip-rule": "evenodd",
|
|
216
|
-
d: "M12.7333 12.7734C13.1266 12.1734 13.2733 11.8668 13.5733 11.1934C11.36 10.3534 11.0067 7.20007 13.1933 5.99341C12.5267 5.15341 11.5867 4.66675 10.7 4.66675C10.06 4.66675 9.61998 4.83342 9.22665 4.98676C8.89331 5.11342 8.59332 5.22675 8.21999 5.22675C7.81998 5.22675 7.46665 5.10009 7.09332 4.96676C6.68665 4.82009 6.25998 4.66675 5.72665 4.66675C4.73331 4.66675 3.67332 5.27342 2.99998 6.31342C2.05332 7.78008 2.21999 10.5267 3.74665 12.8734C4.29332 13.7134 5.02665 14.6534 5.97998 14.6667C6.37998 14.6734 6.63998 14.5534 6.92665 14.4268C7.25332 14.2801 7.60665 14.1201 8.22665 14.1201C8.84665 14.1134 9.19332 14.2801 9.51998 14.4268C9.79998 14.5534 10.0533 14.6734 10.4466 14.6667C11.4133 14.6534 12.1866 13.6134 12.7333 12.7734Z",
|
|
217
|
-
fill
|
|
218
|
-
}
|
|
219
|
-
), /* @__PURE__ */ React9.createElement(
|
|
220
|
-
"path",
|
|
221
|
-
{
|
|
222
|
-
"fill-rule": "evenodd",
|
|
223
|
-
"clip-rule": "evenodd",
|
|
224
|
-
d: "M10.56 1.33325C10.6666 2.06659 10.3666 2.79326 9.97332 3.29993C9.55332 3.84659 8.81998 4.27325 8.11332 4.24658C7.98665 3.53992 8.31332 2.81325 8.71332 2.32658C9.15998 1.79325 9.91331 1.37992 10.56 1.33325Z",
|
|
225
|
-
fill
|
|
226
|
-
}
|
|
227
|
-
)), "ICBold16Apple");
|
|
228
|
-
|
|
229
|
-
// src/assets/ic-bold-24-image.tsx
|
|
230
|
-
import React10 from "react";
|
|
231
|
-
var ICBold24Image = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React10.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React10.createElement(
|
|
285
|
+
// src/assets/ic-color-24-writer.tsx
|
|
286
|
+
import React13 from "react";
|
|
287
|
+
var ICColor24Writer = /* @__PURE__ */ __name(() => /* @__PURE__ */ React13.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React13.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#00BAC6" }), /* @__PURE__ */ React13.createElement(
|
|
232
288
|
"path",
|
|
233
289
|
{
|
|
234
|
-
d: "
|
|
235
|
-
fill
|
|
290
|
+
d: "M17.614 11.09L15.654 12.329L11.692 8.36699L12.924 6.40699C13.498 5.50399 14.646 5.46199 15.493 6.30199L17.719 8.52799C18.51 9.31899 18.461 10.551 17.614 11.09Z",
|
|
291
|
+
fill: "#00555A"
|
|
236
292
|
}
|
|
237
|
-
), /* @__PURE__ */
|
|
293
|
+
), /* @__PURE__ */ React13.createElement(
|
|
238
294
|
"path",
|
|
239
295
|
{
|
|
240
|
-
d: "
|
|
241
|
-
fill
|
|
296
|
+
d: "M13.897 17.565L7.80002 18.286C7.38002 18.335 7.00202 18.272 6.68702 18.118C6.34402 17.95 6.07802 17.684 5.91002 17.341C5.75602 17.026 5.70002 16.648 5.74202 16.235L6.47002 10.131C6.64502 8.60497 7.21202 8.10797 8.82202 8.19897L11.706 8.37397L15.668 12.336L15.836 15.22C15.983 16.83 15.43 17.39 13.897 17.565Z",
|
|
297
|
+
fill: "white"
|
|
242
298
|
}
|
|
243
|
-
), /* @__PURE__ */
|
|
299
|
+
), /* @__PURE__ */ React13.createElement(
|
|
244
300
|
"path",
|
|
245
301
|
{
|
|
246
|
-
d: "
|
|
247
|
-
fill
|
|
302
|
+
d: "M9.18602 15.605L6.68002 18.111C6.33702 17.943 6.07102 17.677 5.90302 17.334L8.41602 14.821C8.63302 14.611 8.98302 14.611 9.19301 14.821C9.41001 15.045 9.41002 15.388 9.18602 15.605Z",
|
|
303
|
+
fill: "#00555A"
|
|
248
304
|
}
|
|
249
|
-
)), "
|
|
305
|
+
)), "ICColor24Writer");
|
|
250
306
|
|
|
251
307
|
// src/assets/ic-bold-24-caution.tsx
|
|
252
|
-
import
|
|
253
|
-
var ICBold24Caution = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */
|
|
308
|
+
import React14 from "react";
|
|
309
|
+
var ICBold24Caution = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React14.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React14.createElement(
|
|
254
310
|
"path",
|
|
255
311
|
{
|
|
256
312
|
d: "M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM11.25 8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75C11.59 13.75 11.25 13.41 11.25 13V8ZM12.92 16.38C12.87 16.51 12.8 16.61 12.71 16.71C12.61 16.8 12.5 16.87 12.38 16.92C12.26 16.97 12.13 17 12 17C11.87 17 11.74 16.97 11.62 16.92C11.5 16.87 11.39 16.8 11.29 16.71C11.2 16.61 11.13 16.51 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.87 11.03 15.74 11.08 15.62C11.13 15.5 11.2 15.39 11.29 15.29C11.39 15.2 11.5 15.13 11.62 15.08C11.86 14.98 12.14 14.98 12.38 15.08C12.5 15.13 12.61 15.2 12.71 15.29C12.8 15.39 12.87 15.5 12.92 15.62C12.97 15.74 13 15.87 13 16C13 16.13 12.97 16.26 12.92 16.38Z",
|
|
@@ -259,8 +315,8 @@ var ICBold24Caution = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PUR
|
|
|
259
315
|
)), "ICBold24Caution");
|
|
260
316
|
|
|
261
317
|
// src/assets/ic-color-24-html.tsx
|
|
262
|
-
import
|
|
263
|
-
var ICColor24Html = /* @__PURE__ */ __name((
|
|
318
|
+
import React15 from "react";
|
|
319
|
+
var ICColor24Html = /* @__PURE__ */ __name(() => /* @__PURE__ */ React15.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React15.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4D4D" }), /* @__PURE__ */ React15.createElement(
|
|
264
320
|
"path",
|
|
265
321
|
{
|
|
266
322
|
d: "M14.7967 14.9213V15.0033L14.8696 14.9657L19.2299 12.7175L19.257 12.7035V12.673V11.4401V11.4097L19.23 11.3957L14.8696 9.14186L14.7967 9.10415V9.18628V10.8209V10.8519L14.8245 10.8657L17.2048 12.0427L14.8244 13.2252L14.7967 13.239V13.27V14.9213Z",
|
|
@@ -268,7 +324,7 @@ var ICColor24Html = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
268
324
|
stroke: "#FF4C4C",
|
|
269
325
|
"stroke-width": "0.1"
|
|
270
326
|
}
|
|
271
|
-
), /* @__PURE__ */
|
|
327
|
+
), /* @__PURE__ */ React15.createElement(
|
|
272
328
|
"path",
|
|
273
329
|
{
|
|
274
330
|
d: "M9.65354 15.9801L9.62736 16.048H9.7002H11.209H11.2433L11.2556 16.016L14.3367 8.01602L14.3629 7.94805H14.29H12.7812H12.7469L12.7346 7.98008L9.65354 15.9801Z",
|
|
@@ -276,7 +332,7 @@ var ICColor24Html = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
276
332
|
stroke: "#FF4C4C",
|
|
277
333
|
"stroke-width": "0.1"
|
|
278
334
|
}
|
|
279
|
-
), /* @__PURE__ */
|
|
335
|
+
), /* @__PURE__ */ React15.createElement(
|
|
280
336
|
"path",
|
|
281
337
|
{
|
|
282
338
|
d: "M9.12552 14.9657L9.19844 15.0033V14.9213V13.27V13.239L9.17068 13.2252L6.79033 12.0427L9.1706 10.8657L9.19844 10.8519V10.8209V9.18628V9.10415L9.12548 9.14186L4.76513 11.3957L4.73809 11.4097V11.4401V12.673V12.7035L4.76517 12.7175L9.12552 14.9657Z",
|
|
@@ -286,41 +342,51 @@ var ICColor24Html = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE_
|
|
|
286
342
|
}
|
|
287
343
|
)), "ICColor24Html");
|
|
288
344
|
|
|
289
|
-
// src/assets/ic-color-24-
|
|
290
|
-
import
|
|
291
|
-
var
|
|
345
|
+
// src/assets/ic-color-24-word.tsx
|
|
346
|
+
import React16 from "react";
|
|
347
|
+
var ICColor24Word = /* @__PURE__ */ __name(() => /* @__PURE__ */ React16.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React16.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#297DD6" }), /* @__PURE__ */ React16.createElement(
|
|
292
348
|
"path",
|
|
293
349
|
{
|
|
294
|
-
d: "
|
|
295
|
-
fill: "white"
|
|
350
|
+
d: "M16.1389 8.4H16.0647L16.0432 8.47112L14.4866 13.6318L12.8409 8.46963L12.8187 8.4H12.7456H11.319H11.2459L11.2237 8.46963L9.57731 13.634L7.99778 8.47075L7.97614 8.4H7.90215H6H5.86149L5.90508 8.53147L8.72308 17.0315L8.7458 17.1H8.818H10.2564H10.3292L10.3516 17.0306L12.0121 11.8681L13.6837 17.0308L13.7061 17.1H13.7789H15.2114H15.2838L15.3064 17.0312L18.095 8.53117L18.1381 8.4H18H16.1389Z",
|
|
351
|
+
fill: "white",
|
|
352
|
+
stroke: "white",
|
|
353
|
+
"stroke-width": "0.2"
|
|
296
354
|
}
|
|
297
|
-
),
|
|
355
|
+
)), "ICColor24Word");
|
|
356
|
+
|
|
357
|
+
// src/assets/ic-color-24-workspace.tsx
|
|
358
|
+
import React17 from "react";
|
|
359
|
+
var ICColor24Workspace = /* @__PURE__ */ __name(() => /* @__PURE__ */ React17.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React17.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#4058FF" }), /* @__PURE__ */ React17.createElement(
|
|
298
360
|
"path",
|
|
299
361
|
{
|
|
300
|
-
d: "
|
|
301
|
-
fill: "white"
|
|
362
|
+
d: "M18.3287 8.633L12.0007 12.294L5.67267 8.633C5.95267 8.115 6.35867 7.66 6.81367 7.408L10.5517 5.336C11.3497 4.888 12.6517 4.888 13.4497 5.336L17.1877 7.408C17.6427 7.66 18.0487 8.115 18.3287 8.633Z",
|
|
363
|
+
fill: "white",
|
|
364
|
+
"fill-opacity": "0.3"
|
|
302
365
|
}
|
|
303
|
-
)
|
|
304
|
-
|
|
305
|
-
// src/assets/ic-bold-24-info.tsx
|
|
306
|
-
import React14 from "react";
|
|
307
|
-
var ICBold24Info = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React14.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React14.createElement(
|
|
366
|
+
), /* @__PURE__ */ React17.createElement(
|
|
308
367
|
"path",
|
|
309
368
|
{
|
|
310
|
-
d: "M12
|
|
311
|
-
fill
|
|
369
|
+
d: "M12.0004 12.2939V18.9999C11.4754 18.9999 10.9504 18.8879 10.5514 18.6639L6.81344 16.5919C5.96644 16.1229 5.27344 14.9469 5.27344 13.9809V10.0189C5.27344 9.57093 5.42744 9.08093 5.67244 8.63293L12.0004 12.2939Z",
|
|
370
|
+
fill: "white",
|
|
371
|
+
"fill-opacity": "0.6"
|
|
312
372
|
}
|
|
313
|
-
)
|
|
373
|
+
), /* @__PURE__ */ React17.createElement(
|
|
374
|
+
"path",
|
|
375
|
+
{
|
|
376
|
+
d: "M18.7277 10.0189V13.9809C18.7277 14.9469 18.0347 16.1229 17.1877 16.5919L13.4497 18.6639C13.0507 18.8879 12.5257 18.9999 12.0007 18.9999V12.2939L18.3287 8.63293C18.5737 9.08093 18.7277 9.57093 18.7277 10.0189Z",
|
|
377
|
+
fill: "white"
|
|
378
|
+
}
|
|
379
|
+
)), "ICColor24Workspace");
|
|
314
380
|
|
|
315
381
|
// src/assets/ic-bold-16-quote-up.tsx
|
|
316
|
-
import
|
|
317
|
-
var ICBold16QuoteUp = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */
|
|
382
|
+
import React18 from "react";
|
|
383
|
+
var ICBold16QuoteUp = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React18.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React18.createElement(
|
|
318
384
|
"path",
|
|
319
385
|
{
|
|
320
386
|
d: "M5.39331 7.7534H2.26665C2.31998 4.64006 2.93331 4.12673 4.84665 2.9934C5.06665 2.86006 5.13998 2.58006 5.00665 2.3534C4.87998 2.1334 4.59331 2.06006 4.37331 2.1934C2.11998 3.52673 1.33331 4.34006 1.33331 8.2134V11.8067C1.33331 12.9467 2.25998 13.8667 3.39331 13.8667H5.39331C6.56665 13.8667 7.45331 12.9801 7.45331 11.8067V9.80673C7.45331 8.64006 6.56665 7.7534 5.39331 7.7534Z",
|
|
321
387
|
fill
|
|
322
388
|
}
|
|
323
|
-
), /* @__PURE__ */
|
|
389
|
+
), /* @__PURE__ */ React18.createElement(
|
|
324
390
|
"path",
|
|
325
391
|
{
|
|
326
392
|
d: "M12.6066 7.7534H9.47998C9.53331 4.64006 10.1466 4.12673 12.06 2.9934C12.28 2.86006 12.3533 2.58006 12.22 2.3534C12.0866 2.1334 11.8066 2.06006 11.58 2.1934C9.32664 3.52673 8.53998 4.34006 8.53998 8.22006V11.8134C8.53998 12.9534 9.46664 13.8734 10.6 13.8734H12.6C13.7733 13.8734 14.66 12.9867 14.66 11.8134V9.8134C14.6666 8.64006 13.78 7.7534 12.6066 7.7534Z",
|
|
@@ -328,55 +394,57 @@ var ICBold16QuoteUp = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PUR
|
|
|
328
394
|
}
|
|
329
395
|
)), "ICBold16QuoteUp");
|
|
330
396
|
|
|
331
|
-
// src/assets/ic-
|
|
332
|
-
import
|
|
333
|
-
var
|
|
397
|
+
// src/assets/ic-bold-24-image.tsx
|
|
398
|
+
import React19 from "react";
|
|
399
|
+
var ICBold24Image = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React19.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React19.createElement(
|
|
334
400
|
"path",
|
|
335
401
|
{
|
|
336
|
-
d: "
|
|
337
|
-
|
|
338
|
-
"stroke-width": "1.5",
|
|
339
|
-
"stroke-linecap": "round",
|
|
340
|
-
"stroke-linejoin": "round"
|
|
402
|
+
d: "M2.57999 19.01L2.55999 19.03C2.28999 18.44 2.11999 17.77 2.04999 17.03C2.11999 17.76 2.30999 18.42 2.57999 19.01Z",
|
|
403
|
+
fill
|
|
341
404
|
}
|
|
342
|
-
), /* @__PURE__ */
|
|
405
|
+
), /* @__PURE__ */ React19.createElement(
|
|
343
406
|
"path",
|
|
344
407
|
{
|
|
345
|
-
d: "
|
|
346
|
-
|
|
347
|
-
"stroke-width": "1.5",
|
|
348
|
-
"stroke-linecap": "round",
|
|
349
|
-
"stroke-linejoin": "round"
|
|
408
|
+
d: "M9 10.38C10.3144 10.38 11.38 9.31443 11.38 8C11.38 6.68556 10.3144 5.62 9 5.62C7.68556 5.62 6.62 6.68556 6.62 8C6.62 9.31443 7.68556 10.38 9 10.38Z",
|
|
409
|
+
fill
|
|
350
410
|
}
|
|
351
|
-
)
|
|
411
|
+
), /* @__PURE__ */ React19.createElement(
|
|
412
|
+
"path",
|
|
413
|
+
{
|
|
414
|
+
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V13.9V7.81C22 4.17 19.83 2 16.19 2ZM20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V12.61L20.37 12.5Z",
|
|
415
|
+
fill
|
|
416
|
+
}
|
|
417
|
+
)), "ICBold24Image");
|
|
352
418
|
|
|
353
|
-
// src/assets/ic-bold-
|
|
354
|
-
import
|
|
355
|
-
var
|
|
419
|
+
// src/assets/ic-bold-16-apple.tsx
|
|
420
|
+
import React20 from "react";
|
|
421
|
+
var ICBold16Apple = /* @__PURE__ */ __name(({ fill = "#000000" }) => /* @__PURE__ */ React20.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React20.createElement(
|
|
356
422
|
"path",
|
|
357
423
|
{
|
|
358
|
-
|
|
424
|
+
"fill-rule": "evenodd",
|
|
425
|
+
"clip-rule": "evenodd",
|
|
426
|
+
d: "M12.7333 12.7734C13.1266 12.1734 13.2733 11.8668 13.5733 11.1934C11.36 10.3534 11.0067 7.20007 13.1933 5.99341C12.5267 5.15341 11.5867 4.66675 10.7 4.66675C10.06 4.66675 9.61998 4.83342 9.22665 4.98676C8.89331 5.11342 8.59332 5.22675 8.21999 5.22675C7.81998 5.22675 7.46665 5.10009 7.09332 4.96676C6.68665 4.82009 6.25998 4.66675 5.72665 4.66675C4.73331 4.66675 3.67332 5.27342 2.99998 6.31342C2.05332 7.78008 2.21999 10.5267 3.74665 12.8734C4.29332 13.7134 5.02665 14.6534 5.97998 14.6667C6.37998 14.6734 6.63998 14.5534 6.92665 14.4268C7.25332 14.2801 7.60665 14.1201 8.22665 14.1201C8.84665 14.1134 9.19332 14.2801 9.51998 14.4268C9.79998 14.5534 10.0533 14.6734 10.4466 14.6667C11.4133 14.6534 12.1866 13.6134 12.7333 12.7734Z",
|
|
359
427
|
fill
|
|
360
428
|
}
|
|
361
|
-
), /* @__PURE__ */
|
|
429
|
+
), /* @__PURE__ */ React20.createElement(
|
|
362
430
|
"path",
|
|
363
431
|
{
|
|
364
|
-
|
|
432
|
+
"fill-rule": "evenodd",
|
|
433
|
+
"clip-rule": "evenodd",
|
|
434
|
+
d: "M10.56 1.33325C10.6666 2.06659 10.3666 2.79326 9.97332 3.29993C9.55332 3.84659 8.81998 4.27325 8.11332 4.24658C7.98665 3.53992 8.31332 2.81325 8.71332 2.32658C9.15998 1.79325 9.91331 1.37992 10.56 1.33325Z",
|
|
365
435
|
fill
|
|
366
436
|
}
|
|
367
|
-
)), "
|
|
437
|
+
)), "ICBold16Apple");
|
|
368
438
|
|
|
369
|
-
// src/assets/ic-color-24-
|
|
370
|
-
import
|
|
371
|
-
var
|
|
439
|
+
// src/assets/ic-color-24-excel.tsx
|
|
440
|
+
import React21 from "react";
|
|
441
|
+
var ICColor24Excel = /* @__PURE__ */ __name(() => /* @__PURE__ */ React21.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React21.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#22A162" }), /* @__PURE__ */ React21.createElement(
|
|
372
442
|
"path",
|
|
373
443
|
{
|
|
374
|
-
d: "
|
|
375
|
-
fill: "white"
|
|
376
|
-
stroke: "white",
|
|
377
|
-
"stroke-width": "0.2"
|
|
444
|
+
d: "M17 17H14.31L11.9776 13.7294L9.66021 17H7L10.6662 11.8605L7.20119 7H9.90611L12.0075 9.97071L14.1162 7H16.7541L13.3338 11.8326L17 17Z",
|
|
445
|
+
fill: "white"
|
|
378
446
|
}
|
|
379
|
-
)), "
|
|
447
|
+
)), "ICColor24Excel");
|
|
380
448
|
|
|
381
449
|
// src/typography.ts
|
|
382
450
|
var typography = {
|
|
@@ -418,10 +486,13 @@ export {
|
|
|
418
486
|
ICBold24Info,
|
|
419
487
|
ICColor24Excel,
|
|
420
488
|
ICColor24Html,
|
|
489
|
+
ICColor24Image,
|
|
421
490
|
ICColor24Pdf,
|
|
422
491
|
ICColor24Ppt,
|
|
423
492
|
ICColor24Text,
|
|
424
493
|
ICColor24Word,
|
|
494
|
+
ICColor24Workspace,
|
|
495
|
+
ICColor24Writer,
|
|
425
496
|
ICLine16Mobile,
|
|
426
497
|
ICLine24SelectText,
|
|
427
498
|
color,
|