@teamturing/icons 1.72.0 → 1.73.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 SvgGroup: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgGroup;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from 'react';
2
+ declare const SvgUngroup: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUngroup;
package/dist/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export { default as GlassesIcon } from './Glasses';
128
128
  export { default as GlobalIcon } from './Global';
129
129
  export { default as GoogleColorIcon } from './GoogleColor';
130
130
  export { default as GraphIcon } from './Graph';
131
+ export { default as GroupIcon } from './Group';
131
132
  export { default as HairIcon } from './Hair';
132
133
  export { default as HandIcon } from './Hand';
133
134
  export { default as HeadphoneIcon } from './Headphone';
@@ -265,6 +266,7 @@ export { default as TwinkleIcon } from './Twinkle';
265
266
  export { default as TwinkleColorIcon } from './TwinkleColor';
266
267
  export { default as TypographyIcon } from './Typography';
267
268
  export { default as UndoIcon } from './Undo';
269
+ export { default as UngroupIcon } from './Ungroup';
268
270
  export { default as UniversityIcon } from './University';
269
271
  export { default as UserBlockedIcon } from './UserBlocked';
270
272
  export { default as UserCheckIcon } from './UserCheck';
package/dist/index.js CHANGED
@@ -1945,6 +1945,28 @@ const SvgGraph = props => /*#__PURE__*/React__namespace.createElement("svg", _ex
1945
1945
  clipRule: "evenodd"
1946
1946
  }));
1947
1947
 
1948
+ const SvgGroup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1949
+ xmlns: "http://www.w3.org/2000/svg",
1950
+ width: "1em",
1951
+ height: "1em",
1952
+ fill: "none",
1953
+ viewBox: "0 0 24 24"
1954
+ }, props), /*#__PURE__*/React__namespace.createElement("g", {
1955
+ fill: "currentColor",
1956
+ clipPath: "url(#group_svg__a)"
1957
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1958
+ d: "M4.5 18.5a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h.6v-13h-.6l-.102-.005a1 1 0 0 1-.893-.892L18.5 4.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 5.5h-.6v13h.6Zm-2.8 3.8h2.6v-2.6H1.7v2.6Zm18 0h2.6v-2.6h-2.6v2.6Zm-18-18h2.6V1.7H1.7v2.6Zm18 0h2.6V1.7h-2.6v2.6Zm2.2 14.2h.6a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995l-.102.005h-3l-.102-.005a1 1 0 0 1-.893-.893L18.5 22.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 23.5h-3l-.103-.005a1 1 0 0 1-.892-.893L.5 22.5v-3a1 1 0 0 1 1-1h.6v-13h-.6l-.103-.005a1 1 0 0 1-.892-.892L.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995L22.5 5.5h-.6v13Z"
1959
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1960
+ d: "M9.725 6.5c-.477 0-.864.352-.864.786v.739h6.105c.477 0 .864.351.864.785v6.53h.806c.477 0 .864-.352.864-.786V7.286c0-.434-.387-.786-.864-.786H9.725Z"
1961
+ }), /*#__PURE__*/React__namespace.createElement("path", {
1962
+ d: "M6.5 9.446c0-.434.387-.786.864-.786h6.911c.477 0 .864.352.864.786v7.268c0 .434-.387.786-.864.786H7.364c-.477 0-.864-.352-.864-.786V9.446Z"
1963
+ })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
1964
+ id: "group_svg__a"
1965
+ }, /*#__PURE__*/React__namespace.createElement("path", {
1966
+ fill: "#fff",
1967
+ d: "M0 0h24v24H0z"
1968
+ }))));
1969
+
1948
1970
  const SvgHair = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
1949
1971
  xmlns: "http://www.w3.org/2000/svg",
1950
1972
  width: "1em",
@@ -4221,6 +4243,17 @@ const SvgUndo = props => /*#__PURE__*/React__namespace.createElement("svg", _ext
4221
4243
  clipRule: "evenodd"
4222
4244
  }));
4223
4245
 
