@teamturing/icons 1.69.0 → 1.70.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.
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAlignCenter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlignCenter;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAlignLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlignLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgAlignRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlignRight;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgDiamond: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDiamond;
package/dist/Hand.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgHand: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgHand;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgLasso: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLasso;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgPictureOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPictureOff;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgRectangle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRectangle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgVector: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgVector;
package/dist/index.d.ts CHANGED
@@ -6,6 +6,9 @@ export { default as AiColorIcon } from './AiColor';
6
6
  export { default as AiSadIcon } from './AiSad';
7
7
  export { default as AiSquareIcon } from './AiSquare';
8
8
  export { default as AlarmIcon } from './Alarm';
9
+ export { default as AlignCenterIcon } from './AlignCenter';
10
+ export { default as AlignLeftIcon } from './AlignLeft';
11
+ export { default as AlignRightIcon } from './AlignRight';
9
12
  export { default as AlphabetBoldIcon } from './AlphabetBold';
10
13
  export { default as AlphabetHeading1Icon } from './AlphabetHeading1';
11
14
  export { default as AlphabetHeading2Icon } from './AlphabetHeading2';
@@ -90,6 +93,7 @@ export { default as CurriculumIcon } from './Curriculum';
90
93
  export { default as CurriculumColorIcon } from './CurriculumColor';
91
94
  export { default as CursorIcon } from './Cursor';
92
95
  export { default as DeleteIcon } from './Delete';
96
+ export { default as DiamondIcon } from './Diamond';
93
97
  export { default as DocumentIcon } from './Document';
94
98
  export { default as DotsIcon } from './Dots';
95
99
  export { default as DownloadIcon } from './Download';
@@ -122,6 +126,7 @@ export { default as GlobalIcon } from './Global';
122
126
  export { default as GoogleColorIcon } from './GoogleColor';
123
127
  export { default as GraphIcon } from './Graph';
124
128
  export { default as HairIcon } from './Hair';
129
+ export { default as HandIcon } from './Hand';
125
130
  export { default as HeadphoneIcon } from './Headphone';
126
131
  export { default as HeartIcon } from './Heart';
127
132
  export { default as HomeIcon } from './Home';
@@ -133,6 +138,7 @@ export { default as KakaoColorIcon } from './KakaoColor';
133
138
  export { default as KeyboardDownIcon } from './KeyboardDown';
134
139
  export { default as KorIcon } from './Kor';
135
140
  export { default as LandscapeArrowIcon } from './LandscapeArrow';
141
+ export { default as LassoIcon } from './Lasso';
136
142
  export { default as LeagueIcon } from './League';
137
143
  export { default as LetterIcon } from './Letter';
138
144
  export { default as LetterCrownColorIcon } from './LetterCrownColor';
@@ -183,6 +189,7 @@ export { default as PauseIcon } from './Pause';
183
189
  export { default as PenIcon } from './Pen';
184
190
  export { default as PercentInCircleIcon } from './PercentInCircle';
185
191
  export { default as PictureIcon } from './Picture';
192
+ export { default as PictureOffIcon } from './PictureOff';
186
193
  export { default as PillIcon } from './Pill';
187
194
  export { default as PillColorIcon } from './PillColor';
188
195
  export { default as PinIcon } from './Pin';
@@ -206,6 +213,7 @@ export { default as QuizIcon } from './Quiz';
206
213
  export { default as QuizColorIcon } from './QuizColor';
207
214
  export { default as RaffleColorIcon } from './RaffleColor';
208
215
  export { default as ReceiptIcon } from './Receipt';
216
+ export { default as RectangleIcon } from './Rectangle';
209
217
  export { default as RefreshIcon } from './Refresh';
210
218
  export { default as RepeatIcon } from './Repeat';
211
219
  export { default as ReportColorIcon } from './ReportColor';
@@ -255,6 +263,7 @@ export { default as UserBlockedIcon } from './UserBlocked';
255
263
  export { default as UserCheckIcon } from './UserCheck';
256
264
  export { default as UserPlusIcon } from './UserPlus';
257
265
  export { default as UserTwoIcon } from './UserTwo';
266
+ export { default as VectorIcon } from './Vector';
258
267
  export { default as VideoIcon } from './Video';
259
268
  export { default as VideoColorIcon } from './VideoColor';
260
269
  export { default as VoteColorIcon } from './VoteColor';
package/dist/index.js CHANGED
@@ -160,6 +160,45 @@ const SvgAlarm = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
160
160
  clipRule: "evenodd"
161
161
  }));
162
162
 
163
+ const SvgAlignCenter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
164
+ xmlns: "http://www.w3.org/2000/svg",
165
+ width: "1em",
166
+ height: "1em",
167
+ fill: "none",
168
+ viewBox: "0 0 24 24"
169
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
170
+ fill: "currentColor",
171
+ fillRule: "evenodd",
172
+ d: "M4 7.2h16a1.2 1.2 0 0 0 0-2.4H4a1.2 1.2 0 0 0 0 2.4Zm11.182 3.488-6.741.112a1.2 1.2 0 1 0 0 2.4l6.741-.112a1.2 1.2 0 0 0 0-2.4Zm2.604 6.117L6.082 16.8a1.2 1.2 0 1 0 0 2.4l11.704.005a1.2 1.2 0 0 0 0-2.4Z",
173
+ clipRule: "evenodd"
174
+ }));
175
+
176
+ const SvgAlignLeft = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
177
+ xmlns: "http://www.w3.org/2000/svg",
178
+ width: "1em",
179
+ height: "1em",
180
+ fill: "none",
181
+ viewBox: "0 0 24 24"
182
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
183
+ fill: "currentColor",
184
+ fillRule: "evenodd",
185
+ d: "M4 7.2h16a1.2 1.2 0 0 0 0-2.4H4a1.2 1.2 0 0 0 0 2.4Zm6.741 3.488L4 10.8a1.2 1.2 0 1 0 0 2.4l6.741-.112a1.2 1.2 0 0 0 0-2.4Zm4.963 6.117L4 16.8a1.2 1.2 0 1 0 0 2.4l11.704.005a1.2 1.2 0 0 0 0-2.4Z",
186
+ clipRule: "evenodd"
187
+ }));
188
+
189
+ const SvgAlignRight = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
190
+ xmlns: "http://www.w3.org/2000/svg",
191
+ width: "1em",
192
+ height: "1em",
193
+ fill: "none",
194
+ viewBox: "0 0 24 24"
195
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
196
+ fill: "currentColor",
197
+ fillRule: "evenodd",
198
+ d: "M20 7.2H4a1.2 1.2 0 0 1 0-2.4h16a1.2 1.2 0 0 1 0 2.4Zm-6.741 3.488L20 10.8a1.2 1.2 0 0 1 0 2.4l-6.741-.112a1.2 1.2 0 0 1 0-2.4Zm-4.963 6.117L20 16.8a1.2 1.2 0 1 1 0 2.4l-11.704.005a1.2 1.2 0 0 1 0-2.4Z",
199
+ clipRule: "evenodd"
200
+ }));
201
+
163
202
  const SvgAlphabetBold = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
164
203
  xmlns: "http://www.w3.org/2000/svg",
165
204
  width: "1em",
@@ -1391,17 +1430,10 @@ const SvgCursor = props => /*#__PURE__*/React__namespace.createElement("svg", _e
1391
1430
  height: "1em",
1392
1431
  fill: "none",
1393
1432
  viewBox: "0 0 24 24"
1394
- }, props), /*#__PURE__*/React__namespace.createElement("g", {
1395
- clipPath: "url(#cursor_svg__a)"
1396
- }, /*#__PURE__*/React__namespace.createElement("path", {
1433
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1397
1434
  fill: "currentColor",
1398
- d: "M4.199 3.485c-.089-1.248 1.299-2.05 2.335-1.349l14.9 10.077c1.047.708.796 2.294-.375 2.669l-.115.033-7.113 1.703a1.5 1.5 0 0 0-.739.427L8.06 22.353l-.086.084c-.91.826-2.409.25-2.499-1.01L4.2 3.485Zm3.524 15.734 3.628-3.825.201-.198A3.9 3.9 0 0 1 13 14.36l.272-.075 5.125-1.229L6.724 5.162l1 14.057Z"
1399
- })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
1400
- id: "cursor_svg__a"
1401
- }, /*#__PURE__*/React__namespace.createElement("path", {
1402
- fill: "#fff",
1403
- d: "M0 0h24v24H0z"
1404
- }))));
1435
+ d: "M2.22 6.704C1.198 3.91 3.91 1.198 6.704 2.22l13.001 4.757c3.006 1.1 3.077 5.324.11 6.524l-4.135 1.671a.92.92 0 0 0-.508.508l-1.671 4.135c-1.2 2.967-5.425 2.895-6.524-.11l-4.757-13ZM5.82 4.639a.92.92 0 0 0-1.18 1.18l4.757 13c.289.792 1.4.81 1.716.03l1.672-4.134a3.496 3.496 0 0 1 1.93-1.931l4.135-1.672c.78-.315.762-1.427-.029-1.716L5.819 4.639Z"
1436
+ }));
1405
1437
 
