@teamturing/icons 1.37.1 → 1.37.3

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 SvgBookmarkAnimation: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookmarkAnimation;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgChatBubbleQuestionAnimation: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChatBubbleQuestionAnimation;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgChatBubbleQuestionColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChatBubbleQuestionColor;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  export { default as AiIcon } from './Ai';
2
2
  export { default as AiColorIcon } from './AiColor';
3
3
  export { default as AiSadIcon } from './AiSad';
4
- export { default as AimPointIcon } from './AimPoint';
5
4
  export { default as AlarmIcon } from './Alarm';
6
5
  export { default as AppleColorIcon } from './AppleColor';
7
6
  export { default as ArrowDownIcon } from './ArrowDown';
@@ -18,6 +17,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
18
17
  export { default as BarchartIcon } from './Barchart';
19
18
  export { default as BookIcon } from './Book';
20
19
  export { default as BookmarkIcon } from './Bookmark';
20
+ export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
21
21
  export { default as BoxIcon } from './Box';
22
22
  export { default as BusColorIcon } from './BusColor';
23
23
  export { default as CalendarCheckIcon } from './CalendarCheck';
@@ -38,6 +38,8 @@ export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect';
38
38
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor';
39
39
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots';
40
40
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion';
41
+ export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation';
42
+ export { default as ChatBubbleQuestionColorIcon } from './ChatBubbleQuestionColor';
41
43
  export { default as CheckIcon } from './Check';
42
44
  export { default as CheckInCircleIcon } from './CheckInCircle';
43
45
  export { default as CheckInCircleColorIcon } from './CheckInCircleColor';
@@ -86,8 +88,6 @@ export { default as FolderIcon } from './Folder';
86
88
  export { default as FrameIcon } from './Frame';
87
89
  export { default as GlassesIcon } from './Glasses';
88
90
  export { default as GraphIcon } from './Graph';
89
- export { default as GunIcon } from './Gun';
90
- export { default as GunColorIcon } from './GunColor';
91
91
  export { default as HairIcon } from './Hair';
92
92
  export { default as HeadphoneIcon } from './Headphone';
93
93
  export { default as HeartIcon } from './Heart';
@@ -106,7 +106,6 @@ export { default as LetterHeartOpenColorIcon } from './LetterHeartOpenColor';
106
106
  export { default as LineThreeIcon } from './LineThree';
107
107
  export { default as LinkIcon } from './Link';
108
108
  export { default as LockIcon } from './Lock';
109
- export { default as LockColorIcon } from './LockColor';
110
109
  export { default as LogoAppleIcon } from './LogoApple';
111
110
  export { default as LogoColorIcon } from './LogoColor';
112
111
  export { default as LogoFacebookIcon } from './LogoFacebook';
@@ -150,8 +149,6 @@ export { default as PillColorIcon } from './PillColor';
150
149
  export { default as PinIcon } from './Pin';
151
150
  export { default as PinColorRedIcon } from './PinColorRed';
152
151
  export { default as PlayIcon } from './Play';
153
- export { default as PlugIcon } from './Plug';
154
- export { default as PlugColorIcon } from './PlugColor';
155
152
  export { default as PlusIcon } from './Plus';
156
153
  export { default as PlusInCircleIcon } from './PlusInCircle';
157
154
  export { default as PointInCircleIcon } from './PointInCircle';
package/dist/index.js CHANGED
@@ -94,38 +94,6 @@ const SvgAiSad = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
94
94
  d: "M0 0h24v24H0z"
95
95
  }))));
96
96
 
97
- const SvgAimPoint = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
98
- xmlns: "http://www.w3.org/2000/svg",
99
- width: "1em",
100
- height: "1em",
101
- fill: "none",
102
- viewBox: "0 0 24 24"
103
- }, props), /*#__PURE__*/React__namespace.createElement("mask", {
104
- id: "aim_point_svg__a",
105
- width: 22,
106
- height: 22,
107
- x: 1,
108
- y: 1,
109
- maskUnits: "userSpaceOnUse",
110
- style: {
111
- maskType: 'luminance'
112
- }
113
- }, /*#__PURE__*/React__namespace.createElement("path", {
114
- fill: "#fff",
115
- d: "M23 1H1v22h22V1Z"
116
- })), /*#__PURE__*/React__namespace.createElement("g", {
117
- mask: "url(#aim_point_svg__a)"
118
- }, /*#__PURE__*/React__namespace.createElement("path", {
119
- fill: "#F5525D",
120
- d: "M12 7.188c.347 0 .693.039 1.031.116V2.031a1.031 1.031 0 1 0-2.062 0v5.273A4.598 4.598 0 0 1 12 7.187ZM12 16.813c.347 0 .693-.04 1.031-.117v5.273a1.031 1.031 0 1 1-2.062 0v-5.273c.338.077.684.117 1.031.116Z"
121
- }), /*#__PURE__*/React__namespace.createElement("path", {
122
- fill: "currentColor",
123
- d: "M12 16.813a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.623Zm0-7.563a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM4.513 10.969a7.562 7.562 0 0 1 6.456-6.456V2.451a9.625 9.625 0 0 0-8.539 8.518h2.083ZM13.031 4.513a7.562 7.562 0 0 1 6.456 6.456h2.062a9.625 9.625 0 0 0-8.518-8.539v2.083ZM19.487 13.031a7.563 7.563 0 0 1-6.456 6.456v2.062a9.625 9.625 0 0 0 8.539-8.518h-2.083ZM10.969 19.487a7.563 7.563 0 0 1-6.456-6.456H2.451a9.625 9.625 0 0 0 8.518 8.539v-2.083Z"
124
- }), /*#__PURE__*/React__namespace.createElement("path", {
125
- fill: "#F5525D",
126
- d: "M7.188 12c0-.347.039-.693.116-1.031H2.031a1.031 1.031 0 1 0 0 2.062h5.273A4.598 4.598 0 0 1 7.187 12ZM16.813 12c0-.347-.04-.693-.117-1.031h5.273a1.031 1.031 0 1 1 0 2.062h-5.273c.077-.338.117-.684.117-1.031Z"
127
- })));
128
-
129
97
  const SvgAlarm = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
130
98
  xmlns: "http://www.w3.org/2000/svg",
131
99
  width: "1em",
@@ -329,6 +297,19 @@ const SvgBookmark = props => /*#__PURE__*/React__namespace.createElement("svg",
329
297
  clipRule: "evenodd"
330
298
  }));
331
299
 
300
+ const SvgBookmarkAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
301
+ xmlns: "http://www.w3.org/2000/svg",
302
+ width: "1em",
303
+ height: "1em",
304
+ fill: "none",
305
+ viewBox: "0 0 24 24"
306
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
307
+ fill: "currentColor",
308
+ fillRule: "evenodd",
309
+ d: "M3.5 3.4c0-.7.5-1.2 1.2-1.2h14.6c.7 0 1.2.5 1.2 1.2v17.3c0 .5-.5.8-.9.5l-7-4c-.4-.2-.8-.2-1.2 0l-7 4c-.4.2-.9-.1-.9-.5V3.4Z",
310
+ clipRule: "evenodd"
311
+ }));
312
+
332
313
  const SvgBox = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
