@teamturing/icons 1.41.0 → 1.43.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 SvgBookColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookColor;
package/dist/Find.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgFind: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFind;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgQuizColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgQuizColor;
package/dist/index.d.ts CHANGED
@@ -19,6 +19,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
19
19
  export { default as AutoIcon } from './Auto';
20
20
  export { default as BarchartIcon } from './Barchart';
21
21
  export { default as BookIcon } from './Book';
22
+ export { default as BookColorIcon } from './BookColor';
22
23
  export { default as BookmarkIcon } from './Bookmark';
23
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
24
25
  export { default as BoxIcon } from './Box';
@@ -86,6 +87,7 @@ export { default as FaceSadIcon } from './FaceSad';
86
87
  export { default as FacebookIcon } from './Facebook';
87
88
  export { default as FacebookColorIcon } from './FacebookColor';
88
89
  export { default as FilterIcon } from './Filter';
90
+ export { default as FindIcon } from './Find';
89
91
  export { default as FireIcon } from './Fire';
90
92
  export { default as FireColorIcon } from './FireColor';
91
93
  export { default as FolderIcon } from './Folder';
@@ -165,6 +167,7 @@ export { default as ProfileIcon } from './Profile';
165
167
  export { default as ProgressGradientIcon } from './ProgressGradient';
166
168
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle';
167
169
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined';
170
+ export { default as QuizColorIcon } from './QuizColor';
168
171
  export { default as RaffleColorIcon } from './RaffleColor';
169
172
  export { default as ReceiptIcon } from './Receipt';
170
173
  export { default as RefreshIcon } from './Refresh';
package/dist/index.js CHANGED
@@ -324,6 +324,30 @@ const SvgBook = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
324
324
  clipRule: "evenodd"
325
325
  }));
326
326
 
327
+ const SvgBookColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
328
+ xmlns: "http://www.w3.org/2000/svg",
329
+ width: "1em",
330
+ height: "1em",
331
+ fill: "none",
332
+ viewBox: "0 0 24 24"
333
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
334
+ fill: "#C6D8FA",
335
+ fillRule: "evenodd",
336
+ d: "M6.449 2A2.449 2.449 0 0 0 4 4.449v15.102a2.449 2.449 0 0 0 2.62 2.443c.045.004.09.006.135.006h13.163c.451 0 .817-.366.817-.816v-.409a.816.816 0 0 0-.817-.816H7.265a.816.816 0 0 1 0-1.633H19.918c.451 0 .817-.365.817-.816V2.816A.816.816 0 0 0 19.918 2H6.45Zm2.857 2.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z",
337
+ clipRule: "evenodd"
338
+ }), /*#__PURE__*/React__namespace.createElement("path", {
339
+ fill: "#C6D8FA",
340
+ d: "M19.918 19.96H7.265a.816.816 0 0 1 0-1.634H19.918v1.633Z"
341
+ }), /*#__PURE__*/React__namespace.createElement("path", {
342
+ fill: "#6D99F1",
343
+ fillRule: "evenodd",
344
+ d: "M20 19.96v-1.634H7.265a.816.816 0 0 0 0 1.633H20Z",
345
+ clipRule: "evenodd"
346
+ }), /*#__PURE__*/React__namespace.createElement("path", {
347
+ fill: "#6D99F1",
348
+ d: "M9.306 4.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z"
349
+ }));
350
+
327
351
  const SvgBookmark = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
328
352
  xmlns: "http://www.w3.org/2000/svg",
329
353
  width: "1em",
@@ -1364,6 +1388,19 @@ const SvgFilter = props => /*#__PURE__*/React__namespace.createElement("svg", _e
1364
1388
  clipRule: "evenodd"
1365
1389
  }));
1366
1390
 
1391
+ const SvgFind = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1392
+ xmlns: "http://www.w3.org/2000/svg",
1393
+ width: "1em",
1394
+ height: "1em",
1395
+ fill: "none",
1396
+ viewBox: "0 0 24 24"
1397
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1398
+ fill: "currentColor",
1399
+ fillRule: "evenodd",
1400
+ d: "M9 9v6h6V9H9Zm-.5-2A1.5 1.5 0 0 0 7 8.5v7A1.5 1.5 0 0 0 8.5 17h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 15.5 7h-7ZM2 4a2 2 0 0 1 2-2h4a1 1 0 0 1 0 2H4v4a1 1 0 0 1-2 0V4ZM2 20a2 2 0 0 0 2 2h4a1 1 0 1 0 0-2H4v-4a1 1 0 1 0-2 0v4ZM22 4a2 2 0 0 0-2-2h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0V4ZM22 20a2 2 0 0 1-2 2h-4a1 1 0 1 1 0-2h4v-4a1 1 0 1 1 2 0v4Z",
1401
+ clipRule: "evenodd"
1402
+ }));
1403
+
1367
1404
  const SvgFire = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1368
