@teamturing/icons 1.31.0 → 1.33.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 SvgEnter: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEnter;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgTimer: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTimer;
package/dist/index.d.ts CHANGED
@@ -68,6 +68,7 @@ export { default as EmojiIcon } from './Emoji';
68
68
  export { default as EmojiPlusIcon } from './EmojiPlus';
69
69
  export { default as EmojiPlusDashIcon } from './EmojiPlusDash';
70
70
  export { default as EngIcon } from './Eng';
71
+ export { default as EnterIcon } from './Enter';
71
72
  export { default as EqualIcon } from './Equal';
72
73
  export { default as EraserIcon } from './Eraser';
73
74
  export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle';
@@ -187,6 +188,7 @@ export { default as ThunderIcon } from './Thunder';
187
188
  export { default as TicketIcon } from './Ticket';
188
189
  export { default as TicketColorIcon } from './TicketColor';
189
190
  export { default as TimeIcon } from './Time';
191
+ export { default as TimerIcon } from './Timer';
190
192
  export { default as TopIcon } from './Top';
191
193
  export { default as TouchIcon } from './Touch';
192
194
  export { default as TrashIcon } from './Trash';
package/dist/index.js CHANGED
@@ -1131,6 +1131,19 @@ const SvgEng = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
1131
1131
  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"
1132
1132
  }));
1133
1133
 
1134
+ const SvgEnter = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1135
+ xmlns: "http://www.w3.org/2000/svg",
1136
+ width: "1em",
1137
+ height: "1em",
1138
+ fill: "none",
1139
+ viewBox: "0 0 24 24"
1140
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
1141
+ fill: "currentColor",
1142
+ fillRule: "evenodd",
1143
+ d: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
1144
+ clipRule: "evenodd"
1145
+ }));
1146
+
1134
1147
  const SvgEqual = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1135
1148
  xmlns: "http://www.w3.org/2000/svg",
1136
1149
  width: "1em",
@@ -2116,12 +2129,7 @@ const SvgOut = props => /*#__PURE__*/React__namespace.createElement("svg", _exte
2116
2129
  }, props), /*#__PURE__*/React__namespace.createElement("path", {
2117
2130
  fill: "currentColor",
2118
2131
  fillRule: "evenodd",
2119
- d: "M1.1 12.012a1.1 1.1 0 0 1 1.1-1.1h11.729a1.1 1.1 0 0 1 0 2.2H2.2a1.1 1.1 0 0 1-1.1-1.1Z",
2120
- clipRule: "evenodd"
2121
- }), /*#__PURE__*/React__namespace.createElement("path", {
2122
- fill: "currentColor",
2123
- fillRule: "evenodd",
2124
- d: "M8.211 6.002a1.1 1.1 0 0 1 0 1.556l-4.455 4.453 4.455 4.455a1.1 1.1 0 1 1-1.556 1.556l-5.233-5.233a1.1 1.1 0 0 1 0-1.556l5.233-5.23a1.1 1.1 0 0 1 1.556 0ZM14.237 4.72a1.3 1.3 0 0 0-1.3 1.3v1.694a1.1 1.1 0 0 1-2.2 0V6.02a3.5 3.5 0 0 1 3.5-3.5h4.448a3.5 3.5 0 0 1 3.5 3.5v11.985a3.501 3.501 0 0 1-3.5 3.499h-4.448a3.5 3.5 0 0 1-3.5-3.5v-1.69a1.1 1.1 0 0 1 2.2 0v1.69a1.3 1.3 0 0 0 1.3 1.3h4.448a1.3 1.3 0 0 0 1.3-1.3V6.02a1.3 1.3 0 0 0-1.3-1.3h-4.448Z",
2132
+ d: "M6.657 4.286A2.914 2.914 0 0 1 9.572 1.37H19a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 19 22.63H9.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H19c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 19 3.77H9.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM12.83 12.2a1.2 1.2 0 0 0-1.2-1.2h-6.82l.874-1.019A1.2 1.2 0 0 0 3.86 8.419l-2.571 3a1.2 1.2 0 0 0 0 1.562l2.571 3a1.2 1.2 0 0 0 1.823-1.562L4.809 13.4h6.82a1.2 1.2 0 0 0 1.2-1.2Z",
2125
2133
  clipRule: "evenodd"
2126
2134
  }));