4246
+ const SvgUngroup = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4247
+ xmlns: "http://www.w3.org/2000/svg",
4248
+ width: "1em",
4249
+ height: "1em",
4250
+ fill: "none",
4251
+ viewBox: "0 0 24 24"
4252
+ }, props), /*#__PURE__*/React__namespace.createElement("path", {
4253
+ fill: "currentColor",
4254
+ d: "M3.8 1A1.2 1.2 0 0 1 5 2.2V3h5v-.8A1.2 1.2 0 0 1 11.2 1h1.6A1.2 1.2 0 0 1 14 2.2v1.6A1.2 1.2 0 0 1 12.8 5H12v5h.8a1.2 1.2 0 0 1 1.2 1.2v.8h5v-.8a1.2 1.2 0 0 1 1.2-1.2h1.6a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2H21v5h.8a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V21h-5v.8a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2v-1.6a1.2 1.2 0 0 1 1.2-1.2h.8v-5h-.8a1.2 1.2 0 0 1-1.2-1.2V12H5v.8A1.2 1.2 0 0 1 3.8 14H2.2A1.2 1.2 0 0 1 1 12.8v-1.6A1.2 1.2 0 0 1 2.2 10H3V5h-.8A1.2 1.2 0 0 1 1 3.8V2.2A1.2 1.2 0 0 1 2.2 1h1.6Zm7.36 19.004a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 11.2v1.6a.2.2 0 0 0 .16.196L2.2 13h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 2.2v1.6a.2.2 0 0 0 .16.196L2.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0A.2.2 0 0 0 11 2.2v1.6a.2.2 0 0 0 .16.196L11.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2h-1.6l-.04.004Z"
4255
+ }));
4256
+
4224
4257
  const SvgUniversity = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({
4225
4258
  xmlns: "http://www.w3.org/2000/svg",
4226
4259
  width: "1em",
@@ -4610,6 +4643,7 @@ exports.GlassesIcon = SvgGlasses;
4610
4643
  exports.GlobalIcon = SvgGlobal;
4611
4644
  exports.GoogleColorIcon = SvgGoogleColor;
4612
4645
  exports.GraphIcon = SvgGraph;
4646
+ exports.GroupIcon = SvgGroup;
4613
4647
  exports.HairIcon = SvgHair;
4614
4648
  exports.HandIcon = SvgHand;
4615
4649
  exports.HeadphoneIcon = SvgHeadphone;
@@ -4747,6 +4781,7 @@ exports.TwinkleColorIcon = SvgTwinkleColor;
4747
4781
  exports.TwinkleIcon = SvgTwinkle;
4748
4782
  exports.TypographyIcon = SvgTypography;
4749
4783
  exports.UndoIcon = SvgUndo;
4784
+ exports.UngroupIcon = SvgUngroup;
4750
4785
  exports.UniversityIcon = SvgUniversity;
4751
4786
  exports.UserBlockedIcon = SvgUserBlocked;
4752
4787
  exports.UserCheckIcon = SvgUserCheck;
package/esm/Group.js ADDED
@@ -0,0 +1,26 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgGroup = 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("g", {
11
+ fill: "currentColor",
12
+ clipPath: "url(#group_svg__a)"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M4.5 18.5a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h.6v-13h-.6l-.102-.005a1 1 0 0 1-.893-.892L18.5 4.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 5.5h-.6v13h.6Zm-2.8 3.8h2.6v-2.6H1.7v2.6Zm18 0h2.6v-2.6h-2.6v2.6Zm-18-18h2.6V1.7H1.7v2.6Zm18 0h2.6V1.7h-2.6v2.6Zm2.2 14.2h.6a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995l-.102.005h-3l-.102-.005a1 1 0 0 1-.893-.893L18.5 22.5v-.6h-13v.6a1 1 0 0 1-.897.995L4.5 23.5h-3l-.103-.005a1 1 0 0 1-.892-.893L.5 22.5v-3a1 1 0 0 1 1-1h.6v-13h-.6l-.103-.005a1 1 0 0 1-.892-.892L.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v.6h13v-.6a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-.898.995L22.5 5.5h-.6v13Z"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M9.725 6.5c-.477 0-.864.352-.864.786v.739h6.105c.477 0 .864.351.864.785v6.53h.806c.477 0 .864-.352.864-.786V7.286c0-.434-.387-.786-.864-.786H9.725Z"
17
+ }), /*#__PURE__*/React.createElement("path", {
18
+ d: "M6.5 9.446c0-.434.387-.786.864-.786h6.911c.477 0 .864.352.864.786v7.268c0 .434-.387.786-.864.786H7.364c-.477 0-.864-.352-.864-.786V9.446Z"
19
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
20
+ id: "group_svg__a"
21
+ }, /*#__PURE__*/React.createElement("path", {
22
+ fill: "#fff",
23
+ d: "M0 0h24v24H0z"
24
+ }))));
25
+
26
+ export { SvgGroup as default };
package/esm/Ungroup.js ADDED
@@ -0,0 +1,15 @@
1
+ import { extends as _extends } from './_virtual/_rollupPluginBabelHelpers.js';
2
+ import * as React from 'react';
3
+
4
+ const SvgUngroup = 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: "M3.8 1A1.2 1.2 0 0 1 5 2.2V3h5v-.8A1.2 1.2 0 0 1 11.2 1h1.6A1.2 1.2 0 0 1 14 2.2v1.6A1.2 1.2 0 0 1 12.8 5H12v5h.8a1.2 1.2 0 0 1 1.2 1.2v.8h5v-.8a1.2 1.2 0 0 1 1.2-1.2h1.6a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2H21v5h.8a1.2 1.2 0 0 1 1.2 1.2v1.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V21h-5v.8a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2v-1.6a1.2 1.2 0 0 1 1.2-1.2h.8v-5h-.8a1.2 1.2 0 0 1-1.2-1.2V12H5v.8A1.2 1.2 0 0 1 3.8 14H2.2A1.2 1.2 0 0 1 1 12.8v-1.6A1.2 1.2 0 0 1 2.2 10H3V5h-.8A1.2 1.2 0 0 1 1 3.8V2.2A1.2 1.2 0 0 1 2.2 1h1.6Zm7.36 19.004a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 11.2v1.6a.2.2 0 0 0 .16.196L2.2 13h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm9 0a.2.2 0 0 0-.16.196v1.6a.2.2 0 0 0 .16.196l.04.004h1.6a.2.2 0 0 0 .2-.2v-1.6a.2.2 0 0 0-.2-.2h-1.6l-.04.004Zm-18-9A.2.2 0 0 0 2 2.2v1.6a.2.2 0 0 0 .16.196L2.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2H2.2l-.04.004Zm9 0A.2.2 0 0 0 11 2.2v1.6a.2.2 0 0 0 .16.196L11.2 4h1.6a.2.2 0 0 0 .2-.2V2.2a.2.2 0 0 0-.2-.2h-1.6l-.04.004Z"
13
+ }));
14
+
15
+ export { SvgUngroup as default };
package/esm/index.js CHANGED
@@ -128,6 +128,7 @@ export { default as GlassesIcon } from './Glasses.js';
128
128
  export { default as GlobalIcon } from './Global.js';
