@teamturing/icons 1.43.1 → 1.44.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 SvgAInCircleColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAInCircleColor;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCalendar;
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { default as AInCircleColorIcon } from './AInCircleColor';
1
2
  export { default as AiIcon } from './Ai';
2
3
  export { default as AiColorIcon } from './AiColor';
3
4
  export { default as AiSadIcon } from './AiSad';
@@ -16,7 +17,6 @@ export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
16
17
  export { default as ArrowUpIcon } from './ArrowUp';
17
18
  export { default as ArrowUpDownIcon } from './ArrowUpDown';
18
19
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
19
- export { default as AutoIcon } from './Auto';
20
20
  export { default as BarchartIcon } from './Barchart';
21
21
  export { default as BookIcon } from './Book';
22
22
  export { default as BookColorIcon } from './BookColor';
@@ -24,6 +24,7 @@ export { default as BookmarkIcon } from './Bookmark';
24
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation';
25
25
  export { default as BoxIcon } from './Box';
26
26
  export { default as BusColorIcon } from './BusColor';
27
+ export { default as CalendarIcon } from './Calendar';
27
28
  export { default as CalendarCheckIcon } from './CalendarCheck';
28
29
  export { default as CalendarCheckColorIcon } from './CalendarCheckColor';
29
30
  export { default as CalendarColorIcon } from './CalendarColor';
package/dist/index.js CHANGED
@@ -36,6 +36,28 @@ function _extends() {
36
36
  return _extends.apply(this, arguments);
37
37
  }
38
38
 
39
+ const SvgAInCircleColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
40
+ xmlns: "http://www.w3.org/2000/svg",
41
+ width: "1em",
42
+ height: "1em",
43
+ fill: "none",
44
+ viewBox: "0 0 24 24"
45
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
46
+ fill: "#E5E5E5",
47
+ d: "M0 0h24v24H0z"
48
+ }), /*#__PURE__*/React__namespace.createElement("path", {
49
+ fill: "#fff",
50
+ d: "M-121-426h1440v1826H-121z"
51
+ }), /*#__PURE__*/React__namespace.createElement("path", {
52
+ fill: "#BACEF8",
53
+ fillRule: "evenodd",
54
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
55
+ clipRule: "evenodd"
56
+ }), /*#__PURE__*/React__namespace.createElement("path", {
57
+ fill: "#4880EE",
58
+ d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
59
+ }));
60
+
39
61
  const SvgAi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
40
62
  xmlns: "http://www.w3.org/2000/svg",
41
63
  width: "1em",
@@ -284,22 +306,6 @@ const SvgArrowUpLimit = props => /*#__PURE__*/React__namespace.createElement("sv
284
306
  clipRule: "evenodd"
285
307
  }));
286
308
 
287
- const SvgAuto = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
288
- xmlns: "http://www.w3.org/2000/svg",
289
- width: "1em",
290
- height: "1em",
291
- fill: "none",
292
- viewBox: "0 0 24 24"
293
- }, props), /*#__PURE__*/React__namespace.createElement("path", {
294
- fill: "currentColor",
295
- fillRule: "evenodd",
296
- d: "m23.723 10.94-2.037-2.78a1.2 1.2 0 0 0-1.936 0l-2.037 2.78c-.58.793-.014 1.909.968 1.909h.88a7.543 7.543 0 0 1-3.73 5.695c-2.301 1.334-5.25 1.334-7.553 0a1.1 1.1 0 0 0-1.102 1.904 9.755 9.755 0 0 0 4.88 1.314 9.756 9.756 0 0 0 4.878-1.313 9.803 9.803 0 0 0 3.57-3.57 9.74 9.74 0 0 0 1.258-4.03h.993a1.2 1.2 0 0 0 .968-1.91m-18.183.213h-.992a7.594 7.594 0 0 1 .962-2.93 7.61 7.61 0 0 1 2.768-2.766c2.302-1.332 5.25-1.332 7.554 0a1.1 1.1 0 0 0 1.102-1.905c-2.972-1.718-6.787-1.718-9.758 0a9.812 9.812 0 0 0-3.57 3.57 9.775 9.775 0 0 0-1.258 4.03H1.244a1.2 1.2 0 0 0-.968 1.91l2.148 2.932a1.2 1.2 0 0 0 1.936 0l2.148-2.932a1.2 1.2 0 0 0-.968-1.91",
297
- clipRule: "evenodd"
298
- }), /*#__PURE__*/React__namespace.createElement("path", {
299
- fill: "currentColor",
300
- d: "M10.354 14.963a.912.912 0 1 1-1.732-.568l1.909-5.617a1.2 1.2 0 0 1 1.136-.814h.663a1.2 1.2 0 0 1 1.137.815l1.902 5.623a.908.908 0 1 1-1.725.564l-.316-1H10.67l-.316.997Zm.748-2.369h1.793l-.864-2.742h-.064l-.865 2.742Z"
301
- }));
302
-
303
309
  const SvgBarchart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