333
314
  xmlns: "http://www.w3.org/2000/svg",
334
315
  width: "1em",
@@ -669,6 +650,34 @@ const SvgChatBubbleQuestion = props => /*#__PURE__*/React__namespace.createEleme
669
650
  clipRule: "evenodd"
670
651
  }));
671
652
 
653
+ const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
654
+ xmlns: "http://www.w3.org/2000/svg",
655
+ width: "1em",
656
+ height: "1em",
657
+ viewBox: "0 0 24 24"
658
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
659
+ fill: "currentColor",
660
+ fillRule: "evenodd",
661
+ d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
662
+ clipRule: "evenodd"
663
+ }));
664
+
665
+ const SvgChatBubbleQuestionColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
666
+ xmlns: "http://www.w3.org/2000/svg",
667
+ width: "1em",
668
+ height: "1em",
669
+ fill: "none",
670
+ viewBox: "0 0 24 24"
671
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
672
+ fill: "#9C7EEF",
673
+ d: "M6.637 5.263h10.726v13.474H6.637z"
674
+ }), /*#__PURE__*/React__namespace.createElement("path", {
675
+ fill: "#D9CDF9",
676
+ fillRule: "evenodd",
677
+ d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
678
+ clipRule: "evenodd"
679
+ }));
680
+
672
681
  const SvgCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
673
682
  xmlns: "http://www.w3.org/2000/svg",
674
683
  width: "1em",
@@ -1377,31 +1386,6 @@ const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1377
1386
  clipRule: "evenodd"
1378
1387
  }));
1379
1388
 
1380
- const SvgGun = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1381
- xmlns: "http://www.w3.org/2000/svg",
1382
- width: "1em",
1383
- height: "1em",
1384
- fill: "none",
1385
- viewBox: "0 0 24 24"
1386
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
1387
- fill: "currentColor",
1388
- d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
1389
- }));
1390
-
1391
- const SvgGunColor = 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: "#D9CDF9",
1399
- d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
1400
- }), /*#__PURE__*/React__namespace.createElement("path", {
1401
- fill: "#9C7EEF",
1402
- d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
1403
- }));
1404
-
1405
1389
  const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1406
1390
  xmlns: "http://www.w3.org/2000/svg",
1407
1391
  width: "1em",
@@ -1699,34 +1683,6 @@ const SvgLock = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
1699
1683
  clipRule: "evenodd"
1700
1684
  }));
1701
1685
 
1702
- const SvgLockColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1703
- xmlns: "http://www.w3.org/2000/svg",
1704
- width: "1em",
1705
- height: "1em",
1706
- fill: "none",
1707
- viewBox: "0 0 24 24"
1708
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
1709
- fill: "url(#lock_color_svg__a)",
1710
- fillRule: "evenodd",
1711
- d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
1712
- clipRule: "evenodd"
1713
- }), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
1714
- id: "lock_color_svg__a",
1715
- x1: 3,
1716
- x2: 23.048,
1717
- y1: 2,
1718
- y2: 19.883,
1719
- gradientUnits: "userSpaceOnUse"
1720
- }, /*#__PURE__*/React__namespace.createElement("stop", {
1721
- stopColor: "#03216D"
1722
- }), /*#__PURE__*/React__namespace.createElement("stop", {
1723
- offset: 0.399,
1724
- stopColor: "#3F28D1"
1725
- }), /*#__PURE__*/React__namespace.createElement("stop", {
1726
- offset: 1,
1727
- stopColor: "#F14BFF"
1728
- }))));
1729
-
1730
1686
  const SvgLogoApple = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1731
1687
  xmlns: "http://www.w3.org/2000/svg",
1732
1688
  width: "1em",
@@ -2434,67 +2390,6 @@ const SvgPlay = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
2434
2390
  d: "M18.88 10.037c1.493.872 1.493 3.053 0 3.926l-11.52 6.73C5.867 21.565 4 20.475 4 18.73V5.27c0-1.745 1.867-2.835 3.36-1.963l11.52 6.73Z"
2435
2391
  }));
2436
2392
 
2437
- const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2438
- xmlns: "http://www.w3.org/2000/svg",
2439
- width: "1em",
2440
- height: "1em",
2441
- fill: "none",
2442
- viewBox: "0 0 33 32"
2443
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
2444
- fill: "#D1D5DB",
2445
- d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
2446
- }), /*#__PURE__*/React__namespace.createElement("path", {
2447
- fill: "currentColor",
2448
- d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
2449
- }), /*#__PURE__*/React__namespace.createElement("path", {
2450
- fill: "currentColor",
2451
- d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
2452
- }), /*#__PURE__*/React__namespace.createElement("g", {
2453
- clipPath: "url(#plug_svg__a)"
2454
- }, /*#__PURE__*/React__namespace.createElement("path", {
2455
- fill: "#fff",
2456
- fillRule: "evenodd",
2457
- d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
2458
- clipRule: "evenodd"
2459
- })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2460
- id: "plug_svg__a"
2461
- }, /*#__PURE__*/React__namespace.createElement("path", {
2462
- fill: "#fff",
2463
- d: "M10.426 11.111h11.951v10.864H10.426z"
2464
- }))));
2465
-
2466
- const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2467
- xmlns: "http://www.w3.org/2000/svg",
2468
- width: "1em",
2469
- height: "1em",
2470
- fill: "none",
2471
- viewBox: "0 0 33 32"
2472
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
2473
- fill: "#6F7680",
2474
- d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
2475
- }), /*#__PURE__*/React__namespace.createElement("path", {
2476
- fill: "#D1D5DB",
2477
- d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
2478
- }), /*#__PURE__*/React__namespace.createElement("path", {
2479
- fill: "#33373B",
2480
- d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
2481
- }), /*#__PURE__*/React__namespace.createElement("path", {
2482
- fill: "#33373B",
2483
- d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
2484
- }), /*#__PURE__*/React__namespace.createElement("g", {
2485
- clipPath: "url(#plug_color_svg__a)"
2486
- }, /*#__PURE__*/React__namespace.createElement("path", {
2487
- fill: "#84AAF4",
2488
- fillRule: "evenodd",
2489
- d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
2490
- clipRule: "evenodd"
2491
- })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
2492
- id: "plug_color_svg__a"
2493
- }, /*#__PURE__*/React__namespace.createElement("path", {
2494
- fill: "#fff",
2495
- d: "M10.426 11.111h11.951v10.864H10.426z"
2496
- }))));
2497
-
2498
2393
  const SvgPlus = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
2499
2394
  xmlns: "http://www.w3.org/2000/svg",
2500
2395
  width: "1em",
@@ -3590,7 +3485,6 @@ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _
3590
3485
  exports.AiColorIcon = SvgAiColor;
3591
3486
  exports.AiIcon = SvgAi;
3592
3487
  exports.AiSadIcon = SvgAiSad;