1405
  xmlns: "http://www.w3.org/2000/svg",
1369
1406
  width: "1em",
@@ -2675,6 +2712,30 @@ const SvgQuestionMarkInCircleOutlined = props => /*#__PURE__*/React__namespace.c
2675
2712
  d: "M13.652 12.569c.629-.403 1.487-.953 1.774-2.201.224-.974.016-1.927-.586-2.683-.681-.855-1.817-1.385-2.966-1.385A3.578 3.578 0 0 0 8.3 9.874a.9.9 0 1 0 1.8 0c0-.978.796-1.775 1.774-1.775.605 0 1.216.278 1.558.707.261.328.341.718.24 1.16-.117.507-.42.722-.992 1.087l-.002.001c-.72.461-1.704 1.091-1.704 2.695a.9.9 0 1 0 1.8 0c0-.589.225-.763.876-1.179l.002-.001ZM11.041 17.756a1.2 1.2 0 1 0 1.697-1.697 1.2 1.2 0 0 0-1.697 1.697Z"
2676
2713
  }));
2677
2714
 
2715
+ const SvgQuizColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2716
+ xmlns: "http://www.w3.org/2000/svg",
2717
+ width: "1em",
2718
+ height: "1em",
2719
+ fill: "none",
2720
+ viewBox: "0 0 24 24"
2721
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
2722
+ fill: "#6D99F1",
2723
+ d: "m21.443 4.23-4.86-1.12c.272.413.418.896.42 1.39v13.002a2.5 2.5 0 0 1-2.501 2.5h-4.78l7.67 1.771a2.5 2.5 0 0 0 3-1.87L23.314 7.23a2.49 2.49 0 0 0-1.87-3Z"
2724
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2725
+ fill: "#C6D8FA",
2726
+ d: "M8.895 7.776a3.244 3.244 0 1 0 0 6.488 3.244 3.244 0 0 0 0-6.488Z"
2727
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2728
+ fill: "#C6D8FA",
2729
+ fillRule: "evenodd",
2730
+ d: "M17.012 17.502V4.5a2.502 2.502 0 0 0-2.51-2.5H3.5A2.5 2.5 0 0 0 1 4.5v13.002a2.5 2.5 0 0 0 2.5 2.5h11.012a2.5 2.5 0 0 0 2.5-2.5ZM4 11.02a4.894 4.894 0 1 1 9.79 0 4.894 4.894 0 0 1-9.79 0Z",
2731
+ clipRule: "evenodd"
2732
+ }), /*#__PURE__*/React__namespace.createElement("path", {
2733
+ fill: "#6D99F1",
2734
+ fillRule: "evenodd",
2735
+ d: "M8.895 6.126a4.894 4.894 0 1 0 0 9.789 4.894 4.894 0 0 0 0-9.79ZM5.65 11.02a3.244 3.244 0 1 1 6.488 0 3.244 3.244 0 0 1-6.488 0Z",
2736
+ clipRule: "evenodd"
2737
+ }));
2738
+
2678
2739
  const SvgRaffleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2679
2740
  xmlns: "http://www.w3.org/2000/svg",
2680
2741
  width: "1em",
@@ -3610,6 +3671,7 @@ exports.ArrowUpIcon = SvgArrowUp;
3610
3671
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
3611
3672
  exports.AutoIcon = SvgAuto;
3612
3673
  exports.BarchartIcon = SvgBarchart;
3674
+ exports.BookColorIcon = SvgBookColor;
3613
3675
  exports.BookIcon = SvgBook;
3614
3676
  exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
3615
3677
  exports.BookmarkIcon = SvgBookmark;
@@ -3678,6 +3740,7 @@ exports.FaceSadIcon = SvgFaceSad;
3678
3740
  exports.FacebookColorIcon = SvgFacebookColor;
3679
3741
  exports.FacebookIcon = SvgFacebook;
3680
3742
  exports.FilterIcon = SvgFilter;
3743
+ exports.FindIcon = SvgFind;
3681
3744
  exports.FireColorIcon = SvgFireColor;
3682
3745
  exports.FireIcon = SvgFire;