2127
2135
 
@@ -3142,6 +3150,19 @@ const SvgTime = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
3142
3150
  clipRule: "evenodd"
3143
3151
  }));
3144
3152
 
3153
+ const SvgTimer = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3154
+ xmlns: "http://www.w3.org/2000/svg",
3155
+ width: "1em",
3156
+ height: "1em",
3157
+ fill: "none",
3158
+ viewBox: "0 0 24 24"
3159
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
3160
+ fill: "currentColor",
3161
+ fillRule: "evenodd",
3162
+ d: "M9 2a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-1v1.052a9.45 9.45 0 0 1 4.692 1.842l.695-.696a1 1 0 0 1 1.674-.966l.707.707a1 1 0 0 1-.966 1.674l-.643.642A9.464 9.464 0 0 1 21.5 13.5a9.5 9.5 0 0 1-19 0c0-4.909 3.723-8.948 8.5-9.448V3h-1a1 1 0 0 1-1-1Zm3 5a.9.9 0 0 0-.9.9v5.2a.9.9 0 1 0 1.8 0V7.9A.9.9 0 0 0 12 7Z",
3163
+ clipRule: "evenodd"
3164
+ }));
3165
+
3145
3166
  const SvgTop = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
3146
3167
  xmlns: "http://www.w3.org/2000/svg",
3147
3168
  width: "1em",
@@ -3573,6 +3594,7 @@ exports.EmojiIcon = SvgEmoji;
3573
3594
  exports.EmojiPlusDashIcon = SvgEmojiPlusDash;
3574
3595
  exports.EmojiPlusIcon = SvgEmojiPlus;
3575
3596
  exports.EngIcon = SvgEng;
3597
+ exports.EnterIcon = SvgEnter;
3576
3598
  exports.EqualIcon = SvgEqual;
3577
3599
  exports.EraserIcon = SvgEraser;
3578
3600
  exports.ExclamationPointInCircleIcon = SvgExclamationPointInCircle;
@@ -3692,6 +3714,7 @@ exports.ThunderIcon = SvgThunder;
3692
3714
  exports.TicketColorIcon = SvgTicketColor;
3693
3715
  exports.TicketIcon = SvgTicket;
3694
3716
  exports.TimeIcon = SvgTime;
3717
+ exports.TimerIcon = SvgTimer;
3695
3718
  exports.TopIcon = SvgTop;
3696
3719
  exports.TouchIcon = SvgTouch;
3697
3720
  exports.TrashIcon = SvgTrash;
