@teamturing/icons 1.65.0 → 1.67.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/Atom.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAtom: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAtom;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgBrushTwinkle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBrushTwinkle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgChatBubbleDotsTwinkle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChatBubbleDotsTwinkle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgKeyboardDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgKeyboardDown;
package/dist/index.d.ts CHANGED
@@ -26,6 +26,7 @@ export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
26
26
  export { default as ArrowUpIcon } from './ArrowUp';
27
27
  export { default as ArrowUpDownIcon } from './ArrowUpDown';
28
28
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
29
+ export { default as AtomIcon } from './Atom';
29
30
  export { default as BarchartIcon } from './Barchart';
30
31
  export { default as BookIcon } from './Book';
31
32
  export { default as BookColorIcon } from './BookColor';
@@ -33,6 +34,7 @@ export { default as BookmarkIcon } from './Bookmark';
33
34
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
34
35
  export { default as BoxIcon } from './Box';
35
36
  export { default as BoxPlusIcon } from './BoxPlus';
37
+ export { default as BrushTwinkleIcon } from './BrushTwinkle';
36
38
  export { default as BulletListIcon } from './BulletList';
37
39
  export { default as BusColorIcon } from './BusColor';
38
40
  export { default as CalendarIcon } from './Calendar';
@@ -54,6 +56,7 @@ export { default as ChatBubbleBadgeColorIcon } from './ChatBubbleBadgeColor';
54
56
  export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect';
55
57
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor';
56
58
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots';
59
+ export { default as ChatBubbleDotsTwinkleIcon } from './ChatBubbleDotsTwinkle';
57
60
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion';
58
61
  export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation';
59
62
  export { default as ChatBubbleQuestionColorIcon } from './ChatBubbleQuestionColor';
@@ -123,6 +126,7 @@ export { default as InfiniteIcon } from './Infinite';
123
126
  export { default as InfoInCircleIcon } from './InfoInCircle';
124
127
  export { default as InstagramIcon } from './Instagram';
125
128
  export { default as KakaoColorIcon } from './KakaoColor';
129
+ export { default as KeyboardDownIcon } from './KeyboardDown';
126
130
  export { default as KorIcon } from './Kor';
127
131
  export { default as LandscapeArrowIcon } from './LandscapeArrow';
128
132
  export { default as LeagueIcon } from './League';
package/dist/index.js CHANGED
@@ -400,6 +400,23 @@ const SvgArrowUpLimit = props => /*#__PURE__*/React__namespace.createElement("sv
400
400
  clipRule: "evenodd"
401
401
  }));
402
402
 
403
+ const SvgAtom = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
404
+ xmlns: "http://www.w3.org/2000/svg",
405
+ width: "1em",
406
+ height: "1em",
407
+ fill: "none",
408
+ viewBox: "0 0 24 24"
409
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
410
+ fill: "currentColor",
411
+ d: "M19.085 19.084c.16-.16.318-.46.32-1.045.003-.592-.16-1.375-.536-2.31-.75-1.868-2.255-4.109-4.371-6.225-2.116-2.117-4.356-3.622-6.223-4.372-.936-.377-1.719-.54-2.31-.537-.584.003-.886.16-1.045.32-.16.16-.318.461-.32 1.046-.003.592.16 1.374.536 2.31.75 1.868 2.255 4.109 4.37 6.225 2.117 2.117 4.357 3.62 6.224 4.372.936.376 1.718.539 2.31.536.584-.002.886-.16 1.046-.32Zm1.835 1.835c-.783.783-1.827 1.076-2.869 1.08-1.034.005-2.16-.27-3.289-.724-2.263-.91-4.787-2.641-7.09-4.944C5.37 14.028 3.64 11.503 2.73 9.239c-.454-1.13-.728-2.255-.724-3.29.005-1.042.297-2.086 1.08-2.869.783-.783 1.827-1.076 2.869-1.08 1.034-.004 2.16.27 3.289.724 2.263.91 4.787 2.642 7.09 4.945 2.302 2.303 4.033 4.827 4.943 7.09.454 1.13.728 2.256.724 3.29-.005 1.043-.297 2.087-1.08 2.87Z"
412
+ }), /*#__PURE__*/React__namespace.createElement("path", {
413
+ fill: "currentColor",
414
+ d: "M19.08 4.916c-.16-.16-.46-.317-1.045-.32-.591-.002-1.374.16-2.31.536-1.867.751-4.107 2.256-6.223 4.373-2.116 2.116-3.62 4.356-4.371 6.224-.376.936-.539 1.719-.536 2.31.002.585.16.886.32 1.046.159.16.46.318 1.045.32.592.003 1.374-.16 2.31-.537 1.867-.75 4.107-2.255 6.223-4.371 2.116-2.117 3.62-4.357 4.37-6.225.377-.936.54-1.718.538-2.31-.003-.585-.161-.887-.32-1.046Zm1.835-1.835c.783.783 1.075 1.827 1.08 2.87.004 1.034-.27 2.16-.724 3.29-.91 2.263-2.64 4.788-4.943 7.09-2.303 2.304-4.827 4.035-7.09 4.945-1.13.454-2.255.728-3.29.724-1.041-.005-2.085-.297-2.868-1.08-.783-.783-1.076-1.827-1.08-2.87-.004-1.034.27-2.16.724-3.29.91-2.263 2.641-4.787 4.944-7.09 2.302-2.303 4.826-4.035 7.089-4.945 1.13-.454 2.255-.729 3.29-.724 1.041.004 2.085.297 2.868 1.08Z"
415
+ }), /*#__PURE__*/React__namespace.createElement("path", {
416
+ fill: "currentColor",
417
+ d: "M13.75 12a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z"
418
+ }));
419
+
403
420
  const SvgBarchart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
