@teamturing/icons 1.70.0 → 1.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ArrowCurved.d.ts +3 -0
- package/dist/ArrowElbow.d.ts +3 -0
- package/dist/ArrowStraight.d.ts +3 -0
- package/dist/Isolate.d.ts +3 -0
- package/dist/IsolateTwinkle.d.ts +3 -0
- package/dist/TextBox.d.ts +3 -0
- package/dist/Typography.d.ts +3 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +114 -0
- package/esm/ArrowCurved.js +15 -0
- package/esm/ArrowElbow.js +15 -0
- package/esm/ArrowStraight.js +15 -0
- package/esm/Isolate.js +23 -0
- package/esm/IsolateTwinkle.js +26 -0
- package/esm/TextBox.js +26 -0
- package/esm/Typography.js +15 -0
- package/esm/index.js +7 -0
- package/package.json +2 -2
- package/svg/arrow_curved.svg +3 -0
- package/svg/arrow_elbow.svg +3 -0
- package/svg/arrow_straight.svg +3 -0
- package/svg/isolate.svg +5 -0
- package/svg/isolate_twinkle.svg +6 -0
- package/svg/text_box.svg +11 -0
- package/svg/typography.svg +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -19,8 +19,10 @@ export { default as AlphabetUnderlineIcon } from './AlphabetUnderline';
|
|
|
19
19
|
export { default as AppleColorIcon } from './AppleColor';
|
|
20
20
|
export { default as AreaIcon } from './Area';
|
|
21
21
|
export { default as ArrowBelowIcon } from './ArrowBelow';
|
|
22
|
+
export { default as ArrowCurvedIcon } from './ArrowCurved';
|
|
22
23
|
export { default as ArrowDiagonalIcon } from './ArrowDiagonal';
|
|
23
24
|
export { default as ArrowDownIcon } from './ArrowDown';
|
|
25
|
+
export { default as ArrowElbowIcon } from './ArrowElbow';
|
|
24
26
|
export { default as ArrowLeftIcon } from './ArrowLeft';
|
|
25
27
|
export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle';
|
|
26
28
|
export { default as ArrowLeftLimitIcon } from './ArrowLeftLimit';
|
|
@@ -28,6 +30,7 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight';
|
|
|
28
30
|
export { default as ArrowRightIcon } from './ArrowRight';
|
|
29
31
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle';
|
|
30
32
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
|
|
33
|
+
export { default as ArrowStraightIcon } from './ArrowStraight';
|
|
31
34
|
export { default as ArrowUpIcon } from './ArrowUp';
|
|
32
35
|
export { default as ArrowUpDownIcon } from './ArrowUpDown';
|
|
33
36
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
|
|
@@ -134,6 +137,8 @@ export { default as InfiniteIcon } from './Infinite';
|
|
|
134
137
|
export { default as InfoInCircleIcon } from './InfoInCircle';
|
|
135
138
|
export { default as InkPenTwinkleIcon } from './InkPenTwinkle';
|
|
136
139
|
export { default as InstagramIcon } from './Instagram';
|
|
140
|
+
export { default as IsolateIcon } from './Isolate';
|
|
141
|
+
export { default as IsolateTwinkleIcon } from './IsolateTwinkle';
|
|
137
142
|
export { default as KakaoColorIcon } from './KakaoColor';
|
|
138
143
|
export { default as KeyboardDownIcon } from './KeyboardDown';
|
|
139
144
|
export { default as KorIcon } from './Kor';
|
|
@@ -243,6 +248,7 @@ export { default as SunIcon } from './Sun';
|
|
|
243
248
|
export { default as SyncIcon } from './Sync';
|
|
244
249
|
export { default as TelescopeIcon } from './Telescope';
|
|
245
250
|
export { default as TestUploadColorIcon } from './TestUploadColor';
|
|
251
|
+
export { default as TextBoxIcon } from './TextBox';
|
|
246
252
|
export { default as ThumbdownIcon } from './Thumbdown';
|
|
247
253
|
export { default as ThumbupIcon } from './Thumbup';
|
|
248
254
|
export { default as ThunderIcon } from './Thunder';
|
|
@@ -257,6 +263,7 @@ export { default as TreasureboxIcon } from './Treasurebox';
|
|
|
257
263
|
export { default as TrophyIcon } from './Trophy';
|
|
258
264
|
export { default as TwinkleIcon } from './Twinkle';
|
|
259
265
|
export { default as TwinkleColorIcon } from './TwinkleColor';
|
|
266
|
+
export { default as TypographyIcon } from './Typography';
|
|
260
267
|
export { default as UndoIcon } from './Undo';
|
|
261
268
|
export { default as UniversityIcon } from './University';
|
|
262
269
|
export { default as UserBlockedIcon } from './UserBlocked';
|
package/dist/index.js
CHANGED
|
@@ -317,6 +317,17 @@ const SvgArrowBelow = props => /*#__PURE__*/React__namespace.createElement("svg"
|
|
|
317
317
|
clipRule: "evenodd"
|
|
318
318
|
}));
|
|
319
319
|
|
|
320
|
+
const SvgArrowCurved = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
321
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
322
|
+
width: "1em",
|
|
323
|
+
height: "1em",
|
|
324
|
+
fill: "none",
|
|
325
|
+
viewBox: "0 0 24 24"
|
|
326
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
327
|
+
fill: "currentColor",
|
|
328
|
+
d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.607-1.884c-2.666.09-4.8 2.248-4.8 4.898v1c0 3.922-3.225 7.101-7.204 7.101H4.116A1.108 1.108 0 0 1 3 20.4c0-.607.5-1.1 1.116-1.1h1.521c2.746 0 4.972-2.195 4.972-4.901v-1c0-3.893 3.178-7.053 7.116-7.1l-1.69-1.983a1.104 1.104 0 0 1 .118-1.551Z"
|
|
329
|
+
}));
|
|
330
|
+
|
|
320
331
|
const SvgArrowDiagonal = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
321
332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
322
333
|
width: "1em",
|
|
@@ -341,6 +352,17 @@ const SvgArrowDown = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
341
352
|
clipRule: "evenodd"
|
|
342
353
|
}));
|
|
343
354
|
|
|
355
|
+
const SvgArrowElbow = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
356
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
357
|
+
width: "1em",
|
|
358
|
+
height: "1em",
|
|
359
|
+
fill: "none",
|
|
360
|
+
viewBox: "0 0 24 24"
|
|
361
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
362
|
+
fill: "currentColor",
|
|
363
|
+
d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.61-1.888h-3.848c-.632 0-1.145.516-1.145 1.151v8.502c0 1.85-1.492 3.35-3.333 3.35H4.094A1.097 1.097 0 0 1 3 20.4c0-.607.49-1.1 1.094-1.1h5.224c.632 0 1.145-.515 1.145-1.15V9.648c0-1.85 1.492-3.35 3.333-3.35h3.928l-1.69-1.982a1.104 1.104 0 0 1 .119-1.551Z"
|
|
364
|
+
}));
|
|
365
|
+
|
|
344
366
|
const SvgArrowLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
345
367
|
xmlns: "http://www.w3.org/2000/svg",
|
|
346
368
|
width: "1em",
|
|
@@ -428,6 +450,17 @@ const SvgArrowRightLimit = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
428
450
|
clipRule: "evenodd"
|
|
429
451
|
}));
|
|
430
452
|
|
|
453
|
+
const SvgArrowStraight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
455
|
+
width: "1em",
|
|
456
|
+
height: "1em",
|
|
457
|
+
fill: "none",
|
|
458
|
+
viewBox: "0 0 24 24"
|
|
459
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
460
|
+
fill: "currentColor",
|
|
461
|
+
d: "m15.772 2.503 4.17.32a1.502 1.502 0 0 1 1.38 1.381l.32 4.168a1 1 0 1 1-1.993.153l-.178-2.295-14.98 14.98c-.514.515-1.28.584-1.709.155-.43-.43-.36-1.195.154-1.71l14.98-14.982-2.297-.177a.999.999 0 0 1 .153-1.993Z"
|
|
462
|
+
}));
|
|
463
|
+
|
|
431
464
|
const SvgArrowUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
432
465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
433
466
|
width: "1em",
|
|
@@ -2023,6 +2056,47 @@ const SvgInstagram = props => /*#__PURE__*/React__namespace.createElement("svg",
|
|
|
2023
2056
|
clipRule: "evenodd"
|
|
2024
2057
|
}));
|
|
2025
2058
|
|
|
2059
|
+
const SvgIsolate = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2060
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2061
|
+
width: "1em",
|
|
2062
|
+
height: "1em",
|
|
2063
|
+
fill: "none",
|
|
2064
|
+
viewBox: "0 0 24 24"
|
|
2065
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2066
|
+
fill: "currentColor",
|
|
2067
|
+
d: "M6.8 14.708v-1.686h1.795v1.686c0 .637.517 1.154 1.154 1.154h1.686v1.795H9.749a2.95 2.95 0 0 1-2.95-2.95Zm9.764 1.154v1.795h-3.372v-1.795h3.372Zm4.598-1.154v-1.686h1.795v1.686a2.95 2.95 0 0 1-2.95 2.95h-1.686v-1.796h1.686c.638 0 1.155-.517 1.155-1.154ZM8.595 7.893v3.372H6.8V7.893h1.795Zm14.362 0v3.372h-1.795V7.893h1.795ZM6.8 4.449A2.95 2.95 0 0 1 9.749 1.5h1.686v1.795H9.749c-.637 0-1.154.517-1.154 1.154v1.686H6.8V4.45Zm14.362 0c0-.637-.517-1.154-1.154-1.154H18.32V1.5h1.686a2.95 2.95 0 0 1 2.95 2.95v1.685h-1.795V4.45ZM16.564 1.5v1.795h-3.372V1.5h3.372Z"
|
|
2068
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2069
|
+
fill: "currentColor",
|
|
2070
|
+
d: "M4.78 7.58h-.253a1.767 1.767 0 0 0-1.76 1.775l.04 9.618.01.18A1.77 1.77 0 0 0 4.4 20.725l.18.008 9.618-.04.18-.01a1.769 1.769 0 0 0 1.413-1.006h1.854a3.536 3.536 0 0 1-3.44 2.784l-9.618.039a3.535 3.535 0 0 1-3.548-3.52L1 9.362a3.535 3.535 0 0 1 3.52-3.548l.26-.001v1.766Z"
|
|
2071
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2072
|
+
fill: "currentColor",
|
|
2073
|
+
fillRule: "evenodd",
|
|
2074
|
+
d: "M17.146 7.467a2.013 2.013 0 0 1-2.015 2.016 2.015 2.015 0 1 1 2.015-2.016ZM15.131 10.1c-2.902 0-4.03 1.847-4.03 2.706s2.402 1.088 4.03 1.088c1.628 0 4.03-.229 4.03-1.088 0-.859-1.128-2.706-4.03-2.706Z",
|
|
2075
|
+
clipRule: "evenodd"
|
|
2076
|
+
}));
|
|
2077
|
+
|
|
2078
|
+
const SvgIsolateTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2079
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2080
|
+
width: "1em",
|
|
2081
|
+
height: "1em",
|
|
2082
|
+
fill: "none",
|
|
2083
|
+
viewBox: "0 0 24 24"
|
|
2084
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2085
|
+
fill: "currentColor",
|
|
2086
|
+
d: "M6.811 16.208v-1.686H8.61v1.686c0 .637.517 1.154 1.156 1.154h1.69v1.795h-1.69a2.952 2.952 0 0 1-2.955-2.95Zm9.784 1.154v1.795h-3.379v-1.795h3.379Zm4.606-1.154v-1.686H23v1.686a2.952 2.952 0 0 1-2.955 2.95h-1.69v-1.796h1.69c.638 0 1.156-.517 1.156-1.154ZM8.61 9.393v3.372H6.81V9.393H8.61Zm14.39 0v3.372h-1.799V9.393H23Zm-1.799-3.444c0-.637-.518-1.154-1.156-1.154h-1.69V3h1.69A2.952 2.952 0 0 1 23 5.95v1.685h-1.799V5.95ZM16.595 3v1.795h-3.379V3h3.379Z"
|
|
2087
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2088
|
+
fill: "currentColor",
|
|
2089
|
+
d: "M4.788 9.08h-.254a1.769 1.769 0 0 0-1.763 1.775l.04 9.618.009.18a1.77 1.77 0 0 0 1.587 1.572l.18.008 9.638-.04.18-.01a1.772 1.772 0 0 0 1.416-1.006h1.857a3.541 3.541 0 0 1-3.446 2.784L4.595 24a3.538 3.538 0 0 1-3.555-3.52L1 10.862a3.538 3.538 0 0 1 3.528-3.548l.26-.001v1.766Z"
|
|
2090
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2091
|
+
fill: "currentColor",
|
|
2092
|
+
fillRule: "evenodd",
|
|
2093
|
+
d: "M17.178 8.967a2.013 2.013 0 0 1-2.019 2.016 2.021 2.021 0 0 1-2.02-2.015 2.013 2.013 0 0 1 2.02-2.016 2.021 2.021 0 0 1 2.019 2.015Zm-2.02 2.632c-2.907 0-4.038 1.847-4.038 2.706s2.408 1.088 4.039 1.088c1.63 0 4.039-.229 4.039-1.088 0-.859-1.131-2.706-4.04-2.706Z",
|
|
2094
|
+
clipRule: "evenodd"
|
|
2095
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
2096
|
+
fill: "currentColor",
|
|
2097
|
+
d: "M9.48 5.683a.493.493 0 0 1 .22-.22l2.049-1.022a.493.493 0 0 0 0-.882L9.7 2.537a.493.493 0 0 1-.221-.22L8.456.273a.494.494 0 0 0-.884 0L6.548 2.317a.494.494 0 0 1-.221.22L4.279 3.559a.493.493 0 0 0 0 .882l2.048 1.022a.494.494 0 0 1 .22.22l1.025 2.044a.494.494 0 0 0 .884 0L9.48 5.683Z"
|
|
2098
|
+
}));
|
|
2099
|
+
|
|
2026
2100
|
const SvgKakaoColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
2027
2101
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2028
2102
|
width: "1em",
|
|
@@ -3864,6 +3938,28 @@ const SvgTestUploadColor = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
3864
3938
|
d: "m12.484 13.449 4.338-3.88a.328.328 0 0 1 .435-.003l4.43 3.88c.228.2.087.575-.216.575h-2.005a.34.34 0 0 0-.333.331c-.158 4.863-3.811 6.125-6.202 6.177-.287.007-.407-.341-.206-.546 2.16-2.194 2.613-4.543 2.478-5.705a.298.298 0 0 0-.304-.257h-2.196a.328.328 0 0 1-.219-.572Z"
|
|
3865
3939
|
}));
|
|
3866
3940
|
|
|
3941
|
+
const SvgTextBox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3942
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3943
|
+
width: "1em",
|
|
3944
|
+
height: "1em",
|
|
3945
|
+
fill: "none",
|
|
3946
|
+
viewBox: "0 0 24 24"
|
|
3947
|
+
}, props), /*#__PURE__*/React__namespace.createElement("g", {
|
|
3948
|
+
fill: "currentColor",
|
|
3949
|
+
clipPath: "url(#text_box_svg__a)"
|
|
3950
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3951
|
+
d: "M18.2 9.35h-1.9V7.7h-3.35v8.6h1.95v1.9H9.1v-1.9h1.95V7.7H7.7v1.65H5.8V5.8h12.4v3.55Z"
|
|
3952
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
3953
|
+
fillRule: "evenodd",
|
|
3954
|
+
d: "M19.028 21.862c.007.047.013.093.022.138H4.95A2.501 2.501 0 0 1 0 21.5c0-1.257.928-2.296 2.137-2.472-.046.007-.092.013-.137.022V4.95A2.5 2.5 0 1 1 4.95 2h14.1A2.5 2.5 0 1 1 22 4.95v14.1c-.045-.01-.091-.015-.138-.022a2.499 2.499 0 1 1-2.834 2.834ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-16.513.956a2.495 2.495 0 0 1 0-.002v.002ZM4.497 4A2.508 2.508 0 0 1 4 4.496v15.007l-.017-.012c.195.144.367.316.513.509h15.008a2.51 2.51 0 0 1 .512-.509l-.016.012V4.496A2.51 2.51 0 0 1 19.504 4H4.496ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-2.487 19.956v-.002c.003.036.01.072.015.108-.005-.035-.012-.07-.015-.106Z",
|
|
3955
|
+
clipRule: "evenodd"
|
|
3956
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
3957
|
+
id: "text_box_svg__a"
|
|
3958
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
3959
|
+
fill: "#fff",
|
|
3960
|
+
d: "M0 0h24v24H0z"
|
|
3961
|
+
}))));
|
|
3962
|
+
|
|
3867
3963
|
const SvgThumbdown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
3868
3964
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3869
3965
|
width: "1em",
|
|
@@ -4101,6 +4197,17 @@ const SvgTwinkleColor = props => /*#__PURE__*/React__namespace.createElement("sv
|
|
|
4101
4197
|
stopColor: "#5F9EFF"
|
|
4102
4198
|
}))));
|
|
4103
4199
|
|
|
4200
|
+
const SvgTypography = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4201
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4202
|
+
width: "1em",
|
|
4203
|
+
height: "1em",
|
|
4204
|
+
fill: "none",
|
|
4205
|
+
viewBox: "0 0 24 24"
|
|
4206
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
4207
|
+
fill: "currentColor",
|
|
4208
|
+
d: "M14.01 15.828c0-2.365 2.015-2.907 3.738-3.04a89.275 89.275 0 0 1 2.694-.152v-.835c0-1.311-.751-2.071-2.254-2.071-1.255 0-2.016.598-2.236 1.387h-1.65c.202-1.662 1.76-2.812 3.96-2.812 1.3 0 3.747.4 3.738 3.648v6.8h-1.558v-1.406h-.073c-.33.694-1.237 1.643-2.97 1.653-1.887-.01-3.39-1.159-3.39-3.172Zm1.575.076c.01 1.092.88 1.643 2.09 1.633 1.777.01 2.767-1.225 2.767-2.526v-1.035c-.467.028-2.034.151-2.51.18-1.43.095-2.337.617-2.346 1.748ZM3.723 18.753H2L6.857 5h1.74l4.857 13.753h-1.74l-1.33-3.875H5.052l-1.328 3.875Zm1.832-5.376h4.326L7.773 7.223h-.11l-2.108 6.154Z"
|
|
4209
|
+
}));
|
|
4210
|
+
|
|
4104
4211
|
const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
4105
4212
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4106
4213
|
width: "1em",
|
|
@@ -4394,8 +4501,10 @@ exports.AlphabetUnderlineIcon = SvgAlphabetUnderline;
|
|
|
4394
4501
|
exports.AppleColorIcon = SvgAppleColor;
|
|
4395
4502
|
exports.AreaIcon = SvgArea;
|
|
4396
4503
|
exports.ArrowBelowIcon = SvgArrowBelow;
|
|
4504
|
+
exports.ArrowCurvedIcon = SvgArrowCurved;
|
|
4397
4505
|
exports.ArrowDiagonalIcon = SvgArrowDiagonal;
|
|
4398
4506
|
exports.ArrowDownIcon = SvgArrowDown;
|
|
4507
|
+
exports.ArrowElbowIcon = SvgArrowElbow;
|
|
4399
4508
|
exports.ArrowLeftCircleIcon = SvgArrowLeftCircle;
|
|
4400
4509
|
exports.ArrowLeftIcon = SvgArrowLeft;
|
|
4401
4510
|
exports.ArrowLeftLimitIcon = SvgArrowLeftLimit;
|
|
@@ -4403,6 +4512,7 @@ exports.ArrowLeftRightIcon = SvgArrowLeftRight;
|
|
|
4403
4512
|
exports.ArrowRightCircleIcon = SvgArrowRightCircle;
|
|
4404
4513
|
exports.ArrowRightIcon = SvgArrowRight;
|
|
4405
4514
|
exports.ArrowRightLimitIcon = SvgArrowRightLimit;
|
|
4515
|
+
exports.ArrowStraightIcon = SvgArrowStraight;
|
|
4406
4516
|
exports.ArrowUpDownIcon = SvgArrowUpDown;
|
|
4407
4517
|
exports.ArrowUpIcon = SvgArrowUp;
|
|
4408
4518
|
exports.ArrowUpLimitIcon = SvgArrowUpLimit;
|
|
@@ -4509,6 +4619,8 @@ exports.InfiniteIcon = SvgInfinite;
|
|
|
4509
4619
|
exports.InfoInCircleIcon = SvgInfoInCircle;
|
|
4510
4620
|
exports.InkPenTwinkleIcon = SvgInkPenTwinkle;
|
|
4511
4621
|
exports.InstagramIcon = SvgInstagram;
|
|
4622
|
+
exports.IsolateIcon = SvgIsolate;
|
|
4623
|
+
exports.IsolateTwinkleIcon = SvgIsolateTwinkle;
|
|
4512
4624
|
exports.KakaoColorIcon = SvgKakaoColor;
|
|
4513
4625
|
exports.KeyboardDownIcon = SvgKeyboardDown;
|
|
4514
4626
|
exports.KorIcon = SvgKor;
|
|
@@ -4618,6 +4730,7 @@ exports.SunIcon = SvgSun;
|
|
|
4618
4730
|
exports.SyncIcon = SvgSync;
|
|
4619
4731
|
exports.TelescopeIcon = SvgTelescope;
|
|
4620
4732
|
exports.TestUploadColorIcon = SvgTestUploadColor;
|
|
4733
|
+
exports.TextBoxIcon = SvgTextBox;
|
|
4621
4734
|
exports.ThumbdownIcon = SvgThumbdown;
|
|
4622
4735
|
exports.ThumbupIcon = SvgThumbup;
|
|
4623
4736
|
exports.ThunderIcon = SvgThunder;
|
|
@@ -4632,6 +4745,7 @@ exports.TreasureboxIcon = SvgTreasurebox;
|
|
|
4632
4745
|
exports.TrophyIcon = SvgTrophy;
|
|
4633
4746
|
exports.TwinkleColorIcon = SvgTwinkleColor;
|
|
4634
4747
|
exports.TwinkleIcon = SvgTwinkle;
|
|
4748
|
+
exports.TypographyIcon = SvgTypography;
|
|
4635
4749
|
exports.UndoIcon = SvgUndo;
|
|
4636
4750
|
exports.UniversityIcon = SvgUniversity;
|
|
4637
4751
|
exports.UserBlockedIcon = SvgUserBlocked;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowCurved = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.607-1.884c-2.666.09-4.8 2.248-4.8 4.898v1c0 3.922-3.225 7.101-7.204 7.101H4.116A1.108 1.108 0 0 1 3 20.4c0-.607.5-1.1 1.116-1.1h1.521c2.746 0 4.972-2.195 4.972-4.901v-1c0-3.893 3.178-7.053 7.116-7.1l-1.69-1.983a1.104 1.104 0 0 1 .118-1.551Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowCurved as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowElbow = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M16.153 2.765a1.09 1.09 0 0 1 1.543.119l2.92 3.425c.512.6.512 1.484 0 2.083l-2.92 3.425a1.09 1.09 0 0 1-1.543.12 1.104 1.104 0 0 1-.119-1.552l1.61-1.888h-3.848c-.632 0-1.145.516-1.145 1.151v8.502c0 1.85-1.492 3.35-3.333 3.35H4.094A1.097 1.097 0 0 1 3 20.4c0-.607.49-1.1 1.094-1.1h5.224c.632 0 1.145-.515 1.145-1.15V9.648c0-1.85 1.492-3.35 3.333-3.35h3.928l-1.69-1.982a1.104 1.104 0 0 1 .119-1.551Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowElbow as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgArrowStraight = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "m15.772 2.503 4.17.32a1.502 1.502 0 0 1 1.38 1.381l.32 4.168a1 1 0 1 1-1.993.153l-.178-2.295-14.98 14.98c-.514.515-1.28.584-1.709.155-.43-.43-.36-1.195.154-1.71l14.98-14.982-2.297-.177a.999.999 0 0 1 .153-1.993Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgArrowStraight as default };
|
package/esm/Isolate.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIsolate = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M6.8 14.708v-1.686h1.795v1.686c0 .637.517 1.154 1.154 1.154h1.686v1.795H9.749a2.95 2.95 0 0 1-2.95-2.95Zm9.764 1.154v1.795h-3.372v-1.795h3.372Zm4.598-1.154v-1.686h1.795v1.686a2.95 2.95 0 0 1-2.95 2.95h-1.686v-1.796h1.686c.638 0 1.155-.517 1.155-1.154ZM8.595 7.893v3.372H6.8V7.893h1.795Zm14.362 0v3.372h-1.795V7.893h1.795ZM6.8 4.449A2.95 2.95 0 0 1 9.749 1.5h1.686v1.795H9.749c-.637 0-1.154.517-1.154 1.154v1.686H6.8V4.45Zm14.362 0c0-.637-.517-1.154-1.154-1.154H18.32V1.5h1.686a2.95 2.95 0 0 1 2.95 2.95v1.685h-1.795V4.45ZM16.564 1.5v1.795h-3.372V1.5h3.372Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M4.78 7.58h-.253a1.767 1.767 0 0 0-1.76 1.775l.04 9.618.01.18A1.77 1.77 0 0 0 4.4 20.725l.18.008 9.618-.04.18-.01a1.769 1.769 0 0 0 1.413-1.006h1.854a3.536 3.536 0 0 1-3.44 2.784l-9.618.039a3.535 3.535 0 0 1-3.548-3.52L1 9.362a3.535 3.535 0 0 1 3.52-3.548l.26-.001v1.766Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
d: "M17.146 7.467a2.013 2.013 0 0 1-2.015 2.016 2.015 2.015 0 1 1 2.015-2.016ZM15.131 10.1c-2.902 0-4.03 1.847-4.03 2.706s2.402 1.088 4.03 1.088c1.628 0 4.03-.229 4.03-1.088 0-.859-1.128-2.706-4.03-2.706Z",
|
|
20
|
+
clipRule: "evenodd"
|
|
21
|
+
}));
|
|
22
|
+
|
|
23
|
+
export { SvgIsolate as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgIsolateTwinkle = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M6.811 16.208v-1.686H8.61v1.686c0 .637.517 1.154 1.156 1.154h1.69v1.795h-1.69a2.952 2.952 0 0 1-2.955-2.95Zm9.784 1.154v1.795h-3.379v-1.795h3.379Zm4.606-1.154v-1.686H23v1.686a2.952 2.952 0 0 1-2.955 2.95h-1.69v-1.796h1.69c.638 0 1.156-.517 1.156-1.154ZM8.61 9.393v3.372H6.81V9.393H8.61Zm14.39 0v3.372h-1.799V9.393H23Zm-1.799-3.444c0-.637-.518-1.154-1.156-1.154h-1.69V3h1.69A2.952 2.952 0 0 1 23 5.95v1.685h-1.799V5.95ZM16.595 3v1.795h-3.379V3h3.379Z"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "M4.788 9.08h-.254a1.769 1.769 0 0 0-1.763 1.775l.04 9.618.009.18a1.77 1.77 0 0 0 1.587 1.572l.18.008 9.638-.04.18-.01a1.772 1.772 0 0 0 1.416-1.006h1.857a3.541 3.541 0 0 1-3.446 2.784L4.595 24a3.538 3.538 0 0 1-3.555-3.52L1 10.862a3.538 3.538 0 0 1 3.528-3.548l.26-.001v1.766Z"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "currentColor",
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
d: "M17.178 8.967a2.013 2.013 0 0 1-2.019 2.016 2.021 2.021 0 0 1-2.02-2.015 2.013 2.013 0 0 1 2.02-2.016 2.021 2.021 0 0 1 2.019 2.015Zm-2.02 2.632c-2.907 0-4.038 1.847-4.038 2.706s2.408 1.088 4.039 1.088c1.63 0 4.039-.229 4.039-1.088 0-.859-1.131-2.706-4.04-2.706Z",
|
|
20
|
+
clipRule: "evenodd"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
d: "M9.48 5.683a.493.493 0 0 1 .22-.22l2.049-1.022a.493.493 0 0 0 0-.882L9.7 2.537a.493.493 0 0 1-.221-.22L8.456.273a.494.494 0 0 0-.884 0L6.548 2.317a.494.494 0 0 1-.221.22L4.279 3.559a.493.493 0 0 0 0 .882l2.048 1.022a.494.494 0 0 1 .22.22l1.025 2.044a.494.494 0 0 0 .884 0L9.48 5.683Z"
|
|
24
|
+
}));
|
|
25
|
+
|
|
26
|
+
export { SvgIsolateTwinkle as default };
|
package/esm/TextBox.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTextBox = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
clipPath: "url(#text_box_svg__a)"
|
|
13
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M18.2 9.35h-1.9V7.7h-3.35v8.6h1.95v1.9H9.1v-1.9h1.95V7.7H7.7v1.65H5.8V5.8h12.4v3.55Z"
|
|
15
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
d: "M19.028 21.862c.007.047.013.093.022.138H4.95A2.501 2.501 0 0 1 0 21.5c0-1.257.928-2.296 2.137-2.472-.046.007-.092.013-.137.022V4.95A2.5 2.5 0 1 1 4.95 2h14.1A2.5 2.5 0 1 1 22 4.95v14.1c-.045-.01-.091-.015-.138-.022a2.499 2.499 0 1 1-2.834 2.834ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-16.513.956a2.495 2.495 0 0 1 0-.002v.002ZM4.497 4A2.508 2.508 0 0 1 4 4.496v15.007l-.017-.012c.195.144.367.316.513.509h15.008a2.51 2.51 0 0 1 .512-.509l-.016.012V4.496A2.51 2.51 0 0 1 19.504 4H4.496ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm-2.487 19.956v-.002c.003.036.01.072.015.108-.005-.035-.012-.07-.015-.106Z",
|
|
18
|
+
clipRule: "evenodd"
|
|
19
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
20
|
+
id: "text_box_svg__a"
|
|
21
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#fff",
|
|
23
|
+
d: "M0 0h24v24H0z"
|
|
24
|
+
}))));
|
|
25
|
+
|
|
26
|
+
export { SvgTextBox as default };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
const SvgTypography = props => /*#__PURE__*/React.createElement("svg", _extends({
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
width: "1em",
|
|
7
|
+
height: "1em",
|
|
8
|
+
fill: "none",
|
|
9
|
+
viewBox: "0 0 24 24"
|
|
10
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M14.01 15.828c0-2.365 2.015-2.907 3.738-3.04a89.275 89.275 0 0 1 2.694-.152v-.835c0-1.311-.751-2.071-2.254-2.071-1.255 0-2.016.598-2.236 1.387h-1.65c.202-1.662 1.76-2.812 3.96-2.812 1.3 0 3.747.4 3.738 3.648v6.8h-1.558v-1.406h-.073c-.33.694-1.237 1.643-2.97 1.653-1.887-.01-3.39-1.159-3.39-3.172Zm1.575.076c.01 1.092.88 1.643 2.09 1.633 1.777.01 2.767-1.225 2.767-2.526v-1.035c-.467.028-2.034.151-2.51.18-1.43.095-2.337.617-2.346 1.748ZM3.723 18.753H2L6.857 5h1.74l4.857 13.753h-1.74l-1.33-3.875H5.052l-1.328 3.875Zm1.832-5.376h4.326L7.773 7.223h-.11l-2.108 6.154Z"
|
|
13
|
+
}));
|
|
14
|
+
|
|
15
|
+
export { SvgTypography as default };
|
package/esm/index.js
CHANGED
|
@@ -19,8 +19,10 @@ export { default as AlphabetUnderlineIcon } from './AlphabetUnderline.js';
|
|
|
19
19
|
export { default as AppleColorIcon } from './AppleColor.js';
|
|
20
20
|
export { default as AreaIcon } from './Area.js';
|
|
21
21
|
export { default as ArrowBelowIcon } from './ArrowBelow.js';
|
|
22
|
+
export { default as ArrowCurvedIcon } from './ArrowCurved.js';
|
|
22
23
|
export { default as ArrowDiagonalIcon } from './ArrowDiagonal.js';
|
|
23
24
|
export { default as ArrowDownIcon } from './ArrowDown.js';
|
|
25
|
+
export { default as ArrowElbowIcon } from './ArrowElbow.js';
|
|
24
26
|
export { default as ArrowLeftIcon } from './ArrowLeft.js';
|
|
25
27
|
export { default as ArrowLeftCircleIcon } from './ArrowLeftCircle.js';
|
|
26
28
|
export { default as ArrowLeftLimitIcon } from './ArrowLeftLimit.js';
|
|
@@ -28,6 +30,7 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight.js';
|
|
|
28
30
|
export { default as ArrowRightIcon } from './ArrowRight.js';
|
|
29
31
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle.js';
|
|
30
32
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
|
|
33
|
+
export { default as ArrowStraightIcon } from './ArrowStraight.js';
|
|
31
34
|
export { default as ArrowUpIcon } from './ArrowUp.js';
|
|
32
35
|
export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
|
|
33
36
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
|
|
@@ -134,6 +137,8 @@ export { default as InfiniteIcon } from './Infinite.js';
|
|
|
134
137
|
export { default as InfoInCircleIcon } from './InfoInCircle.js';
|
|
135
138
|
export { default as InkPenTwinkleIcon } from './InkPenTwinkle.js';
|
|
136
139
|
export { default as InstagramIcon } from './Instagram.js';
|
|
140
|
+
export { default as IsolateIcon } from './Isolate.js';
|
|
141
|
+
export { default as IsolateTwinkleIcon } from './IsolateTwinkle.js';
|
|
137
142
|
export { default as KakaoColorIcon } from './KakaoColor.js';
|
|
138
143
|
export { default as KeyboardDownIcon } from './KeyboardDown.js';
|
|
139
144
|
export { default as KorIcon } from './Kor.js';
|
|
@@ -243,6 +248,7 @@ export { default as SunIcon } from './Sun.js';
|
|
|
243
248
|
export { default as SyncIcon } from './Sync.js';
|
|
244
249
|
export { default as TelescopeIcon } from './Telescope.js';
|
|
245
250
|
export { default as TestUploadColorIcon } from './TestUploadColor.js';
|
|
251
|
+
export { default as TextBoxIcon } from './TextBox.js';
|
|
246
252
|
export { default as ThumbdownIcon } from './Thumbdown.js';
|
|
247
253
|
export { default as ThumbupIcon } from './Thumbup.js';
|
|
248
254
|
export { default as ThunderIcon } from './Thunder.js';
|
|
@@ -257,6 +263,7 @@ export { default as TreasureboxIcon } from './Treasurebox.js';
|
|
|
257
263
|
export { default as TrophyIcon } from './Trophy.js';
|
|
258
264
|
export { default as TwinkleIcon } from './Twinkle.js';
|
|
259
265
|
export { default as TwinkleColorIcon } from './TwinkleColor.js';
|
|
266
|
+
export { default as TypographyIcon } from './Typography.js';
|
|
260
267
|
export { default as UndoIcon } from './Undo.js';
|
|
261
268
|
export { default as UniversityIcon } from './University.js';
|
|
262
269
|
export { default as UserBlockedIcon } from './UserBlocked.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.72.0",
|
|
4
4
|
"description": "Icon components for React based project",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "^18.2.0"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "1c27b74c7b552cc68964894260bd3368a1bfaf2e"
|
|
44
44
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.1529 2.76472C16.6118 2.36957 17.3026 2.42291 17.696 2.88388L20.6169 6.30939C21.1278 6.90857 21.1276 7.79259 20.6169 8.39185L17.696 11.8174C17.3026 12.2786 16.6119 12.3319 16.1529 11.9365C15.6943 11.541 15.6411 10.8467 16.0344 10.3854L17.6406 8.50124C14.9746 8.59068 12.8404 10.7488 12.8404 13.3987V14.3989C12.8402 18.3208 9.61554 21.5 5.6372 21.5H4.11551C3.49931 21.4999 3.00018 21.0076 3 20.4002C3 19.7926 3.4992 19.3004 4.11551 19.3003H5.6372C8.38278 19.3003 10.6092 17.1055 10.6094 14.3989V13.3987C10.6094 9.50552 13.7871 6.34586 17.7252 6.29962L16.0344 4.31582C15.6413 3.85449 15.6941 3.1601 16.1529 2.76472Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.1529 2.76472C16.6118 2.36957 17.3026 2.42291 17.696 2.88388L20.6169 6.30939C21.1278 6.90857 21.1276 7.79259 20.6169 8.39185L17.696 11.8174C17.3026 12.2786 16.6119 12.3319 16.1529 11.9365C15.6943 11.541 15.6411 10.8467 16.0344 10.3854L17.6445 8.49734H13.7956C13.1636 8.49734 12.6509 9.01272 12.6509 9.64796V18.1497C12.6509 20.0002 11.1589 21.5 9.318 21.5H4.09414C3.48965 21.5 3 21.0078 3 20.4002C3.00002 19.7925 3.48966 19.3003 4.09414 19.3003H9.318C9.94996 19.3003 10.4627 18.785 10.4627 18.1497V9.64796C10.4627 7.79744 11.9547 6.29767 13.7956 6.29767H17.7242L16.0344 4.31582C15.6413 3.85449 15.6941 3.1601 16.1529 2.76472Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.7721 2.50296L19.9411 2.8223C20.6787 2.87905 21.2652 3.46648 21.3219 4.20415L21.6422 8.37215C21.6846 8.92279 21.2729 9.40301 20.7223 9.4454C20.1717 9.48776 19.6914 9.07613 19.6491 8.52547L19.4713 6.22955L4.49193 21.2101C3.9766 21.7251 3.21151 21.7944 2.78198 21.3654C2.35253 20.9359 2.42118 20.1699 2.93628 19.6545L17.9167 4.6729L15.6188 4.49614C15.0684 4.45357 14.6575 3.97341 14.6999 3.42289C14.7422 2.87237 15.2217 2.46085 15.7721 2.50296Z" fill="#8D94A0"/>
|
|
3
|
+
</svg>
|
package/svg/isolate.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.79959 14.7079V13.0218H8.59483V14.7079C8.59483 15.3453 9.11154 15.862 9.74892 15.862H11.435V17.6572H9.74892C8.12005 17.6572 6.79959 16.3368 6.79959 14.7079ZM16.5643 15.862V17.6572H13.1922V15.862H16.5643ZM21.1616 14.7079V13.0218H22.9568V14.7079C22.9568 16.3368 21.6364 17.6572 20.0075 17.6572H18.3214V15.862H20.0075C20.6449 15.862 21.1616 15.3453 21.1616 14.7079ZM8.59483 7.89257V11.2647H6.79959V7.89257H8.59483ZM22.9568 7.89257V11.2647H21.1616V7.89257H22.9568ZM6.79959 4.44934C6.79959 2.82046 8.12005 1.5 9.74892 1.5H11.435V3.29525H9.74892C9.11154 3.29525 8.59483 3.81195 8.59483 4.44934V6.13539H6.79959V4.44934ZM21.1616 4.44934C21.1616 3.81195 20.6449 3.29525 20.0075 3.29525H18.3214V1.5H20.0075C21.6364 1.5 22.9568 2.82046 22.9568 4.44934V6.13539H21.1616V4.44934ZM16.5643 1.5V3.29525H13.1922V1.5H16.5643Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M4.78029 7.5794L4.52728 7.58047C3.55141 7.58456 2.764 8.37892 2.76794 9.35481L2.80654 18.9727L2.81619 19.1528C2.904 19.9843 3.56858 20.6436 4.40077 20.7246L4.58088 20.7331L14.1988 20.6935L14.3789 20.6838C15.0059 20.6176 15.535 20.2238 15.7919 19.6771H17.6456C17.3026 21.2627 15.8954 22.4543 14.2063 22.4614L4.58839 22.5C2.63657 22.5079 1.04787 20.932 1.0397 18.9802L1.00003 9.36232C0.992122 7.41034 2.56887 5.82154 4.52084 5.81363L4.78029 5.81256V7.5794Z" fill="#8D94A0"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.1462 7.46725C17.1463 7.73189 17.0942 7.99395 16.9929 8.23846C16.8917 8.48297 16.7432 8.70514 16.5561 8.89229C16.369 9.07944 16.1469 9.2279 15.9024 9.3292C15.6579 9.4305 15.3959 9.48266 15.1312 9.48268C14.5967 9.48274 14.0841 9.27047 13.7062 8.89258C13.3282 8.51469 13.1158 8.00213 13.1158 7.46766C13.1158 7.20302 13.1679 6.94096 13.2691 6.69645C13.3704 6.45194 13.5188 6.22977 13.7059 6.04262C14.0838 5.66466 14.5963 5.45229 15.1308 5.45223C15.6653 5.45218 16.1779 5.66444 16.5558 6.04233C16.9338 6.42022 17.1462 6.93278 17.1462 7.46725ZM15.131 10.0992C12.229 10.0992 11.1001 11.946 11.1001 12.8052C11.1001 13.664 13.5032 13.8929 15.131 13.8929C16.7588 13.8929 19.1619 13.664 19.1619 12.8052C19.1619 11.946 18.033 10.0992 15.131 10.0992Z" fill="#8D94A0"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.81099 16.2079V14.5218H8.60977V16.2079C8.60977 16.8453 9.12749 17.362 9.76613 17.362H11.4555V19.1572H9.76613C8.13405 19.1572 6.81099 17.8368 6.81099 16.2079ZM16.5949 17.362V19.1572H13.2161V17.362H16.5949ZM21.2012 16.2079V14.5218H23V16.2079C23 17.8368 21.6769 19.1572 20.0449 19.1572H18.3555V17.362H20.0449C20.6835 17.362 21.2012 16.8453 21.2012 16.2079ZM8.60977 9.39257V12.7647H6.81099V9.39257H8.60977ZM23 9.39257V12.7647H21.2012V9.39257H23ZM21.2012 5.94934C21.2012 5.31195 20.6835 4.79525 20.0449 4.79525H18.3555V3H20.0449C21.6769 3 23 4.32046 23 5.94934V7.63539H21.2012V5.94934ZM16.5949 3V4.79525H13.2161V3H16.5949Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M4.78773 9.0794L4.53421 9.08047C3.55643 9.08456 2.76747 9.87892 2.77142 10.8548L2.81009 20.4727L2.81976 20.6528C2.90775 21.4843 3.57363 22.1436 4.40745 22.2246L4.58792 22.2331L14.2247 22.1935L14.4052 22.1838C15.0335 22.1176 15.5636 21.7238 15.821 21.1771H17.6784C17.3346 22.7627 15.9247 23.9543 14.2323 23.9614L4.59544 24C2.63979 24.0079 1.04796 22.432 1.03978 20.4802L1.00003 10.8623C0.992106 8.91034 2.57195 7.32154 4.52777 7.31363L4.78773 7.31256V9.0794Z" fill="#8D94A0"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.178 8.96725C17.178 9.23189 17.1258 9.49395 17.0244 9.73846C16.9229 9.98297 16.7742 10.2051 16.5867 10.3923C16.3992 10.5794 16.1767 10.7279 15.9317 10.8292C15.6867 10.9305 15.4242 10.9827 15.159 10.9827C14.6235 10.9827 14.1099 10.7705 13.7312 10.3926C13.3525 10.0147 13.1397 9.50213 13.1396 8.96766C13.1396 8.70302 13.1918 8.44096 13.2932 8.19645C13.3947 7.95194 13.5434 7.72977 13.7309 7.54262C14.1095 7.16466 14.6231 6.95229 15.1586 6.95223C15.6941 6.95218 16.2077 7.16444 16.5864 7.54233C16.9651 7.92022 17.1779 8.43278 17.178 8.96725ZM15.1588 11.5992C12.2511 11.5992 11.12 13.446 11.12 14.3052C11.12 15.164 13.5278 15.3929 15.1588 15.3929C16.7898 15.3929 19.1976 15.164 19.1976 14.3052C19.1976 13.446 18.0665 11.5992 15.1588 11.5992Z" fill="#8D94A0"/>
|
|
5
|
+
<path d="M9.47961 5.68343C9.5274 5.58803 9.60491 5.51067 9.70051 5.46296L11.7486 4.44093C12.1126 4.25926 12.1126 3.74074 11.7486 3.55907L9.70051 2.53704C9.60491 2.48933 9.5274 2.41197 9.47961 2.31657L8.45557 0.272512C8.27354 -0.0908371 7.754 -0.0908377 7.57196 0.272512L6.54793 2.31657C6.50013 2.41197 6.42262 2.48933 6.32702 2.53704L4.27895 3.55907C3.91488 3.74074 3.91488 4.25926 4.27895 4.44093L6.32702 5.46296C6.42262 5.51067 6.50013 5.58803 6.54793 5.68343L7.57196 7.72749C7.754 8.09084 8.27353 8.09084 8.45557 7.72749L9.47961 5.68343Z" fill="#8D94A0"/>
|
|
6
|
+
</svg>
|
package/svg/text_box.svg
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_20504_64)">
|
|
3
|
+
<path d="M18.2002 9.34961H16.2998V7.7002H12.9502V16.2998H14.9004V18.2002H9.09961V16.2998H11.0498V7.7002H7.7002V9.34961H5.7998V5.7998H18.2002V9.34961Z" fill="#8D94A0"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.0283 21.8623C19.035 21.9085 19.0406 21.9547 19.0498 22H4.9502C4.71858 23.1411 3.70949 24 2.5 24C1.11929 24 0 22.8807 0 21.5C0 20.2428 0.928327 19.2044 2.13672 19.0283C2.09084 19.035 2.04503 19.0407 2 19.0498V4.94922C0.858955 4.71753 0 3.70943 0 2.5C0 1.11929 1.11929 0 2.5 0C3.88071 0 5 1.11929 5 2.5C5 2.32878 4.98298 2.16154 4.9502 2H19.0498C19.017 2.16154 19 2.32878 19 2.5C19 1.11929 20.1193 0 21.5 0C22.8807 0 24 1.11929 24 2.5C24 3.70943 23.141 4.71753 22 4.94922V19.0498C21.9547 19.0406 21.9085 19.035 21.8623 19.0283C23.0712 19.204 24 20.2424 24 21.5C24 22.8807 22.8807 24 21.5 24C20.2424 24 19.204 23.0712 19.0283 21.8623ZM2.5 20.7998C2.1134 20.7998 1.7998 21.1134 1.7998 21.5C1.7998 21.8866 2.1134 22.2002 2.5 22.2002C2.8866 22.2002 3.2002 21.8866 3.2002 21.5C3.2002 21.1134 2.8866 20.7998 2.5 20.7998ZM21.5 20.7998C21.1134 20.7998 20.7998 21.1134 20.7998 21.5C20.7998 21.8866 21.1134 22.2002 21.5 22.2002C21.8866 22.2002 22.2002 21.8866 22.2002 21.5C22.2002 21.1134 21.8866 20.7998 21.5 20.7998ZM4.9873 21.7559C4.97908 21.8368 4.96694 21.9166 4.95117 21.9951C4.96706 21.916 4.97912 21.8355 4.9873 21.7539V21.7559ZM4.49609 4C4.35464 4.18794 4.18794 4.35464 4 4.49609V19.5029C3.99459 19.4989 3.98884 19.4952 3.9834 19.4912C4.17816 19.6353 4.35045 19.8065 4.49609 20H19.5039C19.6494 19.8067 19.8211 19.6352 20.0156 19.4912C20.0104 19.4951 20.0052 19.499 20 19.5029V4.49609C19.8121 4.35464 19.6454 4.18794 19.5039 4H4.49609ZM2.5 1.7998C2.1134 1.7998 1.7998 2.1134 1.7998 2.5C1.7998 2.8866 2.1134 3.2002 2.5 3.2002C2.8866 3.2002 3.2002 2.8866 3.2002 2.5C3.2002 2.1134 2.8866 1.7998 2.5 1.7998ZM21.5 1.7998C21.1134 1.7998 20.7998 2.1134 20.7998 2.5C20.7998 2.8866 21.1134 3.2002 21.5 3.2002C21.8866 3.2002 22.2002 2.8866 22.2002 2.5C22.2002 2.1134 21.8866 1.7998 21.5 1.7998ZM19.0127 21.7559V21.7539C19.0164 21.7904 19.0231 21.8263 19.0283 21.8623C19.0232 21.8269 19.0163 21.7917 19.0127 21.7559Z" fill="#8D94A0"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_20504_64">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.0094 15.8277C14.0094 13.4627 16.0253 12.9213 17.7481 12.7883C18.3895 12.7408 19.9932 12.6459 20.4422 12.6364V11.8005C20.4422 10.4898 19.6908 9.72999 18.1879 9.72999C16.9325 9.72999 16.172 10.3284 15.952 11.1167H14.3026C14.5042 9.45455 16.062 8.30529 18.2613 8.30529C19.5625 8.30529 22.0091 8.70421 22 11.9525V18.7531H20.4422V17.3474H20.3689C20.039 18.0407 19.1318 18.9905 17.3999 19C15.5122 18.9905 14.0094 17.8412 14.0094 15.8277ZM15.5855 15.9037C15.5947 16.9959 16.4652 17.5468 17.6748 17.5373C19.4525 17.5468 20.4422 16.3121 20.4422 15.0109V13.9756C19.9748 14.0041 18.4079 14.1275 17.9314 14.156C16.5019 14.251 15.5947 14.7734 15.5855 15.9037Z" fill="#8D94A0"/>
|
|
3
|
+
<path d="M3.72275 18.7531H2L6.85668 5H8.59775L13.4544 18.7531H11.7134L10.3846 14.8779H5.05146L3.72275 18.7531ZM5.55545 13.3772H9.88064L7.77303 7.22252H7.66307L5.55545 13.3772Z" fill="#8D94A0"/>
|
|
4
|
+
</svg>
|