@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
package/dist/cjs/index.js
CHANGED
|
@@ -2549,7 +2549,7 @@ var Bold = (function (props) {
|
|
|
2549
2549
|
});
|
|
2550
2550
|
|
|
2551
2551
|
var Bone = (function (props) {
|
|
2552
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { clipPath: "url(#bone_svg__a)", children: jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, d: "
|
|
2552
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { clipPath: "url(#bone_svg__a)", children: jsxRuntime.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" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "bone_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
2553
2553
|
});
|
|
2554
2554
|
|
|
2555
2555
|
var BookOpen = (function (props) {
|
|
@@ -2613,7 +2613,7 @@ var CarTraffic = (function (props) {
|
|
|
2613
2613
|
});
|
|
2614
2614
|
|
|
2615
2615
|
var Car = (function (props) {
|
|
2616
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", clipPath: "url(#car_svg__a)", children: [jsxRuntime.jsx("path", { strokeWidth: 1.8, d: "M1.
|
|
2616
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", clipPath: "url(#car_svg__a)", children: [jsxRuntime.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" }), jsxRuntime.jsx("path", { strokeWidth: 1.3, d: "M6 13.5h1.5M16.5 13.5H18" }), jsxRuntime.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" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "car_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
2617
2617
|
});
|
|
2618
2618
|
|
|
2619
2619
|
var Cast = (function (props) {
|
|
@@ -2973,7 +2973,7 @@ var FileIcon = (function (props) {
|
|
|
2973
2973
|
});
|
|
2974
2974
|
|
|
2975
2975
|
var Files = (function (props) {
|
|
2976
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
2976
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#files_svg__a)", children: [jsxRuntime.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" }), jsxRuntime.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" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "files_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
2977
2977
|
});
|
|
2978
2978
|
|
|
2979
2979
|
var Film = (function (props) {
|
|
@@ -3089,7 +3089,7 @@ var HospitalBuilding = (function (props) {
|
|
|
3089
3089
|
});
|
|
3090
3090
|
|
|
3091
3091
|
var Id = (function (props) {
|
|
3092
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#id_svg__a)", children: [jsxRuntime.jsx("path", { d: "
|
|
3092
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#id_svg__a)", children: [jsxRuntime.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" }), jsxRuntime.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" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "id_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3093
3093
|
});
|
|
3094
3094
|
|
|
3095
3095
|
var ImagePicture = (function (props) {
|
|
@@ -3433,7 +3433,7 @@ var Progress = (function (props) {
|
|
|
3433
3433
|
});
|
|
3434
3434
|
|
|
3435
3435
|
var Prohibit = (function (props) {
|
|
3436
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth:
|
|
3436
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 2, clipPath: "url(#prohibit_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M18.364 18.364 5.636 5.637" }), jsxRuntime.jsx("path", { strokeMiterlimit: 10, d: "M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "prohibit_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3437
3437
|
});
|
|
3438
3438
|
|
|
3439
3439
|
var QrCode = (function (props) {
|
|
@@ -3453,7 +3453,7 @@ var Radio$1 = (function (props) {
|
|
|
3453
3453
|
});
|
|
3454
3454
|
|
|
3455
3455
|
var Receipt = (function (props) {
|
|
3456
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
3456
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#receipt_svg__a)", children: jsxRuntime.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" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "receipt_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3457
3457
|
});
|
|
3458
3458
|
|
|
3459
3459
|
var RefreshCcw = (function (props) {
|
|
@@ -3557,7 +3557,7 @@ var Sidebar = (function (props) {
|
|
|
3557
3557
|
});
|
|
3558
3558
|
|
|
3559
3559
|
var Signature = (function (props) {
|
|
3560
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#signature_svg__a)", children: jsxRuntime.jsx("path", { d: "
|
|
3560
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#signature_svg__a)", children: jsxRuntime.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" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "signature_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3561
3561
|
});
|
|
3562
3562
|
|
|
3563
3563
|
var SkipBack = (function (props) {
|
|
@@ -3601,7 +3601,7 @@ var Square = (function (props) {
|
|
|
3601
3601
|
});
|
|
3602
3602
|
|
|
3603
3603
|
var Stamp = (function (props) {
|
|
3604
|
-
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth:
|
|
3604
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#stamp_svg__a)", children: jsxRuntime.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" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "stamp_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3605
3605
|
});
|
|
3606
3606
|
|
|
3607
3607
|
var StarFilledIcon = (function (props) {
|
|
@@ -3689,7 +3689,7 @@ var TrailerParts = (function (props) {
|
|
|
3689
3689
|
});
|
|
3690
3690
|
|
|
3691
3691
|
var Translation = (function (props) {
|
|
3692
|
-
return React.createElement(IconWrapper, props, jsxRuntime.
|
|
3692
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("circle", { cx: 13.5, cy: 10.5, r: 8.5, stroke: "currentColor", strokeWidth: 2 }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M14 2c-3.37 2.685-4.61 7.066-3.722 11" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M13 2c5.333 4.25 5.333 12.75 0 17M6 8h15M6 13h15" }), jsxRuntime.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" }));
|
|
3693
3693
|
});
|
|
3694
3694
|
|
|
3695
3695
|
var Trash2Icon = (function (props) {
|