404
421
  xmlns: "http://www.w3.org/2000/svg",
405
422
  width: "1em",
@@ -505,6 +522,22 @@ const SvgBoxPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _
505
522
  d: "M11.261 4.107a1.2 1.2 0 0 1 0 2.4H5.275a.3.3 0 0 0-.3.3V18.78a.3.3 0 0 0 .3.301h11.971c.166 0 .301-.135.301-.3v-5.986a1.2 1.2 0 1 1 2.4 0v5.985a2.7 2.7 0 0 1-2.7 2.7H5.274a2.7 2.7 0 0 1-2.7-2.7V6.808a2.7 2.7 0 0 1 2.7-2.7h5.986ZM18.755.855a1.2 1.2 0 0 1 1.198 1.2l-.003 2.052H22a1.2 1.2 0 0 1 0 2.4h-2.052l-.003 2.054a1.201 1.201 0 0 1-2.4-.003l.002-2.05h-2.053a1.2 1.2 0 0 1 0-2.4h2.056l.003-2.055A1.2 1.2 0 0 1 18.755.855Z"
506
523
  }));
507
524
 
525
+ const SvgBrushTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
526
+ xmlns: "http://www.w3.org/2000/svg",
527
+ width: "1em",
528
+ height: "1em",
529
+ fill: "none",
530
+ viewBox: "0 0 24 24"
531
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
532
+ fill: "currentColor",
533
+ fillRule: "evenodd",
534
+ d: "M18.954 2.338c1.778.476 2.357 2.71 1.034 3.99a.8.8 0 0 0-.217.368l-.544 2.03c-.144.538.15 1.096.675 1.28l1.318.465a2.635 2.635 0 0 1 1.67 3.167l-.461 1.72a2.058 2.058 0 0 1-.062.29l-1.286 4.286a3.636 3.636 0 0 1-3.482 2.592l-11.353.003h-.141a1.053 1.053 0 0 1-.19.018H2.4a1.047 1.047 0 0 1 0-2.094h3.038l2.36-8.766.054-.166.478-1.784a2.635 2.635 0 0 1 3.03-1.908l1.374.257a1.065 1.065 0 0 0 1.224-.77l.545-2.032a.802.802 0 0 0-.005-.426c-.506-1.77 1.113-3.416 2.89-2.94l1.565.42Zm-9.146 9.937-2.197 8.16 2.214-.002.937-3.591a1.047 1.047 0 0 1 2.025.527l-.8 3.064h2.267l.896-3.581a1.047 1.047 0 0 1 2.03.507l-.768 3.074H17.6c.681 0 1.282-.447 1.478-1.1l1.27-4.241-10.54-2.817Z",
535
+ clipRule: "evenodd"
536
+ }), /*#__PURE__*/React__namespace.createElement("path", {
537
+ fill: "currentColor",
538
+ d: "M6.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39Z"
539
+ }));
540
+
508
541
  const SvgBulletList = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
509
542
  xmlns: "http://www.w3.org/2000/svg",
510
543
  width: "1em",
@@ -867,6 +900,22 @@ const SvgChatBubbleDots = props => /*#__PURE__*/React__namespace.createElement("
867
900
  clipRule: "evenodd"
868
901
  }));
869
902
 
903
+ const SvgChatBubbleDotsTwinkle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
904
+ xmlns: "http://www.w3.org/2000/svg",
905
+ width: "1em",
906
+ height: "1em",
907
+ fill: "none",
908
+ viewBox: "0 0 24 24"
909
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
910
+ fill: "currentColor",
911
+ d: "M6.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39Z"
912
+ }), /*#__PURE__*/React__namespace.createElement("path", {
913
+ fill: "currentColor",
914
+ fillRule: "evenodd",
915
+ d: "M14.3 4.929c4.958 0 8.992 3.666 8.992 8.174 0 4.507-4.034 8.173-8.991 8.173-.985 0-2.051-.099-2.414-.136L8.97 22.709a.57.57 0 0 1-.84-.558l.267-2.8c-2.272-1.694-3.088-4.32-3.088-6.248 0-.255.013-.507.039-.755A2.54 2.54 0 0 0 7.48 10.93l.983-1.967 1.967-.983c1.098-.549 1.559-1.687 1.386-2.733a9.802 9.802 0 0 1 2.484-.32Zm-4.12 6.945a1.308 1.308 0 1 0-.066 2.615 1.308 1.308 0 0 0 .067-2.615Zm4.177-.002a1.31 1.31 0 1 0-.066 2.617 1.31 1.31 0 0 0 .066-2.617Zm4.177.002a1.31 1.31 0 0 0-1.34 1.307 1.307 1.307 0 1 0 1.34-1.307Z",
916
+ clipRule: "evenodd"
917
+ }));
918
+
870
919
  const SvgChatBubbleQuestion = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
871
920
  xmlns: "http://www.w3.org/2000/svg",
872
921
  width: "1em",
@@ -1884,6 +1933,17 @@ const SvgKakaoColor = props => /*#__PURE__*/React__namespace.createElement("svg"
1884
1933
  clipRule: "evenodd"
1885
1934
  }));