3683
3746
  exports.FolderIcon = SvgFolder;
@@ -3757,6 +3820,7 @@ exports.ProfileIcon = SvgProfile;
3757
3820
  exports.ProgressGradientIcon = SvgProgressGradient;
3758
3821
  exports.QuestionMarkInCircleIcon = SvgQuestionMarkInCircle;
3759
3822
  exports.QuestionMarkInCircleOutlinedIcon = SvgQuestionMarkInCircleOutlined;
3823
+ exports.QuizColorIcon = SvgQuizColor;
3760
3824
  exports.RaffleColorIcon = SvgRaffleColor;
3761
3825
  exports.ReceiptIcon = SvgReceipt;
3762
3826
  exports.RefreshIcon = SvgRefresh;
@@ -0,0 +1,28 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgBookColor = 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: "#C6D8FA",
12
+ fillRule: "evenodd",
13
+ d: "M6.449 2A2.449 2.449 0 0 0 4 4.449v15.102a2.449 2.449 0 0 0 2.62 2.443c.045.004.09.006.135.006h13.163c.451 0 .817-.366.817-.816v-.409a.816.816 0 0 0-.817-.816H7.265a.816.816 0 0 1 0-1.633H19.918c.451 0 .817-.365.817-.816V2.816A.816.816 0 0 0 19.918 2H6.45Zm2.857 2.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ fill: "#C6D8FA",
17
+ d: "M19.918 19.96H7.265a.816.816 0 0 1 0-1.634H19.918v1.633Z"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ fill: "#6D99F1",
20
+ fillRule: "evenodd",
21
+ d: "M20 19.96v-1.634H7.265a.816.816 0 0 0 0 1.633H20Z",
22
+ clipRule: "evenodd"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ fill: "#6D99F1",
25
+ d: "M9.306 4.857a.816.816 0 0 0-.816.816v1.633c0 .451.365.816.816.816h7.347c.45 0 .816-.365.816-.816V5.673a.816.816 0 0 0-.816-.816H9.306Z"
26
+ }));
27
+
28
+ export { SvgBookColor as default };
package/esm/Find.js ADDED
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgFind = 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: "M9 9v6h6V9H9Zm-.5-2A1.5 1.5 0 0 0 7 8.5v7A1.5 1.5 0 0 0 8.5 17h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 15.5 7h-7ZM2 4a2 2 0 0 1 2-2h4a1 1 0 0 1 0 2H4v4a1 1 0 0 1-2 0V4ZM2 20a2 2 0 0 0 2 2h4a1 1 0 1 0 0-2H4v-4a1 1 0 1 0-2 0v4ZM22 4a2 2 0 0 0-2-2h-4a1 1 0 1 0 0 2h4v4a1 1 0 1 0 2 0V4ZM22 20a2 2 0 0 1-2 2h-4a1 1 0 1 1 0-2h4v-4a1 1 0 1 1 2 0v4Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgFind as default };
@@ -0,0 +1,28 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgQuizColor = 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: "#6D99F1",
12
+ d: "m21.443 4.23-4.86-1.12c.272.413.418.896.42 1.39v13.002a2.5 2.5 0 0 1-2.501 2.5h-4.78l7.67 1.771a2.5 2.5 0 0 0 3-1.87L23.314 7.23a2.49 2.49 0 0 0-1.87-3Z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#C6D8FA",
15
+ d: "M8.895 7.776a3.244 3.244 0 1 0 0 6.488 3.244 3.244 0 0 0 0-6.488Z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "#C6D8FA",
18
+ fillRule: "evenodd",
19
+ d: "M17.012 17.502V4.5a2.502 2.502 0 0 0-2.51-2.5H3.5A2.5 2.5 0 0 0 1 4.5v13.002a2.5 2.5 0 0 0 2.5 2.5h11.012a2.5 2.5 0 0 0 2.5-2.5ZM4 11.02a4.894 4.894 0 1 1 9.79 0 4.894 4.894 0 0 1-9.79 0Z",
20
+ clipRule: "evenodd"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#6D99F1",
23
+ fillRule: "evenodd",
24
+ d: "M8.895 6.126a4.894 4.894 0 1 0 0 9.789 4.894 4.894 0 0 0 0-9.79ZM5.65 11.02a3.244 3.244 0 1 1 6.488 0 3.244 3.244 0 0 1-6.488 0Z",
25
+ clipRule: "evenodd"
26
+ }));
27
+
28
+ export { SvgQuizColor as default };
package/esm/index.js CHANGED
@@ -19,6 +19,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
19
19
  export { default as AutoIcon } from './Auto.js';