304
310
  xmlns: "http://www.w3.org/2000/svg",
305
311
  width: "1em",
@@ -426,6 +432,24 @@ const SvgBusColor = props => /*#__PURE__*/React__namespace.createElement("svg",
426
432
  d: "M36.796 25.602c0-.844.684-1.528 1.528-1.528h.51v3.056h-.51a1.528 1.528 0 0 1-1.528-1.528Z"
427
433
  }));
428
434
 
435
+ const SvgCalendar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
436
+ xmlns: "http://www.w3.org/2000/svg",
437
+ width: "1em",
438
+ height: "1em",
439
+ fill: "none",
440
+ viewBox: "0 0 24 24"
441
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
442
+ fill: "currentColor",
443
+ fillRule: "evenodd",
444
+ d: "M16 3H8v2a1 1 0 0 1-2 0V3H4a2 2 0 0 0-2 2v3h20V5a2 2 0 0 0-2-2h-2v2a1 1 0 1 1-2 0V3Z",
445
+ clipRule: "evenodd"
446
+ }), /*#__PURE__*/React__namespace.createElement("g", {
447
+ fill: "currentColor",
448
+ opacity: 0.4
449
+ }, /*#__PURE__*/React__namespace.createElement("path", {
450
+ d: "M2 8h20v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8ZM6 2a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0V2ZM16 2a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0V2Z"
451
+ })));
452
+
429
453
  const SvgCalendarCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
430
454
  xmlns: "http://www.w3.org/2000/svg",
431
455
  width: "1em",
@@ -2469,10 +2493,10 @@ const SvgPillColor = props => /*#__PURE__*/React__namespace.createElement("svg",
2469
2493
  fill: "none",
2470
2494
  viewBox: "0 0 24 24"
2471
2495
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2472
- fill: "#D9CDF9",
2496
+ fill: "#C6D8FA",
2473
2497
  d: "M12 4a5.657 5.657 0 0 1 8 8l-4 4-8-8 4-4Z"
2474
2498
  }), /*#__PURE__*/React__namespace.createElement("path", {
2475
- fill: "#9C7EEF",
2499
+ fill: "#6D99F1",
2476
2500
  d: "m8 8 8 8-4 4a5.657 5.657 0 1 1-8-8l4-4Z"
2477
2501
  }));
2478
2502
 
@@ -3651,6 +3675,7 @@ const SvgYoutube = props => /*#__PURE__*/React__namespace.createElement("svg", _
3651
3675
  clipRule: "evenodd"
3652
3676
  }));
3653
3677
 
3678
+ exports.AInCircleColorIcon = SvgAInCircleColor;
3654
3679
  exports.AiColorIcon = SvgAiColor;
3655
3680
  exports.AiIcon = SvgAi;
3656
3681
  exports.AiSadIcon = SvgAiSad;
@@ -3669,7 +3694,6 @@ exports.ArrowRightLimitIcon = SvgArrowRightLimit;
3669
3694
  exports.ArrowUpDownIcon = SvgArrowUpDown;
3670
3695
  exports.ArrowUpIcon = SvgArrowUp;
3671
3696
  exports.ArrowUpLimitIcon = SvgArrowUpLimit;
3672
- exports.AutoIcon = SvgAuto;
3673
3697
  exports.BarchartIcon = SvgBarchart;
3674
3698
  exports.BookColorIcon = SvgBookColor;
3675
3699
  exports.BookIcon = SvgBook;
@@ -3680,6 +3704,7 @@ exports.BusColorIcon = SvgBusColor;
3680
3704
  exports.CalendarCheckColorIcon = SvgCalendarCheckColor;
3681
3705
  exports.CalendarCheckIcon = SvgCalendarCheck;
3682
3706
  exports.CalendarColorIcon = SvgCalendarColor;
3707
+ exports.CalendarIcon = SvgCalendar;
3683
3708
  exports.CameraIcon = SvgCamera;
3684
3709
  exports.CardIcon = SvgCard;