1886
1935
 
1936
+ const SvgKeyboardDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1937
+ xmlns: "http://www.w3.org/2000/svg",
1938
+ width: "1em",
1939
+ height: "1em",
1940
+ fill: "none",
1941
+ viewBox: "0 0 24 24"
1942
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1943
+ fill: "currentColor",
1944
+ d: "M15.26 18.93a.9.9 0 1 1 .851 1.586l-3.178 1.705a1.975 1.975 0 0 1-1.866 0L7.89 20.516a.9.9 0 0 1 .851-1.586l3.178 1.704a.175.175 0 0 0 .164 0l3.179-1.704ZM19.5 2.354c1.878 0 3.4 1.523 3.4 3.4v8.685a3.4 3.4 0 0 1-3.4 3.4h-15a3.4 3.4 0 0 1-3.4-3.4V5.754c0-1.877 1.522-3.4 3.4-3.4h15Zm-15 1.8a1.6 1.6 0 0 0-1.6 1.6v8.685a1.6 1.6 0 0 0 1.6 1.6h15a1.6 1.6 0 0 0 1.6-1.6V5.754a1.6 1.6 0 0 0-1.6-1.6h-15Zm1.197 8.304c.477 0 .863.396.864.885a.875.875 0 0 1-.864.886h-.044a.874.874 0 0 1-.862-.886c0-.489.386-.885.862-.885h.044Zm9.666.001c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885H8.74a.872.872 0 0 1-.858-.885c0-.49.384-.885.858-.885h6.624Zm2.983-.107c.476 0 .863.396.863.884a.874.874 0 0 1-.863.885h-.044a.874.874 0 0 1-.863-.885c0-.488.386-.884.863-.884h.044ZM5.7 9.238c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.384-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.163 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05ZM5.7 6.018c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.163 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Z"
1945
+ }));
1946
+
1887
1947
  const SvgKor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1888
1948
  xmlns: "http://www.w3.org/2000/svg",
1889
1949
  width: "1em",
@@ -4184,6 +4244,7 @@ exports.ArrowRightLimitIcon = SvgArrowRightLimit;
4184
4244
  exports.ArrowUpDownIcon = SvgArrowUpDown;
4185
4245
  exports.ArrowUpIcon = SvgArrowUp;
4186
4246
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
4247
+ exports.AtomIcon = SvgAtom;
4187
4248
  exports.BarchartIcon = SvgBarchart;
4188
4249
  exports.BookColorIcon = SvgBookColor;
4189
4250
  exports.BookIcon = SvgBook;
@@ -4191,6 +4252,7 @@ exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
4191
4252
  exports.BookmarkIcon = SvgBookmark;
4192
4253
  exports.BoxIcon = SvgBox;
4193
4254
  exports.BoxPlusIcon = SvgBoxPlus;
4255
+ exports.BrushTwinkleIcon = SvgBrushTwinkle;
4194
4256
  exports.BulletListIcon = SvgBulletList;
4195
4257
  exports.BusColorIcon = SvgBusColor;
4196
4258
  exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
@@ -4211,6 +4273,7 @@ exports.ChatBubbleBadgeColorIcon = SvgChatBubbleBadgeColor;
4211
4273
  exports.ChatBubbleCorrectColorIcon = SvgChatBubbleCorrectColor;
4212
4274
  exports.ChatBubbleCorrectIcon = SvgChatBubbleCorrect;
4213
4275
  exports.ChatBubbleDotsIcon = SvgChatBubbleDots;
4276
+ exports.ChatBubbleDotsTwinkleIcon = SvgChatBubbleDotsTwinkle;
4214
4277
  exports.ChatBubbleIcon = SvgChatBubble;
4215
4278
  exports.ChatBubbleQuestionAnimationIcon = SvgChatBubbleQuestionAnimation;
4216
4279
  exports.ChatBubbleQuestionColorIcon = SvgChatBubbleQuestionColor;
@@ -4281,6 +4344,7 @@ exports.InfiniteIcon = SvgInfinite;
4281
4344
  exports.InfoInCircleIcon = SvgInfoInCircle;
4282
4345
  exports.InstagramIcon = SvgInstagram;
4283
4346
  exports.KakaoColorIcon = SvgKakaoColor;
4347
+ exports.KeyboardDownIcon = SvgKeyboardDown;
4284
4348
  exports.KorIcon = SvgKor;
4285
4349
  exports.LandscapeArrowIcon = SvgLandscapeArrow;
4286
4350
  exports.LeagueIcon = SvgLeague;
