@liner-fe/design-token 2.0.7 → 2.0.9
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/index.d.ts +9 -11
- package/lib/color.d.ts +12 -0
- package/lib/index.cjs +201 -217
- package/lib/index.cjs.map +4 -4
- package/lib/index.mjs +201 -217
- package/lib/index.mjs.map +4 -4
- package/lib/typography.d.ts +24 -24
- package/package.json +1 -1
- package/src/assets/index.ts +9 -11
- package/src/color.ts +12 -0
- package/src/typography.ts +24 -24
- package/lib/assets/ic-bold-16-quote-up.d.ts +0 -2
- package/lib/assets/ic-color-24-excel.d.ts +0 -2
package/lib/index.cjs
CHANGED
|
@@ -34,14 +34,12 @@ __export(src_exports, {
|
|
|
34
34
|
ICBold16Android: () => ICBold16Android,
|
|
35
35
|
ICBold16Apple: () => ICBold16Apple,
|
|
36
36
|
ICBold16Chrome: () => ICBold16Chrome,
|
|
37
|
-
ICBold16QuoteUp: () => ICBold16QuoteUp,
|
|
38
37
|
ICBold24Caution: () => ICBold24Caution,
|
|
39
38
|
ICBold24Chat: () => ICBold24Chat,
|
|
40
39
|
ICBold24File: () => ICBold24File,
|
|
41
40
|
ICBold24Globe: () => ICBold24Globe,
|
|
42
41
|
ICBold24Image: () => ICBold24Image,
|
|
43
42
|
ICBold24Info: () => ICBold24Info,
|
|
44
|
-
ICColor24Excel: () => ICColor24Excel,
|
|
45
43
|
ICColor24Html: () => ICColor24Html,
|
|
46
44
|
ICColor24Pdf: () => ICColor24Pdf,
|
|
47
45
|
ICColor24Ppt: () => ICColor24Ppt,
|
|
@@ -60,70 +58,104 @@ var color = {
|
|
|
60
58
|
red: "#FF4D4D",
|
|
61
59
|
blue95: "#048FDB",
|
|
62
60
|
blue10: "#ECF5FF",
|
|
63
|
-
blue15: "#E2F1FF"
|
|
61
|
+
blue15: "#E2F1FF",
|
|
62
|
+
coolgray99: "#F7FAFD",
|
|
63
|
+
coolgray97: "#F2F5F7",
|
|
64
|
+
coolgray95: "#E9EDF2",
|
|
65
|
+
coolgray90: "#D8DFE5",
|
|
66
|
+
coolgray80: "#B8C2CC",
|
|
67
|
+
coolgray70: "#9AA7B3",
|
|
68
|
+
coolgray60: "#7D8B99",
|
|
69
|
+
coolgray50: "#647280",
|
|
70
|
+
coolgray40: "#4B5966",
|
|
71
|
+
coolgray30: "#36424D",
|
|
72
|
+
coolgray20: "#222A33",
|
|
73
|
+
coolgray5: "#080A0D"
|
|
64
74
|
};
|
|
65
75
|
|
|
66
|
-
// src/assets/ic-
|
|
76
|
+
// src/assets/ic-line-24-select-text.tsx
|
|
67
77
|
var import_react = __toESM(require("react"));
|
|
68
|
-
var
|
|
78
|
+
var ICLine24SelectText = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react.default.createElement(
|
|
69
79
|
"path",
|
|
70
80
|
{
|
|
71
|
-
d: "
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
{
|
|
77
|
-
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",
|
|
78
|
-
fill: "black"
|
|
81
|
+
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",
|
|
82
|
+
stroke: "black",
|
|
83
|
+
"stroke-width": "1.5",
|
|
84
|
+
"stroke-linecap": "round",
|
|
85
|
+
"stroke-linejoin": "round"
|
|
79
86
|
}
|
|
80
87
|
), /* @__PURE__ */ import_react.default.createElement(
|
|
81
88
|
"path",
|
|
82
89
|
{
|
|
83
|
-
d: "
|
|
84
|
-
|
|
90
|
+
d: "M7.83331 9.40837C10.4583 8.10004 13.5416 8.10004 16.1666 9.40837",
|
|
91
|
+
stroke: "black",
|
|
92
|
+
"stroke-width": "1.5",
|
|
93
|
+
"stroke-linecap": "round",
|
|
94
|
+
"stroke-linejoin": "round"
|
|
85
95
|
}
|
|
86
|
-
), /* @__PURE__ */ import_react.default.createElement(
|
|
96
|
+
), /* @__PURE__ */ import_react.default.createElement("path", { d: "M12 15.5833V8.60828", stroke: "black", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" })), "ICLine24SelectText");
|
|
97
|
+
|
|
98
|
+
// src/assets/ic-color-24-ppt.tsx
|
|
99
|
+
var import_react2 = __toESM(require("react"));
|
|
100
|
+
var ICColor24Ppt = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react2.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react2.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4F44" }), /* @__PURE__ */ import_react2.default.createElement(
|
|
87
101
|
"path",
|
|
88
102
|
{
|
|
89
|
-
d: "
|
|
90
|
-
fill: "
|
|
103
|
+
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",
|
|
104
|
+
fill: "white"
|
|
91
105
|
}
|
|
92
|
-
),
|
|
106
|
+
)), "ICColor24Ppt");
|
|
107
|
+
|
|
108
|
+
// src/assets/ic-bold-24-chat.tsx
|
|
109
|
+
var import_react3 = __toESM(require("react"));
|
|
110
|
+
var ICBold24Chat = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react3.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react3.default.createElement(
|
|
93
111
|
"path",
|
|
94
112
|
{
|
|
95
|
-
d: "
|
|
113
|
+
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",
|
|
96
114
|
fill: "black"
|
|
97
115
|
}
|
|
98
|
-
), /* @__PURE__ */
|
|
116
|
+
), /* @__PURE__ */ import_react3.default.createElement(
|
|
99
117
|
"path",
|
|
100
118
|
{
|
|
101
|
-
d: "
|
|
119
|
+
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",
|
|
102
120
|
fill: "black"
|
|
103
121
|
}
|
|
104
|
-
),
|
|
122
|
+
)), "ICBold24Chat");
|
|
123
|
+
|
|
124
|
+
// src/assets/ic-line-16-mobile.tsx
|
|
125
|
+
var import_react4 = __toESM(require("react"));
|
|
126
|
+
var ICLine16Mobile = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react4.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react4.default.createElement(
|
|
105
127
|
"path",
|
|
106
128
|
{
|
|
107
|
-
d: "
|
|
108
|
-
|
|
129
|
+
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",
|
|
130
|
+
stroke: "black",
|
|
131
|
+
"stroke-width": "1.5",
|
|
132
|
+
"stroke-linecap": "round",
|
|
133
|
+
"stroke-linejoin": "round"
|
|
109
134
|
}
|
|
110
|
-
), /* @__PURE__ */
|
|
135
|
+
), /* @__PURE__ */ import_react4.default.createElement("path", { d: "M9.5 3.44995H6.5", stroke: "black", "stroke-width": "1.5", "stroke-linecap": "round", "stroke-linejoin": "round" }), /* @__PURE__ */ import_react4.default.createElement(
|
|
111
136
|
"path",
|
|
112
137
|
{
|
|
113
|
-
d: "
|
|
114
|
-
|
|
138
|
+
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",
|
|
139
|
+
stroke: "black",
|
|
140
|
+
"stroke-width": "1.5",
|
|
141
|
+
"stroke-linecap": "round",
|
|
142
|
+
"stroke-linejoin": "round"
|
|
115
143
|
}
|
|
116
|
-
),
|
|
144
|
+
)), "ICLine16Mobile");
|
|
145
|
+
|
|
146
|
+
// src/assets/ic-bold-16-android.tsx
|
|
147
|
+
var import_react5 = __toESM(require("react"));
|
|
148
|
+
var ICBold16Android = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react5.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react5.default.createElement("g", { "clip-path": "url(#clip0_175_148)" }, /* @__PURE__ */ import_react5.default.createElement(
|
|
117
149
|
"path",
|
|
118
150
|
{
|
|
119
|
-
d: "
|
|
151
|
+
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",
|
|
120
152
|
fill: "black"
|
|
121
153
|
}
|
|
122
|
-
)), "
|
|
154
|
+
)), /* @__PURE__ */ import_react5.default.createElement("defs", null, /* @__PURE__ */ import_react5.default.createElement("clipPath", { id: "clip0_175_148" }, /* @__PURE__ */ import_react5.default.createElement("rect", { width: "16", height: "16", fill: "white" })))), "ICBold16Android");
|
|
123
155
|
|
|
124
156
|
// src/assets/ic-color-24-word.tsx
|
|
125
|
-
var
|
|
126
|
-
var ICColor24Word = /* @__PURE__ */ __name(() => /* @__PURE__ */
|
|
157
|
+
var import_react6 = __toESM(require("react"));
|
|
158
|
+
var ICColor24Word = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react6.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react6.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#297DD6" }), /* @__PURE__ */ import_react6.default.createElement(
|
|
127
159
|
"path",
|
|
128
160
|
{
|
|
129
161
|
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",
|
|
@@ -133,29 +165,37 @@ var ICColor24Word = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react2.d
|
|
|
133
165
|
}
|
|
134
166
|
)), "ICColor24Word");
|
|
135
167
|
|
|
136
|
-
// src/assets/ic-
|
|
137
|
-
var
|
|
138
|
-
var
|
|
168
|
+
// src/assets/ic-color-24-html.tsx
|
|
169
|
+
var import_react7 = __toESM(require("react"));
|
|
170
|
+
var ICColor24Html = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react7.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react7.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4D4D" }), /* @__PURE__ */ import_react7.default.createElement(
|
|
139
171
|
"path",
|
|
140
172
|
{
|
|
141
|
-
d: "
|
|
142
|
-
fill: "
|
|
173
|
+
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",
|
|
174
|
+
fill: "white",
|
|
175
|
+
stroke: "#FF4C4C",
|
|
176
|
+
"stroke-width": "0.1"
|
|
143
177
|
}
|
|
144
|
-
)
|
|
145
|
-
|
|
146
|
-
// src/assets/ic-bold-24-caution.tsx
|
|
147
|
-
var import_react4 = __toESM(require("react"));
|
|
148
|
-
var ICBold24Caution = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react4.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react4.default.createElement(
|
|
178
|
+
), /* @__PURE__ */ import_react7.default.createElement(
|
|
149
179
|
"path",
|
|
150
180
|
{
|
|
151
|
-
d: "
|
|
152
|
-
fill: "
|
|
181
|
+
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",
|
|
182
|
+
fill: "white",
|
|
183
|
+
stroke: "#FF4C4C",
|
|
184
|
+
"stroke-width": "0.1"
|
|
153
185
|
}
|
|
154
|
-
)
|
|
186
|
+
), /* @__PURE__ */ import_react7.default.createElement(
|
|
187
|
+
"path",
|
|
188
|
+
{
|
|
189
|
+
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",
|
|
190
|
+
fill: "white",
|
|
191
|
+
stroke: "#FF4C4C",
|
|
192
|
+
"stroke-width": "0.1"
|
|
193
|
+
}
|
|
194
|
+
)), "ICColor24Html");
|
|
155
195
|
|
|
156
196
|
// src/assets/ic-bold-16-apple.tsx
|
|
157
|
-
var
|
|
158
|
-
var ICBold16Apple = /* @__PURE__ */ __name(() => /* @__PURE__ */
|
|
197
|
+
var import_react8 = __toESM(require("react"));
|
|
198
|
+
var ICBold16Apple = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react8.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react8.default.createElement(
|
|
159
199
|
"path",
|
|
160
200
|
{
|
|
161
201
|
"fill-rule": "evenodd",
|
|
@@ -163,7 +203,7 @@ var ICBold16Apple = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react5.d
|
|
|
163
203
|
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",
|
|
164
204
|
fill: "black"
|
|
165
205
|
}
|
|
166
|
-
), /* @__PURE__ */
|
|
206
|
+
), /* @__PURE__ */ import_react8.default.createElement(
|
|
167
207
|
"path",
|
|
168
208
|
{
|
|
169
209
|
"fill-rule": "evenodd",
|
|
@@ -173,53 +213,9 @@ var ICBold16Apple = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react5.d
|
|
|
173
213
|
}
|
|
174
214
|
)), "ICBold16Apple");
|
|
175
215
|
|
|
176
|
-
// src/assets/ic-bold-16-quote-up.tsx
|
|
177
|
-
var import_react6 = __toESM(require("react"));
|
|
178
|
-
var ICBold16QuoteUp = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react6.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react6.default.createElement(
|
|
179
|
-
"path",
|
|
180
|
-
{
|
|
181
|
-
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",
|
|
182
|
-
fill: "black"
|
|
183
|
-
}
|
|
184
|
-
), /* @__PURE__ */ import_react6.default.createElement(
|
|
185
|
-
"path",
|
|
186
|
-
{
|
|
187
|
-
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",
|
|
188
|
-
fill: "black"
|
|
189
|
-
}
|
|
190
|
-
)), "ICBold16QuoteUp");
|
|
191
|
-
|
|
192
|
-
// src/assets/ic-color-24-text.tsx
|
|
193
|
-
var import_react7 = __toESM(require("react"));
|
|
194
|
-
var ICColor24Text = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react7.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react7.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#647280" }), /* @__PURE__ */ import_react7.default.createElement(
|
|
195
|
-
"path",
|
|
196
|
-
{
|
|
197
|
-
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",
|
|
198
|
-
fill: "white",
|
|
199
|
-
stroke: "#647280",
|
|
200
|
-
"stroke-width": "0.1"
|
|
201
|
-
}
|
|
202
|
-
), /* @__PURE__ */ import_react7.default.createElement(
|
|
203
|
-
"path",
|
|
204
|
-
{
|
|
205
|
-
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",
|
|
206
|
-
fill: "white",
|
|
207
|
-
stroke: "#647280",
|
|
208
|
-
"stroke-width": "0.1"
|
|
209
|
-
}
|
|
210
|
-
), /* @__PURE__ */ import_react7.default.createElement(
|
|
211
|
-
"path",
|
|
212
|
-
{
|
|
213
|
-
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",
|
|
214
|
-
fill: "white",
|
|
215
|
-
stroke: "#647280",
|
|
216
|
-
"stroke-width": "0.1"
|
|
217
|
-
}
|
|
218
|
-
)), "ICColor24Text");
|
|
219
|
-
|
|
220
216
|
// src/assets/ic-bold-24-info.tsx
|
|
221
|
-
var
|
|
222
|
-
var ICBold24Info = /* @__PURE__ */ __name(() => /* @__PURE__ */
|
|
217
|
+
var import_react9 = __toESM(require("react"));
|
|
218
|
+
var ICBold24Info = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react9.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react9.default.createElement(
|
|
223
219
|
"path",
|
|
224
220
|
{
|
|
225
221
|
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",
|
|
@@ -228,20 +224,20 @@ var ICBold24Info = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react8.de
|
|
|
228
224
|
)), "ICBold24Info");
|
|
229
225
|
|
|
230
226
|
// src/assets/ic-bold-24-image.tsx
|
|
231
|
-
var
|
|
232
|
-
var ICBold24Image = /* @__PURE__ */ __name(() => /* @__PURE__ */
|
|
227
|
+
var import_react10 = __toESM(require("react"));
|
|
228
|
+
var ICBold24Image = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react10.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react10.default.createElement(
|
|
233
229
|
"path",
|
|
234
230
|
{
|
|
235
231
|
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",
|
|
236
232
|
fill: "black"
|
|
237
233
|
}
|
|
238
|
-
), /* @__PURE__ */
|
|
234
|
+
), /* @__PURE__ */ import_react10.default.createElement(
|
|
239
235
|
"path",
|
|
240
236
|
{
|
|
241
237
|
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",
|
|
242
238
|
fill: "black"
|
|
243
239
|
}
|
|
244
|
-
), /* @__PURE__ */
|
|
240
|
+
), /* @__PURE__ */ import_react10.default.createElement(
|
|
245
241
|
"path",
|
|
246
242
|
{
|
|
247
243
|
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",
|
|
@@ -249,129 +245,111 @@ var ICBold24Image = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react9.d
|
|
|
249
245
|
}
|
|
250
246
|
)), "ICBold24Image");
|
|
251
247
|
|
|
252
|
-
// src/assets/ic-bold-24-
|
|
253
|
-
var
|
|
254
|
-
var
|
|
248
|
+
// src/assets/ic-bold-24-caution.tsx
|
|
249
|
+
var import_react11 = __toESM(require("react"));
|
|
250
|
+
var ICBold24Caution = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react11.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react11.default.createElement(
|
|
255
251
|
"path",
|
|
256
252
|
{
|
|
257
|
-
d: "
|
|
253
|
+
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",
|
|
258
254
|
fill: "black"
|
|
259
255
|
}
|
|
260
|
-
),
|
|
256
|
+
)), "ICBold24Caution");
|
|
257
|
+
|
|
258
|
+
// src/assets/ic-bold-24-globe.tsx
|
|
259
|
+
var import_react12 = __toESM(require("react"));
|
|
260
|
+
var ICBold24Globe = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react12.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react12.default.createElement(
|
|
261
261
|
"path",
|
|
262
262
|
{
|
|
263
|
-
d: "
|
|
263
|
+
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",
|
|
264
264
|
fill: "black"
|
|
265
265
|
}
|
|
266
|
-
)
|
|
267
|
-
|
|
268
|
-
// src/assets/ic-bold-16-chrome.tsx
|
|
269
|
-
var import_react11 = __toESM(require("react"));
|
|
270
|
-
var ICBold16Chrome = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react11.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react11.default.createElement(
|
|
266
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
271
267
|
"path",
|
|
272
268
|
{
|
|
273
|
-
d: "
|
|
269
|
+
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",
|
|
274
270
|
fill: "black"
|
|
275
271
|
}
|
|
276
|
-
), /* @__PURE__ */
|
|
272
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
277
273
|
"path",
|
|
278
274
|
{
|
|
279
|
-
d: "
|
|
275
|
+
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",
|
|
280
276
|
fill: "black"
|
|
281
277
|
}
|
|
282
|
-
), /* @__PURE__ */
|
|
278
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
283
279
|
"path",
|
|
284
280
|
{
|
|
285
|
-
d: "
|
|
281
|
+
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",
|
|
286
282
|
fill: "black"
|
|
287
283
|
}
|
|
288
|
-
), /* @__PURE__ */
|
|
284
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
289
285
|
"path",
|
|
290
286
|
{
|
|
291
|
-
d: "
|
|
287
|
+
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",
|
|
292
288
|
fill: "black"
|
|
293
289
|
}
|
|
294
|
-
)
|
|
295
|
-
|
|
296
|
-
// src/assets/ic-line-16-mobile.tsx
|
|
297
|
-
var import_react12 = __toESM(require("react"));
|
|
298
|
-
var ICLine16Mobile = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react12.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react12.default.createElement(
|
|
290
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
299
291
|
"path",
|
|
300
292
|
{
|
|
301
|
-
d: "
|
|
302
|
-
|
|
303
|
-
"stroke-width": "1.5",
|
|
304
|
-
"stroke-linecap": "round",
|
|
305
|
-
"stroke-linejoin": "round"
|
|
293
|
+
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",
|
|
294
|
+
fill: "black"
|
|
306
295
|
}
|
|
307
|
-
), /* @__PURE__ */ import_react12.default.createElement(
|
|
296
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
308
297
|
"path",
|
|
309
298
|
{
|
|
310
|
-
d: "
|
|
311
|
-
|
|
312
|
-
"stroke-width": "1.5",
|
|
313
|
-
"stroke-linecap": "round",
|
|
314
|
-
"stroke-linejoin": "round"
|
|
299
|
+
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",
|
|
300
|
+
fill: "black"
|
|
315
301
|
}
|
|
316
|
-
)
|
|
317
|
-
|
|
318
|
-
// src/assets/ic-color-24-excel.tsx
|
|
319
|
-
var import_react13 = __toESM(require("react"));
|
|
320
|
-
var ICColor24Excel = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react13.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react13.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#22A162" }), /* @__PURE__ */ import_react13.default.createElement(
|
|
302
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
321
303
|
"path",
|
|
322
304
|
{
|
|
323
|
-
d: "
|
|
324
|
-
fill: "
|
|
305
|
+
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",
|
|
306
|
+
fill: "black"
|
|
325
307
|
}
|
|
326
|
-
)
|
|
327
|
-
|
|
328
|
-
// src/assets/ic-color-24-ppt.tsx
|
|
329
|
-
var import_react14 = __toESM(require("react"));
|
|
330
|
-
var ICColor24Ppt = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react14.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react14.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4F44" }), /* @__PURE__ */ import_react14.default.createElement(
|
|
308
|
+
), /* @__PURE__ */ import_react12.default.createElement(
|
|
331
309
|
"path",
|
|
332
310
|
{
|
|
333
|
-
d: "
|
|
334
|
-
fill: "
|
|
311
|
+
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",
|
|
312
|
+
fill: "black"
|
|
335
313
|
}
|
|
336
|
-
)), "
|
|
314
|
+
)), "ICBold24Globe");
|
|
337
315
|
|
|
338
|
-
// src/assets/ic-
|
|
339
|
-
var
|
|
340
|
-
var
|
|
316
|
+
// src/assets/ic-bold-16-chrome.tsx
|
|
317
|
+
var import_react13 = __toESM(require("react"));
|
|
318
|
+
var ICBold16Chrome = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react13.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react13.default.createElement(
|
|
341
319
|
"path",
|
|
342
320
|
{
|
|
343
|
-
d: "
|
|
344
|
-
fill: "
|
|
345
|
-
stroke: "#FF4C4C",
|
|
346
|
-
"stroke-width": "0.1"
|
|
321
|
+
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",
|
|
322
|
+
fill: "black"
|
|
347
323
|
}
|
|
348
|
-
), /* @__PURE__ */
|
|
324
|
+
), /* @__PURE__ */ import_react13.default.createElement(
|
|
349
325
|
"path",
|
|
350
326
|
{
|
|
351
|
-
d: "
|
|
352
|
-
fill: "
|
|
353
|
-
stroke: "#FF4C4C",
|
|
354
|
-
"stroke-width": "0.1"
|
|
327
|
+
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",
|
|
328
|
+
fill: "black"
|
|
355
329
|
}
|
|
356
|
-
), /* @__PURE__ */
|
|
330
|
+
), /* @__PURE__ */ import_react13.default.createElement(
|
|
357
331
|
"path",
|
|
358
332
|
{
|
|
359
|
-
d: "
|
|
360
|
-
fill: "
|
|
361
|
-
stroke: "#FF4C4C",
|
|
362
|
-
"stroke-width": "0.1"
|
|
333
|
+
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",
|
|
334
|
+
fill: "black"
|
|
363
335
|
}
|
|
364
|
-
)
|
|
336
|
+
), /* @__PURE__ */ import_react13.default.createElement(
|
|
337
|
+
"path",
|
|
338
|
+
{
|
|
339
|
+
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",
|
|
340
|
+
fill: "black"
|
|
341
|
+
}
|
|
342
|
+
)), "ICBold16Chrome");
|
|
365
343
|
|
|
366
344
|
// src/assets/ic-bold-24-file.tsx
|
|
367
|
-
var
|
|
368
|
-
var ICBold24File = /* @__PURE__ */ __name(() => /* @__PURE__ */
|
|
345
|
+
var import_react14 = __toESM(require("react"));
|
|
346
|
+
var ICBold24File = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react14.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react14.default.createElement(
|
|
369
347
|
"path",
|
|
370
348
|
{
|
|
371
349
|
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",
|
|
372
350
|
fill: "black"
|
|
373
351
|
}
|
|
374
|
-
), /* @__PURE__ */
|
|
352
|
+
), /* @__PURE__ */ import_react14.default.createElement(
|
|
375
353
|
"path",
|
|
376
354
|
{
|
|
377
355
|
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",
|
|
@@ -379,70 +357,76 @@ var ICBold24File = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react16.d
|
|
|
379
357
|
}
|
|
380
358
|
)), "ICBold24File");
|
|
381
359
|
|
|
382
|
-
// src/assets/ic-
|
|
383
|
-
var
|
|
384
|
-
var
|
|
360
|
+
// src/assets/ic-color-24-pdf.tsx
|
|
361
|
+
var import_react15 = __toESM(require("react"));
|
|
362
|
+
var ICColor24Pdf = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react15.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react15.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#FF4D4D" }), /* @__PURE__ */ import_react15.default.createElement("path", { d: "M15.4515 9.39844H19V10.5745H16.6761V11.783H18.7454V12.9591H16.6761V15.194H15.4515V9.39844Z", fill: "white" }), /* @__PURE__ */ import_react15.default.createElement(
|
|
385
363
|
"path",
|
|
386
364
|
{
|
|
387
|
-
d: "
|
|
388
|
-
|
|
389
|
-
"stroke-width": "1.5",
|
|
390
|
-
"stroke-linecap": "round",
|
|
391
|
-
"stroke-linejoin": "round"
|
|
365
|
+
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",
|
|
366
|
+
fill: "white"
|
|
392
367
|
}
|
|
393
|
-
), /* @__PURE__ */
|
|
368
|
+
), /* @__PURE__ */ import_react15.default.createElement(
|
|
394
369
|
"path",
|
|
395
370
|
{
|
|
396
|
-
d: "M7.
|
|
397
|
-
|
|
398
|
-
"stroke-width": "1.5",
|
|
399
|
-
"stroke-linecap": "round",
|
|
400
|
-
"stroke-linejoin": "round"
|
|
371
|
+
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",
|
|
372
|
+
fill: "white"
|
|
401
373
|
}
|
|
402
|
-
)
|
|
374
|
+
)), "ICColor24Pdf");
|
|
403
375
|
|
|
404
|
-
// src/assets/ic-color-24-
|
|
405
|
-
var
|
|
406
|
-
var
|
|
376
|
+
// src/assets/ic-color-24-text.tsx
|
|
377
|
+
var import_react16 = __toESM(require("react"));
|
|
378
|
+
var ICColor24Text = /* @__PURE__ */ __name(() => /* @__PURE__ */ import_react16.default.createElement("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ import_react16.default.createElement("rect", { width: "24", height: "24", rx: "6", fill: "#647280" }), /* @__PURE__ */ import_react16.default.createElement(
|
|
407
379
|
"path",
|
|
408
380
|
{
|
|
409
|
-
d: "
|
|
410
|
-
fill: "white"
|
|
381
|
+
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",
|
|
382
|
+
fill: "white",
|
|
383
|
+
stroke: "#647280",
|
|
384
|
+
"stroke-width": "0.1"
|
|
411
385
|
}
|
|
412
|
-
), /* @__PURE__ */
|
|
386
|
+
), /* @__PURE__ */ import_react16.default.createElement(
|
|
413
387
|
"path",
|
|
414
388
|
{
|
|
415
|
-
d: "
|
|
416
|
-
fill: "white"
|
|
389
|
+
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",
|
|
390
|
+
fill: "white",
|
|
391
|
+
stroke: "#647280",
|
|
392
|
+
"stroke-width": "0.1"
|
|
417
393
|
}
|
|
418
|
-
)
|
|
394
|
+
), /* @__PURE__ */ import_react16.default.createElement(
|
|
395
|
+
"path",
|
|
396
|
+
{
|
|
397
|
+
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",
|
|
398
|
+
fill: "white",
|
|
399
|
+
stroke: "#647280",
|
|
400
|
+
"stroke-width": "0.1"
|
|
401
|
+
}
|
|
402
|
+
)), "ICColor24Text");
|
|
419
403
|
|
|
420
404
|
// src/typography.ts
|
|
421
405
|
var typography = {
|
|
422
|
-
"Body-16-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
423
|
-
"Body-15-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
424
|
-
"Paragraph-16-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
425
|
-
"Paragraph-15-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
426
|
-
"Caption-13-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
427
|
-
"Caption-11-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.
|
|
428
|
-
"Title-32-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.
|
|
429
|
-
"Title-24-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
430
|
-
"Title-20-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
431
|
-
"Body-16-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
432
|
-
"Body-15-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
433
|
-
"Paragraph-16-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
434
|
-
"Paragraph-15-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
435
|
-
"Caption-13-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
436
|
-
"Caption-11-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.
|
|
437
|
-
"Title-32-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.
|
|
438
|
-
"Title-24-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
439
|
-
"Title-20-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
440
|
-
"Body-16-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
441
|
-
"Body-15-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
442
|
-
"Paragraph-16-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
443
|
-
"Paragraph-15-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
444
|
-
"Caption-13-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height:
|
|
445
|
-
"Caption-11-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.
|
|
406
|
+
"Body-16-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 400;\n font-size: 16px;\n ",
|
|
407
|
+
"Body-15-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 400;\n font-size: 15px;\n ",
|
|
408
|
+
"Paragraph-16-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 400;\n font-size: 16px;\n ",
|
|
409
|
+
"Paragraph-15-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 400;\n font-size: 15px;\n ",
|
|
410
|
+
"Caption-13-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 400;\n font-size: 13px;\n ",
|
|
411
|
+
"Caption-11-400": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 400;\n font-size: 11px;\n ",
|
|
412
|
+
"Title-32-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 500;\n font-size: 32px;\n ",
|
|
413
|
+
"Title-24-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 500;\n font-size: 24px;\n ",
|
|
414
|
+
"Title-20-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 20px;\n ",
|
|
415
|
+
"Body-16-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 500;\n font-size: 16px;\n ",
|
|
416
|
+
"Body-15-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 500;\n font-size: 15px;\n ",
|
|
417
|
+
"Paragraph-16-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 500;\n font-size: 16px;\n ",
|
|
418
|
+
"Paragraph-15-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 15px;\n ",
|
|
419
|
+
"Caption-13-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 500;\n font-size: 13px;\n ",
|
|
420
|
+
"Caption-11-500": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 500;\n font-size: 11px;\n ",
|
|
421
|
+
"Title-32-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 700;\n font-size: 32px;\n ",
|
|
422
|
+
"Title-24-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 700;\n font-size: 24px;\n ",
|
|
423
|
+
"Title-20-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 20px;\n ",
|
|
424
|
+
"Body-16-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 700;\n font-size: 16px;\n ",
|
|
425
|
+
"Body-15-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 700;\n font-size: 15px;\n ",
|
|
426
|
+
"Paragraph-16-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 700;\n font-size: 16px;\n ",
|
|
427
|
+
"Paragraph-15-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 15px;\n ",
|
|
428
|
+
"Caption-13-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 700;\n font-size: 13px;\n ",
|
|
429
|
+
"Caption-11-700": "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 700;\n font-size: 11px;\n "
|
|
446
430
|
};
|
|
447
431
|
/*! For license information please see index.cjs.LEGAL.txt */
|
|
448
432
|
//# sourceMappingURL=index.cjs.map
|