1406
1438
  const SvgDelete = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1407
1439
  xmlns: "http://www.w3.org/2000/svg",
@@ -1416,6 +1448,17 @@ const SvgDelete = props => /*#__PURE__*/React__namespace.createElement("svg", _e
1416
1448
  clipRule: "evenodd"
1417
1449
  }));
1418
1450
 
1451
+ const SvgDiamond = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1452
+ xmlns: "http://www.w3.org/2000/svg",
1453
+ width: "1em",
1454
+ height: "1em",
1455
+ fill: "none",
1456
+ viewBox: "0 0 24 24"
1457
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1458
+ fill: "currentColor",
1459
+ d: "M20.197 12.546a.773.773 0 0 0 0-1.092l-7.65-7.651a.773.773 0 0 0-1.094 0l-7.65 7.65a.773.773 0 0 0 0 1.094l7.65 7.65a.773.773 0 0 0 1.094 0l7.65-7.65Zm-5.829 9.473a3.349 3.349 0 0 1-4.736 0L1.98 14.37a3.349 3.349 0 0 1 0-4.737L9.63 1.98a3.349 3.349 0 0 1 4.737 0l7.651 7.65a3.349 3.349 0 0 1 0 4.737l-7.65 7.651Z"
1460
+ }));
1461
+
1419
1462
  const SvgDocument = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1420
1463
  xmlns: "http://www.w3.org/2000/svg",
1421
1464
  width: "1em",
@@ -1882,6 +1925,17 @@ const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
1882
1925
  clipRule: "evenodd"
1883
1926
  }));
1884
1927
 
1928
+ const SvgHand = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1929
+ xmlns: "http://www.w3.org/2000/svg",
1930
+ width: "1em",
1931
+ height: "1em",
1932
+ fill: "none",
1933
+ viewBox: "0 0 24 24"
1934
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1935
+ fill: "currentColor",
1936
+ d: "M6.926 5.872a2.672 2.672 0 0 1 2.667-2.676c.335 0 .654.065.949.177a2.665 2.665 0 0 1 4.676.03 2.508 2.508 0 0 1 3.087 1.382c.215-.06.442-.095.677-.095A2.523 2.523 0 0 1 21.5 7.217v8.072c0 3.706-2.996 6.711-6.691 6.711h-1.192c-1.927 0-3.92-.526-5.49-1.853a29.25 29.25 0 0 1-5.24-5.829 2.256 2.256 0 0 1 .28-2.861 2.276 2.276 0 0 1 3.012-.188l.747.582V5.872Zm2.056 7.177c0 .816-.659 1.477-1.472 1.477-.327 0-.645-.11-.904-.311l-1.688-1.317a.224.224 0 0 0-.297.018c-.08.08-.075.181-.037.238a27.188 27.188 0 0 0 4.868 5.416c1.108.937 2.59 1.367 4.165 1.367h1.192c2.56 0 4.635-2.081 4.635-4.648V7.217a.463.463 0 1 0-.924 0v3.588l-.005.105a1.03 1.03 0 0 1-2.052-.105V5.802a.463.463 0 1 0-.924 0v5.003l-.005.105a1.03 1.03 0 0 1-2.051-.105v-6.13a.612.612 0 1 0-1.222 0v6.13l-.005.105a1.03 1.03 0 0 1-2.052-.105V5.872l-.012-.124a.611.611 0 0 0-1.21.124v7.177Z"
1937
+ }));
1938
+
1885
1939
  const SvgHeadphone = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1886
1940
  xmlns: "http://www.w3.org/2000/svg",
1887
1941
  width: "1em",
@@ -2028,6 +2082,17 @@ const SvgLandscapeArrow = props => /*#__PURE__*/React__namespace.createElement("
2028
2082
  d: "M18.791 11.368a.88.88 0 0 1 0 1.264l-2.403 2.404a.922.922 0 0 1-.277.197.861.861 0 0 1-.355.07.862.862 0 0 1-.355-.07.922.922 0 0 1-.277-.197.88.88 0 0 1 0-1.265l.87-.87H8.006l.87.87a.88.88 0 0 1 0 1.265.922.922 0 0 1-.277.197.861.861 0 0 1-.354.07.862.862 0 0 1-.356-.07.922.922 0 0 1-.277-.197l-2.403-2.404a.88.88 0 0 1 0-1.264l2.403-2.404a.88.88 0 0 1 1.264 0 .88.88 0 0 1 0 1.266l-.87.87h7.988l-.87-.87a.88.88 0 0 1 0-1.266.88.88 0 0 1 1.264 0l2.403 2.404Z"
2029
2083
  }));
2030
2084
 
2085
+ const SvgLasso = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2086
+ xmlns: "http://www.w3.org/2000/svg",
2087
+ width: "1em",
2088
+ height: "1em",
2089
+ fill: "none",
2090
+ viewBox: "0 0 24 24"
2091
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2092
+ fill: "currentColor",
2093
+ d: "M4.633 18.085a1.134 1.134 0 0 1 1.63.016c.691.721 1.609 1.298 2.833 1.566a1.18 1.18 0 0 1 .887 1.4 1.153 1.153 0 0 1-1.368.906c-1.687-.368-3.004-1.184-3.997-2.22a1.2 1.2 0 0 1 .015-1.668Zm10.79.645a1.14 1.14 0 0 1 1.552.512c.29.58.066 1.291-.5 1.588-.51.268-.996.473-1.43.617l-.009.002-.008.004c-.716.224-1.4.393-2.053.513a1.155 1.155 0 0 1-1.338-.952 1.178 1.178 0 0 1 .93-1.37c.554-.1 1.147-.249 1.78-.447a7.412 7.412 0 0 0 1.077-.467Zm3.649-3.441a1.14 1.14 0 0 1 1.55-.518c.567.296.794 1.006.505 1.587A7.894 7.894 0 0 1 20.037 18c-.344.4-.705.764-1.072 1.093a1.135 1.135 0 0 1-1.627-.108 1.2 1.2 0 0 1 .106-1.665 9.69 9.69 0 0 0 .865-.881c.306-.356.56-.743.763-1.151ZM3.309 10.556c.634.063 1.097.64 1.036 1.289a9.204 9.204 0 0 0-.015 1.535l.001.009.001.01c.029.51.12 1.105.294 1.723a1.184 1.184 0 0 1-.788 1.46 1.15 1.15 0 0 1-1.427-.806 10.511 10.511 0 0 1-.38-2.242v-.001c-.046-.666-.039-1.305.02-1.917a1.16 1.16 0 0 1 1.258-1.06Zm16.273-2.317a1.14 1.14 0 0 1 1.548.523 8.66 8.66 0 0 1 .87 3.795c.002.651-.513 1.18-1.15 1.18a1.166 1.166 0 0 1-1.155-1.177 6.256 6.256 0 0 0-.624-2.737 1.193 1.193 0 0 1 .51-1.584ZM9.393 6.979a1.134 1.134 0 0 1 1.63-.005 1.2 1.2 0 0 1 .005 1.668c-.4.412-.77.924-1.083 1.558a1.14 1.14 0 0 1-1.548.522 1.193 1.193 0 0 1-.51-1.585 8.422 8.422 0 0 1 1.506-2.159Zm-3.91-2.152a1.135 1.135 0 0 1 1.627.09 1.2 1.2 0 0 1-.086 1.665A8.62 8.62 0 0 0 5.18 8.97a1.14 1.14 0 0 1-1.558.495 1.195 1.195 0 0 1-.482-1.595 10.97 10.97 0 0 1 2.343-3.042Zm8.61-.074a7.362 7.362 0 0 1 2.624.24 6.811 6.811 0 0 1 1.811.813c.54.344.705 1.071.368 1.624a1.138 1.138 0 0 1-1.588.377 4.536 4.536 0 0 0-1.208-.54 5.107 5.107 0 0 0-1.813-.163 1.161 1.161 0 0 1-1.245-1.076c-.054-.65.417-1.22 1.051-1.275Zm-3.74-2.71a1.15 1.15 0 0 1 1.419.821c.17.628-.19 1.279-.803 1.453a8.813 8.813 0 0 0-1.4.544 1.141 1.141 0 0 1-1.534-.564 1.192 1.192 0 0 1 .55-1.57 11.074 11.074 0 0 1 1.768-.684Z"
2094
+ }));
2095
+
2031
2096
  const SvgLeague = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2032