package/esm/Atom.js ADDED
@@ -0,0 +1,21 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAtom = 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: "M19.085 19.084c.16-.16.318-.46.32-1.045.003-.592-.16-1.375-.536-2.31-.75-1.868-2.255-4.109-4.371-6.225-2.116-2.117-4.356-3.622-6.223-4.372-.936-.377-1.719-.54-2.31-.537-.584.003-.886.16-1.045.32-.16.16-.318.461-.32 1.046-.003.592.16 1.374.536 2.31.75 1.868 2.255 4.109 4.37 6.225 2.117 2.117 4.357 3.62 6.224 4.372.936.376 1.718.539 2.31.536.584-.002.886-.16 1.046-.32Zm1.835 1.835c-.783.783-1.827 1.076-2.869 1.08-1.034.005-2.16-.27-3.289-.724-2.263-.91-4.787-2.641-7.09-4.944C5.37 14.028 3.64 11.503 2.73 9.239c-.454-1.13-.728-2.255-.724-3.29.005-1.042.297-2.086 1.08-2.869.783-.783 1.827-1.076 2.869-1.08 1.034-.004 2.16.27 3.289.724 2.263.91 4.787 2.642 7.09 4.945 2.302 2.303 4.033 4.827 4.943 7.09.454 1.13.728 2.256.724 3.29-.005 1.043-.297 2.087-1.08 2.87Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ d: "M19.08 4.916c-.16-.16-.46-.317-1.045-.32-.591-.002-1.374.16-2.31.536-1.867.751-4.107 2.256-6.223 4.373-2.116 2.116-3.62 4.356-4.371 6.224-.376.936-.539 1.719-.536 2.31.002.585.16.886.32 1.046.159.16.46.318 1.045.32.592.003 1.374-.16 2.31-.537 1.867-.75 4.107-2.255 6.223-4.371 2.116-2.117 3.62-4.357 4.37-6.225.377-.936.54-1.718.538-2.31-.003-.585-.161-.887-.32-1.046Zm1.835-1.835c.783.783 1.075 1.827 1.08 2.87.004 1.034-.27 2.16-.724 3.29-.91 2.263-2.64 4.788-4.943 7.09-2.303 2.304-4.827 4.035-7.09 4.945-1.13.454-2.255.728-3.29.724-1.041-.005-2.085-.297-2.868-1.08-.783-.783-1.076-1.827-1.08-2.87-.004-1.034.27-2.16.724-3.29.91-2.263 2.641-4.787 4.944-7.09 2.302-2.303 4.826-4.035 7.089-4.945 1.13-.454 2.255-.729 3.29-.724 1.041.004 2.085.297 2.868 1.08Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "currentColor",
18
+ d: "M13.75 12a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0Z"
19
+ }));
20
+
21
+ export { SvgAtom as default };
@@ -0,0 +1,20 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgBrushTwinkle = 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
+ fillRule: "evenodd",
13
+ d: "M18.954 2.338c1.778.476 2.357 2.71 1.034 3.99a.8.8 0 0 0-.217.368l-.544 2.03c-.144.538.15 1.096.675 1.28l1.318.465a2.635 2.635 0 0 1 1.67 3.167l-.461 1.72a2.058 2.058 0 0 1-.062.29l-1.286 4.286a3.636 3.636 0 0 1-3.482 2.592l-11.353.003h-.141a1.053 1.053 0 0 1-.19.018H2.4a1.047 1.047 0 0 1 0-2.094h3.038l2.36-8.766.054-.166.478-1.784a2.635 2.635 0 0 1 3.03-1.908l1.374.257a1.065 1.065 0 0 0 1.224-.77l.545-2.032a.802.802 0 0 0-.005-.426c-.506-1.77 1.113-3.416 2.89-2.94l1.565.42Zm-9.146 9.937-2.197 8.16 2.214-.002.937-3.591a1.047 1.047 0 0 1 2.025.527l-.8 3.064h2.267l.896-3.581a1.047 1.047 0 0 1 2.03.507l-.768 3.074H17.6c.681 0 1.282-.447 1.478-1.1l1.27-4.241-10.54-2.817Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "currentColor",
17
+ d: "M6.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39Z"
18
+ }));
19
+
20
+ export { SvgBrushTwinkle as default };
@@ -0,0 +1,20 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgChatBubbleDotsTwinkle = 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.888 7.646a.576.576 0 0 1 .258-.258l2.39-1.195a.576.576 0 0 0 0-1.031l-2.39-1.195a.576.576 0 0 1-.258-.258l-1.195-2.39a.576.576 0 0 0-1.031 0l-1.195 2.39a.576.576 0 0 1-.258.258L.819 5.162a.576.576 0 0 0 0 1.03l2.39 1.196a.576.576 0 0 1 .258.258l1.195 2.39a.576.576 0 0 0 1.03 0l1.196-2.39Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "currentColor",
15
+ fillRule: "evenodd",
16
+ d: "M14.3 4.929c4.958 0 8.992 3.666 8.992 8.174 0 4.507-4.034 8.173-8.991 8.173-.985 0-2.051-.099-2.414-.136L8.97 22.709a.57.57 0 0 1-.84-.558l.267-2.8c-2.272-1.694-3.088-4.32-3.088-6.248 0-.255.013-.507.039-.755A2.54 2.54 0 0 0 7.48 10.93l.983-1.967 1.967-.983c1.098-.549 1.559-1.687 1.386-2.733a9.802 9.802 0 0 1 2.484-.32Zm-4.12 6.945a1.308 1.308 0 1 0-.066 2.615 1.308 1.308 0 0 0 .067-2.615Zm4.177-.002a1.31 1.31 0 1 0-.066 2.617 1.31 1.31 0 0 0 .066-2.617Zm4.177.002a1.31 1.31 0 0 0-1.34 1.307 1.307 1.307 0 1 0 1.34-1.307Z",
17
+ clipRule: "evenodd"
18
+ }));
19
+
20
+ export { SvgChatBubbleDotsTwinkle as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgKeyboardDown = 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.26 18.93a.9.9 0 1 1 .851 1.586l-3.178 1.705a1.975 1.975 0 0 1-1.866 0L7.89 20.516a.9.9 0 0 1 .851-1.586l3.178 1.704a.175.175 0 0 0 .164 0l3.179-1.704ZM19.5 2.354c1.878 0 3.4 1.523 3.4 3.4v8.685a3.4 3.4 0 0 1-3.4 3.4h-15a3.4 3.4 0 0 1-3.4-3.4V5.754c0-1.877 1.522-3.4 3.4-3.4h15Zm-15 1.8a1.6 1.6 0 0 0-1.6 1.6v8.685a1.6 1.6 0 0 0 1.6 1.6h15a1.6 1.6 0 0 0 1.6-1.6V5.754a1.6 1.6 0 0 0-1.6-1.6h-15Zm1.197 8.304c.477 0 .863.396.864.885a.875.875 0 0 1-.864.886h-.044a.874.874 0 0 1-.862-.886c0-.489.386-.885.862-.885h.044Zm9.666.001c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885H8.74a.872.872 0 0 1-.858-.885c0-.49.384-.885.858-.885h6.624Zm2.983-.107c.476 0 .863.396.863.884a.874.874 0 0 1-.863.885h-.044a.874.874 0 0 1-.863-.885c0-.488.386-.884.863-.884h.044ZM5.7 9.238c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.384-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.859-.885c0-.489.385-.884.86-.885h.05Zm3.163 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.873.873 0 0 1-.86.885h-.05a.872.872 0 0 1-.86-.885c0-.489.385-.884.86-.885h.05ZM5.7 6.018c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.475 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.859-.885c0-.49.385-.885.86-.885h.05Zm3.163 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Zm3.162 0c.474 0 .86.396.86.885a.874.874 0 0 1-.86.885h-.05a.873.873 0 0 1-.86-.885c0-.49.385-.885.86-.885h.05Z"
13
+ }));
14
+
15
+ export { SvgKeyboardDown as default };
package/esm/index.js CHANGED
@@ -26,6 +26,7 @@ export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
26
26
  export { default as ArrowUpIcon } from './ArrowUp.js';