129
129
  export { default as GoogleColorIcon } from './GoogleColor.js';
130
130
  export { default as GraphIcon } from './Graph.js';
131
+ export { default as GroupIcon } from './Group.js';
131
132
  export { default as HairIcon } from './Hair.js';
132
133
  export { default as HandIcon } from './Hand.js';
133
134
  export { default as HeadphoneIcon } from './Headphone.js';
@@ -265,6 +266,7 @@ export { default as TwinkleIcon } from './Twinkle.js';
265
266
  export { default as TwinkleColorIcon } from './TwinkleColor.js';
266
267
  export { default as TypographyIcon } from './Typography.js';
267
268
  export { default as UndoIcon } from './Undo.js';
269
+ export { default as UngroupIcon } from './Ungroup.js';
268
270
  export { default as UniversityIcon } from './University.js';
269
271
  export { default as UserBlockedIcon } from './UserBlocked.js';
270
272
  export { default as UserCheckIcon } from './UserCheck.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamturing/icons",
3
- "version": "1.72.0",
3
+ "version": "1.73.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",
@@ -40,5 +40,5 @@
40
40
  "peerDependencies": {
41
41
  "react": "^18.2.0"
42
42
  },
43
- "gitHead": "1c27b74c7b552cc68964894260bd3368a1bfaf2e"
43
+ "gitHead": "9fae1892c2d8231b05ec646230e468f4f0263428"
44
44
  }
