@popsure/dirty-swan 0.58.5 → 0.58.6
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/cjs/index.js +9 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/components/icon/icons/Bone.js +1 -1
- package/dist/esm/components/icon/icons/Bone.js.map +1 -1
- package/dist/esm/components/icon/icons/Car.js +1 -1
- package/dist/esm/components/icon/icons/Car.js.map +1 -1
- package/dist/esm/components/icon/icons/Files.js +1 -1
- package/dist/esm/components/icon/icons/Files.js.map +1 -1
- package/dist/esm/components/icon/icons/Id.js +1 -1
- package/dist/esm/components/icon/icons/Id.js.map +1 -1
- package/dist/esm/components/icon/icons/Prohibit.js +1 -1
- package/dist/esm/components/icon/icons/Prohibit.js.map +1 -1
- package/dist/esm/components/icon/icons/Receipt.js +1 -1
- package/dist/esm/components/icon/icons/Receipt.js.map +1 -1
- package/dist/esm/components/icon/icons/Signature.js +1 -1
- package/dist/esm/components/icon/icons/Signature.js.map +1 -1
- package/dist/esm/components/icon/icons/Stamp.js +1 -1
- package/dist/esm/components/icon/icons/Stamp.js.map +1 -1
- package/dist/esm/components/icon/icons/Translation.js +2 -2
- package/dist/esm/components/icon/icons/Translation.js.map +1 -1
- package/dist/esm/components/icon/icons.stories.js +1 -1
- package/dist/esm/components/icon/index.stories.js +1 -1
- package/dist/esm/{index-608a56e3.js → index-d2e06251.js} +1 -1
- package/dist/esm/{index-608a56e3.js.map → index-d2e06251.js.map} +1 -1
- package/package.json +1 -1
- package/src/lib/components/icon/assets/bone.svg +5 -5
- package/src/lib/components/icon/assets/car.svg +10 -10
- package/src/lib/components/icon/assets/files.svg +8 -8
- package/src/lib/components/icon/assets/id.svg +9 -9
- package/src/lib/components/icon/assets/prohibit.svg +6 -6
- package/src/lib/components/icon/assets/receipt.svg +7 -7
- package/src/lib/components/icon/assets/signature.svg +6 -6
- package/src/lib/components/icon/assets/stamp.svg +7 -7
- package/src/lib/components/icon/assets/translation.svg +7 -14
- package/src/lib/components/icon/icons/Bone.tsx +2 -2
- package/src/lib/components/icon/icons/Car.tsx +4 -4
- package/src/lib/components/icon/icons/Files.tsx +4 -4
- package/src/lib/components/icon/icons/Id.tsx +3 -3
- package/src/lib/components/icon/icons/Prohibit.tsx +4 -7
- package/src/lib/components/icon/icons/Receipt.tsx +3 -3
- package/src/lib/components/icon/icons/Signature.tsx +2 -2
- package/src/lib/components/icon/icons/Stamp.tsx +3 -3
- package/src/lib/components/icon/icons/Translation.tsx +26 -25
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Bone = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsx("g", { clipPath: "url(#bone_svg__a)", children: jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, d: "
|
|
9
|
+
return createElement(IconWrapper, props, jsx("g", { clipPath: "url(#bone_svg__a)", children: jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, d: "M5.28 18.72a2.626 2.626 0 1 1 .985-4.82.75.75 0 0 0 .938-.1L13.8 7.2a.75.75 0 0 0 .1-.937 2.625 2.625 0 1 1 4.821-.986 2.625 2.625 0 1 1-.985 4.821.75.75 0 0 0-.938.1l-6.598 6.598a.75.75 0 0 0-.1.938 2.624 2.624 0 1 1-4.82.985Z" }) }), jsx("defs", { children: jsx("clipPath", { id: "bone_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Bone;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Bone.js","sources":["../../../../../../src/lib/components/icon/icons/Bone.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g clipPath=\"url(#bone_svg__a)\">\n <path\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n d=\"
|
|
1
|
+
{"version":3,"file":"Bone.js","sources":["../../../../../../src/lib/components/icon/icons/Bone.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g clipPath=\"url(#bone_svg__a)\">\n <path\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n d=\"M5.28 18.72a2.626 2.626 0 1 1 .985-4.82.75.75 0 0 0 .938-.1L13.8 7.2a.75.75 0 0 0 .1-.937 2.625 2.625 0 1 1 4.821-.986 2.625 2.625 0 1 1-.985 4.821.75.75 0 0 0-.938.1l-6.598 6.598a.75.75 0 0 0-.1.938 2.624 2.624 0 1 1-4.82.985Z\"\n />\n </g>,\n <defs>\n <clipPath id=\"bone_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsx"],"mappings":";;;;;;;AAIA,YAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,WAAG,QAAQ,EAAC,mBAAmB,YAC7BA,cACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,GAAG,EAChB,CAAC,EAAC,qOAAqO,GACvO,GACA,EACJA,wBACEA,kBAAU,EAAE,EAAC,aAAa,YACxBA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAjBD,CAiBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Car = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", clipPath: "url(#car_svg__a)", children: [jsx("path", { strokeWidth: 1.8, d: "M1.
|
|
9
|
+
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", clipPath: "url(#car_svg__a)", children: [jsx("path", { strokeWidth: 1.8, d: "M1.5 10.5h21M21 16.5v2.25a.75.75 0 0 1-.75.75H18a.75.75 0 0 1-.75-.75V16.5M6.75 16.5v2.25a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75V16.5" }), jsx("path", { strokeWidth: 1.3, d: "M6 13.5h1.5M16.5 13.5H18" }), jsx("path", { strokeWidth: 1.8, d: "m21 10.5-2.802-6.305a.75.75 0 0 0-.686-.445H6.489a.75.75 0 0 0-.686.445L3 10.5v6h18v-6Z" })] }), jsx("defs", { children: jsx("clipPath", { id: "car_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Car;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Car.js","sources":["../../../../../../src/lib/components/icon/icons/Car.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n clipPath=\"url(#car_svg__a)\"\n >\n <path\n strokeWidth={1.8}\n d=\"M1.
|
|
1
|
+
{"version":3,"file":"Car.js","sources":["../../../../../../src/lib/components/icon/icons/Car.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n clipPath=\"url(#car_svg__a)\"\n >\n <path\n strokeWidth={1.8}\n d=\"M1.5 10.5h21M21 16.5v2.25a.75.75 0 0 1-.75.75H18a.75.75 0 0 1-.75-.75V16.5M6.75 16.5v2.25a.75.75 0 0 1-.75.75H3.75a.75.75 0 0 1-.75-.75V16.5\"\n />\n <path strokeWidth={1.3} d=\"M6 13.5h1.5M16.5 13.5H18\" />\n <path\n strokeWidth={1.8}\n d=\"m21 10.5-2.802-6.305a.75.75 0 0 0-.686-.445H6.489a.75.75 0 0 0-.686.445L3 10.5v6h18v-6Z\"\n />\n </g>,\n <defs>\n <clipPath id=\"car_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIA,WAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,YACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,QAAQ,EAAC,kBAAkB,aAE3BC,cACE,WAAW,EAAE,GAAG,EAChB,CAAC,EAAC,8IAA8I,GAChJ,EACFA,cAAM,WAAW,EAAE,GAAG,EAAE,CAAC,EAAC,0BAA0B,GAAG,EACvDA,cACE,WAAW,EAAE,GAAG,EAChB,CAAC,EAAC,yFAAyF,GAC3F,IACA,EACJA,wBACEA,kBAAU,EAAE,EAAC,YAAY,YACvBA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAxBD,CAwBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Files = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
9
|
+
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#files_svg__a)", children: [jsx("path", { d: "M15.75 21H5.25a.75.75 0 0 1-.75-.75V6.75A.75.75 0 0 1 5.25 6h7.5l3.75 3.75v10.5a.75.75 0 0 1-.75.75Z" }), jsx("path", { d: "M7.5 6V3.75A.75.75 0 0 1 8.25 3h7.5l3.75 3.75v10.5a.75.75 0 0 1-.75.75H16.5M8.25 14.25h4.5M8.25 17.25h4.5" })] }), jsx("defs", { children: jsx("clipPath", { id: "files_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Files;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Files.js","sources":["../../../../../../src/lib/components/icon/icons/Files.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={
|
|
1
|
+
{"version":3,"file":"Files.js","sources":["../../../../../../src/lib/components/icon/icons/Files.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n clipPath=\"url(#files_svg__a)\"\n >\n <path d=\"M15.75 21H5.25a.75.75 0 0 1-.75-.75V6.75A.75.75 0 0 1 5.25 6h7.5l3.75 3.75v10.5a.75.75 0 0 1-.75.75Z\" />\n <path d=\"M7.5 6V3.75A.75.75 0 0 1 8.25 3h7.5l3.75 3.75v10.5a.75.75 0 0 1-.75.75H16.5M8.25 14.25h4.5M8.25 17.25h4.5\" />\n </g>,\n <defs>\n <clipPath id=\"files_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIA,aAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,YACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,EACd,QAAQ,EAAC,oBAAoB,aAE7BC,cAAM,CAAC,EAAC,sGAAsG,GAAG,EACjHA,cAAM,CAAC,EAAC,2GAA2G,GAAG,IACpH,EACJA,wBACEA,kBAAU,EAAE,EAAC,cAAc,YACzBA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAlBD,CAkBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Id = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#id_svg__a)", children: [jsx("path", { d: "
|
|
9
|
+
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#id_svg__a)", children: [jsx("path", { d: "M14.25 10.5H18M14.25 13.5H18M20.25 4.5H3.75a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V5.25a.75.75 0 0 0-.75-.75Z" }), jsx("path", { d: "M9 13.5A2.25 2.25 0 1 0 9 9a2.25 2.25 0 0 0 0 4.5ZM6 15.75c.333-1.294 1.602-2.25 3-2.25s2.668.955 3 2.25" })] }), jsx("defs", { children: jsx("clipPath", { id: "id_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Id;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Id.js","sources":["../../../../../../src/lib/components/icon/icons/Id.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n clipPath=\"url(#id_svg__a)\"\n >\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Id.js","sources":["../../../../../../src/lib/components/icon/icons/Id.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n clipPath=\"url(#id_svg__a)\"\n >\n <path d=\"M14.25 10.5H18M14.25 13.5H18M20.25 4.5H3.75a.75.75 0 0 0-.75.75v13.5c0 .414.336.75.75.75h16.5a.75.75 0 0 0 .75-.75V5.25a.75.75 0 0 0-.75-.75Z\" />\n <path d=\"M9 13.5A2.25 2.25 0 1 0 9 9a2.25 2.25 0 0 0 0 4.5ZM6 15.75c.333-1.294 1.602-2.25 3-2.25s2.668.955 3 2.25\" />\n </g>,\n <defs>\n <clipPath id=\"id_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIA,UAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,YACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,GAAG,EAChB,QAAQ,EAAC,iBAAiB,aAE1BC,cAAM,CAAC,EAAC,+IAA+I,GAAG,EAC1JA,cAAM,CAAC,EAAC,0GAA0G,GAAG,IACnH,EACJA,wBACEA,kBAAU,EAAE,EAAC,WAAW,YACtBA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAlBD,CAkBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Prohibit = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeWidth:
|
|
9
|
+
return createElement(IconWrapper, props, jsxs("g", { stroke: "currentColor", strokeWidth: 2, clipPath: "url(#prohibit_svg__a)", children: [jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.364 18.364 5.636 5.637" }), jsx("path", { strokeMiterlimit: 10, d: "M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" })] }), jsx("defs", { children: jsx("clipPath", { id: "prohibit_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Prohibit;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Prohibit.js","sources":["../../../../../../src/lib/components/icon/icons/Prohibit.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g stroke=\"currentColor\" strokeWidth={
|
|
1
|
+
{"version":3,"file":"Prohibit.js","sources":["../../../../../../src/lib/components/icon/icons/Prohibit.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g stroke=\"currentColor\" strokeWidth={2} clipPath=\"url(#prohibit_svg__a)\">\n <path\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n d=\"M18.364 18.364 5.636 5.637\"\n />\n <path strokeMiterlimit={10} d=\"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z\" />\n </g>,\n <defs>\n <clipPath id=\"prohibit_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsxs","_jsx"],"mappings":";;;;;;;AAIA,gBAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,YAAG,MAAM,EAAC,cAAc,EAAC,WAAW,EAAE,CAAC,EAAE,QAAQ,EAAC,uBAAuB,aACvEC,cACE,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,CAAC,EAAC,4BAA4B,GAC9B,EACFA,cAAM,gBAAgB,EAAE,EAAE,EAAE,CAAC,EAAC,uCAAuC,GAAG,IACtE,EACJA,wBACEA,kBAAU,EAAE,EAAC,iBAAiB,YAC5BA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAhBD,CAgBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Receipt = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
9
|
+
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#receipt_svg__a)", children: jsx("path", { d: "M7.5 9.75h9M7.5 12.75h9M3 19.5V5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V19.5L18 18l-3 1.5-3-1.5-3 1.5L6 18l-3 1.5Z" }) }), jsx("defs", { children: jsx("clipPath", { id: "receipt_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Receipt;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Receipt.js","sources":["../../../../../../src/lib/components/icon/icons/Receipt.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={
|
|
1
|
+
{"version":3,"file":"Receipt.js","sources":["../../../../../../src/lib/components/icon/icons/Receipt.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n clipPath=\"url(#receipt_svg__a)\"\n >\n <path d=\"M7.5 9.75h9M7.5 12.75h9M3 19.5V5.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V19.5L18 18l-3 1.5-3-1.5-3 1.5L6 18l-3 1.5Z\" />\n </g>,\n <defs>\n <clipPath id=\"receipt_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsx"],"mappings":";;;;;;;AAIA,eAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,WACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,EACd,QAAQ,EAAC,sBAAsB,YAE/BA,cAAM,CAAC,EAAC,8HAA8H,GAAG,GACvI,EACJA,wBACEA,kBAAU,EAAE,EAAC,gBAAgB,YAC3BA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAjBD,CAiBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Signature = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#signature_svg__a)", children: jsx("path", { d: "
|
|
9
|
+
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#signature_svg__a)", children: jsx("path", { d: "M2.25 16.8h19.5M2.25 21S13.08 3 7.304 3C3.007 3 2.961 21.104 12 9.768c0 0 .76 3.697 2.553 3.732.724.014 1.617-.592 2.697-2.25 0 0 0 2.25 4.5 2.25" }) }), jsx("defs", { children: jsx("clipPath", { id: "signature_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Signature;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Signature.js","sources":["../../../../../../src/lib/components/icon/icons/Signature.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n clipPath=\"url(#signature_svg__a)\"\n >\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Signature.js","sources":["../../../../../../src/lib/components/icon/icons/Signature.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={1.8}\n clipPath=\"url(#signature_svg__a)\"\n >\n <path d=\"M2.25 16.8h19.5M2.25 21S13.08 3 7.304 3C3.007 3 2.961 21.104 12 9.768c0 0 .76 3.697 2.553 3.732.724.014 1.617-.592 2.697-2.25 0 0 0 2.25 4.5 2.25\" />\n </g>,\n <defs>\n <clipPath id=\"signature_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsx"],"mappings":";;;;;;;AAIA,iBAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,WACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,GAAG,EAChB,QAAQ,EAAC,wBAAwB,YAEjCA,cAAM,CAAC,EAAC,mJAAmJ,GAAG,GAC5J,EACJA,wBACEA,kBAAU,EAAE,EAAC,kBAAkB,YAC7BA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAjBD,CAiBC;;;;"}
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Stamp = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
9
|
+
return createElement(IconWrapper, props, jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#stamp_svg__a)", children: jsx("path", { d: "M3.75 21h16.5M10.717 12.75 9.051 4.969A2.25 2.25 0 0 1 11.25 2.25h1.5a2.25 2.25 0 0 1 2.2 2.719l-1.667 7.781M19.5 12.75h-15a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75Z" }) }), jsx("defs", { children: jsx("clipPath", { id: "stamp_svg__a", children: jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Stamp;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stamp.js","sources":["../../../../../../src/lib/components/icon/icons/Stamp.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={
|
|
1
|
+
{"version":3,"file":"Stamp.js","sources":["../../../../../../src/lib/components/icon/icons/Stamp.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <g\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n clipPath=\"url(#stamp_svg__a)\"\n >\n <path d=\"M3.75 21h16.5M10.717 12.75 9.051 4.969A2.25 2.25 0 0 1 11.25 2.25h1.5a2.25 2.25 0 0 1 2.2 2.719l-1.667 7.781M19.5 12.75h-15a.75.75 0 0 0-.75.75v3.75c0 .414.336.75.75.75h15a.75.75 0 0 0 .75-.75V13.5a.75.75 0 0 0-.75-.75Z\" />\n </g>,\n <defs>\n <clipPath id=\"stamp_svg__a\">\n <path fill=\"#fff\" d=\"M0 0h24v24H0z\" />\n </clipPath>\n </defs>\n );\n"],"names":["_jsx"],"mappings":";;;;;;;AAIA,aAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,WACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,EACd,QAAQ,EAAC,oBAAoB,YAE7BA,cAAM,CAAC,EAAC,6NAA6N,GAAG,GACtO,EACJA,wBACEA,kBAAU,EAAE,EAAC,cAAc,YACzBA,cAAM,IAAI,EAAC,MAAM,EAAC,CAAC,EAAC,eAAe,GAAG,GAC7B,GACN,CACR;AAjBD,CAiBC;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { createElement } from 'react';
|
|
3
3
|
import { IconWrapper } from '../IconWrapper/IconWrapper.js';
|
|
4
4
|
import '../../../tslib.es6-a39f91fc.js';
|
|
@@ -6,7 +6,7 @@ import '../../../index-6ea95111.js';
|
|
|
6
6
|
import '../../../style-inject.es-1f59c1d0.js';
|
|
7
7
|
|
|
8
8
|
var Translation = (function (props) {
|
|
9
|
-
return createElement(IconWrapper, props,
|
|
9
|
+
return createElement(IconWrapper, props, jsx("circle", { cx: 13.5, cy: 10.5, r: 8.5, stroke: "currentColor", strokeWidth: 2 }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M14 2c-3.37 2.685-4.61 7.066-3.722 11" }), jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M13 2c5.333 4.25 5.333 12.75 0 17M6 8h15M6 13h15" }), jsx("path", { fill: "#fff", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 19.375c0 .331-.13.65-.362.884a1.227 1.227 0 0 1-.873.366H4.47L2 22v-7.75c0-.332.13-.65.362-.884.231-.234.545-.366.873-.366h7.53c.328 0 .642.132.873.366.232.235.362.553.362.884v5.125Z" }));
|
|
10
10
|
});
|
|
11
11
|
|
|
12
12
|
export default Translation;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Translation.js","sources":["../../../../../../src/lib/components/icon/icons/Translation.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <
|
|
1
|
+
{"version":3,"file":"Translation.js","sources":["../../../../../../src/lib/components/icon/icons/Translation.tsx"],"sourcesContent":["/* Generated file. Do not modify. */\nimport { createElement } from 'react';\nimport { IconWrapper } from '../IconWrapper';\nimport type { IconWrapperProps } from '../IconWrapper';\nexport default (props: IconWrapperProps) =>\n createElement(\n IconWrapper,\n props,\n <circle\n cx={13.5}\n cy={10.5}\n r={8.5}\n stroke=\"currentColor\"\n strokeWidth={2}\n />,\n <path\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeWidth={2}\n d=\"M14 2c-3.37 2.685-4.61 7.066-3.722 11\"\n />,\n <path\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeWidth={2}\n d=\"M13 2c5.333 4.25 5.333 12.75 0 17M6 8h15M6 13h15\"\n />,\n <path\n fill=\"#fff\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeWidth={2}\n d=\"M12 19.375c0 .331-.13.65-.362.884a1.227 1.227 0 0 1-.873.366H4.47L2 22v-7.75c0-.332.13-.65.362-.884.231-.234.545-.366.873-.366h7.53c.328 0 .642.132.873.366.232.235.362.553.362.884v5.125Z\"\n />\n );\n"],"names":["_jsx"],"mappings":";;;;;;;AAIA,mBAAe,UAAC,KAAuB;IACrC,OAAA,aAAa,CACX,WAAW,EACX,KAAK,EACLA,gBACE,EAAE,EAAE,IAAI,EACR,EAAE,EAAE,IAAI,EACR,CAAC,EAAE,GAAG,EACN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,CAAC,GACd,EACFA,cACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,WAAW,EAAE,CAAC,EACd,CAAC,EAAC,uCAAuC,GACzC,EACFA,cACE,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,WAAW,EAAE,CAAC,EACd,CAAC,EAAC,kDAAkD,GACpD,EACFA,cACE,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,EACtB,WAAW,EAAE,CAAC,EACd,CAAC,EAAC,4LAA4L,GAC9L,CACH;AA9BD,CA8BC;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { useState } from 'react';
|
|
3
3
|
import { Input } from '../input/index.js';
|
|
4
|
-
import { i as icons } from '../../index-
|
|
4
|
+
import { i as icons } from '../../index-d2e06251.js';
|
|
5
5
|
import { Button } from '../button/index.js';
|
|
6
6
|
import { c as classNames } from '../../index-6ea95111.js';
|
|
7
7
|
import { s as styleInject } from '../../style-inject.es-1f59c1d0.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from 'react/jsx-runtime';
|
|
2
2
|
import { IconWrapper } from './IconWrapper/IconWrapper.js';
|
|
3
|
-
import { i as icons } from '../../index-
|
|
3
|
+
import { i as icons } from '../../index-d2e06251.js';
|
|
4
4
|
import '../../tslib.es6-a39f91fc.js';
|
|
5
5
|
import '../../index-6ea95111.js';
|
|
6
6
|
import '../../style-inject.es-1f59c1d0.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-
|
|
1
|
+
{"version":3,"file":"index-d2e06251.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
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_1257_33)">
|
|
3
|
+
<path d="M5.28012 18.7203C4.86158 18.7855 4.43346 18.7485 4.03232 18.6124C3.63118 18.4763 3.26894 18.2452 2.97652 17.9387C2.6841 17.6322 2.4702 17.2595 2.35307 16.8524C2.23595 16.4454 2.21908 16.016 2.30391 15.601C2.38873 15.1859 2.57274 14.7976 2.84021 14.4691C3.10768 14.1407 3.45067 13.8818 3.8399 13.7146C4.22912 13.5475 4.65302 13.477 5.07539 13.5092C5.49776 13.5414 5.90607 13.6754 6.26543 13.8997C6.4096 13.9927 6.58131 14.0335 6.75192 14.0152C6.92253 13.997 7.08172 13.9208 7.20293 13.7994L13.8011 7.20122C13.9225 7.08001 13.9987 6.92082 14.017 6.75021C14.0352 6.5796 13.9944 6.40789 13.9014 6.26372C13.6771 5.90436 13.5432 5.49606 13.5109 5.07368C13.4787 4.65131 13.5492 4.22741 13.7163 3.83819C13.8835 3.44896 14.1424 3.10597 14.4708 2.8385C14.7993 2.57103 15.1876 2.38702 15.6027 2.3022C16.0177 2.21737 16.4471 2.23424 16.8542 2.35136C17.2612 2.46849 17.6339 2.68239 17.9404 2.97481C18.2469 3.26723 18.478 3.62947 18.6141 4.03061C18.7503 4.43175 18.7873 4.85987 18.722 5.27841C19.1405 5.21316 19.5687 5.25016 19.9698 5.38626C20.3709 5.52236 20.7332 5.75352 21.0256 6.06C21.318 6.36648 21.5319 6.73917 21.649 7.14626C21.7662 7.55334 21.783 7.98273 21.6982 8.39775C21.6134 8.81277 21.4294 9.20109 21.1619 9.52957C20.8944 9.85804 20.5514 10.1169 20.1622 10.2841C19.773 10.4512 19.3491 10.5217 18.9267 10.4895C18.5044 10.4573 18.0961 10.3233 17.7367 10.099C17.5925 10.006 17.4208 9.9652 17.2502 9.98346C17.0796 10.0017 16.9204 10.0779 16.7992 10.1994L10.2011 16.7975C10.0796 16.9187 10.0034 17.0779 9.98517 17.2485C9.96691 17.4191 10.0077 17.5908 10.1007 17.735C10.325 18.0943 10.459 18.5026 10.4912 18.925C10.5234 19.3474 10.4529 19.7713 10.2858 20.1605C10.1186 20.5497 9.85975 20.8927 9.53128 21.1602C9.2028 21.4277 8.81447 21.6117 8.39945 21.6965C7.98444 21.7813 7.55505 21.7645 7.14797 21.6473C6.74088 21.5302 6.36819 21.3163 6.06171 21.0239C5.75523 20.7315 5.52407 20.3692 5.38797 19.9681C5.25187 19.567 5.21486 19.1388 5.28012 18.7203Z" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
4
|
</g>
|
|
5
5
|
<defs>
|
|
6
|
-
<clipPath id="
|
|
7
|
-
<rect width="
|
|
6
|
+
<clipPath id="clip0_1257_33">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
8
|
</clipPath>
|
|
9
9
|
</defs>
|
|
10
10
|
</svg>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="M1.
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
8
|
-
<path d="
|
|
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_1257_37)">
|
|
3
|
+
<path d="M1.5 10.5H22.5" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M21 16.5V18.75C21 18.9489 20.921 19.1397 20.7803 19.2803C20.6397 19.421 20.4489 19.5 20.25 19.5H18C17.8011 19.5 17.6103 19.421 17.4697 19.2803C17.329 19.1397 17.25 18.9489 17.25 18.75V16.5" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M6.75 16.5V18.75C6.75 18.9489 6.67098 19.1397 6.53033 19.2803C6.38968 19.421 6.19891 19.5 6 19.5H3.75C3.55109 19.5 3.36032 19.421 3.21967 19.2803C3.07902 19.1397 3 18.9489 3 18.75V16.5" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M6 13.5H7.5" stroke="#8E8CEE" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M16.5 13.5H18" stroke="#8E8CEE" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M21 10.5L18.1978 4.19531C18.1389 4.06276 18.0428 3.95015 17.9211 3.87111C17.7995 3.79207 17.6576 3.75 17.5125 3.75H6.4875C6.34244 3.75 6.20049 3.79207 6.07886 3.87111C5.95722 3.95015 5.86112 4.06276 5.80219 4.19531L3 10.5V16.5H21V10.5Z" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
9
|
</g>
|
|
10
10
|
<defs>
|
|
11
|
-
<clipPath id="
|
|
12
|
-
<rect width="
|
|
11
|
+
<clipPath id="clip0_1257_37">
|
|
12
|
+
<rect width="24" height="24" fill="white"/>
|
|
13
13
|
</clipPath>
|
|
14
14
|
</defs>
|
|
15
15
|
</svg>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
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_1257_10)">
|
|
3
|
+
<path d="M15.75 21H5.25C5.05109 21 4.86032 20.921 4.71967 20.7803C4.57902 20.6397 4.5 20.4489 4.5 20.25V6.75C4.5 6.55109 4.57902 6.36032 4.71967 6.21967C4.86032 6.07902 5.05109 6 5.25 6H12.75L16.5 9.75V20.25C16.5 20.4489 16.421 20.6397 16.2803 20.7803C16.1397 20.921 15.9489 21 15.75 21Z" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.5 6V3.75C7.5 3.55109 7.57902 3.36032 7.71967 3.21967C7.86032 3.07902 8.05109 3 8.25 3H15.75L19.5 6.75V17.25C19.5 17.4489 19.421 17.6397 19.2803 17.7803C19.1397 17.921 18.9489 18 18.75 18H16.5" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M8.25 14.25H12.75" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8.25 17.25H12.75" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
7
|
</g>
|
|
8
8
|
<defs>
|
|
9
|
-
<clipPath id="
|
|
10
|
-
<rect width="
|
|
9
|
+
<clipPath id="clip0_1257_10">
|
|
10
|
+
<rect width="24" height="24" fill="white"/>
|
|
11
11
|
</clipPath>
|
|
12
12
|
</defs>
|
|
13
13
|
</svg>
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
6
|
-
<path d="
|
|
7
|
-
<path d="
|
|
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_1257_92)">
|
|
3
|
+
<path d="M14.25 10.5H18" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14.25 13.5H18" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M20.25 4.5H3.75C3.33579 4.5 3 4.83579 3 5.25V18.75C3 19.1642 3.33579 19.5 3.75 19.5H20.25C20.6642 19.5 21 19.1642 21 18.75V5.25C21 4.83579 20.6642 4.5 20.25 4.5Z" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M9 13.5C10.2426 13.5 11.25 12.4926 11.25 11.25C11.25 10.0074 10.2426 9 9 9C7.75736 9 6.75 10.0074 6.75 11.25C6.75 12.4926 7.75736 13.5 9 13.5Z" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M6 15.75C6.33281 14.4562 7.60219 13.5 9 13.5C10.3978 13.5 11.6681 14.4553 12 15.75" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
8
|
</g>
|
|
9
9
|
<defs>
|
|
10
|
-
<clipPath id="
|
|
11
|
-
<rect width="
|
|
10
|
+
<clipPath id="clip0_1257_92">
|
|
11
|
+
<rect width="24" height="24" fill="white"/>
|
|
12
12
|
</clipPath>
|
|
13
13
|
</defs>
|
|
14
14
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
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_1257_17)">
|
|
3
|
+
<path d="M18.3637 18.3642L5.63623 5.63672" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z" stroke="#8E8CEE" stroke-width="2" stroke-miterlimit="10"/>
|
|
5
5
|
</g>
|
|
6
6
|
<defs>
|
|
7
|
-
<clipPath id="
|
|
8
|
-
<rect width="
|
|
7
|
+
<clipPath id="clip0_1257_17">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
9
|
</clipPath>
|
|
10
10
|
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
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_1257_4)">
|
|
3
|
+
<path d="M7.5 9.75H16.5" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M7.5 12.75H16.5" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3 19.5V5.25C3 5.05109 3.07902 4.86032 3.21967 4.71967C3.36032 4.57902 3.55109 4.5 3.75 4.5H20.25C20.4489 4.5 20.6397 4.57902 20.7803 4.71967C20.921 4.86032 21 5.05109 21 5.25V19.5L18 18L15 19.5L12 18L9 19.5L6 18L3 19.5Z" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
6
|
</g>
|
|
7
7
|
<defs>
|
|
8
|
-
<clipPath id="
|
|
9
|
-
<rect width="
|
|
8
|
+
<clipPath id="clip0_1257_4">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
10
|
</clipPath>
|
|
11
11
|
</defs>
|
|
12
12
|
</svg>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="
|
|
4
|
-
<path d="
|
|
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_1257_28)">
|
|
3
|
+
<path d="M2.25 16.7998H21.75" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M2.25 21C2.25 21 13.08 3 7.30406 3C3.00656 3 2.96063 21.1041 12 9.76781C12 9.76781 12.7603 13.4653 14.5528 13.5C15.2766 13.5141 16.17 12.9084 17.25 11.25C17.25 11.25 17.25 13.5 21.75 13.5" stroke="#8E8CEE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
5
|
</g>
|
|
6
6
|
<defs>
|
|
7
|
-
<clipPath id="
|
|
8
|
-
<rect width="
|
|
7
|
+
<clipPath id="clip0_1257_28">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
9
|
</clipPath>
|
|
10
10
|
</defs>
|
|
11
11
|
</svg>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<g clip-path="url(#
|
|
3
|
-
<path d="M3.
|
|
4
|
-
<path d="
|
|
5
|
-
<path d="
|
|
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_1257_22)">
|
|
3
|
+
<path d="M3.75 21H20.25" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M10.7175 12.75L9.05059 4.96875C8.98077 4.64095 8.98506 4.30169 9.06315 3.97576C9.14123 3.64983 9.29115 3.34546 9.50194 3.08489C9.71273 2.82433 9.97907 2.61414 10.2815 2.46969C10.5839 2.32525 10.9148 2.25019 11.25 2.25H12.75C13.0852 2.25005 13.4162 2.325 13.7187 2.46939C14.0213 2.61378 14.2877 2.82394 14.4986 3.08453C14.7095 3.34512 14.8595 3.64953 14.9377 3.97553C15.0158 4.30153 15.0201 4.64087 14.9503 4.96875L13.2834 12.75" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M19.5 12.75H4.5C4.08579 12.75 3.75 13.0858 3.75 13.5V17.25C3.75 17.6642 4.08579 18 4.5 18H19.5C19.9142 18 20.25 17.6642 20.25 17.25V13.5C20.25 13.0858 19.9142 12.75 19.5 12.75Z" stroke="#8E8CEE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
6
|
</g>
|
|
7
7
|
<defs>
|
|
8
|
-
<clipPath id="
|
|
9
|
-
<rect width="
|
|
8
|
+
<clipPath id="clip0_1257_22">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
10
|
</clipPath>
|
|
11
11
|
</defs>
|
|
12
12
|
</svg>
|