3685
3710
  exports.CardsPercentColorIcon = SvgCardsPercentColor;
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgAInCircleColor = 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: "#E5E5E5",
12
+ d: "M0 0h24v24H0z"
13
+ }), /*#__PURE__*/React.createElement("path", {
14
+ fill: "#fff",
15
+ d: "M-121-426h1440v1826H-121z"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ fill: "#BACEF8",
18
+ fillRule: "evenodd",
19
+ d: "M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11-4.925 11-11 11S1 18.075 1 12Zm8.556 4.746a1.178 1.178 0 1 1-2.243-.722l2.889-8.713a2.06 2.06 0 0 1 3.91.003l2.88 8.72a1.172 1.172 0 1 1-2.231.716l-.584-1.87h-4.04l-.581 1.866Zm2.563-8.218-1.395 4.466h2.867l-1.395-4.466h-.077Z",
20
+ clipRule: "evenodd"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ fill: "#4880EE",
23
+ d: "M8.431 17.573c.516 0 .971-.335 1.125-.827l.582-1.866h4.04l.583 1.87a1.172 1.172 0 1 0 2.23-.716l-2.879-8.72a2.06 2.06 0 0 0-3.91-.003l-2.889 8.713a1.178 1.178 0 0 0 1.118 1.549Zm2.293-4.58 1.395-4.465h.077l1.395 4.466h-2.867Z"
24
+ }));
25
+
26
+ export { SvgAInCircleColor as default };
@@ -0,0 +1,22 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgCalendar = 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: "M16 3H8v2a1 1 0 0 1-2 0V3H4a2 2 0 0 0-2 2v3h20V5a2 2 0 0 0-2-2h-2v2a1 1 0 1 1-2 0V3Z",
14
+ clipRule: "evenodd"
15
+ }), /*#__PURE__*/React.createElement("g", {
16
+ fill: "currentColor",
17
+ opacity: 0.4
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M2 8h20v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8ZM6 2a1 1 0 0 1 2 0v3a1 1 0 0 1-2 0V2ZM16 2a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0V2Z"
20
+ })));
21
+
22
+ export { SvgCalendar as default };
package/esm/PillColor.js CHANGED
@@ -8,10 +8,10 @@ const SvgPillColor = props => /*#__PURE__*/React.createElement("svg", _extends({
8
8
  fill: "none",
9
9
  viewBox: "0 0 24 24"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- fill: "#D9CDF9",
11
+ fill: "#C6D8FA",
12
12
  d: "M12 4a5.657 5.657 0 0 1 8 8l-4 4-8-8 4-4Z"
13
13
  }), /*#__PURE__*/React.createElement("path", {
14
- fill: "#9C7EEF",
14
+ fill: "#6D99F1",
15
15
  d: "m8 8 8 8-4 4a5.657 5.657 0 1 1-8-8l4-4Z"
16
16
  }));
17
17
 
package/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ export { default as AInCircleColorIcon } from './AInCircleColor.js';
1
2
  export { default as AiIcon } from './Ai.js';
2
3
  export { default as AiColorIcon } from './AiColor.js';
3
4
  export { default as AiSadIcon } from './AiSad.js';
@@ -16,7 +17,6 @@ export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
16
17
  export { default as ArrowUpIcon } from './ArrowUp.js';
17
18
  export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
18
19
  export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
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
22
  export { default as BookColorIcon } from './BookColor.js';
@@ -24,6 +24,7 @@ export { default as BookmarkIcon } from './Bookmark.js';
24
24
  export { default as BookmarkAnimationIcon } from './BookmarkAnimation.js';
25
25
  export { default as BoxIcon } from './Box.js';
26
26
  export { default as BusColorIcon } from './BusColor.js';
27
+ export { default as CalendarIcon } from './Calendar.js';
27
28
  export { default as CalendarCheckIcon } from './CalendarCheck.js';
28
29
  export { default as CalendarCheckColorIcon } from './CalendarCheckColor.js';
29
30
  export { default as CalendarColorIcon } from './CalendarColor.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.43.1",