2097
  xmlns: "http://www.w3.org/2000/svg",
2033
2098
  width: "1em",
@@ -2859,6 +2924,17 @@ const SvgPicture = props => /*#__PURE__*/React__namespace.createElement("svg", _
2859
2924
  clipRule: "evenodd"
2860
2925
  }));
2861
2926
 
2927
+ const SvgPictureOff = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2928
+ xmlns: "http://www.w3.org/2000/svg",
2929
+ width: "1em",
2930
+ height: "1em",
2931
+ fill: "none",
2932
+ viewBox: "0 0 24 24"
2933
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2934
+ fill: "currentColor",
2935
+ d: "M.884 1.884a1.25 1.25 0 0 1 1.768 0l19.445 19.445a1.25 1.25 0 1 1-1.768 1.768l-1.346-1.347H4.713a2.463 2.463 0 0 1-2.463-2.463V5.017L.884 3.652a1.25 1.25 0 0 1 0-1.767Zm18.403.366a2.463 2.463 0 0 1 2.463 2.463v13.209L6.078 2.25h13.21ZM7.26 14.96a1.184 1.184 0 0 0 .996 1.821h5.758l-4.826-4.826-1.928 3.005Zm8.745-7.866a1.79 1.79 0 0 0-1.69 2.481 1.787 1.787 0 1 0 1.69-2.481Z"
2936
+ }));
2937
+
2862
2938
  const SvgPill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2863
2939
  xmlns: "http://www.w3.org/2000/svg",
2864
2940
  width: "1em",
@@ -3339,6 +3415,17 @@ const SvgReceipt = props => /*#__PURE__*/React__namespace.createElement("svg", _
3339
3415
  clipRule: "evenodd"
3340
3416
  }));
3341
3417
 
3418
+ const SvgRectangle = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3419
+ xmlns: "http://www.w3.org/2000/svg",
3420
+ width: "1em",
3421
+ height: "1em",
3422
+ fill: "none",
3423
+ viewBox: "0 0 24 24"
3424
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
3425
+ fill: "currentColor",
3426
+ d: "M19.857 4.857a.714.714 0 0 0-.714-.714H4.857a.714.714 0 0 0-.714.714v14.286c0 .394.32.714.714.714h14.286c.394 0 .714-.32.714-.714V4.857ZM22 19.143A2.857 2.857 0 0 1 19.143 22H4.857A2.857 2.857 0 0 1 2 19.143V4.857A2.857 2.857 0 0 1 4.857 2h14.286A2.857 2.857 0 0 1 22 4.857v14.286Z"
3427
+ }));
3428
+
3342
3429
  const SvgRefresh = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3343
3430
  xmlns: "http://www.w3.org/2000/svg",
3344
3431
  width: "1em",
@@ -4107,6 +4194,24 @@ const SvgUserTwo = props => /*#__PURE__*/React__namespace.createElement("svg", _
4107
4194
  clipRule: "evenodd"
4108
4195
  }));
4109
4196
 
4197
+ const SvgVector = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4198
+ xmlns: "http://www.w3.org/2000/svg",
4199
+ width: "1em",
4200
+ height: "1em",
4201
+ fill: "none",
4202
+ viewBox: "0 0 24 24"
4203
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
4204
+ clipPath: "url(#vector_svg__a)"
4205
+ }, /*#__PURE__*/React__namespace.createElement("path", {
4206
+ fill: "currentColor",
4207
+ d: "M4.987 2.25h14.027a2.5 2.5 0 1 1 2.736 2.737v14.025a2.53 2.53 0 0 0-.249-.012l.255.013a2.5 2.5 0 1 1-2.742 2.742v-.005H4.987v.005a2.5 2.5 0 1 1-2.737-2.743V4.987A2.5 2.5 0 1 1 4.987 2.25ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19.001 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4ZM11.268 9.72a1.182 1.182 0 0 0-.995.544l-3.014 4.695a1.183 1.183 0 0 0 .996 1.821h6.024a1.184 1.184 0 0 0 1.182-1.224 1.182 1.182 0 0 0-.187-.597l-3.011-4.695a1.182 1.182 0 0 0-.995-.544Zm4.736-2.627a1.79 1.79 0 0 0-.698 3.45 1.79 1.79 0 0 0 1.935-2.911 1.79 1.79 0 0 0-1.237-.54ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19.001 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Z"
4208
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
4209
+ id: "vector_svg__a"
4210
+ }, /*#__PURE__*/React__namespace.createElement("path", {
4211
+ fill: "#fff",
4212
+ d: "M0 0h24v24H0z"
4213
+ }))));
4214
+
4110
4215
  const SvgVideo = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4111
4216
  xmlns: "http://www.w3.org/2000/svg",
4112
4217
  width: "1em",
@@ -4276,6 +4381,9 @@ exports.AiIcon = SvgAi;
4276
4381
  exports.AiSadIcon = SvgAiSad;
4277
4382
  exports.AiSquareIcon = SvgAiSquare;
4278
4383
  exports.AlarmIcon = SvgAlarm;
4384
+ exports.AlignCenterIcon = SvgAlignCenter;
4385
+ exports.AlignLeftIcon = SvgAlignLeft;
4386
+ exports.AlignRightIcon = SvgAlignRight;
4279
4387
  exports.AlphabetBoldIcon = SvgAlphabetBold;
4280
4388
  exports.AlphabetHeading1Icon = SvgAlphabetHeading1;
4281
4389
  exports.AlphabetHeading2Icon = SvgAlphabetHeading2;
@@ -4360,6 +4468,7 @@ exports.CurriculumColorIcon = SvgCurriculumColor;
4360
4468
  exports.CurriculumIcon = SvgCurriculum;
4361
4469
  exports.CursorIcon = SvgCursor;
4362
4470
  exports.DeleteIcon = SvgDelete;
4471
+ exports.DiamondIcon = SvgDiamond;
4363
4472
  exports.DocumentIcon = SvgDocument;
4364
4473
  exports.DotsIcon = SvgDots;
4365
4474
  exports.DownloadIcon = SvgDownload;
@@ -4392,6 +4501,7 @@ exports.GlobalIcon = SvgGlobal;
4392
4501
  exports.GoogleColorIcon = SvgGoogleColor;
4393
4502
  exports.GraphIcon = SvgGraph;
4394
4503
  exports.HairIcon = SvgHair;
4504
+ exports.HandIcon = SvgHand;
4395
4505
  exports.HeadphoneIcon = SvgHeadphone;
4396
4506
  exports.HeartIcon = SvgHeart;
4397
4507
  exports.HomeIcon = SvgHome;
@@ -4403,6 +4513,7 @@ exports.KakaoColorIcon = SvgKakaoColor;
4403
4513
  exports.KeyboardDownIcon = SvgKeyboardDown;
4404
4514
  exports.KorIcon = SvgKor;
4405
4515
  exports.LandscapeArrowIcon = SvgLandscapeArrow;
4516
+ exports.LassoIcon = SvgLasso;
4406
4517
  exports.LeagueIcon = SvgLeague;
4407
4518
  exports.LetterCrownColorIcon = SvgLetterCrownColor;
4408
4519
  exports.LetterCrownOpenColorIcon = SvgLetterCrownOpenColor;
@@ -4453,6 +4564,7 @@ exports.PauseIcon = SvgPause;
4453
4564
  exports.PenIcon = SvgPen;
4454
4565
  exports.PercentInCircleIcon = SvgPercentInCircle;
4455
4566
  exports.PictureIcon = SvgPicture;
4567
+ exports.PictureOffIcon = SvgPictureOff;
4456
4568
  exports.PillColorIcon = SvgPillColor;
4457
4569
  exports.PillIcon = SvgPill;
4458
4570
  exports.PinColorRedIcon = SvgPinColorRed;
@@ -4476,6 +4588,7 @@ exports.QuizColorIcon = SvgQuizColor;
4476
4588
  exports.QuizIcon = SvgQuiz;
4477
4589
  exports.RaffleColorIcon = SvgRaffleColor;