3593
- exports.AimPointIcon = SvgAimPoint;
3594
3488
  exports.AlarmIcon = SvgAlarm;
3595
3489
  exports.AppleColorIcon = SvgAppleColor;
3596
3490
  exports.ArrowDownIcon = SvgArrowDown;
@@ -3606,6 +3500,7 @@ exports.ArrowUpIcon = SvgArrowUp;
3606
3500
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
3607
3501
  exports.BarchartIcon = SvgBarchart;
3608
3502
  exports.BookIcon = SvgBook;
3503
+ exports.BookmarkAnimationIcon = SvgBookmarkAnimation;
3609
3504
  exports.BookmarkIcon = SvgBookmark;
3610
3505
  exports.BoxIcon = SvgBox;
3611
3506
  exports.BusColorIcon = SvgBusColor;
@@ -3626,6 +3521,8 @@ exports.ChatBubbleCorrectColorIcon = SvgChatBubbleCorrectColor;
3626
3521
  exports.ChatBubbleCorrectIcon = SvgChatBubbleCorrect;
3627
3522
  exports.ChatBubbleDotsIcon = SvgChatBubbleDots;
3628
3523
  exports.ChatBubbleIcon = SvgChatBubble;
3524
+ exports.ChatBubbleQuestionAnimationIcon = SvgChatBubbleQuestionAnimation;
3525
+ exports.ChatBubbleQuestionColorIcon = SvgChatBubbleQuestionColor;
3629
3526
  exports.ChatBubbleQuestionIcon = SvgChatBubbleQuestion;
3630
3527
  exports.CheckIcon = SvgCheck;
3631
3528
  exports.CheckInCircleColorIcon = SvgCheckInCircleColor;
@@ -3675,8 +3572,6 @@ exports.FolderIcon = SvgFolder;
3675
3572
  exports.FrameIcon = SvgFrame;
3676
3573
  exports.GlassesIcon = SvgGlasses;
3677
3574
  exports.GraphIcon = SvgGraph;
3678
- exports.GunColorIcon = SvgGunColor;
3679
- exports.GunIcon = SvgGun;
3680
3575
  exports.HairIcon = SvgHair;
3681
3576
  exports.HeadphoneIcon = SvgHeadphone;
3682
3577
  exports.HeartIcon = SvgHeart;
@@ -3694,7 +3589,6 @@ exports.LetterHeartOpenColorIcon = SvgLetterHeartOpenColor;
3694
3589
  exports.LetterIcon = SvgLetter;
3695
3590
  exports.LineThreeIcon = SvgLineThree;
3696
3591
  exports.LinkIcon = SvgLink;
3697
- exports.LockColorIcon = SvgLockColor;
3698
3592
  exports.LockIcon = SvgLock;
3699
3593
  exports.LogoAppleIcon = SvgLogoApple;
3700
3594
  exports.LogoColorIcon = SvgLogoColor;
@@ -3739,8 +3633,6 @@ exports.PillIcon = SvgPill;
3739
3633
  exports.PinColorRedIcon = SvgPinColorRed;
3740
3634
  exports.PinIcon = SvgPin;
3741
3635
  exports.PlayIcon = SvgPlay;
3742
- exports.PlugColorIcon = SvgPlugColor;
3743
- exports.PlugIcon = SvgPlug;
3744
3636
  exports.PlusIcon = SvgPlus;
3745
3637
  exports.PlusInCircleIcon = SvgPlusInCircle;
3746
3638
  exports.PointInCircleColorIcon = SvgPointInCircleColor;
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgBookmarkAnimation = 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: "M3.5 3.4c0-.7.5-1.2 1.2-1.2h14.6c.7 0 1.2.5 1.2 1.2v17.3c0 .5-.5.8-.9.5l-7-4c-.4-.2-.8-.2-1.2 0l-7 4c-.4.2-.9-.1-.9-.5V3.4Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgBookmarkAnimation as default };
@@ -0,0 +1,16 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgChatBubbleQuestionAnimation = props => /*#__PURE__*/React.createElement("svg", _extends({
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: "1em",
7
+ height: "1em",
8
+ viewBox: "0 0 24 24"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ fill: "currentColor",
11
+ fillRule: "evenodd",
12
+ d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+
16
+ export { SvgChatBubbleQuestionAnimation as default };
@@ -0,0 +1,20 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgChatBubbleQuestionColor = 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: "#9C7EEF",
12
+ d: "M6.637 5.263h10.726v13.474H6.637z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#D9CDF9",
15
+ fillRule: "evenodd",
16
+ d: "M12 .922c6.065 0 11 4.485 11 10 0 5.514-4.935 10-11 10-1.205 0-2.509-.121-2.953-.166l-3.568 1.918a.7.7 0 0 1-1.028-.683l.327-3.423C1.999 16.494 1 13.28 1 10.922c0-5.515 4.935-10 11-10Zm.072 13.05a1.2 1.2 0 1 0 .002 2.398 1.2 1.2 0 0 0-.002-2.397v-.001ZM12.057 5.5a3.238 3.238 0 0 0-3.234 3.234.788.788 0 0 0 1.573 0c0-.916.745-1.661 1.661-1.661.564 0 1.136.26 1.457.662.245.308.321.675.224 1.091-.109.48-.39.679-.924 1.02-.65.417-1.543.988-1.543 2.435a.787.787 0 0 0 1.573 0c0-.565.237-.739.82-1.111.57-.365 1.35-.864 1.607-1.992.203-.88.016-1.74-.528-2.424-.616-.773-1.645-1.254-2.686-1.254Z",
17
+ clipRule: "evenodd"
18
+ }));
19
+
20
+ export { SvgChatBubbleQuestionColor as default };
package/esm/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  export { default as AiIcon } from './Ai.js';
2
2
  export { default as AiColorIcon } from './AiColor.js';
3
3
  export { default as AiSadIcon } from './AiSad.js';
4
- export { default as AimPointIcon } from './AimPoint.js';
5
4
  export { default as AlarmIcon } from './Alarm.js';
6
5
  export { default as AppleColorIcon } from './AppleColor.js';
7
6
  export { default as ArrowDownIcon } from './ArrowDown.js';
@@ -18,6 +17,7 @@ export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
18
17
  export { default as BarchartIcon } from './Barchart.js';
19
18
  export { default as BookIcon } from './Book.js';
20
19
  export { default as BookmarkIcon } from './Bookmark.js';
20
+ export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
21
21
  export { default as BoxIcon } from './Box.js';
22
22
  export { default as BusColorIcon } from './BusColor.js';
23
23
  export { default as CalendarCheckIcon } from './CalendarCheck.js';
@@ -38,6 +38,8 @@ export { default as ChatBubbleCorrectIcon } from './ChatBubbleCorrect.js';
38
38
  export { default as ChatBubbleCorrectColorIcon } from './ChatBubbleCorrectColor.js';
39
39
  export { default as ChatBubbleDotsIcon } from './ChatBubbleDots.js';
40
40
  export { default as ChatBubbleQuestionIcon } from './ChatBubbleQuestion.js';