3
+ "version": "1.44.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": "55d14d0eab0c2905cc30015c4a13190222e6e545"
41
+ "gitHead": "2f860b60fe52c6e45e0e04b28dc6a71cce5502fe"
42
42
  }
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <rect width="24" height="24" fill="#E5E5E5"/>
3
+ <rect id="Rectangle 3504" x="-121" y="-426" width="1440" height="1826" fill="white"/>
4
+ <g id="ic/&#8;a_in_circle_color">
5
+ <path id="Exclude" fill-rule="evenodd" clip-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1C18.075 1 23 5.925 23 12C23 18.075 18.075 23 12 23C5.925 23 1 18.075 1 12ZM9.55557 16.7458C9.40204 17.2377 8.94654 17.5728 8.4312 17.5728C7.62804 17.5728 7.06044 16.7866 7.31318 16.0242L10.2018 7.31137C10.4811 6.4688 11.2689 5.90002 12.1566 5.90002C13.0451 5.90002 13.8335 6.46994 14.1121 7.3137L16.9916 16.0339C17.2419 16.7919 16.6774 17.5728 15.8792 17.5728C15.3666 17.5728 14.9135 17.2395 14.7608 16.7502L14.1772 14.8803H10.1378L9.55557 16.7458ZM12.119 8.528L10.7236 12.9939H13.5914L12.196 8.528H12.119Z" fill="#BACEF8"/>
6
+ <path id="A" d="M8.4312 17.5728C8.94654 17.5728 9.40204 17.2377 9.55557 16.7458L10.1378 14.8803H14.1772L14.7608 16.7502C14.9135 17.2395 15.3666 17.5728 15.8792 17.5728C16.6774 17.5728 17.2419 16.7919 16.9916 16.0339L14.1121 7.3137C13.8335 6.46994 13.0451 5.90002 12.1566 5.90002C11.2689 5.90002 10.4811 6.4688 10.2018 7.31137L7.31318 16.0242C7.06044 16.7866 7.62804 17.5728 8.4312 17.5728ZM10.7236 12.9939L12.119 8.528H12.196L13.5914 12.9939H10.7236Z" fill="#4880EE"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
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="M16 3H8V5C8 5.55228 7.55228 6 7 6C6.44772 6 6 5.55228 6 5V3H4C2.89543 3 2 3.89543 2 5V8H22V5C22 3.89543 21.1046 3 20 3H18V5C18 5.55228 17.5523 6 17 6C16.4477 6 16 5.55228 16 5V3Z" fill="#8D94A0"/>
3
+ <g opacity="0.4">
4
+ <path d="M2 8H22V20C22 21.1046 21.1046 22 20 22H4C2.89543 22 2 21.1046 2 20V8Z" fill="#8D94A0"/>
5
+ <path d="M6 2C6 1.44772 6.44772 1 7 1C7.55228 1 8 1.44772 8 2V5C8 5.55228 7.55228 6 7 6C6.44772 6 6 5.55228 6 5V2Z" fill="#8D94A0"/>
6
+ <path d="M16 2C16 1.44772 16.4477 1 17 1C17.5523 1 18 1.44772 18 2V5C18 5.55228 17.5523 6 17 6C16.4477 6 16 5.55228 16 5V2Z" fill="#8D94A0"/>
7
+ </g>
8
+ </svg>
package/dist/Auto.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgAuto: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgAuto;
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgUnlimitedTicket: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgUnlimitedTicket;
@@ -1,3 +0,0 @@
1
- import type { SVGProps } from 'react';
2
- declare const SvgUnlimitedTicketColor: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
- export default SvgUnlimitedTicketColor;
package/esm/Auto.js DELETED
@@ -1,20 +0,0 @@
1
- import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
- import * as React from 'react';
3
-
4
- const SvgAuto = 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: "m23.723 10.94-2.037-2.78a1.2 1.2 0 0 0-1.936 0l-2.037 2.78c-.58.793-.014 1.909.968 1.909h.88a7.543 7.543 0 0 1-3.73 5.695c-2.301 1.334-5.25 1.334-7.553 0a1.1 1.1 0 0 0-1.102 1.904 9.755 9.755 0 0 0 4.88 1.314 9.756 9.756 0 0 0 4.878-1.313 9.803 9.803 0 0 0 3.57-3.57 9.74 9.74 0 0 0 1.258-4.03h.993a1.2 1.2 0 0 0 .968-1.91m-18.183.213h-.992a7.594 7.594 0 0 1 .962-2.93 7.61 7.61 0 0 1 2.768-2.766c2.302-1.332 5.25-1.332 7.554 0a1.1 1.1 0 0 0 1.102-1.905c-2.972-1.718-6.787-1.718-9.758 0a9.812 9.812 0 0 0-3.57 3.57 9.775 9.775 0 0 0-1.258 4.03H1.244a1.2 1.2 0 0 0-.968 1.91l2.148 2.932a1.2 1.2 0 0 0 1.936 0l2.148-2.932a1.2 1.2 0 0 0-.968-1.91",
14
- clipRule: "evenodd"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- fill: "currentColor",
17
- d: "M10.354 14.963a.912.912 0 1 1-1.732-.568l1.909-5.617a1.2 1.2 0 0 1 1.136-.814h.663a1.2 1.2 0 0 1 1.137.815l1.902 5.623a.908.908 0 1 1-1.725.564l-.316-1H10.67l-.316.997Zm.748-2.369h1.793l-.864-2.742h-.064l-.865 2.742Z"
18
- }));
19
-
20
- export { SvgAuto as default };
package/svg/auto.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 fill-rule="evenodd" clip-rule="evenodd" d="M23.7229 10.94L21.6859 8.16001C21.5745 8.0079 21.4288 7.8842 21.2606 7.79893C21.0924 7.71366 20.9065 7.66922 20.7179 7.66922C20.5294 7.66922 20.3434 7.71366 20.1753 7.79893C20.0071 7.8842 19.8614 8.0079 19.7499 8.16001L17.7129 10.94C17.1329 11.733 17.6989 12.849 18.6809 12.849H19.5609C19.4291 14.0242 19.0228 15.1519 18.3748 16.1412C17.7269 17.1304 16.8555 17.9535 15.8309 18.544C13.5299 19.878 10.5809 19.878 8.27792 18.544C8.0256 18.4009 7.727 18.3633 7.44709 18.4393C7.16717 18.5153 6.92861 18.6988 6.78331 18.9499C6.63802 19.2009 6.59776 19.4992 6.67128 19.7797C6.74481 20.0603 6.92618 20.3005 7.17592 20.448C8.65891 21.3071 10.3421 21.7603 12.0559 21.762C13.769 21.7602 15.4514 21.3073 16.9339 20.449C18.4152 19.5911 19.646 18.3603 20.5039 16.879C21.2128 15.6438 21.6423 14.2682 21.7619 12.849H22.7549C22.9768 12.8491 23.1943 12.7877 23.3834 12.6717C23.5724 12.5556 23.7256 12.3894 23.8259 12.1915C23.9262 11.9936 23.9696 11.7718 23.9515 11.5507C23.9333 11.3296 23.8542 11.1179 23.7229 10.939M5.53992 11.152H4.54792C4.66481 10.1198 4.99223 9.1226 5.50992 8.22201C6.17571 7.0745 7.12992 6.12097 8.27792 5.45601C10.5799 4.12401 13.5289 4.12401 15.8319 5.45601C16.0845 5.60215 16.3849 5.64194 16.6668 5.56665C16.9488 5.49135 17.1893 5.30713 17.3354 5.05451C17.4816 4.80189 17.5213 4.50157 17.4461 4.21961C17.3708 3.93765 17.1865 3.69715 16.9339 3.55101C13.9619 1.83301 10.1469 1.83301 7.17592 3.55101C5.69489 4.40924 4.46415 5.63999 3.60592 7.12101C2.89804 8.35667 2.46869 9.73208 2.34792 11.151H1.24392C1.02207 11.1509 0.804537 11.2123 0.615479 11.3284C0.426422 11.4444 0.273241 11.6107 0.172953 11.8085C0.0726642 12.0064 0.0291937 12.2282 0.0473699 12.4493C0.0655461 12.6704 0.144657 12.8822 0.275916 13.061L2.42392 15.993C2.53536 16.1451 2.68108 16.2688 2.84926 16.3541C3.01744 16.4394 3.20335 16.4838 3.39192 16.4838C3.58048 16.4838 3.76639 16.4394 3.93457 16.3541C4.10275 16.2688 4.24847 16.1451 4.35992 15.993L6.50792 13.061C6.63918 12.8822 6.71829 12.6704 6.73646 12.4493C6.75464 12.2282 6.71117 12.0064 6.61088 11.8085C6.51059 11.6107 6.35741 11.4444 6.16835 11.3284C5.9793 11.2123 5.76176 11.1509 5.53992 11.151" fill="#8D94A0"/>
3
- <path d="M10.3545 14.9631C10.2346 15.3423 9.88284 15.6 9.48519 15.6C8.86068 15.6 8.42105 14.9863 8.62196 14.395L10.5305 8.77799C10.6958 8.29136 11.1527 7.96405 11.6667 7.96405H12.3299C12.8444 7.96405 13.3016 8.29204 13.4666 8.7794L15.3691 14.4016C15.5682 14.99 15.1306 15.6 14.5095 15.6C14.1136 15.6 13.7635 15.3434 13.6441 14.966L13.3278 13.9652H10.6699L10.3545 14.9631ZM11.1024 12.5941H12.8953L12.0305 9.85194H11.9672L11.1024 12.5941Z" fill="#8D94A0"/>
4
- </svg>