4478
4590
  exports.ReceiptIcon = SvgReceipt;
4591
+ exports.RectangleIcon = SvgRectangle;
4479
4592
  exports.RefreshIcon = SvgRefresh;
4480
4593
  exports.RepeatIcon = SvgRepeat;
4481
4594
  exports.ReportColorIcon = SvgReportColor;
@@ -4525,6 +4638,7 @@ exports.UserBlockedIcon = SvgUserBlocked;
4525
4638
  exports.UserCheckIcon = SvgUserCheck;
4526
4639
  exports.UserPlusIcon = SvgUserPlus;
4527
4640
  exports.UserTwoIcon = SvgUserTwo;
4641
+ exports.VectorIcon = SvgVector;
4528
4642
  exports.VideoColorIcon = SvgVideoColor;
4529
4643
  exports.VideoIcon = SvgVideo;
4530
4644
  exports.VoteColorIcon = SvgVoteColor;
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAlignCenter = 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: "M4 7.2h16a1.2 1.2 0 0 0 0-2.4H4a1.2 1.2 0 0 0 0 2.4Zm11.182 3.488-6.741.112a1.2 1.2 0 1 0 0 2.4l6.741-.112a1.2 1.2 0 0 0 0-2.4Zm2.604 6.117L6.082 16.8a1.2 1.2 0 1 0 0 2.4l11.704.005a1.2 1.2 0 0 0 0-2.4Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgAlignCenter as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAlignLeft = 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: "M4 7.2h16a1.2 1.2 0 0 0 0-2.4H4a1.2 1.2 0 0 0 0 2.4Zm6.741 3.488L4 10.8a1.2 1.2 0 1 0 0 2.4l6.741-.112a1.2 1.2 0 0 0 0-2.4Zm4.963 6.117L4 16.8a1.2 1.2 0 1 0 0 2.4l11.704.005a1.2 1.2 0 0 0 0-2.4Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgAlignLeft as default };
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAlignRight = 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: "M20 7.2H4a1.2 1.2 0 0 1 0-2.4h16a1.2 1.2 0 0 1 0 2.4Zm-6.741 3.488L20 10.8a1.2 1.2 0 0 1 0 2.4l-6.741-.112a1.2 1.2 0 0 1 0-2.4Zm-4.963 6.117L20 16.8a1.2 1.2 0 1 1 0 2.4l-11.704.005a1.2 1.2 0 0 1 0-2.4Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgAlignRight as default };
package/esm/Cursor.js CHANGED
@@ -7,16 +7,9 @@ const SvgCursor = props => /*#__PURE__*/React.createElement("svg", _extends({
7
7
  height: "1em",
8
8
  fill: "none",
9
9
  viewBox: "0 0 24 24"
10
- }, props), /*#__PURE__*/React.createElement("g", {
11
- clipPath: "url(#cursor_svg__a)"
12
- }, /*#__PURE__*/React.createElement("path", {
10
+ }, props), /*#__PURE__*/React.createElement("path", {
13
11
  fill: "currentColor",
14
- d: "M4.199 3.485c-.089-1.248 1.299-2.05 2.335-1.349l14.9 10.077c1.047.708.796 2.294-.375 2.669l-.115.033-7.113 1.703a1.5 1.5 0 0 0-.739.427L8.06 22.353l-.086.084c-.91.826-2.409.25-2.499-1.01L4.2 3.485Zm3.524 15.734 3.628-3.825.201-.198A3.9 3.9 0 0 1 13 14.36l.272-.075 5.125-1.229L6.724 5.162l1 14.057Z"
15
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
- id: "cursor_svg__a"
17
- }, /*#__PURE__*/React.createElement("path", {
18
- fill: "#fff",
19
- d: "M0 0h24v24H0z"
20
- }))));
12
+ d: "M2.22 6.704C1.198 3.91 3.91 1.198 6.704 2.22l13.001 4.757c3.006 1.1 3.077 5.324.11 6.524l-4.135 1.671a.92.92 0 0 0-.508.508l-1.671 4.135c-1.2 2.967-5.425 2.895-6.524-.11l-4.757-13ZM5.82 4.639a.92.92 0 0 0-1.18 1.18l4.757 13c.289.792 1.4.81 1.716.03l1.672-4.134a3.496 3.496 0 0 1 1.93-1.931l4.135-1.672c.78-.315.762-1.427-.029-1.716L5.819 4.639Z"
13
+ }));
21
14
 
22
15
  export { SvgCursor as default };