package/svg/group.svg ADDED
@@ -0,0 +1,12 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_20521_116)">
3
+ <path d="M4.5 18.5C5.05228 18.5 5.5 18.9477 5.5 19.5V20.0996H18.5V19.5C18.5 18.9477 18.9477 18.5 19.5 18.5H20.0996V5.5H19.5L19.3975 5.49512C18.927 5.44722 18.5528 5.07297 18.5049 4.60254L18.5 4.5V3.90039H5.5V4.5C5.5 5.01768 5.10667 5.44379 4.60254 5.49512L4.5 5.5H3.90039V18.5H4.5ZM1.7002 22.2998H4.2998V19.7002H1.7002V22.2998ZM19.7002 22.2998H22.2998V19.7002H19.7002V22.2998ZM1.7002 4.2998H4.2998V1.7002H1.7002V4.2998ZM19.7002 4.2998H22.2998V1.7002H19.7002V4.2998ZM21.9004 18.5H22.5C23.0523 18.5 23.5 18.9477 23.5 19.5V22.5C23.5 23.0177 23.1067 23.4438 22.6025 23.4951L22.5 23.5H19.5L19.3975 23.4951C18.927 23.4472 18.5528 23.073 18.5049 22.6025L18.5 22.5V21.9004H5.5V22.5C5.5 23.0177 5.10667 23.4438 4.60254 23.4951L4.5 23.5H1.5L1.39746 23.4951C0.927034 23.4472 0.552783 23.073 0.504883 22.6025L0.5 22.5V19.5C0.5 18.9477 0.947715 18.5 1.5 18.5H2.09961V5.5H1.5L1.39746 5.49512C0.927034 5.44722 0.552783 5.07297 0.504883 4.60254L0.5 4.5V1.5C0.5 0.947715 0.947715 0.5 1.5 0.5H4.5C5.05228 0.5 5.5 0.947715 5.5 1.5V2.09961H18.5V1.5C18.5 0.947715 18.9477 0.5 19.5 0.5H22.5C23.0523 0.5 23.5 0.947715 23.5 1.5V4.5C23.5 5.01768 23.1067 5.44379 22.6025 5.49512L22.5 5.5H21.9004V18.5Z" fill="#8D94A0"/>
4
+ <path d="M9.72489 6.5C9.24777 6.5 8.86099 6.85181 8.86099 7.2858V8.02454H14.9661C15.4432 8.02454 15.83 8.37636 15.83 8.81034V15.3402H16.6361C17.1132 15.3402 17.5 14.9884 17.5 14.5544V7.2858C17.5 6.85181 17.1132 6.5 16.6361 6.5H9.72489Z" fill="#8D94A0"/>
5
+ <path d="M6.5 9.44557C6.5 9.01158 6.88678 8.65977 7.3639 8.65977H14.2751C14.7522 8.65977 15.139 9.01158 15.139 9.44557V16.7142C15.139 17.1482 14.7522 17.5 14.2751 17.5H7.3639C6.88678 17.5 6.5 17.1482 6.5 16.7142V9.44557Z" fill="#8D94A0"/>
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_20521_116">
9
+ <rect width="24" height="24" fill="white"/>
10
+ </clipPath>
11
+ </defs>
12
+ </svg>
@@ -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 d="M3.7998 1C4.46255 1 5 1.53745 5 2.2002V3H10V2.2002C10 1.53745 10.5375 1 11.2002 1H12.7998C13.4625 1 14 1.53745 14 2.2002V3.7998C14 4.46255 13.4625 5 12.7998 5H12V10H12.7998C13.4625 10 14 10.5375 14 11.2002V12H19V11.2002C19 10.5375 19.5375 10 20.2002 10H21.7998C22.4625 10 23 10.5375 23 11.2002V12.7998C23 13.4625 22.4625 14 21.7998 14H21V19H21.7998C22.4625 19 23 19.5375 23 20.2002V21.7998C23 22.4625 22.4625 23 21.7998 23H20.2002C19.5375 23 19 22.4625 19 21.7998V21H14V21.7998C14 22.4625 13.4625 23 12.7998 23H11.2002C10.5375 23 10 22.4625 10 21.7998V20.2002C10 19.5375 10.5375 19 11.2002 19H12V14H11.2002C10.5375 14 10 13.4625 10 12.7998V12H5V12.7998C5 13.4625 4.46255 14 3.7998 14H2.2002C1.53745 14 1 13.4625 1 12.7998V11.2002C1 10.5375 1.53745 10 2.2002 10H3V5H2.2002C1.53745 5 1 4.46255 1 3.7998V2.2002C1 1.53745 1.53745 1 2.2002 1H3.7998ZM11.1602 20.0039C11.0688 20.0224 11 20.1034 11 20.2002V21.7998C11 21.8966 11.0688 21.9776 11.1602 21.9961L11.2002 22H12.7998C12.9103 22 13 21.9103 13 21.7998V20.2002C13 20.0897 12.9103 20 12.7998 20H11.2002L11.1602 20.0039ZM20.1602 20.0039C20.0688 20.0224 20 20.1034 20 20.2002V21.7998C20 21.8966 20.0688 21.9776 20.1602 21.9961L20.2002 22H21.7998C21.9103 22 22 21.9103 22 21.7998V20.2002C22 20.0897 21.9103 20 21.7998 20H20.2002L20.1602 20.0039ZM2.16016 11.0039C2.06878 11.0224 2 11.1034 2 11.2002V12.7998C2 12.8966 2.06878 12.9776 2.16016 12.9961L2.2002 13H3.7998C3.91026 13 4 12.9103 4 12.7998V11.2002C4 11.0897 3.91026 11 3.7998 11H2.2002L2.16016 11.0039ZM11.1602 11.0039C11.0688 11.0224 11 11.1034 11 11.2002V12.7998C11 12.8966 11.0688 12.9776 11.1602 12.9961L11.2002 13H12.7998C12.9103 13 13 12.9103 13 12.7998V11.2002C13 11.0897 12.9103 11 12.7998 11H11.2002L11.1602 11.0039ZM20.1602 11.0039C20.0688 11.0224 20 11.1034 20 11.2002V12.7998C20 12.8966 20.0688 12.9776 20.1602 12.9961L20.2002 13H21.7998C21.9103 13 22 12.9103 22 12.7998V11.2002C22 11.0897 21.9103 11 21.7998 11H20.2002L20.1602 11.0039ZM2.16016 2.00391C2.06878 2.02237 2 2.10338 2 2.2002V3.7998C2 3.89662 2.06878 3.97763 2.16016 3.99609L2.2002 4H3.7998C3.91026 4 4 3.91026 4 3.7998V2.2002C4 2.08974 3.91026 2 3.7998 2H2.2002L2.16016 2.00391ZM11.1602 2.00391C11.0688 2.02237 11 2.10338 11 2.2002V3.7998C11 3.89662 11.0688 3.97763 11.1602 3.99609L11.2002 4H12.7998C12.9103 4 13 3.91026 13 3.7998V2.2002C13 2.08974 12.9103 2 12.7998 2H11.2002L11.1602 2.00391Z" fill="#8D94A0"/>
3
+ </svg>