41
+ export { default as ChatBubbleQuestionAnimationIcon } from './ChatBubbleQuestionAnimation.js';
42
+ export { default as ChatBubbleQuestionColorIcon } from './ChatBubbleQuestionColor.js';
41
43
  export { default as CheckIcon } from './Check.js';
42
44
  export { default as CheckInCircleIcon } from './CheckInCircle.js';
43
45
  export { default as CheckInCircleColorIcon } from './CheckInCircleColor.js';
@@ -86,8 +88,6 @@ export { default as FolderIcon } from './Folder.js';
86
88
  export { default as FrameIcon } from './Frame.js';
87
89
  export { default as GlassesIcon } from './Glasses.js';
88
90
  export { default as GraphIcon } from './Graph.js';
89
- export { default as GunIcon } from './Gun.js';
90
- export { default as GunColorIcon } from './GunColor.js';
91
91
  export { default as HairIcon } from './Hair.js';
92
92
  export { default as HeadphoneIcon } from './Headphone.js';
93
93
  export { default as HeartIcon } from './Heart.js';
@@ -106,7 +106,6 @@ export { default as LetterHeartOpenColorIcon } from './LetterHeartOpenColor.js';
106
106
  export { default as LineThreeIcon } from './LineThree.js';
107
107
  export { default as LinkIcon } from './Link.js';
108
108
  export { default as LockIcon } from './Lock.js';
109
- export { default as LockColorIcon } from './LockColor.js';
110
109
  export { default as LogoAppleIcon } from './LogoApple.js';
111
110
  export { default as LogoColorIcon } from './LogoColor.js';
112
111
  export { default as LogoFacebookIcon } from './LogoFacebook.js';
@@ -150,8 +149,6 @@ export { default as PillColorIcon } from './PillColor.js';
150
149
  export { default as PinIcon } from './Pin.js';
151
150
  export { default as PinColorRedIcon } from './PinColorRed.js';
152
151
  export { default as PlayIcon } from './Play.js';
153
- export { default as PlugIcon } from './Plug.js';
154
- export { default as PlugColorIcon } from './PlugColor.js';
155
152
  export { default as PlusIcon } from './Plus.js';
156
153
  export { default as PlusInCircleIcon } from './PlusInCircle.js';
157
154
  export { default as PointInCircleIcon } from './PointInCircle.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.37.1",
3
+ "version": "1.37.3",
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": "0786df39858b726dd303cc82a6208238fbc752b2"
41
+ "gitHead": "412237e184979a89c4c1ed903feca6b2880d73ac"
42
42
  }