package/esm/Diamond.js ADDED
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgDiamond = 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: "M20.197 12.546a.773.773 0 0 0 0-1.092l-7.65-7.651a.773.773 0 0 0-1.094 0l-7.65 7.65a.773.773 0 0 0 0 1.094l7.65 7.65a.773.773 0 0 0 1.094 0l7.65-7.65Zm-5.829 9.473a3.349 3.349 0 0 1-4.736 0L1.98 14.37a3.349 3.349 0 0 1 0-4.737L9.63 1.98a3.349 3.349 0 0 1 4.737 0l7.651 7.65a3.349 3.349 0 0 1 0 4.737l-7.65 7.651Z"
13
+ }));
14
+
15
+ export { SvgDiamond as default };
package/esm/Hand.js ADDED
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgHand = 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.926 5.872a2.672 2.672 0 0 1 2.667-2.676c.335 0 .654.065.949.177a2.665 2.665 0 0 1 4.676.03 2.508 2.508 0 0 1 3.087 1.382c.215-.06.442-.095.677-.095A2.523 2.523 0 0 1 21.5 7.217v8.072c0 3.706-2.996 6.711-6.691 6.711h-1.192c-1.927 0-3.92-.526-5.49-1.853a29.25 29.25 0 0 1-5.24-5.829 2.256 2.256 0 0 1 .28-2.861 2.276 2.276 0 0 1 3.012-.188l.747.582V5.872Zm2.056 7.177c0 .816-.659 1.477-1.472 1.477-.327 0-.645-.11-.904-.311l-1.688-1.317a.224.224 0 0 0-.297.018c-.08.08-.075.181-.037.238a27.188 27.188 0 0 0 4.868 5.416c1.108.937 2.59 1.367 4.165 1.367h1.192c2.56 0 4.635-2.081 4.635-4.648V7.217a.463.463 0 1 0-.924 0v3.588l-.005.105a1.03 1.03 0 0 1-2.052-.105V5.802a.463.463 0 1 0-.924 0v5.003l-.005.105a1.03 1.03 0 0 1-2.051-.105v-6.13a.612.612 0 1 0-1.222 0v6.13l-.005.105a1.03 1.03 0 0 1-2.052-.105V5.872l-.012-.124a.611.611 0 0 0-1.21.124v7.177Z"
13
+ }));
14
+
15
+ export { SvgHand as default };
package/esm/Lasso.js ADDED
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgLasso = 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: "M4.633 18.085a1.134 1.134 0 0 1 1.63.016c.691.721 1.609 1.298 2.833 1.566a1.18 1.18 0 0 1 .887 1.4 1.153 1.153 0 0 1-1.368.906c-1.687-.368-3.004-1.184-3.997-2.22a1.2 1.2 0 0 1 .015-1.668Zm10.79.645a1.14 1.14 0 0 1 1.552.512c.29.58.066 1.291-.5 1.588-.51.268-.996.473-1.43.617l-.009.002-.008.004c-.716.224-1.4.393-2.053.513a1.155 1.155 0 0 1-1.338-.952 1.178 1.178 0 0 1 .93-1.37c.554-.1 1.147-.249 1.78-.447a7.412 7.412 0 0 0 1.077-.467Zm3.649-3.441a1.14 1.14 0 0 1 1.55-.518c.567.296.794 1.006.505 1.587A7.894 7.894 0 0 1 20.037 18c-.344.4-.705.764-1.072 1.093a1.135 1.135 0 0 1-1.627-.108 1.2 1.2 0 0 1 .106-1.665 9.69 9.69 0 0 0 .865-.881c.306-.356.56-.743.763-1.151ZM3.309 10.556c.634.063 1.097.64 1.036 1.289a9.204 9.204 0 0 0-.015 1.535l.001.009.001.01c.029.51.12 1.105.294 1.723a1.184 1.184 0 0 1-.788 1.46 1.15 1.15 0 0 1-1.427-.806 10.511 10.511 0 0 1-.38-2.242v-.001c-.046-.666-.039-1.305.02-1.917a1.16 1.16 0 0 1 1.258-1.06Zm16.273-2.317a1.14 1.14 0 0 1 1.548.523 8.66 8.66 0 0 1 .87 3.795c.002.651-.513 1.18-1.15 1.18a1.166 1.166 0 0 1-1.155-1.177 6.256 6.256 0 0 0-.624-2.737 1.193 1.193 0 0 1 .51-1.584ZM9.393 6.979a1.134 1.134 0 0 1 1.63-.005 1.2 1.2 0 0 1 .005 1.668c-.4.412-.77.924-1.083 1.558a1.14 1.14 0 0 1-1.548.522 1.193 1.193 0 0 1-.51-1.585 8.422 8.422 0 0 1 1.506-2.159Zm-3.91-2.152a1.135 1.135 0 0 1 1.627.09 1.2 1.2 0 0 1-.086 1.665A8.62 8.62 0 0 0 5.18 8.97a1.14 1.14 0 0 1-1.558.495 1.195 1.195 0 0 1-.482-1.595 10.97 10.97 0 0 1 2.343-3.042Zm8.61-.074a7.362 7.362 0 0 1 2.624.24 6.811 6.811 0 0 1 1.811.813c.54.344.705 1.071.368 1.624a1.138 1.138 0 0 1-1.588.377 4.536 4.536 0 0 0-1.208-.54 5.107 5.107 0 0 0-1.813-.163 1.161 1.161 0 0 1-1.245-1.076c-.054-.65.417-1.22 1.051-1.275Zm-3.74-2.71a1.15 1.15 0 0 1 1.419.821c.17.628-.19 1.279-.803 1.453a8.813 8.813 0 0 0-1.4.544 1.141 1.141 0 0 1-1.534-.564 1.192 1.192 0 0 1 .55-1.57 11.074 11.074 0 0 1 1.768-.684Z"
13
+ }));
14
+
15
+ export { SvgLasso as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgPictureOff = 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: "M.884 1.884a1.25 1.25 0 0 1 1.768 0l19.445 19.445a1.25 1.25 0 1 1-1.768 1.768l-1.346-1.347H4.713a2.463 2.463 0 0 1-2.463-2.463V5.017L.884 3.652a1.25 1.25 0 0 1 0-1.767Zm18.403.366a2.463 2.463 0 0 1 2.463 2.463v13.209L6.078 2.25h13.21ZM7.26 14.96a1.184 1.184 0 0 0 .996 1.821h5.758l-4.826-4.826-1.928 3.005Zm8.745-7.866a1.79 1.79 0 0 0-1.69 2.481 1.787 1.787 0 1 0 1.69-2.481Z"
13
+ }));
14
+
15
+ export { SvgPictureOff as default };
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgRectangle = 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.857 4.857a.714.714 0 0 0-.714-.714H4.857a.714.714 0 0 0-.714.714v14.286c0 .394.32.714.714.714h14.286c.394 0 .714-.32.714-.714V4.857ZM22 19.143A2.857 2.857 0 0 1 19.143 22H4.857A2.857 2.857 0 0 1 2 19.143V4.857A2.857 2.857 0 0 1 4.857 2h14.286A2.857 2.857 0 0 1 22 4.857v14.286Z"
13
+ }));
14
+
15
+ export { SvgRectangle as default };
package/esm/Vector.js ADDED
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgVector = 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
+ clipPath: "url(#vector_svg__a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fill: "currentColor",
14
+ d: "M4.987 2.25h14.027a2.5 2.5 0 1 1 2.736 2.737v14.025a2.53 2.53 0 0 0-.249-.012l.255.013a2.5 2.5 0 1 1-2.742 2.742v-.005H4.987v.005a2.5 2.5 0 1 1-2.737-2.743V4.987A2.5 2.5 0 1 1 4.987 2.25ZM2.5 20.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19.001 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4ZM11.268 9.72a1.182 1.182 0 0 0-.995.544l-3.014 4.695a1.183 1.183 0 0 0 .996 1.821h6.024a1.184 1.184 0 0 0 1.182-1.224 1.182 1.182 0 0 0-.187-.597l-3.011-4.695a1.182 1.182 0 0 0-.995-.544Zm4.736-2.627a1.79 1.79 0 0 0-.698 3.45 1.79 1.79 0 0 0 1.935-2.911 1.79 1.79 0 0 0-1.237-.54ZM2.5 1.8a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Zm19.001 0a.7.7 0 1 0 0 1.4.7.7 0 0 0 0-1.4Z"
15
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
16
+ id: "vector_svg__a"
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ fill: "#fff",
19
+ d: "M0 0h24v24H0z"
20
+ }))));
21
+
22
+ export { SvgVector as default };
package/esm/index.js CHANGED
@@ -6,6 +6,9 @@ export { default as AiColorIcon } from './AiColor.js';
6
6
  export { default as AiSadIcon } from './AiSad.js';
7
7
  export { default as AiSquareIcon } from './AiSquare.js';
8
8
  export { default as AlarmIcon } from './Alarm.js';
9
+ export { default as AlignCenterIcon } from './AlignCenter.js';
10
+ export { default as AlignLeftIcon } from './AlignLeft.js';
11
+ export { default as AlignRightIcon } from './AlignRight.js';
9
12
  export { default as AlphabetBoldIcon } from './AlphabetBold.js';
10
13
  export { default as AlphabetHeading1Icon } from './AlphabetHeading1.js';
11
14
  export { default as AlphabetHeading2Icon } from './AlphabetHeading2.js';
@@ -90,6 +93,7 @@ export { default as CurriculumIcon } from './Curriculum.js';
90
93
  export { default as CurriculumColorIcon } from './CurriculumColor.js';
91
94
  export { default as CursorIcon } from './Cursor.js';
92
95
  export { default as DeleteIcon } from './Delete.js';
96
+ export { default as DiamondIcon } from './Diamond.js';
93
97
  export { default as DocumentIcon } from './Document.js';
94
98
  export { default as DotsIcon } from './Dots.js';
95
99
  export { default as DownloadIcon } from './Download.js';
@@ -122,6 +126,7 @@ export { default as GlobalIcon } from './Global.js';
122
126
  export { default as GoogleColorIcon } from './GoogleColor.js';
123
127
  export { default as GraphIcon } from './Graph.js';
124
128
  export { default as HairIcon } from './Hair.js';
129
+ export { default as HandIcon } from './Hand.js';
125
130
  export { default as HeadphoneIcon } from './Headphone.js';
126
131
  export { default as HeartIcon } from './Heart.js';
127
132
  export { default as HomeIcon } from './Home.js';
@@ -133,6 +138,7 @@ export { default as KakaoColorIcon } from './KakaoColor.js';
133
138
  export { default as KeyboardDownIcon } from './KeyboardDown.js';
134
139
  export { default as KorIcon } from './Kor.js';
135
140
  export { default as LandscapeArrowIcon } from './LandscapeArrow.js';
141
+ export { default as LassoIcon } from './Lasso.js';
136
142
  export { default as LeagueIcon } from './League.js';
137
143
  export { default as LetterIcon } from './Letter.js';
138
144
  export { default as LetterCrownColorIcon } from './LetterCrownColor.js';
@@ -183,6 +189,7 @@ export { default as PauseIcon } from './Pause.js';
183
189
  export { default as PenIcon } from './Pen.js';
184
190
  export { default as PercentInCircleIcon } from './PercentInCircle.js';
185
191
  export { default as PictureIcon } from './Picture.js';
192
+ export { default as PictureOffIcon } from './PictureOff.js';
186
193
  export { default as PillIcon } from './Pill.js';
187
194
  export { default as PillColorIcon } from './PillColor.js';
188
195
  export { default as PinIcon } from './Pin.js';
@@ -206,6 +213,7 @@ export { default as QuizIcon } from './Quiz.js';
206
213
  export { default as QuizColorIcon } from './QuizColor.js';
207
214
  export { default as RaffleColorIcon } from './RaffleColor.js';
208
215
  export { default as ReceiptIcon } from './Receipt.js';
216
+ export { default as RectangleIcon } from './Rectangle.js';
209
217
  export { default as RefreshIcon } from './Refresh.js';
210
218
  export { default as RepeatIcon } from './Repeat.js';
211
219
  export { default as ReportColorIcon } from './ReportColor.js';
@@ -255,6 +263,7 @@ export { default as UserBlockedIcon } from './UserBlocked.js';
255
263
  export { default as UserCheckIcon } from './UserCheck.js';
256
264
  export { default as UserPlusIcon } from './UserPlus.js';
257
265
  export { default as UserTwoIcon } from './UserTwo.js';