20
20
  export { default as BarchartIcon } from './Barchart.js';
21
21
  export { default as BookIcon } from './Book.js';
22
+ export { default as BookColorIcon } from './BookColor.js';
22
23
  export { default as BookmarkIcon } from './Bookmark.js';
23
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
24
25
  export { default as BoxIcon } from './Box.js';
@@ -86,6 +87,7 @@ export { default as FaceSadIcon } from './FaceSad.js';
86
87
  export { default as FacebookIcon } from './Facebook.js';
87
88
  export { default as FacebookColorIcon } from './FacebookColor.js';
88
89
  export { default as FilterIcon } from './Filter.js';
90
+ export { default as FindIcon } from './Find.js';
89
91
  export { default as FireIcon } from './Fire.js';
90
92
  export { default as FireColorIcon } from './FireColor.js';
91
93
  export { default as FolderIcon } from './Folder.js';
@@ -165,6 +167,7 @@ export { default as ProfileIcon } from './Profile.js';
165
167
  export { default as ProgressGradientIcon } from './ProgressGradient.js';
166
168
  export { default as QuestionMarkInCircleIcon } from './QuestionMarkInCircle.js';
167
169
  export { default as QuestionMarkInCircleOutlinedIcon } from './QuestionMarkInCircleOutlined.js';
170
+ export { default as QuizColorIcon } from './QuizColor.js';
168
171
  export { default as RaffleColorIcon } from './RaffleColor.js';
169
172
  export { default as ReceiptIcon } from './Receipt.js';
170
173
  export { default as RefreshIcon } from './Refresh.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.41.0",
3
+ "version": "1.43.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",
@@ -38,5 +38,5 @@
38
38
  "peerDependencies": {
39
39
  "react": "^18.2.0"
40
40
  },