@@ -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.5 3.4C3.5 2.7 4 2.2 4.7 2.2H19.3C20 2.2 20.5 2.7 20.5 3.4V20.7C20.5 21.2 20 21.5 19.6 21.2L12.6 17.2C12.2 17 11.8 17 11.4 17.2L4.4 21.2C4 21.4 3.5 21.1 3.5 20.7V3.4Z" fill="currentColor"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 0.921997C18.065 0.921997 23 5.407 23 10.922C23 16.436 18.065 20.922 12 20.922C10.795 20.922 9.491 20.801 9.047 20.756L5.479 22.674C5.3674 22.7339 5.24162 22.7624 5.11508 22.7565C4.98855 22.7506 4.86599 22.7104 4.76048 22.6403C4.65497 22.5702 4.57046 22.4728 4.51596 22.3585C4.46146 22.2441 4.43901 22.1171 4.451 21.991L4.778 18.568C1.999 16.494 1 13.28 1 10.922C1 5.407 5.935 0.921997 12 0.921997ZM12.072 13.972C11.7541 13.9723 11.4493 14.0987 11.2245 14.3235C10.9997 14.5483 10.8733 14.8531 10.873 15.171C10.8726 15.4085 10.9427 15.6407 11.0743 15.8383C11.206 16.036 11.3933 16.1901 11.6126 16.2812C11.8319 16.3723 12.0733 16.3963 12.3062 16.3501C12.5392 16.304 12.7532 16.1897 12.9212 16.0219C13.0892 15.854 13.2036 15.6401 13.2499 15.4072C13.2963 15.1743 13.2725 14.9329 13.1816 14.7135C13.0906 14.4942 12.9367 14.3067 12.7392 14.1749C12.5417 14.0431 12.3095 13.9728 12.072 13.973V13.972ZM12.057 5.5C11.1996 5.50106 10.3776 5.84212 9.77139 6.44838C9.16512 7.05465 8.82406 7.87661 8.823 8.734C8.83537 8.93419 8.92362 9.12214 9.06976 9.25952C9.21589 9.39691 9.40892 9.4734 9.6095 9.4734C9.81008 9.4734 10.0031 9.39691 10.1492 9.25952C10.2954 9.12214 10.3836 8.93419 10.396 8.734C10.396 7.818 11.141 7.073 12.057 7.073C12.621 7.073 13.193 7.333 13.514 7.735C13.759 8.043 13.835 8.41 13.738 8.826C13.629 9.306 13.348 9.505 12.814 9.846C12.164 10.263 11.271 10.834 11.271 12.281C11.2783 12.4847 11.3643 12.6777 11.511 12.8193C11.6577 12.9608 11.8536 13.0399 12.0575 13.0399C12.2614 13.0399 12.4573 12.9608 12.604 12.8193C12.7507 12.6777 12.8367 12.4847 12.844 12.281C12.844 11.716 13.081 11.542 13.664 11.17C14.234 10.805 15.014 10.306 15.271 9.178C15.474 8.298 15.287 7.438 14.743 6.754C14.127 5.981 13.098 5.5 12.057 5.5Z" fill="currentColor"/>
3
+ </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
+ <rect x="6.6369" y="5.26321" width="10.7262" height="13.4736" fill="#9C7EEF"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 0.921997C18.065 0.921997 23 5.407 23 10.922C23 16.436 18.065 20.922 12 20.922C10.795 20.922 9.491 20.801 9.047 20.756L5.479 22.674C5.3674 22.7339 5.24162 22.7624 5.11508 22.7565C4.98855 22.7506 4.86599 22.7104 4.76048 22.6403C4.65497 22.5702 4.57046 22.4728 4.51596 22.3585C4.46146 22.2441 4.43901 22.1171 4.451 21.991L4.778 18.568C1.999 16.494 1 13.28 1 10.922C1 5.407 5.935 0.921997 12 0.921997ZM12.072 13.972C11.7541 13.9723 11.4493 14.0987 11.2245 14.3235C10.9997 14.5483 10.8733 14.8531 10.873 15.171C10.8726 15.4085 10.9427 15.6407 11.0743 15.8383C11.206 16.036 11.3933 16.1901 11.6126 16.2812C11.8319 16.3723 12.0733 16.3963 12.3062 16.3501C12.5392 16.304 12.7532 16.1897 12.9212 16.0219C13.0892 15.854 13.2036 15.6401 13.2499 15.4072C13.2963 15.1743 13.2725 14.9329 13.1816 14.7135C13.0906 14.4942 12.9367 14.3067 12.7392 14.1749C12.5417 14.0431 12.3095 13.9728 12.072 13.973V13.972ZM12.057 5.5C11.1996 5.50106 10.3776 5.84212 9.77139 6.44838C9.16512 7.05465 8.82406 7.87661 8.823 8.734C8.83537 8.93419 8.92362 9.12214 9.06976 9.25952C9.21589 9.39691 9.40892 9.4734 9.6095 9.4734C9.81008 9.4734 10.0031 9.39691 10.1492 9.25952C10.2954 9.12214 10.3836 8.93419 10.396 8.734C10.396 7.818 11.141 7.073 12.057 7.073C12.621 7.073 13.193 7.333 13.514 7.735C13.759 8.043 13.835 8.41 13.738 8.826C13.629 9.306 13.348 9.505 12.814 9.846C12.164 10.263 11.271 10.834 11.271 12.281C11.2783 12.4847 11.3643 12.6777 11.511 12.8193C11.6577 12.9608 11.8536 13.0399 12.0575 13.0399C12.2614 13.0399 12.4573 12.9608 12.604 12.8193C12.7507 12.6777 12.8367 12.4847 12.844 12.281C12.844 11.716 13.081 11.542 13.664 11.17C14.234 10.805 15.014 10.306 15.271 9.178C15.474 8.298 15.287 7.438 14.743 6.754C14.127 5.981 13.098 5.5 12.057 5.5Z" fill="#D9CDF9"/>
4
+ </svg>
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgAimPoint: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAimPoint;
package/dist/Gun.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgGun: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgGun;
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgGunColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgGunColor;
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgLockColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgLockColor;
package/dist/Plug.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgPlug: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgPlug;
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgPlugColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgPlugColor;
package/esm/AimPoint.js DELETED
@@ -1,36 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAimPoint = 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("mask", {
11
- id: "aim_point_svg__a",
12
- width: 22,
13
- height: 22,
14
- x: 1,
15
- y: 1,
16
- maskUnits: "userSpaceOnUse",
17
- style: {
18
- maskType: 'luminance'
19
- }
20
- }, /*#__PURE__*/React.createElement("path", {
21
- fill: "#fff",
22
- d: "M23 1H1v22h22V1Z"
23
- })), /*#__PURE__*/React.createElement("g", {
24
- mask: "url(#aim_point_svg__a)"
25
- }, /*#__PURE__*/React.createElement("path", {
26
- fill: "#F5525D",
27
- d: "M12 7.188c.347 0 .693.039 1.031.116V2.031a1.031 1.031 0 1 0-2.062 0v5.273A4.598 4.598 0 0 1 12 7.187ZM12 16.813c.347 0 .693-.04 1.031-.117v5.273a1.031 1.031 0 1 1-2.062 0v-5.273c.338.077.684.117 1.031.116Z"
28
- }), /*#__PURE__*/React.createElement("path", {
29
- fill: "currentColor",
30
- d: "M12 16.813a4.812 4.812 0 1 1 0-9.624 4.812 4.812 0 0 1 0 9.623Zm0-7.563a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5ZM4.513 10.969a7.562 7.562 0 0 1 6.456-6.456V2.451a9.625 9.625 0 0 0-8.539 8.518h2.083ZM13.031 4.513a7.562 7.562 0 0 1 6.456 6.456h2.062a9.625 9.625 0 0 0-8.518-8.539v2.083ZM19.487 13.031a7.563 7.563 0 0 1-6.456 6.456v2.062a9.625 9.625 0 0 0 8.539-8.518h-2.083ZM10.969 19.487a7.563 7.563 0 0 1-6.456-6.456H2.451a9.625 9.625 0 0 0 8.518 8.539v-2.083Z"
31
- }), /*#__PURE__*/React.createElement("path", {
32
- fill: "#F5525D",
33
- d: "M7.188 12c0-.347.039-.693.116-1.031H2.031a1.031 1.031 0 1 0 0 2.062h5.273A4.598 4.598 0 0 1 7.187 12ZM16.813 12c0-.347-.04-.693-.117-1.031h5.273a1.031 1.031 0 1 1 0 2.062h-5.273c.077-.338.117-.684.117-1.031Z"
34
- })));
35
-
36
- export { SvgAimPoint as default };
package/esm/Gun.js DELETED
@@ -1,15 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgGun = 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: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
13
- }));
14
-
15
- export { SvgGun as default };
package/esm/GunColor.js DELETED
@@ -1,18 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgGunColor = 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: "#D9CDF9",
12
- d: "M23 10.5v-6a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6.25v1.75a3 3 0 0 0 3 3h4.13l.51 3.88a1 1 0 0 0 1 .87h5a1.002 1.002 0 0 0 1-1.13l-1.13-8.37H22a1 1 0 0 0 1-1ZM11.25 14a.76.76 0 0 1-.75-.75V11.5h4.26l.33 2.5h-3.84Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#9C7EEF",
15
- d: "M19.771 12h-2.68a.3.3 0 0 0-.297.339l.899 6.9a.3.3 0 0 0 .297.261h2.692a.3.3 0 0 0 .298-.34l-.911-6.9a.3.3 0 0 0-.297-.26Z"
16
- }));
17
-
18
- export { SvgGunColor as default };
package/esm/LockColor.js DELETED
@@ -1,32 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgLockColor = 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: "url(#lock_color_svg__a)",
12
- fillRule: "evenodd",
13
- d: "M12.9 14.755v2.199a.9.9 0 1 1-1.8 0v-2.199a1.793 1.793 0 0 1-.9-1.551 1.8 1.8 0 0 1 3.599 0c0 .665-.364 1.239-.899 1.551ZM8.82 7.179A3.183 3.183 0 0 1 12 4a3.182 3.182 0 0 1 3.179 3.179H8.82Zm9.779 0h-1.42A5.184 5.184 0 0 0 12 2a5.185 5.185 0 0 0-5.18 5.179H5.4a2.4 2.4 0 0 0-2.4 2.4v10.2a2.4 2.4 0 0 0 2.4 2.4h13.199a2.399 2.399 0 0 0 2.401-2.4v-10.2a2.4 2.4 0 0 0-2.401-2.4Z",
14
- clipRule: "evenodd"
15
- }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
16
- id: "lock_color_svg__a",
17
- x1: 3,
18
- x2: 23.048,
19
- y1: 2,
20
- y2: 19.883,
21
- gradientUnits: "userSpaceOnUse"
22
- }, /*#__PURE__*/React.createElement("stop", {
23
- stopColor: "#03216D"
24
- }), /*#__PURE__*/React.createElement("stop", {
25
- offset: 0.399,
26
- stopColor: "#3F28D1"
27
- }), /*#__PURE__*/React.createElement("stop", {
28
- offset: 1,
29
- stopColor: "#F14BFF"
30
- }))));
31
-
32
- export { SvgLockColor as default };
package/esm/Plug.js DELETED
@@ -1,33 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgPlug = 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 33 32"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "#D1D5DB",
12
- d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272ZM9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "currentColor",
15
- d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
16
- }), /*#__PURE__*/React.createElement("path", {
17
- fill: "currentColor",
18
- d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
19
- }), /*#__PURE__*/React.createElement("g", {
20
- clipPath: "url(#plug_svg__a)"
21
- }, /*#__PURE__*/React.createElement("path", {
22
- fill: "#fff",
23
- fillRule: "evenodd",
24
- d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
25
- clipRule: "evenodd"
26
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
27
- id: "plug_svg__a"
28
- }, /*#__PURE__*/React.createElement("path", {
29
- fill: "#fff",
30
- d: "M10.426 11.111h11.951v10.864H10.426z"
31
- }))));
32
-
33
- export { SvgPlug as default };
package/esm/PlugColor.js DELETED
@@ -1,36 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgPlugColor = 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 33 32"
10
- }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "#6F7680",
12
- d: "M14.772 23.728c0-.368.298-.666.667-.666h1.926c.368 0 .666.298.666.666V30a.667.667 0 0 1-.666.667h-1.926a.667.667 0 0 1-.667-.667v-6.272Z"
13
- }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#D1D5DB",
15
- d: "M9.34 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963ZM20.204 2.963a1.63 1.63 0 1 1 3.26 0v9.778a1.63 1.63 0 1 1-3.26 0V2.963Z"
16
- }), /*#__PURE__*/React.createElement("path", {
17
- fill: "#33373B",
18
- d: "M7.167 10.704c0-.676.547-1.223 1.222-1.223h16.025c.675 0 1.222.547 1.222 1.223v4.753a9.235 9.235 0 1 1-18.47 0v-4.754Z"
19
- }), /*#__PURE__*/React.createElement("path", {
20
- fill: "#33373B",
21
- d: "M12.599 23.198c0-.675.547-1.222 1.222-1.222h5.16c.676 0 1.223.547 1.223 1.222V25.1c0 .675-.547 1.222-1.222 1.222h-5.16a1.222 1.222 0 0 1-1.223-1.222v-1.902Z"
22
- }), /*#__PURE__*/React.createElement("g", {
23
- clipPath: "url(#plug_color_svg__a)"
24
- }, /*#__PURE__*/React.createElement("path", {
25
- fill: "#84AAF4",
26
- fillRule: "evenodd",
27
- d: "m19.903 16.061-2.327-.739.703-3.156c.113-.509-.578-.833-.969-.456l-4.636 4.477a.504.504 0 0 0-.135.221.47.47 0 0 0-.003.254c.023.084.068.16.131.225a.574.574 0 0 0 .233.14l2.326.738-.702 3.157c-.114.508.577.833.968.456L20.13 16.9c.281-.271.161-.716-.226-.839",
28
- clipRule: "evenodd"
29
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
30
- id: "plug_color_svg__a"
31
- }, /*#__PURE__*/React.createElement("path", {
32
- fill: "#fff",
33
- d: "M10.426 11.111h11.951v10.864H10.426z"
34
- }))));
35
-
36
- export { SvgPlugColor as default };
package/svg/aim_point.svg DELETED
@@ -1,16 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="mask0_10068_32475" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="1" y="1" width="22" height="22">
3
- <path d="M23 1H1V23H23V1Z" fill="white"/>
4
- </mask>
5
- <g mask="url(#mask0_10068_32475)">
6
- <path d="M12 7.1875C12.3471 7.18743 12.693 7.22663 13.0312 7.30438V2.03125C13.0312 1.75775 12.9226 1.49544 12.7292 1.30205C12.5358 1.10865 12.2735 1 12 1C11.7265 1 11.4642 1.10865 11.2708 1.30205C11.0774 1.49544 10.9688 1.75775 10.9688 2.03125V7.30438C11.307 7.22663 11.6529 7.18743 12 7.1875Z" fill="#F5525D"/>
7
- <path d="M12 16.8125C12.3471 16.8126 12.693 16.7734 13.0312 16.6956V21.9687C13.0312 22.2422 12.9226 22.5045 12.7292 22.6979C12.5358 22.8913 12.2735 23 12 23C11.7265 23 11.4642 22.8913 11.2708 22.6979C11.0774 22.5045 10.9688 22.2422 10.9688 21.9687V16.6956C11.307 16.7734 11.6529 16.8126 12 16.8125Z" fill="#F5525D"/>
8
- <path d="M12 16.8125C11.0482 16.8125 10.1177 16.5303 9.32632 16.0014C8.53491 15.4726 7.91808 14.721 7.55383 13.8417C7.18959 12.9623 7.09428 11.9947 7.27997 11.0611C7.46566 10.1276 7.92401 9.27009 8.59705 8.59705C9.27009 7.92401 10.1276 7.46566 11.0611 7.27997C11.9947 7.09428 12.9623 7.18959 13.8417 7.55383C14.721 7.91808 15.4726 8.53491 16.0014 9.32632C16.5303 10.1177 16.8125 11.0482 16.8125 12C16.8125 13.2764 16.3055 14.5004 15.403 15.403C14.5004 16.3055 13.2764 16.8125 12 16.8125ZM12 9.25C11.4561 9.25 10.9244 9.41129 10.4722 9.71346C10.0199 10.0156 9.66747 10.4451 9.45933 10.9476C9.25119 11.4501 9.19673 12.0031 9.30284 12.5365C9.40895 13.0699 9.67086 13.56 10.0555 13.9445C10.4401 14.3291 10.9301 14.5911 11.4635 14.6972C11.997 14.8033 12.5499 14.7488 13.0524 14.5407C13.5549 14.3325 13.9844 13.9801 14.2865 13.5278C14.5887 13.0756 14.75 12.5439 14.75 12C14.75 11.2707 14.4603 10.5712 13.9445 10.0555C13.4288 9.53973 12.7293 9.25 12 9.25Z" fill="#8D94A0"/>
9
- <path d="M4.51318 10.9687C4.73886 9.33627 5.49162 7.8222 6.65694 6.65688C7.82225 5.49157 9.33633 4.7388 10.9688 4.51312V2.45062C8.78796 2.68503 6.75259 3.65728 5.19975 5.20637C3.6469 6.75547 2.66973 8.78848 2.43005 10.9687H4.51318Z" fill="#8D94A0"/>
10
- <path d="M13.0312 4.51312C14.6637 4.7388 16.1778 5.49156 17.3431 6.65688C18.5084 7.82219 19.2612 9.33627 19.4869 10.9687H21.5494C21.315 8.7879 20.3427 6.75253 18.7936 5.19969C17.2445 3.64684 15.2115 2.66967 13.0312 2.42999V4.51312Z" fill="#8D94A0"/>
11
- <path d="M19.4869 13.0312C19.2612 14.6637 18.5084 16.1778 17.3431 17.3431C16.1778 18.5084 14.6637 19.2612 13.0312 19.4869V21.5494C15.2121 21.315 17.2475 20.3427 18.8003 18.7936C20.3532 17.2445 21.3303 15.2115 21.57 13.0312H19.4869Z" fill="#8D94A0"/>
12
- <path d="M10.9688 19.4869C9.33633 19.2612 7.82226 18.5084 6.65694 17.3431C5.49163 16.1778 4.73887 14.6637 4.51318 13.0312H2.45068C2.68509 15.2121 3.65734 17.2475 5.20643 18.8003C6.75553 20.3532 8.78854 21.3303 10.9688 21.57V19.4869Z" fill="#8D94A0"/>
13
- <path d="M7.1875 12C7.18743 11.6529 7.22663 11.307 7.30438 10.9688H2.03125C1.75775 10.9688 1.49544 11.0774 1.30205 11.2708C1.10865 11.4642 1 11.7265 1 12C1 12.2735 1.10865 12.5358 1.30205 12.7292C1.49544 12.9226 1.75775 13.0312 2.03125 13.0312H7.30438C7.22663 12.693 7.18743 12.3471 7.1875 12Z" fill="#F5525D"/>
14
- <path d="M16.8126 12C16.8126 11.6529 16.7734 11.307 16.6957 10.9688H21.9688C22.2423 10.9688 22.5046 11.0774 22.698 11.2708C22.8914 11.4642 23.0001 11.7265 23.0001 12C23.0001 12.2735 22.8914 12.5358 22.698 12.7292C22.5046 12.9226 22.2423 13.0312 21.9688 13.0312H16.6957C16.7734 12.693 16.8126 12.3471 16.8126 12Z" fill="#F5525D"/>
15
- </g>
16
- </svg>
package/svg/gun.svg DELETED
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23 10.5V4.5C23 4.23478 22.8946 3.98043 22.7071 3.79289C22.5196 3.60536 22.2652 3.5 22 3.5H2C1.73478 3.5 1.48043 3.60536 1.29289 3.79289C1.10536 3.98043 1 4.23478 1 4.5V10.5C1 10.7652 1.10536 11.0196 1.29289 11.2071C1.48043 11.3946 1.73478 11.5 2 11.5H8.25V13.25C8.25 14.0456 8.56607 14.8087 9.12868 15.3713C9.69129 15.9339 10.4544 16.25 11.25 16.25H15.38L15.89 20.13C15.9217 20.3721 16.0409 20.5942 16.2252 20.7545C16.4094 20.9147 16.6458 21.0021 16.89 21H21.89C22.033 21.0012 22.1746 20.9717 22.3053 20.9136C22.4359 20.8554 22.5526 20.7699 22.6474 20.6628C22.7421 20.5556 22.8128 20.4295 22.8547 20.2927C22.8966 20.1559 22.9086 20.0118 22.89 19.87L21.76 11.5H22C22.2652 11.5 22.5196 11.3946 22.7071 11.2071C22.8946 11.0196 23 10.7652 23 10.5ZM11.25 14C11.0519 13.9974 10.8626 13.9176 10.7225 13.7775C10.5824 13.6374 10.5026 13.4481 10.5 13.25V11.5H14.76L15.09 14H11.25Z" fill="#8D94A0"/>
3
- </svg>
package/svg/gun_color.svg DELETED
@@ -1,4 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23 10.5V4.5C23 4.23478 22.8946 3.98043 22.7071 3.79289C22.5196 3.60536 22.2652 3.5 22 3.5H2C1.73478 3.5 1.48043 3.60536 1.29289 3.79289C1.10536 3.98043 1 4.23478 1 4.5V10.5C1 10.7652 1.10536 11.0196 1.29289 11.2071C1.48043 11.3946 1.73478 11.5 2 11.5H8.25V13.25C8.25 14.0456 8.56607 14.8087 9.12868 15.3713C9.69129 15.9339 10.4544 16.25 11.25 16.25H15.38L15.89 20.13C15.9217 20.3721 16.0409 20.5942 16.2252 20.7545C16.4094 20.9147 16.6458 21.0021 16.89 21H21.89C22.033 21.0012 22.1746 20.9717 22.3053 20.9136C22.4359 20.8554 22.5526 20.7699 22.6474 20.6628C22.7421 20.5556 22.8128 20.4295 22.8547 20.2927C22.8966 20.1559 22.9086 20.0118 22.89 19.87L21.76 11.5H22C22.2652 11.5 22.5196 11.3946 22.7071 11.2071C22.8946 11.0196 23 10.7652 23 10.5ZM11.25 14C11.0519 13.9974 10.8626 13.9176 10.7225 13.7775C10.5824 13.6374 10.5026 13.4481 10.5 13.25V11.5H14.76L15.09 14H11.25Z" fill="#D9CDF9"/>
3
- <path d="M19.7715 12H17.0916C16.9105 12 16.7707 12.1592 16.7941 12.3387L17.6928 19.2387C17.7123 19.3882 17.8396 19.5 17.9903 19.5H20.6824C20.8637 19.5 21.0036 19.3405 20.9798 19.1607L20.069 12.2607C20.0493 12.1115 19.9221 12 19.7715 12Z" fill="#9C7EEF"/>
4
- </svg>
@@ -1,10 +0,0 @@
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="M12.9 14.755V16.954C12.9 17.1927 12.8052 17.4216 12.6364 17.5904C12.4676 17.7592 12.2387 17.854 12 17.854C11.7613 17.854 11.5324 17.7592 11.3636 17.5904C11.1948 17.4216 11.1 17.1927 11.1 16.954V14.755C10.827 14.5982 10.6002 14.3724 10.4422 14.1001C10.2842 13.8278 10.2007 13.5188 10.2 13.204C10.2111 12.7341 10.4055 12.2872 10.7418 11.9587C11.0781 11.6303 11.5295 11.4464 11.9995 11.4464C12.4695 11.4464 12.9209 11.6303 13.2572 11.9587C13.5935 12.2872 13.7879 12.7341 13.799 13.204C13.799 13.869 13.435 14.443 12.9 14.755ZM8.82 7.179C8.82106 6.33603 9.15647 5.5279 9.75263 4.93192C10.3488 4.33595 11.157 4.00079 12 4C12.8429 4.00079 13.651 4.33598 14.247 4.93198C14.843 5.52799 15.1782 6.33612 15.179 7.179H8.82ZM18.599 7.179H17.179C17.1777 5.80585 16.6316 4.48932 15.6606 3.51836C14.6897 2.54739 13.3731 2.00132 12 2C10.6268 2.00132 9.31012 2.54736 8.339 3.51829C7.36788 4.48923 6.82159 5.80576 6.82 7.179H5.4C4.76348 7.179 4.15303 7.43186 3.70294 7.88194C3.25286 8.33203 3 8.94248 3 9.579V19.779C3 20.4155 3.25286 21.026 3.70294 21.4761C4.15303 21.9261 4.76348 22.179 5.4 22.179H18.599C18.9143 22.1791 19.2265 22.1172 19.5177 21.9966C19.809 21.876 20.0737 21.6993 20.2967 21.4764C20.5197 21.2535 20.6965 20.9889 20.8172 20.6977C20.9379 20.4064 21 20.0943 21 19.779V9.579C21 9.26374 20.9379 8.95157 20.8172 8.66033C20.6965 8.36908 20.5197 8.10446 20.2967 7.88159C20.0737 7.65872 19.809 7.48195 19.5177 7.3614C19.2265 7.24085 18.9143 7.17887 18.599 7.179Z" fill="url(#paint0_linear_5235_109874)"/>
3
- <defs>
4
- <linearGradient id="paint0_linear_5235_109874" x1="3" y1="2" x2="23.048" y2="19.8831" gradientUnits="userSpaceOnUse">
5
- <stop stop-color="#03216D"/>
6
- <stop offset="0.399305" stop-color="#3F28D1"/>
7
- <stop offset="1" stop-color="#F14BFF"/>
8
- </linearGradient>
9
- </defs>
10
- </svg>
package/svg/plug.svg DELETED
@@ -1,15 +0,0 @@
1
- <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.772 23.7283C14.772 23.3601 15.0704 23.0616 15.4386 23.0616H17.3647C17.7328 23.0616 18.0313 23.3601 18.0313 23.7283V30.0001C18.0313 30.3683 17.7328 30.6668 17.3647 30.6668H15.4386C15.0704 30.6668 14.772 30.3683 14.772 30.0001V23.7283Z" fill="#D1D5DB"/>
3
- <path d="M9.3396 2.96311C9.3396 2.06306 10.0692 1.33344 10.9693 1.33344V1.33344C11.8693 1.33344 12.5989 2.06307 12.5989 2.96311V12.7412C12.5989 13.6412 11.8693 14.3708 10.9693 14.3708V14.3708C10.0692 14.3708 9.3396 13.6412 9.3396 12.7412V2.96311Z" fill="#D1D5DB"/>
4
- <path d="M20.2041 2.96311C20.2041 2.06306 20.9337 1.33344 21.8338 1.33344V1.33344C22.7338 1.33344 23.4634 2.06307 23.4634 2.96311V12.7412C23.4634 13.6412 22.7338 14.3708 21.8338 14.3708V14.3708C20.9337 14.3708 20.2041 13.6412 20.2041 12.7412V2.96311Z" fill="#D1D5DB"/>
5
- <path d="M7.16675 10.7035C7.16675 10.0285 7.71396 9.48126 8.38897 9.48126H24.4142C25.0892 9.48126 25.6364 10.0285 25.6364 10.7035V15.4567C25.6364 20.557 21.5018 24.6916 16.4016 24.6916V24.6916C11.3013 24.6916 7.16675 20.557 7.16675 15.4567V10.7035Z" fill="#8D94A0"/>
6
- <path d="M12.5989 23.1982C12.5989 22.5232 13.1461 21.976 13.8211 21.976H18.9818C19.6568 21.976 20.204 22.5232 20.204 23.1982V25.0996C20.204 25.7746 19.6568 26.3218 18.9818 26.3218H13.8211C13.1461 26.3218 12.5989 25.7746 12.5989 25.0996V23.1982Z" fill="#8D94A0"/>
7
- <g clip-path="url(#clip0_34741_95070)">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.9026 16.0612L17.5757 15.3224L18.2788 12.1662C18.3918 11.6574 17.7012 11.3328 17.3103 11.7104L12.6743 16.1866C12.6095 16.2491 12.5629 16.3254 12.5388 16.4085C12.5147 16.4916 12.5138 16.5788 12.5362 16.6623C12.5586 16.7458 12.6036 16.8229 12.6671 16.8865C12.7307 16.9502 12.8107 16.9984 12.8999 17.0267L15.2263 17.7655L14.5242 20.9217C14.4102 21.43 15.1008 21.7546 15.4922 21.3775L20.1287 16.9004C20.4101 16.6288 20.29 16.1838 19.9026 16.0612" fill="white"/>
9
- </g>
10
- <defs>
11
- <clipPath id="clip0_34741_95070">
12
- <rect width="11.9509" height="10.8645" fill="white" transform="translate(10.426 11.1115)"/>
13
- </clipPath>
14
- </defs>
15
- </svg>
@@ -1,15 +0,0 @@
1
- <svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.772 23.7283C14.772 23.3601 15.0704 23.0616 15.4386 23.0616H17.3647C17.7328 23.0616 18.0313 23.3601 18.0313 23.7283V30.0001C18.0313 30.3683 17.7328 30.6668 17.3647 30.6668H15.4386C15.0704 30.6668 14.772 30.3683 14.772 30.0001V23.7283Z" fill="#6F7680"/>
3
- <path d="M9.3396 2.96311C9.3396 2.06306 10.0692 1.33344 10.9693 1.33344V1.33344C11.8693 1.33344 12.5989 2.06307 12.5989 2.96311V12.7412C12.5989 13.6412 11.8693 14.3708 10.9693 14.3708V14.3708C10.0692 14.3708 9.3396 13.6412 9.3396 12.7412V2.96311Z" fill="#D1D5DB"/>
4
- <path d="M20.2041 2.96311C20.2041 2.06306 20.9337 1.33344 21.8338 1.33344V1.33344C22.7338 1.33344 23.4634 2.06307 23.4634 2.96311V12.7412C23.4634 13.6412 22.7338 14.3708 21.8338 14.3708V14.3708C20.9337 14.3708 20.2041 13.6412 20.2041 12.7412V2.96311Z" fill="#D1D5DB"/>
5
- <path d="M7.16675 10.7035C7.16675 10.0285 7.71396 9.48126 8.38897 9.48126H24.4142C25.0892 9.48126 25.6364 10.0285 25.6364 10.7035V15.4567C25.6364 20.557 21.5018 24.6916 16.4016 24.6916C11.3013 24.6916 7.16675 20.557 7.16675 15.4567V10.7035Z" fill="#33373B"/>
6
- <path d="M12.5989 23.1982C12.5989 22.5232 13.1461 21.976 13.8211 21.976H18.9818C19.6568 21.976 20.204 22.5232 20.204 23.1982V25.0996C20.204 25.7746 19.6568 26.3218 18.9818 26.3218H13.8211C13.1461 26.3218 12.5989 25.7746 12.5989 25.0996V23.1982Z" fill="#33373B"/>
7
- <g clip-path="url(#clip0_34741_95081)">
8
- <path fill-rule="evenodd" clip-rule="evenodd" d="M19.9026 16.0612L17.5757 15.3224L18.2788 12.1662C18.3918 11.6574 17.7012 11.3328 17.3103 11.7104L12.6743 16.1866C12.6095 16.2491 12.5629 16.3254 12.5388 16.4085C12.5147 16.4916 12.5138 16.5788 12.5362 16.6623C12.5586 16.7458 12.6036 16.8229 12.6671 16.8865C12.7307 16.9502 12.8107 16.9984 12.8999 17.0267L15.2263 17.7655L14.5242 20.9217C14.4102 21.43 15.1008 21.7546 15.4922 21.3775L20.1287 16.9004C20.4101 16.6288 20.29 16.1838 19.9026 16.0612" fill="#84AAF4"/>
9
- </g>
10
- <defs>
11
- <clipPath id="clip0_34741_95081">
12
- <rect width="11.9509" height="10.8645" fill="white" transform="translate(10.426 11.1115)"/>
13
- </clipPath>
14
- </defs>
15
- </svg>