@teamturing/icons 1.6.0 → 1.7.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.
- package/dist/Plug.d.ts +3 -0
- package/dist/PlugColor.d.ts +3 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +63 -0
- package/esm/Plug.js +33 -0
- package/esm/PlugColor.js +36 -0
- package/esm/index.js +2 -0
- package/package.json +2 -2
- package/svg/ic/plug.svg +15 -0
- package/svg/ic/plug_color.svg +15 -0
package/dist/Plug.d.ts
ADDED
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,8 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight';
|
|
|
11
11
|
export { default as ArrowRightIcon } from './ArrowRight';
|
|
12
12
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle';
|
|
13
13
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit';
|
|
14
|
+
export { default as PlugIcon } from './Plug';
|
|
15
|
+
export { default as PlugColorIcon } from './PlugColor';
|
|
14
16
|
export { default as ArrowUpIcon } from './ArrowUp';
|
|
15
17
|
export { default as ArrowUpDownIcon } from './ArrowUpDown';
|
|
16
18
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit';
|
package/dist/index.js
CHANGED
|
@@ -227,6 +227,67 @@ const SvgArrowRightLimit = props => /*#__PURE__*/React__namespace.createElement(
|
|
|
227
227
|
clipRule: "evenodd"
|
|
228
228
|
}));
|
|
229
229
|
|
|
230
|
+
const SvgPlug = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
231
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
232
|
+
width: "1em",
|
|
233
|
+
height: "1em",
|
|
234
|
+
fill: "none",
|
|
235
|
+
viewBox: "0 0 33 32"
|
|
236
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
237
|
+
fill: "#D1D5DB",
|
|
238
|
+
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"
|
|
239
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
240
|
+
fill: "currentColor",
|
|
241
|
+
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"
|
|
242
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
243
|
+
fill: "currentColor",
|
|
244
|
+
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"
|
|
245
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
246
|
+
clipPath: "url(#plug_svg__a)"
|
|
247
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
248
|
+
fill: "#fff",
|
|
249
|
+
fillRule: "evenodd",
|
|
250
|
+
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",
|
|
251
|
+
clipRule: "evenodd"
|
|
252
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
253
|
+
id: "plug_svg__a"
|
|
254
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
255
|
+
fill: "#fff",
|
|
256
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
257
|
+
}))));
|
|
258
|
+
|
|
259
|
+
const SvgPlugColor = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
260
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
261
|
+
width: "1em",
|
|
262
|
+
height: "1em",
|
|
263
|
+
fill: "none",
|
|
264
|
+
viewBox: "0 0 33 32"
|
|
265
|
+
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
266
|
+
fill: "#6F7680",
|
|
267
|
+
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"
|
|
268
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
269
|
+
fill: "#D1D5DB",
|
|
270
|
+
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"
|
|
271
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
272
|
+
fill: "#33373B",
|
|
273
|
+
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"
|
|
274
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
275
|
+
fill: "#33373B",
|
|
276
|
+
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"
|
|
277
|
+
}), /*#__PURE__*/React__namespace.createElement("g", {
|
|
278
|
+
clipPath: "url(#plug_color_svg__a)"
|
|
279
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
280
|
+
fill: "#84AAF4",
|
|
281
|
+
fillRule: "evenodd",
|
|
282
|
+
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",
|
|
283
|
+
clipRule: "evenodd"
|
|
284
|
+
})), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
285
|
+
id: "plug_color_svg__a"
|
|
286
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
287
|
+
fill: "#fff",
|
|
288
|
+
d: "M10.426 11.111h11.951v10.864H10.426z"
|
|
289
|
+
}))));
|
|
290
|
+
|
|
230
291
|
const SvgArrowUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
|
|
231
292
|
xmlns: "http://www.w3.org/2000/svg",
|
|
232
293
|
width: "1em",
|
|
@@ -2856,6 +2917,8 @@ exports.PercentInCircleIcon = SvgPercentInCircle;
|
|
|
2856
2917
|
exports.PictureIcon = SvgPicture;
|
|
2857
2918
|
exports.PinIcon = SvgPin;
|
|
2858
2919
|
exports.PlayIcon = SvgPlay;
|
|
2920
|
+
exports.PlugColorIcon = SvgPlugColor;
|
|
2921
|
+
exports.PlugIcon = SvgPlug;
|
|
2859
2922
|
exports.PlusIcon = SvgPlus;
|
|
2860
2923
|
exports.PlusInCircleIcon = SvgPlusInCircle;
|
|
2861
2924
|
exports.PointInCircleIcon = SvgPointInCircle;
|
package/esm/Plug.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
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/esm/index.js
CHANGED
|
@@ -11,6 +11,8 @@ export { default as ArrowLeftRightIcon } from './ArrowLeftRight.js';
|
|
|
11
11
|
export { default as ArrowRightIcon } from './ArrowRight.js';
|
|
12
12
|
export { default as ArrowRightCircleIcon } from './ArrowRightCircle.js';
|
|
13
13
|
export { default as ArrowRightLimitIcon } from './ArrowRightLimit.js';
|
|
14
|
+
export { default as PlugIcon } from './Plug.js';
|
|
15
|
+
export { default as PlugColorIcon } from './PlugColor.js';
|
|
14
16
|
export { default as ArrowUpIcon } from './ArrowUp.js';
|
|
15
17
|
export { default as ArrowUpDownIcon } from './ArrowUpDown.js';
|
|
16
18
|
export { default as ArrowUpLimitIcon } from './ArrowUpLimit.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.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",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "c537e1737b697cb2fccbd143c2c625c7bb92886f"
|
|
37
37
|
}
|
package/svg/ic/plug.svg
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
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>
|
|
@@ -0,0 +1,15 @@
|
|
|
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>
|