41
- "gitHead": "b2c810fa21527d0a188655ac141f41df83ca7503"
41
+ "gitHead": "a724347214e59c6970886c6dc918fc6c88846d71"
42
42
  }
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.44898 2C5.09645 2 4 3.09645 4 4.44898V17.5102V19.551C4 20.9036 5.09645 22 6.44898 22C6.50647 22 6.56351 21.998 6.62001 21.9941C6.66452 21.998 6.70958 22 6.7551 22H19.9184C20.3692 22 20.7347 21.6345 20.7347 21.1837V20.7755C20.7347 20.3247 20.3692 19.9592 19.9184 19.9592H8.8641H7.26531C6.81446 19.9592 6.44898 19.5937 6.44898 19.1429C6.44898 18.692 6.81446 18.3265 7.26531 18.3265H8.89796H19.9184C20.3692 18.3265 20.7347 17.961 20.7347 17.5102V2.81633C20.7347 2.36548 20.3692 2 19.9184 2H6.44898ZM9.30612 4.85714C8.85528 4.85714 8.4898 5.22262 8.4898 5.67347V7.30612C8.4898 7.75697 8.85528 8.12245 9.30612 8.12245H16.6531C17.1039 8.12245 17.4694 7.75697 17.4694 7.30612V5.67347C17.4694 5.22262 17.1039 4.85714 16.6531 4.85714H9.30612Z" fill="#C6D8FA"/>
3
+ <path d="M19.9184 19.9592H8.86409H7.2653C6.81446 19.9592 6.44897 19.5937 6.44897 19.1429C6.44897 18.692 6.81446 18.3265 7.2653 18.3265H8.89795H19.9184V19.9592Z" fill="#C6D8FA"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20 19.9592V19.1429V18.3265H7.2653C6.81446 18.3265 6.44897 18.692 6.44897 19.1429C6.44897 19.5937 6.81446 19.9592 7.2653 19.9592H20Z" fill="#6D99F1"/>
5
+ <path d="M9.30607 4.85715C8.85523 4.85715 8.48975 5.22263 8.48975 5.67347V7.30613C8.48975 7.75697 8.85523 8.12245 9.30607 8.12245H16.653C17.1039 8.12245 17.4693 7.75697 17.4693 7.30613V5.67347C17.4693 5.22263 17.1039 4.85715 16.653 4.85715H9.30607Z" fill="#6D99F1"/>
6
+ </svg>
package/svg/find.svg ADDED
@@ -0,0 +1,7 @@
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="M9 9V15H15V9H9ZM8.5 7C7.67157 7 7 7.67157 7 8.5V15.5C7 16.3284 7.67157 17 8.5 17H15.5C16.3284 17 17 16.3284 17 15.5V8.5C17 7.67157 16.3284 7 15.5 7H8.5Z" fill="#8D94A0"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4C2 2.89543 2.89543 2 4 2H8C8.55228 2 9 2.44772 9 3C9 3.55228 8.55228 4 8 4H4V8C4 8.55228 3.55228 9 3 9C2.44772 9 2 8.55228 2 8V4Z" fill="#8D94A0"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 20C2 21.1046 2.89543 22 4 22H8C8.55228 22 9 21.5523 9 21C9 20.4477 8.55228 20 8 20H4V16C4 15.4477 3.55228 15 3 15C2.44772 15 2 15.4477 2 16V20Z" fill="#8D94A0"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 4C22 2.89543 21.1046 2 20 2H16C15.4477 2 15 2.44772 15 3C15 3.55228 15.4477 4 16 4H20V8C20 8.55228 20.4477 9 21 9C21.5523 9 22 8.55228 22 8V4Z" fill="#8D94A0"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22 20C22 21.1046 21.1046 22 20 22H16C15.4477 22 15 21.5523 15 21C15 20.4477 15.4477 20 16 20H20V16C20 15.4477 20.4477 15 21 15C21.5523 15 22 15.4477 22 16V20Z" fill="#8D94A0"/>
7
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M21.443 4.23041L16.5823 3.11024C16.8551 3.52264 17.0012 4.00595 17.0023 4.50045V17.5024C17.0023 18.1656 16.7389 18.8016 16.27 19.2705C15.8011 19.7394 15.1651 20.0028 14.5019 20.0028H9.72121L17.3924 21.7731C18.0383 21.9229 18.7172 21.81 19.2799 21.4592C19.8426 21.1085 20.2429 20.5487 20.3928 19.9028L23.3133 7.23086C23.3888 6.91099 23.4003 6.57932 23.347 6.25499C23.2938 5.93066 23.1768 5.62008 23.003 5.34115C22.8291 5.06223 22.6018 4.82047 22.334 4.62984C22.0663 4.4392 21.7635 4.30345 21.443 4.23041Z" fill="#6D99F1"/>
3
+ <path d="M8.8949 7.77589C7.10315 7.77589 5.65065 9.22839 5.65065 11.0201C5.65065 12.8119 7.10315 14.2644 8.8949 14.2644C10.6866 14.2644 12.1391 12.8119 12.1391 11.0201C12.1391 9.22839 10.6866 7.77589 8.8949 7.77589Z" fill="#C6D8FA"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.0124 17.5024V4.5004C17.0124 4.1712 16.9474 3.84524 16.8212 3.54123C16.6949 3.23722 16.5098 2.96113 16.2766 2.72882C16.0433 2.49651 15.7665 2.31254 15.462 2.18747C15.1575 2.06241 14.8312 1.9987 14.5021 2.00002H3.50038C2.83724 2.00002 2.20126 2.26345 1.73234 2.73236C1.26343 3.20128 1 3.83726 1 4.5004V17.5024C1 18.1655 1.26343 18.8015 1.73234 19.2704C1.96453 19.5026 2.24017 19.6868 2.54353 19.8124C2.84689 19.9381 3.17203 20.0028 3.50038 20.0028H14.5121C15.1752 20.0028 15.8112 19.7393 16.2801 19.2704C16.749 18.8015 17.0124 18.1655 17.0124 17.5024ZM4.0004 11.0201C4.0004 8.31698 6.19174 6.12564 8.8949 6.12564C11.5981 6.12564 13.7894 8.31698 13.7894 11.0201C13.7894 13.7233 11.5981 15.9146 8.8949 15.9146C6.19174 15.9146 4.0004 13.7233 4.0004 11.0201Z" fill="#C6D8FA"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.8949 6.12564C6.19174 6.12564 4.0004 8.31698 4.0004 11.0201C4.0004 13.7233 6.19174 15.9146 8.8949 15.9146C11.5981 15.9146 13.7894 13.7233 13.7894 11.0201C13.7894 8.31698 11.5981 6.12564 8.8949 6.12564ZM5.65065 11.0201C5.65065 9.22839 7.10315 7.77589 8.8949 7.77589C10.6866 7.77589 12.1391 9.22839 12.1391 11.0201C12.1391 12.8119 10.6866 14.2644 8.8949 14.2644C7.10315 14.2644 5.65065 12.8119 5.65065 11.0201Z" fill="#6D99F1"/>
6
+ </svg>