package/esm/Enter.js ADDED
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgEnter = 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: "M5.657 4.286A2.914 2.914 0 0 1 8.572 1.37H18a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 18 22.63H8.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H18c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 18 3.77H8.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM2.23 12.429a1.2 1.2 0 0 1 1.2-1.2h6.82l-.874-1.02a1.2 1.2 0 1 1 1.822-1.561l2.571 3a1.2 1.2 0 0 1 0 1.562l-2.571 3a1.2 1.2 0 1 1-1.822-1.562l.873-1.02h-6.82a1.2 1.2 0 0 1-1.2-1.2Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgEnter as default };
package/esm/Out.js CHANGED
@@ -10,12 +10,7 @@ const SvgOut = props => /*#__PURE__*/React.createElement("svg", _extends({
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
11
  fill: "currentColor",
12
12
  fillRule: "evenodd",
13
- d: "M1.1 12.012a1.1 1.1 0 0 1 1.1-1.1h11.729a1.1 1.1 0 0 1 0 2.2H2.2a1.1 1.1 0 0 1-1.1-1.1Z",
14
- clipRule: "evenodd"
15
- }), /*#__PURE__*/React.createElement("path", {
16
- fill: "currentColor",
17
- fillRule: "evenodd",
18
- d: "M8.211 6.002a1.1 1.1 0 0 1 0 1.556l-4.455 4.453 4.455 4.455a1.1 1.1 0 1 1-1.556 1.556l-5.233-5.233a1.1 1.1 0 0 1 0-1.556l5.233-5.23a1.1 1.1 0 0 1 1.556 0ZM14.237 4.72a1.3 1.3 0 0 0-1.3 1.3v1.694a1.1 1.1 0 0 1-2.2 0V6.02a3.5 3.5 0 0 1 3.5-3.5h4.448a3.5 3.5 0 0 1 3.5 3.5v11.985a3.501 3.501 0 0 1-3.5 3.499h-4.448a3.5 3.5 0 0 1-3.5-3.5v-1.69a1.1 1.1 0 0 1 2.2 0v1.69a1.3 1.3 0 0 0 1.3 1.3h4.448a1.3 1.3 0 0 0 1.3-1.3V6.02a1.3 1.3 0 0 0-1.3-1.3h-4.448Z",
13
+ d: "M6.657 4.286A2.914 2.914 0 0 1 9.572 1.37H19a2.914 2.914 0 0 1 2.914 2.915v15.428A2.914 2.914 0 0 1 19 22.63H9.572a2.914 2.914 0 0 1-2.915-2.915v-2.143a1.2 1.2 0 0 1 2.4 0v2.143c0 .284.23.515.515.515H19c.284 0 .514-.23.514-.515V4.286A.514.514 0 0 0 19 3.77H9.572a.514.514 0 0 0-.515.515v2.143a1.2 1.2 0 0 1-2.4 0V4.286ZM12.83 12.2a1.2 1.2 0 0 0-1.2-1.2h-6.82l.874-1.019A1.2 1.2 0 0 0 3.86 8.419l-2.571 3a1.2 1.2 0 0 0 0 1.562l2.571 3a1.2 1.2 0 0 0 1.823-1.562L4.809 13.4h6.82a1.2 1.2 0 0 0 1.2-1.2Z",
19
14
  clipRule: "evenodd"
20
15
  }));
21
16
 
package/esm/Timer.js ADDED
@@ -0,0 +1,17 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgTimer = 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 2a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-1v1.052a9.45 9.45 0 0 1 4.692 1.842l.695-.696a1 1 0 0 1 1.674-.966l.707.707a1 1 0 0 1-.966 1.674l-.643.642A9.464 9.464 0 0 1 21.5 13.5a9.5 9.5 0 0 1-19 0c0-4.909 3.723-8.948 8.5-9.448V3h-1a1 1 0 0 1-1-1Zm3 5a.9.9 0 0 0-.9.9v5.2a.9.9 0 1 0 1.8 0V7.9A.9.9 0 0 0 12 7Z",
14
+ clipRule: "evenodd"
15
+ }));
16
+
17
+ export { SvgTimer as default };
package/esm/index.js CHANGED
@@ -68,6 +68,7 @@ export { default as EmojiIcon } from './Emoji.js';
68
68
  export { default as EmojiPlusIcon } from './EmojiPlus.js';
69
69
  export { default as EmojiPlusDashIcon } from './EmojiPlusDash.js';
70
70
  export { default as EngIcon } from './Eng.js';
71
+ export { default as EnterIcon } from './Enter.js';
71
72
  export { default as EqualIcon } from './Equal.js';
72
73
  export { default as EraserIcon } from './Eraser.js';
73
74
  export { default as ExclamationPointInCircleIcon } from './ExclamationPointInCircle.js';
@@ -187,6 +188,7 @@ export { default as ThunderIcon } from './Thunder.js';
187
188
  export { default as TicketIcon } from './Ticket.js';
188
189
  export { default as TicketColorIcon } from './TicketColor.js';
189
190
  export { default as TimeIcon } from './Time.js';