27
27
  export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
28
28
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
29
+ export { default as AtomIcon } from './Atom.js';
29
30
  export { default as BarchartIcon } from './Barchart.js';
30
31
  export { default as BookIcon } from './Book.js';
31
32
  export { default as BookColorIcon } from './BookColor.js';
@@ -33,6 +34,7 @@ export { default as BookmarkIcon } from './Bookmark.js';
33
34
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
34
35
  export { default as BoxIcon } from './Box.js';
35
36
  export { default as BoxPlusIcon } from './BoxPlus.js';
37
+ export { default as BrushTwinkleIcon } from './BrushTwinkle.js';
36
38
  export { default as BulletListIcon } from './BulletList.js';
37
39
  export { default as BusColorIcon } from './BusColor.js';
38
40
  export { default as CalendarIcon } from './Calendar.js';
@@ -54,6 +56,7 @@ export { default as ChatBubbleBadgeColorIcon } from './ChatBubbleBadgeColor.js';
54
56
  export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect.js';
55
57
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor.js';
56
58
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots.js';
59
+ export { default as ChatBubbleDotsTwinkleIcon } from './ChatBubbleDotsTwinkle.js';
57
60
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion.js';
58
61
  export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation.js';
59
62
  export { default as ChatBubbleQuestionColorIcon } from './ChatBubbleQuestionColor.js';
@@ -123,6 +126,7 @@ export { default as InfiniteIcon } from './Infinite.js';
123
126
  export { default as InfoInCircleIcon } from './InfoInCircle.js';
124
127
  export { default as InstagramIcon } from './Instagram.js';
125
128
  export { default as KakaoColorIcon } from './KakaoColor.js';
129
+ export { default as KeyboardDownIcon } from './KeyboardDown.js';
126
130
  export { default as KorIcon } from './Kor.js';
127
131
  export { default as LandscapeArrowIcon } from './LandscapeArrow.js';
128
132
  export { default as LeagueIcon } from './League.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.65.0",
3
+ "version": "1.67.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": "6ded8b48ea81098a0601fc3378f0d23ee71e4907"
43
+ "gitHead": "dce27efe7df72edb19fe6c70094e3aa0f9421c81"
44
44
  }