266
+ export { default as VectorIcon } from './Vector.js';
258
267
  export { default as VideoIcon } from './Video.js';
259
268
  export { default as VideoColorIcon } from './VideoColor.js';
260
269
  export { default as VoteColorIcon } from './VoteColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.69.0",
3
+ "version": "1.70.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": "897fdc03e8ba9b9a2078144179fbff9a4c82b468"
43
+ "gitHead": "c6899af489cb79bfa198af65ca0799cebcb136c8"
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 fill-rule="evenodd" clip-rule="evenodd" d="M4.00005 7.19999H20C20.3183 7.19999 20.6235 7.07356 20.8486 6.84852C21.0736 6.62347 21.2001 6.31825 21.2001 5.99999C21.2001 5.68173 21.0736 5.3765 20.8486 5.15146C20.6235 4.92642 20.3183 4.79999 20 4.79999H4.00005C3.68179 4.79999 3.37656 4.92642 3.15152 5.15146C2.92648 5.3765 2.80005 5.68173 2.80005 5.99999C2.80005 6.31825 2.92648 6.62347 3.15152 6.84852C3.37656 7.07356 3.68179 7.19999 4.00005 7.19999ZM15.1821 10.6882L8.44082 10.8C8.12256 10.8 7.81734 10.9264 7.59229 11.1515C7.36725 11.3765 7.24082 11.6817 7.24082 12C7.24082 12.3182 7.36725 12.6235 7.59229 12.8485C7.81734 13.0736 8.12256 13.2 8.44082 13.2L15.1821 13.0882C15.5003 13.0882 15.8056 12.9617 16.0306 12.7367C16.2557 12.5117 16.3821 12.2064 16.3821 11.8882C16.3821 11.5699 16.2557 11.2647 16.0306 11.0396C15.8056 10.8146 15.5003 10.6882 15.1821 10.6882ZM17.7862 16.8049L6.08208 16.8C5.92449 16.8 5.76845 16.831 5.62286 16.8913C5.47727 16.9516 5.34498 17.04 5.23355 17.1515C5.12212 17.2629 5.03373 17.3952 4.97342 17.5408C4.91312 17.6864 4.88208 17.8424 4.88208 18C4.88208 18.1576 4.91312 18.3136 4.97342 18.4592C5.03373 18.6048 5.12212 18.7371 5.23355 18.8485C5.34498 18.9599 5.47727 19.0483 5.62286 19.1086C5.76845 19.169 5.92449 19.2 6.08208 19.2L17.7862 19.2049C17.9438 19.2049 18.0998 19.1738 18.2454 19.1135C18.391 19.0532 18.5233 18.9648 18.6347 18.8534C18.7462 18.742 18.8346 18.6097 18.8949 18.4641C18.9552 18.3185 18.9862 18.1625 18.9862 18.0049C18.9862 17.8473 18.9552 17.6912 18.8949 17.5456C18.8346 17.4001 18.7462 17.2678 18.6347 17.1563C18.5233 17.0449 18.391 16.9565 18.2454 16.8962C18.0998 16.8359 17.9438 16.8049 17.7862 16.8049Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M3.99999 7.19999H20C20.3182 7.19999 20.6235 7.07356 20.8485 6.84852C21.0736 6.62347 21.2 6.31825 21.2 5.99999C21.2 5.68173 21.0736 5.3765 20.8485 5.15146C20.6235 4.92642 20.3182 4.79999 20 4.79999H3.99999C3.68173 4.79999 3.3765 4.92642 3.15146 5.15146C2.92642 5.3765 2.79999 5.68173 2.79999 5.99999C2.79999 6.31825 2.92642 6.62347 3.15146 6.84852C3.3765 7.07356 3.68173 7.19999 3.99999 7.19999ZM10.7412 10.6882L3.99999 10.8C3.68173 10.8 3.3765 10.9264 3.15146 11.1515C2.92642 11.3765 2.79999 11.6817 2.79999 12C2.79999 12.3182 2.92642 12.6235 3.15146 12.8485C3.3765 13.0736 3.68173 13.2 3.99999 13.2L10.7412 13.0882C11.0595 13.0882 11.3647 12.9617 11.5898 12.7367C11.8148 12.5117 11.9412 12.2064 11.9412 11.8882C11.9412 11.5699 11.8148 11.2647 11.5898 11.0396C11.3647 10.8146 11.0595 10.6882 10.7412 10.6882ZM15.7041 16.8049L3.99999 16.8C3.8424 16.8 3.68636 16.831 3.54077 16.8913C3.39518 16.9516 3.26289 17.04 3.15146 17.1515C3.04003 17.2629 2.95164 17.3952 2.89133 17.5408C2.83103 17.6864 2.79999 17.8424 2.79999 18C2.79999 18.1576 2.83103 18.3136 2.89133 18.4592C2.95164 18.6048 3.04003 18.7371 3.15146 18.8485C3.26289 18.9599 3.39518 19.0483 3.54077 19.1086C3.68636 19.169 3.8424 19.2 3.99999 19.2L15.7041 19.2049C15.8617 19.2049 16.0178 19.1738 16.1633 19.1135C16.3089 19.0532 16.4412 18.9648 16.5527 18.8534C16.6641 18.742 16.7525 18.6097 16.8128 18.4641C16.8731 18.3185 16.9041 18.1625 16.9041 18.0049C16.9041 17.8473 16.8731 17.6912 16.8128 17.5456C16.7525 17.4001 16.6641 17.2678 16.5527 17.1563C16.4412 17.0449 16.3089 16.9565 16.1633 16.8962C16.0178 16.8359 15.8617 16.8049 15.7041 16.8049Z" 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 fill-rule="evenodd" clip-rule="evenodd" d="M20 7.19999H3.99995C3.68169 7.19999 3.37647 7.07356 3.15142 6.84852C2.92638 6.62347 2.79995 6.31825 2.79995 5.99999C2.79995 5.68173 2.92638 5.3765 3.15142 5.15146C3.37647 4.92642 3.68169 4.79999 3.99995 4.79999H20C20.3182 4.79999 20.6234 4.92642 20.8485 5.15146C21.0735 5.3765 21.2 5.68173 21.2 5.99999C21.2 6.31825 21.0735 6.62347 20.8485 6.84852C20.6234 7.07356 20.3182 7.19999 20 7.19999ZM13.2587 10.6882L20 10.8C20.3182 10.8 20.6234 10.9264 20.8485 11.1515C21.0735 11.3765 21.2 11.6817 21.2 12C21.2 12.3182 21.0735 12.6235 20.8485 12.8485C20.6234 13.0736 20.3182 13.2 20 13.2L13.2587 13.0882C12.9404 13.0882 12.6352 12.9617 12.4102 12.7367C12.1851 12.5117 12.0587 12.2064 12.0587 11.8882C12.0587 11.5699 12.1851 11.2647 12.4102 11.0396C12.6352 10.8146 12.9404 10.6882 13.2587 10.6882ZM8.29581 16.8049L20 16.8C20.1575 16.8 20.3136 16.831 20.4592 16.8913C20.6048 16.9516 20.737 17.04 20.8485 17.1515C20.9599 17.2629 21.0483 17.3952 21.1086 17.5408C21.1689 17.6864 21.2 17.8424 21.2 18C21.2 18.1576 21.1689 18.3136 21.1086 18.4592C21.0483 18.6048 20.9599 18.7371 20.8485 18.8485C20.737 18.9599 20.6048 19.0483 20.4592 19.1086C20.3136 19.169 20.1575 19.2 20 19.2L8.29581 19.2049C8.13823 19.2049 7.98218 19.1738 7.83659 19.1135C7.691 19.0532 7.55871 18.9648 7.44728 18.8534C7.33585 18.742 7.24746 18.6097 7.18716 18.4641C7.12685 18.3185 7.09581 18.1625 7.09581 18.0049C7.09581 17.8473 7.12685 17.6912 7.18716 17.5456C7.24746 17.4001 7.33585 17.2678 7.44728 17.1563C7.55871 17.0449 7.691 16.9565 7.83659 16.8962C7.98218 16.8359 8.13823 16.8049 8.29581 16.8049Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/cursor.svg CHANGED
@@ -1,10 +1,3 @@
1
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_19290_16506)">
3
- <path d="M4.19853 3.48473C4.11004 2.23679 5.49794 1.43543 6.53443 2.1361L21.4343 12.213C22.4812 12.921 22.2297 14.5074 21.0594 14.882L20.9441 14.9147L13.8313 16.6184C13.5488 16.686 13.2919 16.8344 13.0921 17.0451L8.06031 22.3532L7.97432 22.4367C7.06478 23.2631 5.56516 22.6875 5.47542 21.4268L4.19853 3.48473ZM7.72343 19.2189L11.3506 15.3939L11.5522 15.1963C11.9687 14.8163 12.4627 14.531 13.0001 14.3603L13.2721 14.2845L18.3974 13.0563L6.7239 5.16154L7.72343 19.2189Z" fill="#8D94A0"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_19290_16506">
7
- <rect width="24" height="24" fill="white"/>
8
- </clipPath>
9
- </defs>
2
+ <path d="M2.22028 6.70405C1.19816 3.91029 3.91028 1.19816 6.70407 2.22028L19.7051 6.97655C22.7105 8.07609 22.7815 12.3014 19.8147 13.5009L15.6802 15.1721C15.4489 15.2656 15.2657 15.4489 15.1722 15.6801L13.5009 19.8146C12.3015 22.7816 8.07614 22.7105 6.97657 19.705L2.22028 6.70405ZM5.81898 4.63932C5.08378 4.37035 4.37036 5.08376 4.63934 5.81897L9.39563 18.8199C9.68499 19.6108 10.7968 19.6299 11.1124 18.8491L12.7837 14.7147C13.139 13.8359 13.8359 13.1389 14.7147 12.7837L18.8492 11.1124C19.6298 10.7967 19.6109 9.68494 18.82 9.3956L5.81898 4.63932Z" fill="#8D94A0"/>
10
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="M20.1974 12.5465C20.4993 12.2447 20.4993 11.7553 20.1974 11.4535L12.5465 3.80257C12.2447 3.50075 11.7553 3.50075 11.4535 3.80257L3.80257 11.4535C3.50075 11.7553 3.50075 12.2447 3.80257 12.5465L11.4535 20.1974C11.7553 20.4993 12.2447 20.4993 12.5465 20.1974L20.1974 12.5465ZM14.3681 22.0191C13.0603 23.327 10.9397 23.327 9.63185 22.0191L1.98092 14.3681C0.673028 13.0603 0.673027 10.9397 1.98092 9.63185L9.63185 1.98092C10.9397 0.673028 13.0603 0.673027 14.3681 1.98092L22.0191 9.63185C23.327 10.9397 23.327 13.0603 22.0191 14.3681L14.3681 22.0191Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/hand.svg ADDED
@@ -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="M6.92594 5.87196C6.92594 4.3943 8.12027 3.19636 9.59347 3.19636C9.92783 3.19639 10.2468 3.26056 10.5417 3.37327C10.9978 2.55443 11.8698 2.00011 12.8713 2C13.8849 2 14.767 2.56717 15.2184 3.40217C15.4648 3.32139 15.7275 3.27609 16.0008 3.27606C17.0306 3.27606 17.9148 3.89693 18.3051 4.78508C18.5205 4.72493 18.7473 4.69049 18.9818 4.69049C20.3725 4.69065 21.5 5.82219 21.5 7.2172V15.2887C21.4998 18.9951 18.5042 22 14.8089 22H13.617C11.6898 22 9.69614 21.4739 8.12655 20.1468C6.59022 18.8477 4.65735 16.9178 2.88666 14.3183C2.26472 13.4052 2.41837 12.207 3.16607 11.457C3.9794 10.6412 5.27133 10.5606 6.17938 11.2687L6.92594 11.8511V5.87196ZM8.98225 13.0492C8.98225 13.8647 8.32308 14.5258 7.51009 14.5258C7.18276 14.5258 6.86474 14.4165 6.60636 14.2149L4.91765 12.8977C4.82824 12.828 4.70087 12.8358 4.62077 12.9161C4.54047 12.9967 4.54551 13.0974 4.5841 13.1543C6.23067 15.5717 8.02927 17.3664 9.45202 18.5695C10.5603 19.5066 12.0418 19.9366 13.617 19.9366H14.8089C17.3684 19.9366 19.4435 17.8559 19.4437 15.2887V7.2172C19.4437 6.96139 19.2368 6.75405 18.9818 6.7539C18.7266 6.7539 18.5199 6.96129 18.5199 7.2172V10.8045L18.5146 10.9096C18.462 11.4297 18.0237 11.8353 17.4913 11.8353C16.9235 11.8353 16.4628 11.374 16.4627 10.8045V5.80189C16.4625 5.54617 16.2558 5.33859 16.0008 5.33859C15.7459 5.33875 15.5391 5.54627 15.5389 5.80189V10.8045L15.5336 10.9096C15.481 11.4296 15.0434 11.8352 14.5112 11.8353C13.9434 11.8353 13.4827 11.374 13.4826 10.8045V4.6756C13.4824 4.33728 13.2087 4.06341 12.8713 4.06341C12.5341 4.06357 12.2612 4.33737 12.261 4.6756V10.8045L12.2558 10.9096C12.2032 11.4297 11.7648 11.8353 11.2324 11.8353C10.6646 11.8353 10.204 11.374 10.2038 10.8045V5.87196L10.1916 5.74847C10.1347 5.46917 9.88869 5.25903 9.59347 5.25889C9.25603 5.25889 8.98225 5.5335 8.98225 5.87196V13.0492Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/lasso.svg ADDED
@@ -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="M4.63278 18.0849C5.0871 17.6287 5.81686 17.6361 6.26276 18.101C6.95428 18.822 7.87176 19.3994 9.09609 19.6668C9.7187 19.8027 10.1159 20.4294 9.98312 21.0666C9.85015 21.7036 9.23788 22.1092 8.61543 21.9733C6.92785 21.6049 5.61136 20.7887 4.61815 19.7532C4.17222 19.2882 4.17849 18.5413 4.63278 18.0849ZM15.4235 18.7301C15.99 18.433 16.6843 18.662 16.9747 19.2416C17.2651 19.8215 17.0414 20.5332 16.4749 20.8304C15.9655 21.0976 15.4793 21.3031 15.0453 21.4468L15.0363 21.4491L15.0284 21.4526C14.3122 21.6772 13.628 21.8465 12.9752 21.9664C12.3486 22.0815 11.7492 21.6549 11.6367 21.0136C11.5246 20.3726 11.9415 19.7602 12.5677 19.6449C13.1211 19.5433 13.7137 19.3952 14.3474 19.1967C14.6505 19.0955 15.0185 18.9425 15.4235 18.7301ZM19.0718 15.2887C19.3604 14.7081 20.0545 14.4763 20.6219 14.7714C21.1893 15.0668 21.4159 15.7771 21.1273 16.3579C20.8387 16.9387 20.4761 17.4922 20.0377 18.0008C19.6928 18.4008 19.3317 18.7648 18.9649 19.0942C18.4864 19.5238 17.7582 19.4754 17.3383 18.9859C16.9186 18.4963 16.9661 17.7508 17.4441 17.321C17.7417 17.0538 18.0327 16.7597 18.3086 16.4397C18.6147 16.0845 18.8687 15.6973 19.0718 15.2887ZM3.30898 10.5558C3.9426 10.6189 4.40635 11.1965 4.34461 11.845C4.29883 12.326 4.29096 12.837 4.32997 13.3796L4.3311 13.3888L4.33223 13.3992C4.36086 13.9098 4.45176 14.504 4.62603 15.1216C4.80266 15.7476 4.44967 16.4017 3.83805 16.5825C3.22655 16.763 2.58729 16.4019 2.41069 15.776C2.18834 14.9879 2.06861 14.2193 2.03022 13.534L2.03134 13.5329C1.98451 12.8668 1.99221 12.2278 2.05048 11.6157C2.11226 10.9673 2.67547 10.4927 3.30898 10.5558ZM19.5818 8.23883C20.1503 7.94583 20.8432 8.18012 21.1296 8.7619C21.7035 9.92835 21.999 11.2402 22.0009 12.557C22.0017 13.2084 21.4869 13.7369 20.8504 13.7379C20.2139 13.7389 19.6965 13.2119 19.6955 12.5605C19.6941 11.5975 19.4773 10.6493 19.0707 9.823C18.7846 9.24116 19.0134 8.53189 19.5818 8.23883ZM9.39327 6.9784C9.84218 6.5164 10.5719 6.51434 11.0233 6.9738C11.4742 7.43329 11.4765 8.18022 11.0278 8.64208C10.6278 9.05365 10.2576 9.56562 9.94485 10.1997C9.65804 10.7813 8.9653 11.015 8.39705 10.7217C7.82884 10.4281 7.60049 9.7191 7.88711 9.13749C8.30555 8.28904 8.81639 7.57212 9.39327 6.9784ZM5.48267 4.82739C5.95602 4.39202 6.68481 4.43187 7.1104 4.9161C7.53594 5.40064 7.49707 6.14648 7.02372 6.58207C6.30544 7.2429 5.66038 8.03642 5.17986 8.96928C4.88301 9.54568 4.18509 9.76737 3.62192 9.46354C3.0589 9.15965 2.84331 8.44533 3.14013 7.869C3.76685 6.65224 4.59484 5.64419 5.48267 4.82739ZM14.093 4.7525C15.0157 4.67291 15.9161 4.76489 16.7169 4.99214C17.3752 5.17897 17.9806 5.45588 18.5281 5.80554C19.068 6.15036 19.2328 6.87731 18.8962 7.43004C18.5593 7.98285 17.848 8.15168 17.3079 7.80678C16.9467 7.57616 16.5439 7.39237 16.1001 7.26644C15.5667 7.11516 14.9414 7.04751 14.2866 7.10399C13.6526 7.15842 13.0953 6.67675 13.0416 6.0279C12.9881 5.37878 13.4588 4.80744 14.093 4.7525ZM10.3535 2.0427C10.9668 1.86868 11.6015 2.23663 11.7718 2.86416C11.9419 3.49205 11.5827 4.14292 10.9692 4.31699C10.5716 4.42984 10.0905 4.60869 9.56888 4.8608C8.99326 5.1389 8.3064 4.88652 8.03458 4.29741C7.76273 3.70823 8.00938 3.00529 8.58503 2.72706C9.21659 2.42183 9.82038 2.19396 10.3535 2.0427Z" 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="M0.883936 1.88388C1.37209 1.39572 2.16335 1.39572 2.65151 1.88388L22.0967 21.3291C22.5849 21.8173 22.5849 22.6085 22.0967 23.0967C21.6086 23.5848 20.8173 23.5848 20.3292 23.0967L18.9825 21.75H4.71302C4.05992 21.75 3.43367 21.4901 2.97182 21.0283C2.50999 20.5665 2.25022 19.9402 2.25014 19.2871V5.01765L0.883936 3.65145C0.395784 3.16329 0.395785 2.37203 0.883936 1.88388ZM19.2872 2.25009C19.9403 2.25016 20.5666 2.50993 21.0284 2.97176C21.4901 3.43362 21.75 4.05987 21.7501 4.71297V17.9219L6.07825 2.25009H19.2872ZM7.25891 14.959C7.14414 15.1377 7.07989 15.3445 7.07239 15.5567C7.06499 15.7687 7.11509 15.9789 7.21692 16.1651C7.31883 16.3513 7.46881 16.5071 7.65149 16.6153C7.83415 16.7233 8.04277 16.7806 8.255 16.7803H14.0128L9.18664 11.9541L7.25891 14.959ZM16.004 7.09284C15.7658 7.08715 15.5285 7.12966 15.3067 7.21686C15.085 7.3041 14.8825 7.43422 14.712 7.60065C14.5414 7.76714 14.4061 7.96694 14.3136 8.18658C14.2212 8.40604 14.173 8.64181 14.1729 8.87994C14.1729 9.11824 14.2211 9.35463 14.3136 9.57427C14.406 9.79378 14.5416 9.99277 14.712 10.1592C14.8824 10.3256 15.0842 10.4567 15.3057 10.544C15.5274 10.6313 15.7648 10.6736 16.003 10.668C16.4697 10.6571 16.9141 10.4638 17.2403 10.1299C17.5664 9.79608 17.7489 9.34763 17.7491 8.88092C17.7492 8.41434 17.567 7.96592 17.2413 7.6319C16.9152 7.29784 16.4707 7.10406 16.004 7.09284Z" 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="M19.8568 4.85727C19.8568 4.46279 19.5372 4.14317 19.1427 4.14317H4.85727C4.46279 4.14317 4.14317 4.46279 4.14317 4.85727V19.1427C4.14317 19.5372 4.46279 19.8568 4.85727 19.8568H19.1427C19.5372 19.8568 19.8568 19.5372 19.8568 19.1427V4.85727ZM22 19.1427C22 20.7207 20.7207 22 19.1427 22H4.85727C3.27934 22 2 20.7207 2 19.1427V4.85727C2 3.27934 3.27934 2 4.85727 2H19.1427C20.7207 2 22 3.27934 22 4.85727V19.1427Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/vector.svg ADDED
@@ -0,0 +1,10 @@
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_20417_107)">
3
+ <path d="M4.9873 2.25H19.0137C19.1391 0.986697 20.2047 0 21.501 0C22.8816 0.000131934 24.001 1.11937 24.001 2.5C24.001 3.79657 23.0137 4.86219 21.75 4.9873V19.0117C21.6681 19.0036 21.585 19 21.501 19L21.7559 19.0127C23.0167 19.1405 24.001 20.2054 24.001 21.5C24.0008 22.8805 22.8815 23.9999 21.501 24C20.2064 24 19.1415 23.0157 19.0137 21.7549V21.75H4.9873V21.7549C4.85945 23.0157 3.79455 24 2.5 24C1.11941 24 0.000197894 22.8805 0 21.5C0 20.1193 1.11929 19 2.5 19C2.41563 19 2.33222 19.0036 2.25 19.0117V4.9873C0.986686 4.86186 0 3.79633 0 2.5C0 1.11929 1.11929 0 2.5 0C3.79633 0 4.86186 0.986686 4.9873 2.25ZM2.5 20.7998C2.1134 20.7998 1.7998 21.1134 1.7998 21.5C1.8 21.8864 2.11352 22.2002 2.5 22.2002C2.88648 22.2002 3.2 21.8864 3.2002 21.5C3.2002 21.1134 2.8866 20.7998 2.5 20.7998ZM21.501 20.7998C21.1144 20.7998 20.8008 21.1134 20.8008 21.5C20.801 21.8864 21.1145 22.2002 21.501 22.2002C21.8873 22.2001 22.201 21.8864 22.2012 21.5C22.2012 21.1135 21.8875 20.7999 21.501 20.7998ZM11.2676 9.71973C11.0693 9.71973 10.8741 9.7691 10.7002 9.86426C10.5264 9.95937 10.3794 10.0969 10.2725 10.2637L7.25879 14.959C7.144 15.1376 7.07977 15.3444 7.07227 15.5566C7.06484 15.7688 7.11494 15.9788 7.2168 16.165C7.31871 16.3514 7.46862 16.5071 7.65137 16.6152C7.83408 16.7234 8.04257 16.7805 8.25488 16.7803H14.2793C14.4915 16.7803 14.7003 16.7234 14.8828 16.6152C15.0652 16.5071 15.2146 16.3511 15.3164 16.165C15.4182 15.9787 15.4685 15.7678 15.4609 15.5557C15.4533 15.3437 15.3891 15.1375 15.2744 14.959L12.2627 10.2637C12.1558 10.0968 12.0088 9.95938 11.835 9.86426C11.661 9.76908 11.4659 9.71974 11.2676 9.71973ZM16.0039 7.09277C15.7656 7.08708 15.5284 7.12957 15.3066 7.2168C15.0849 7.30403 14.8824 7.43416 14.7119 7.60059C14.5413 7.76708 14.4061 7.96688 14.3135 8.18652C14.221 8.40601 14.1729 8.64172 14.1729 8.87988C14.1728 9.11824 14.221 9.35452 14.3135 9.57422C14.4059 9.79381 14.5415 9.99266 14.7119 10.1592C14.8823 10.3257 15.084 10.4566 15.3057 10.5439C15.5274 10.6313 15.7647 10.6735 16.0029 10.668C16.4697 10.6571 16.9139 10.4638 17.2402 10.1299C17.5664 9.79598 17.7489 9.34764 17.749 8.88086C17.7491 8.41419 17.5671 7.96588 17.2412 7.63184C16.9151 7.29773 16.4707 7.10394 16.0039 7.09277ZM2.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.501 1.7998C21.1144 1.7998 20.8008 2.1134 20.8008 2.5C20.8008 2.8866 21.1144 3.2002 21.501 3.2002C21.8875 3.20006 22.2012 2.88652 22.2012 2.5C22.2012 2.11348 21.8875 1.79994 21.501 1.7998Z" fill="#8D94A0"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_20417_107">
7
+ <rect width="24" height="24" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>