191
+ export { default as TimerIcon } from './Timer.js';
190
192
  export { default as TopIcon } from './Top.js';
191
193
  export { default as TouchIcon } from './Touch.js';
192
194
  export { default as TrashIcon } from './Trash.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.31.0",
3
+ "version": "1.33.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": "17069fee92aa729734b336cd7bf6b2f844092a91"
41
+ "gitHead": "02de80fc47cb426a6ce59b066e1a851e4a48f3b8"
42
42
  }
package/svg/enter.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.65723 4.28572C5.65723 2.6762 6.962 1.37143 8.57151 1.37143H18.0001C19.6096 1.37143 20.9144 2.6762 20.9144 4.28572V19.7143C20.9144 21.3238 19.6096 22.6286 18.0001 22.6286H8.57151C6.962 22.6286 5.65723 21.3238 5.65723 19.7143V17.5714C5.65723 16.9087 6.19448 16.3714 6.85723 16.3714C7.51997 16.3714 8.05723 16.9087 8.05723 17.5714V19.7143C8.05723 19.9983 8.28748 20.2286 8.57151 20.2286H18.0001C18.2841 20.2286 18.5144 19.9983 18.5144 19.7143V4.28572C18.5144 4.00168 18.2841 3.77143 18.0001 3.77143H8.57151C8.28748 3.77143 8.05723 4.00168 8.05723 4.28572V6.42857C8.05723 7.09131 7.51997 7.62857 6.85723 7.62857C6.19448 7.62857 5.65723 7.09131 5.65723 6.42857V4.28572ZM2.22852 12.4286C2.22852 11.7658 2.76577 11.2286 3.42852 11.2286H10.2481L9.37461 10.2095C8.9433 9.70633 9.00157 8.94877 9.50477 8.51746C10.008 8.08615 10.7655 8.14443 11.1968 8.64762L13.7683 11.6476C14.1534 12.097 14.1534 12.7601 13.7683 13.2095L11.1968 16.2095C10.7655 16.7127 10.008 16.771 9.50477 16.3397C9.00157 15.9084 8.9433 15.1508 9.37461 14.6476L10.2481 13.6286H3.42852C2.76577 13.6286 2.22852 13.0913 2.22852 12.4286Z" fill="#8D94A0"/>
3
+ </svg>
package/svg/out.svg CHANGED
@@ -1,5 +1,3 @@
1
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="M1.10001 12.012C1.10001 11.4045 1.59249 10.912 2.20001 10.912H13.929C14.5365 10.912 15.029 11.4045 15.029 12.012C15.029 12.6195 14.5365 13.112 13.929 13.112H2.20001C1.59249 13.112 1.10001 12.6195 1.10001 12.012Z" fill="#8D94A0"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.21097 6.00235C8.64047 6.43201 8.64033 7.12849 8.21067 7.55799L3.75579 12.0112L8.21082 16.4662C8.6404 16.8958 8.6404 17.5923 8.21082 18.0218C7.78125 18.4514 7.08476 18.4514 6.65519 18.0218L1.42219 12.7888C1.21587 12.5825 1.09998 12.3027 1.10001 12.0109C1.10003 11.7191 1.21598 11.4393 1.42234 11.2331L6.65534 6.00206C7.085 5.57256 7.78148 5.5727 8.21097 6.00235Z" fill="#8D94A0"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.237 4.72002C13.8922 4.72002 13.5616 4.85698 13.3178 5.10078C13.074 5.34458 12.937 5.67524 12.937 6.02002V7.71402C12.937 8.32153 12.4445 8.81402 11.837 8.81402C11.2295 8.81402 10.737 8.32153 10.737 7.71402V6.02002C10.737 5.09176 11.1057 4.20152 11.7621 3.54515C12.4185 2.88877 13.3087 2.52002 14.237 2.52002H18.685C19.6133 2.52002 20.5035 2.88877 21.1599 3.54515C21.8163 4.20152 22.185 5.09176 22.185 6.02002V18.005C22.1846 18.933 21.8157 19.8233 21.1594 20.4794C20.503 21.1355 19.613 21.504 18.685 21.504H14.237C13.3087 21.504 12.4185 21.1353 11.7621 20.4789C11.1057 19.8225 10.737 18.9323 10.737 18.004V16.314C10.737 15.7065 11.2295 15.214 11.837 15.214C12.4445 15.214 12.937 15.7065 12.937 16.314V18.004C12.937 18.3488 13.074 18.6795 13.3178 18.9233C13.5616 19.1671 13.8922 19.304 14.237 19.304H18.685C19.0297 19.304 19.3603 19.1671 19.604 18.9234C19.8478 18.6798 19.9849 18.3492 19.985 18.0046V6.02002C19.985 5.67524 19.848 5.34458 19.6042 5.10078C19.3604 4.85698 19.0298 4.72002 18.685 4.72002H14.237Z" fill="#8D94A0"/>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.65723 4.28572C6.65723 2.6762 7.962 1.37143 9.57151 1.37143H19.0001C20.6096 1.37143 21.9144 2.6762 21.9144 4.28572V19.7143C21.9144 21.3238 20.6096 22.6286 19.0001 22.6286H9.57151C7.962 22.6286 6.65723 21.3238 6.65723 19.7143V17.5714C6.65723 16.9087 7.19448 16.3714 7.85723 16.3714C8.51997 16.3714 9.05723 16.9087 9.05723 17.5714V19.7143C9.05723 19.9983 9.28748 20.2286 9.57151 20.2286H19.0001C19.2841 20.2286 19.5144 19.9983 19.5144 19.7143V4.28572C19.5144 4.00168 19.2841 3.77143 19.0001 3.77143H9.57151C9.28748 3.77143 9.05723 4.00168 9.05723 4.28572V6.42857C9.05723 7.09131 8.51997 7.62857 7.85723 7.62857C7.19448 7.62857 6.65723 7.09131 6.65723 6.42857V4.28572ZM12.8286 12.2C12.8286 11.5373 12.2914 11 11.6286 11H4.80904L5.68252 9.98097C6.11383 9.47778 6.05555 8.72022 5.55236 8.28891C5.04917 7.85761 4.29161 7.91588 3.86031 8.41907L1.28888 11.4191C0.903687 11.8685 0.903687 12.5316 1.28888 12.981L3.86031 15.981C4.29161 16.4842 5.04917 16.5424 5.55236 16.1111C6.05555 15.6798 6.11383 14.9223 5.68252 14.4191L4.80906 13.4H11.6286C12.2914 13.4 12.8286 12.8628 12.8286 12.2Z" fill="#8D94A0"/>
5
3
  </svg>
package/svg/timer.svg ADDED
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9 2C9 1.44772 9.44772 1 10 1H14C14.5523 1 15 1.44772 15 2C15 2.55228 14.5523 3 14 3H13V4.052C14.749 4.23497 16.3568 4.8925 17.6923 5.89353L18.3875 5.19832C18.2984 4.8647 18.3847 4.49398 18.6465 4.23225C19.037 3.84173 19.6702 3.84173 20.0607 4.23225L20.7678 4.93936C21.1583 5.32988 21.1583 5.96305 20.7678 6.35357C20.5061 6.6153 20.1353 6.70162 19.8017 6.61253L19.1592 7.25509C20.6169 8.92487 21.5 11.1093 21.5 13.5C21.5 18.7467 17.2467 23 12 23C6.75329 23 2.5 18.7467 2.5 13.5C2.5 8.59103 6.22334 4.5517 11 4.052V3H10C9.44772 3 9 2.55228 9 2ZM12 7C11.5029 7 11.1 7.40294 11.1 7.9V13.1C11.1 13.5971 11.5029 14 12 14C12.497 14 12.9 13.5971 12.9 13.1V7.9C12.9 7.40294 12.497 7 12 7Z" fill="#8D94A0"/>
3
+ </svg>