package/svg/atom.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="M19.0855 19.0841C19.2449 18.9245 19.4026 18.6231 19.4051 18.039C19.4076 17.447 19.2454 16.6645 18.8691 15.7282C18.1185 13.8605 16.6138 11.6202 14.4978 9.50383C12.3819 7.38742 10.1422 5.88234 8.27487 5.13158C7.33881 4.75524 6.55647 4.59293 5.96455 4.59544C5.38068 4.59798 5.07923 4.75571 4.91975 4.91512C4.76028 5.07462 4.6019 5.37645 4.59942 5.96087C4.59692 6.55288 4.75996 7.33483 5.13616 8.271C5.88675 10.1387 7.39078 12.3797 9.50671 14.4961C11.6227 16.6125 13.8631 18.1168 15.7304 18.8676C16.6664 19.2439 17.4481 19.4069 18.04 19.4044C18.6243 19.402 18.9261 19.2436 19.0855 19.0841ZM20.92 20.919C20.1372 21.702 19.0933 21.9946 18.0515 21.9991C17.0172 22.0035 15.8915 21.7292 14.7623 21.2752C12.4991 20.3652 9.97451 18.6338 7.67221 16.331C5.3699 14.0281 3.63889 11.5031 2.72909 9.23934C2.27518 8.10985 2.00094 6.98394 2.00533 5.94941C2.00982 4.90738 2.30244 3.86319 3.08524 3.08021C3.86812 2.29728 4.91197 2.00448 5.9538 2.00005C6.98811 1.99566 8.11376 2.26997 9.243 2.72398C11.5062 3.634 14.0301 5.36616 16.3323 7.66892C18.6346 9.97167 20.3664 12.4962 21.2762 14.7598C21.7301 15.8893 22.0043 17.0152 22 18.0498C21.9955 19.0918 21.7028 20.1359 20.92 20.919Z" fill="#8D94A0"/>
3
+ <path d="M19.0803 4.91594C18.9208 4.75652 18.6194 4.59879 18.0354 4.59627C17.4435 4.59376 16.6612 4.75605 15.7251 5.13241C13.8578 5.88317 11.6181 7.38826 9.50216 9.50465C7.38623 11.6211 5.88147 13.8613 5.13089 15.729C4.75462 16.6653 4.59235 17.4478 4.59487 18.0398C4.5974 18.6238 4.75509 18.9254 4.91447 19.0849C5.07394 19.2444 5.37569 19.4028 5.95999 19.4053C6.55187 19.4078 7.33364 19.2447 8.2696 18.8684C10.1369 18.1177 12.3774 16.6133 14.4933 14.4969C16.6092 12.3805 18.1133 10.1395 18.8638 8.27182C19.2401 7.33565 19.4031 6.55371 19.4006 5.9617C19.3981 5.37727 19.2397 5.07545 19.0803 4.91594ZM20.9148 3.08104C21.6976 3.86403 21.9902 4.90819 21.9947 5.95023C21.9991 6.98477 21.7248 8.11067 21.2709 9.24016C20.3611 11.5039 18.6301 14.029 16.3278 16.3318C14.0255 18.6346 11.501 20.366 9.23773 21.276C8.10849 21.73 6.98283 22.0043 5.94853 21.9999C4.90674 21.9954 3.86277 21.7028 3.07997 20.9198C2.29721 20.1367 2.00448 19.0927 2.00005 18.0506C1.99566 17.0161 2.26991 15.8902 2.72382 14.7607C3.63364 12.497 5.36541 9.97251 7.66766 7.66974C9.96989 5.36699 12.4938 3.63484 14.757 2.72481C15.8862 2.27079 17.0119 1.99649 18.0462 2.00088C19.088 2.0053 20.1319 2.29809 20.9148 3.08104Z" fill="#8D94A0"/>
4
+ <path d="M13.75 12C13.75 12.9665 12.9665 13.75 12 13.75C11.0335 13.75 10.25 12.9665 10.25 12C10.25 11.0335 11.0335 10.25 12 10.25C12.9665 10.25 13.75 11.0335 13.75 12Z" fill="#8D94A0"/>
5
+ </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 fill-rule="evenodd" clip-rule="evenodd" d="M18.9539 2.33766C20.732 2.81411 21.3107 5.04839 19.9876 6.32807C19.8836 6.42865 19.8082 6.55593 19.7708 6.69563L19.2266 8.72652C19.0829 9.26381 19.3771 9.82164 19.9018 10.0064L21.22 10.4708C22.5184 10.9281 23.2461 12.3083 22.8899 13.6379L22.4288 15.3584C22.4145 15.4545 22.3954 15.5513 22.3667 15.6471L21.0815 19.9342C20.6203 21.4725 19.2044 22.5263 17.5985 22.5263L6.24625 22.5287L6.10484 22.5282C6.04328 22.5395 5.9796 22.547 5.91478 22.547L2.4006 22.5466C1.82266 22.5466 1.35365 22.0777 1.35365 21.4998C1.35375 20.9219 1.82268 20.4529 2.40053 20.4528L5.43857 20.453L7.79948 11.6872L7.85321 11.5207L8.33117 9.7369C8.68745 8.40724 10.0077 7.57585 11.3608 7.82906L12.7347 8.08598C13.2814 8.18829 13.8152 7.85233 13.9593 7.31515L14.5035 5.28425C14.5409 5.14456 14.5392 4.99661 14.4995 4.85756C13.9935 3.08773 15.6118 1.44215 17.3899 1.91859L18.9539 2.33766ZM9.80762 12.2748L7.61111 20.4346L9.82459 20.4332L10.7617 16.8415C10.9076 16.2823 11.479 15.9469 12.0381 16.0926C12.5971 16.2385 12.9326 16.8099 12.787 17.369L11.9871 20.4333L14.2539 20.4331L15.1498 16.8515C15.29 16.2912 15.8582 15.9499 16.4186 16.0895C16.9793 16.2297 17.3206 16.7986 17.1804 17.3592L16.4124 20.4332L17.5991 20.4337C18.2805 20.4336 18.8811 19.986 19.0769 19.3334L20.3478 15.092L9.80762 12.2748Z" fill="#8D94A0"/>
3
+ <path d="M6.88788 7.64567C6.94365 7.53411 7.03411 7.44365 7.14567 7.38787L9.5358 6.19281C9.96066 5.98038 9.96067 5.37407 9.5358 5.16164L7.14567 3.96657C7.03411 3.91079 6.94365 3.82034 6.88788 3.70878L5.69281 1.31865C5.48038 0.893784 4.87407 0.893783 4.66164 1.31865L3.46657 3.70878C3.41079 3.82034 3.32034 3.91079 3.20878 3.96657L0.81865 5.16163C0.393784 5.37407 0.393783 5.98038 0.81865 6.19281L3.20878 7.38787C3.32034 7.44365 3.41079 7.53411 3.46657 7.64567L4.66164 10.0358C4.87407 10.4607 5.48038 10.4607 5.69281 10.0358L6.88788 7.64567Z" fill="#8D94A0"/>
4
+ </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="M6.88788 7.64567C6.94365 7.53411 7.03411 7.44365 7.14567 7.38787L9.5358 6.19281C9.96066 5.98038 9.96067 5.37407 9.5358 5.16164L7.14567 3.96657C7.03411 3.91079 6.94365 3.82034 6.88788 3.70878L5.69281 1.31865C5.48038 0.893784 4.87407 0.893783 4.66164 1.31865L3.46657 3.70878C3.41079 3.82034 3.32034 3.91079 3.20878 3.96657L0.81865 5.16163C0.393784 5.37407 0.393783 5.98038 0.81865 6.19281L3.20878 7.38787C3.32034 7.44365 3.41079 7.53411 3.46657 7.64567L4.66164 10.0358C4.87407 10.4607 5.48038 10.4607 5.69281 10.0358L6.88788 7.64567Z" fill="#8D94A0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3008 4.92871C19.2583 4.92871 23.292 8.59545 23.292 13.1025C23.2919 17.6095 19.2582 21.2764 14.3008 21.2764C13.3157 21.2764 12.2496 21.177 11.8867 21.1396L8.9707 22.709C8.87974 22.7582 8.77715 22.7819 8.67383 22.7773C8.57028 22.7727 8.46919 22.7399 8.38281 22.6826C8.29664 22.6254 8.22807 22.5455 8.18359 22.4521C8.13907 22.3585 8.12081 22.2545 8.13086 22.1514L8.39844 19.3516C6.12585 17.6569 5.30963 15.0318 5.30957 13.1025C5.30957 12.8481 5.32348 12.5962 5.34863 12.3477C6.20453 12.292 7.03633 11.8205 7.48145 10.9307L8.46387 8.96387L10.4307 7.98145C11.529 7.43203 11.99 6.29392 11.8174 5.24805C12.6066 5.04152 13.4395 4.92871 14.3008 4.92871ZM10.1807 11.874C10.0063 11.8695 9.83237 11.9002 9.66992 11.9639C9.50759 12.0275 9.35928 12.1225 9.23438 12.2441C9.10941 12.3659 9.01023 12.5121 8.94238 12.6729C8.87459 12.8335 8.8399 13.0063 8.83984 13.1807C8.83981 13.3551 8.87466 13.5277 8.94238 13.6885C9.01012 13.8492 9.10952 13.9944 9.23438 14.1162C9.35917 14.2379 9.50668 14.3337 9.66895 14.3975C9.83136 14.4612 10.0053 14.4917 10.1797 14.4873C10.5203 14.4787 10.844 14.3376 11.082 14.0938C11.32 13.8498 11.4539 13.5225 11.4541 13.1816C11.4542 12.8407 11.3209 12.5127 11.083 12.2686C10.8452 12.0245 10.5213 11.8829 10.1807 11.874ZM14.3574 11.8721C14.183 11.8676 14.0091 11.8983 13.8467 11.9619C13.6842 12.0256 13.5361 12.1214 13.4111 12.2432C13.2861 12.365 13.187 12.5111 13.1191 12.6719C13.0513 12.8326 13.0157 13.0052 13.0156 13.1797C13.0156 13.3541 13.0505 13.5268 13.1182 13.6875C13.1859 13.8482 13.2853 13.9944 13.4102 14.1162C13.5351 14.2381 13.6842 14.3337 13.8467 14.3975C14.009 14.4611 14.1822 14.4916 14.3564 14.4873C14.6975 14.4787 15.0225 14.3379 15.2607 14.0938C15.4989 13.8496 15.6317 13.5217 15.6318 13.1807C15.6319 12.8395 15.4988 12.5119 15.2607 12.2676C15.0227 12.0232 14.6984 11.8809 14.3574 11.8721ZM18.5342 11.874C18.3598 11.8695 18.1859 11.9003 18.0234 11.9639C17.8611 12.0275 17.7128 12.1225 17.5879 12.2441C17.4629 12.3659 17.3637 12.5121 17.2959 12.6729C17.2281 12.8335 17.1934 13.0063 17.1934 13.1807C17.1933 13.3551 17.2282 13.5277 17.2959 13.6885C17.3636 13.8492 17.4631 13.9944 17.5879 14.1162C17.7128 14.238 17.861 14.3337 18.0234 14.3975C18.1857 14.4611 18.3589 14.4917 18.5332 14.4873C18.874 14.4787 19.1985 14.3378 19.4365 14.0938C19.6744 13.8498 19.8074 13.5224 19.8076 13.1816C19.8077 12.8407 19.6744 12.5127 19.4365 12.2686C19.1987 12.0245 18.8749 11.8828 18.5342 11.874Z" fill="#8D94A0"/>
4
+ </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.2607 18.9299C15.6987 18.6951 16.2445 18.8592 16.4795 19.2971C16.7141 19.735 16.5492 20.2809 16.1113 20.5158L12.9326 22.2209C12.3503 22.533 11.6497 22.533 11.0674 22.2209L7.88867 20.5158C7.45099 20.2808 7.28677 19.7349 7.52148 19.2971C7.75651 18.8593 8.30233 18.6951 8.74023 18.9299L11.918 20.634C11.9691 20.6612 12.031 20.6613 12.082 20.634L15.2607 18.9299ZM19.5 2.3537C21.3776 2.3537 22.9002 3.87652 22.9004 5.75409V14.4387C22.9003 16.3163 21.3777 17.8381 19.5 17.8381H4.5C2.6223 17.8381 1.09971 16.3163 1.09961 14.4387V5.75409C1.09984 3.87652 2.62237 2.3537 4.5 2.3537H19.5ZM4.5 4.15448C3.61649 4.15448 2.90062 4.87063 2.90039 5.75409V14.4387C2.90049 15.3222 3.61641 16.0383 4.5 16.0383H19.5C20.3836 16.0383 21.0995 15.3222 21.0996 14.4387V5.75409C21.0994 4.87063 20.3835 4.15448 19.5 4.15448H4.5ZM5.69727 12.4582C6.17373 12.4583 6.56036 12.8542 6.56055 13.343C6.56055 13.8318 6.17385 14.2286 5.69727 14.2287H5.65332C5.17678 14.2286 4.79102 13.8318 4.79102 13.343C4.7912 12.8543 5.1769 12.4583 5.65332 12.4582H5.69727ZM15.3633 12.4592C15.8376 12.4592 16.2227 12.8549 16.2227 13.3439C16.2225 13.8328 15.8375 14.2287 15.3633 14.2287H8.73926C8.26505 14.2287 7.88098 13.8328 7.88086 13.3439C7.88086 12.8549 8.26497 12.4592 8.73926 12.4592H15.3633ZM18.3457 12.3517C18.8223 12.3518 19.209 12.7476 19.209 13.2365C19.2089 13.7253 18.8222 14.1212 18.3457 14.1213H18.3018C17.8253 14.1212 17.4396 13.7253 17.4395 13.2365C17.4395 12.7477 17.8252 12.3519 18.3018 12.3517H18.3457ZM5.7002 9.23846C6.17517 9.23871 6.5605 9.63443 6.56055 10.1232C6.56055 10.6121 6.17519 11.0077 5.7002 11.008H5.65039C5.17539 11.0078 4.79102 10.6121 4.79102 10.1232C4.79106 9.63443 5.17542 9.23871 5.65039 9.23846H5.7002ZM8.8623 9.23846C9.33728 9.23871 9.72261 9.63443 9.72266 10.1232C9.72266 10.6121 9.3373 11.0077 8.8623 11.008H8.8125C8.3375 11.0078 7.95312 10.6121 7.95312 10.1232C7.95317 9.63443 8.33753 9.23871 8.8125 9.23846H8.8623ZM12.0244 9.23846C12.4994 9.23871 12.8847 9.63443 12.8848 10.1232C12.8848 10.6121 12.4994 11.0077 12.0244 11.008H11.9746C11.4996 11.0078 11.1152 10.6121 11.1152 10.1232C11.1153 9.63443 11.4996 9.23871 11.9746 9.23846H12.0244ZM15.1865 9.23846C15.6615 9.23871 16.0468 9.63443 16.0469 10.1232C16.0469 10.6121 15.6615 11.0077 15.1865 11.008H15.1367C14.6617 11.0078 14.2773 10.6121 14.2773 10.1232C14.2774 9.63443 14.6617 9.23871 15.1367 9.23846H15.1865ZM18.3486 9.23846C18.8236 9.23872 19.2089 9.63444 19.209 10.1232C19.209 10.6121 18.8236 11.0077 18.3486 11.008H18.2988C17.8238 11.0078 17.4395 10.6121 17.4395 10.1232C17.4395 9.63443 17.8239 9.2387 18.2988 9.23846H18.3486ZM5.7002 6.01776C6.17507 6.01801 6.56034 6.41387 6.56055 6.90253C6.56055 7.39136 6.17519 7.78802 5.7002 7.78827H5.65039C5.17539 7.78802 4.79102 7.39136 4.79102 6.90253C4.79122 6.41387 5.17552 6.01801 5.65039 6.01776H5.7002ZM8.8623 6.01776C9.33718 6.01801 9.72245 6.41387 9.72266 6.90253C9.72266 7.39136 9.3373 7.78802 8.8623 7.78827H8.8125C8.3375 7.78802 7.95312 7.39136 7.95312 6.90253C7.95333 6.41387 8.33763 6.01801 8.8125 6.01776H8.8623ZM12.0244 6.01776C12.4993 6.01801 12.8846 6.41387 12.8848 6.90253C12.8848 7.39136 12.4994 7.78802 12.0244 7.78827H11.9746C11.4996 7.78802 11.1152 7.39136 11.1152 6.90253C11.1154 6.41387 11.4997 6.01801 11.9746 6.01776H12.0244ZM15.1865 6.01776C15.6614 6.01801 16.0467 6.41387 16.0469 6.90253C16.0469 7.39136 15.6615 7.78802 15.1865 7.78827H15.1367C14.6617 7.78802 14.2773 7.39136 14.2773 6.90253C14.2775 6.41387 14.6618 6.01801 15.1367 6.01776H15.1865ZM18.3486 6.01776C18.8235 6.01801 19.2088 6.41387 19.209 6.90253C19.209 7.39136 18.8236 7.78802 18.3486 7.78827H18.2988C17.8238 7.78802 17.4395 7.39136 17.4395 6.90253C17.4397 6.41387 17.824 6.01801 18.2988 6.01776H18.3486Z" fill="#8D94A0"/>
3
+ </svg>