@popsure/dirty-swan 0.58.4 → 0.58.5

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.
Files changed (68) hide show
  1. package/dist/cjs/index.js +45 -0
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/lib/components/icon/icons/Bone.d.ts +4 -0
  4. package/dist/cjs/lib/components/icon/icons/Car.d.ts +4 -0
  5. package/dist/cjs/lib/components/icon/icons/Files.d.ts +4 -0
  6. package/dist/cjs/lib/components/icon/icons/Id.d.ts +4 -0
  7. package/dist/cjs/lib/components/icon/icons/Prohibit.d.ts +4 -0
  8. package/dist/cjs/lib/components/icon/icons/Receipt.d.ts +4 -0
  9. package/dist/cjs/lib/components/icon/icons/Signature.d.ts +4 -0
  10. package/dist/cjs/lib/components/icon/icons/Stamp.d.ts +4 -0
  11. package/dist/cjs/lib/components/icon/icons/Translation.d.ts +4 -0
  12. package/dist/cjs/lib/components/icon/icons/index.d.ts +9 -0
  13. package/dist/esm/components/icon/icons/Bone.js +13 -0
  14. package/dist/esm/components/icon/icons/Bone.js.map +1 -0
  15. package/dist/esm/components/icon/icons/Car.js +13 -0
  16. package/dist/esm/components/icon/icons/Car.js.map +1 -0
  17. package/dist/esm/components/icon/icons/Files.js +13 -0
  18. package/dist/esm/components/icon/icons/Files.js.map +1 -0
  19. package/dist/esm/components/icon/icons/Id.js +13 -0
  20. package/dist/esm/components/icon/icons/Id.js.map +1 -0
  21. package/dist/esm/components/icon/icons/Prohibit.js +13 -0
  22. package/dist/esm/components/icon/icons/Prohibit.js.map +1 -0
  23. package/dist/esm/components/icon/icons/Receipt.js +13 -0
  24. package/dist/esm/components/icon/icons/Receipt.js.map +1 -0
  25. package/dist/esm/components/icon/icons/Signature.js +13 -0
  26. package/dist/esm/components/icon/icons/Signature.js.map +1 -0
  27. package/dist/esm/components/icon/icons/Stamp.js +13 -0
  28. package/dist/esm/components/icon/icons/Stamp.js.map +1 -0
  29. package/dist/esm/components/icon/icons/Translation.js +13 -0
  30. package/dist/esm/components/icon/icons/Translation.js.map +1 -0
  31. package/dist/esm/components/icon/icons.stories.js +10 -1
  32. package/dist/esm/components/icon/icons.stories.js.map +1 -1
  33. package/dist/esm/components/icon/index.stories.js +10 -1
  34. package/dist/esm/components/icon/index.stories.js.map +1 -1
  35. package/dist/esm/{index-2faa4731.js → index-608a56e3.js} +19 -1
  36. package/dist/esm/{index-2faa4731.js.map → index-608a56e3.js.map} +1 -1
  37. package/dist/esm/index.js +9 -0
  38. package/dist/esm/index.js.map +1 -1
  39. package/dist/esm/lib/components/icon/icons/Bone.d.ts +4 -0
  40. package/dist/esm/lib/components/icon/icons/Car.d.ts +4 -0
  41. package/dist/esm/lib/components/icon/icons/Files.d.ts +4 -0
  42. package/dist/esm/lib/components/icon/icons/Id.d.ts +4 -0
  43. package/dist/esm/lib/components/icon/icons/Prohibit.d.ts +4 -0
  44. package/dist/esm/lib/components/icon/icons/Receipt.d.ts +4 -0
  45. package/dist/esm/lib/components/icon/icons/Signature.d.ts +4 -0
  46. package/dist/esm/lib/components/icon/icons/Stamp.d.ts +4 -0
  47. package/dist/esm/lib/components/icon/icons/Translation.d.ts +4 -0
  48. package/dist/esm/lib/components/icon/icons/index.d.ts +9 -0
  49. package/package.json +1 -1
  50. package/src/lib/components/icon/assets/bone.svg +10 -0
  51. package/src/lib/components/icon/assets/car.svg +15 -0
  52. package/src/lib/components/icon/assets/files.svg +13 -0
  53. package/src/lib/components/icon/assets/id.svg +14 -0
  54. package/src/lib/components/icon/assets/prohibit.svg +11 -0
  55. package/src/lib/components/icon/assets/receipt.svg +12 -0
  56. package/src/lib/components/icon/assets/signature.svg +11 -0
  57. package/src/lib/components/icon/assets/stamp.svg +12 -0
  58. package/src/lib/components/icon/assets/translation.svg +15 -0
  59. package/src/lib/components/icon/icons/Bone.tsx +23 -0
  60. package/src/lib/components/icon/icons/Car.tsx +30 -0
  61. package/src/lib/components/icon/icons/Files.tsx +24 -0
  62. package/src/lib/components/icon/icons/Id.tsx +24 -0
  63. package/src/lib/components/icon/icons/Prohibit.tsx +25 -0
  64. package/src/lib/components/icon/icons/Receipt.tsx +23 -0
  65. package/src/lib/components/icon/icons/Signature.tsx +23 -0
  66. package/src/lib/components/icon/icons/Stamp.tsx +23 -0
  67. package/src/lib/components/icon/icons/Translation.tsx +35 -0
  68. package/src/lib/components/icon/icons/index.ts +9 -0
package/dist/cjs/index.js CHANGED
@@ -2548,6 +2548,10 @@ var Bold = (function (props) {
2548
2548
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 12h8a4 4 0 1 0 0-8H6v8Zm0 0h9a4 4 0 1 1 0 8H6v-8Z" }));
2549
2549
  });
2550
2550
 
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: "M4.4 15.6a2.188 2.188 0 1 1 .821-4.017.625.625 0 0 0 .781-.084l5.499-5.498a.625.625 0 0 0 .083-.781 2.187 2.187 0 1 1 4.018-.821 2.188 2.188 0 1 1-.822 4.017.625.625 0 0 0-.78.083l-5.5 5.499a.625.625 0 0 0-.083.781A2.188 2.188 0 1 1 4.4 15.6Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "bone_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
2553
+ });
2554
+
2551
2555
  var BookOpen = (function (props) {
2552
2556
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 7a4 4 0 0 0-4-4H2v15h7a3 3 0 0 1 3 3m0-14v14m0-14a4 4 0 0 1 4-4h6v15h-7a3 3 0 0 0-3 3" }));
2553
2557
  });
@@ -2608,6 +2612,10 @@ var CarTraffic = (function (props) {
2608
2612
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4.611 17.25a2.111 2.111 0 1 0 4.222 0m-4.222 0a2.111 2.111 0 1 1 4.222 0m-4.222 0H2.5v-6.334m6.333 6.334h6.334m0 0a2.111 2.111 0 1 0 4.222 0m-4.222 0a2.111 2.111 0 1 1 4.222 0m0 0H21.5v-4.222a2.111 2.111 0 0 0-2.111-2.112h-1.056m-15.833 0L4.611 5.64h9.5l4.222 5.277m-15.833 0h15.833m-6.333 0V5.64" }));
2609
2613
  });
2610
2614
 
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.25 8.75h17.5M17.5 13.75v1.875a.624.624 0 0 1-.625.625H15a.624.624 0 0 1-.625-.625V13.75M5.625 13.75v1.875A.625.625 0 0 1 5 16.25H3.125a.625.625 0 0 1-.625-.625V13.75" }), jsxRuntime.jsx("path", { strokeWidth: 1.3, d: "M5 11.25h1.25M13.75 11.25H15" }), jsxRuntime.jsx("path", { strokeWidth: 1.8, d: "m17.5 8.75-2.335-5.254a.625.625 0 0 0-.571-.371H5.406a.625.625 0 0 0-.57.371L2.5 8.75v5h15v-5Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "car_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
2617
+ });
2618
+
2611
2619
  var Cast = (function (props) {
2612
2620
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M14 20h6a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2m0 8a4 4 0 0 1 4 4m-4-8a8 8 0 0 1 8 8" }));
2613
2621
  });
@@ -2964,6 +2972,10 @@ var FileIcon = (function (props) {
2964
2972
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9m-7-7 7 7m-7-7v7h7" }));
2965
2973
  });
2966
2974
 
2975
+ var Files = (function (props) {
2976
+ return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#files_svg__a)", children: [jsxRuntime.jsx("path", { d: "M13.125 17.5h-8.75a.625.625 0 0 1-.625-.625V5.625A.625.625 0 0 1 4.375 5h6.25l3.125 3.125v8.75a.624.624 0 0 1-.625.625Z" }), jsxRuntime.jsx("path", { d: "M6.25 5V3.125a.625.625 0 0 1 .625-.625h6.25l3.125 3.125v8.75a.624.624 0 0 1-.625.625H13.75M6.875 11.875h3.75M6.875 14.375h3.75" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "files_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
2977
+ });
2978
+
2967
2979
  var Film = (function (props) {
2968
2980
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M9 20V3M20 12H3M9 7.5H3M9 16.5H3M21 7.5h-6M21 16.5h-6M15 20V3" }));
2969
2981
  });
@@ -3076,6 +3088,10 @@ var HospitalBuilding = (function (props) {
3076
3088
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", d: "M1 8V7a1 1 0 0 0-1 1h1Zm5 0h1V7H6v1ZM1 22H0v1h1v-1ZM18 8V7h-1v1h1Zm5 0h1a1 1 0 0 0-1-1v1Zm0 14v1h1v-1h-1ZM6 2V1a1 1 0 0 0-1 1h1Zm12 0h1a1 1 0 0 0-1-1v1Zm-5 4V5h-2v1h2Zm-2 4v1h2v-1h-2Zm2 8v-1h-2v1h2Zm-2 2v1h2v-1h-2ZM1 14H0v2h1v-2Zm5 0H5v2h1v-2Zm12 2h1v-2h-1v2Zm5 0h1v-2h-1v2ZM10 7H9v2h1V7Zm4 2h1V7h-1v2ZM1 9h5V7H1v2Zm4-1v14h2V8H5Zm1 13H1v2h5v-2Zm-4 1V8H0v14h2ZM18 9h5V7h-5v2Zm4-1v14h2V8h-2Zm1 13h-5v2h5v-2Zm-4 1V8h-2v14h2ZM6 3h12V1H6v2Zm11-1v20h2V2h-2Zm1 19H6v2h12v-2ZM7 22V2H5v20h2Zm5-16h-1v2h2V6h-1Zm-1 2V10h2V8h-2Zm0 10v2h2v-2h-2ZM1 15v1h3.5v-2H1v1Zm3.5 1h1.517s1-1 0-2H6v2h.016c.001 0 0 0 0 0-1-1 0-2 0-2H4.5v2ZM18 15v-1h-.016c-.001 0 0 0 0 0 1 1 0 2 0 2H19.5v-2h-1.517s-1 1 0 2H18v-1Zm1.5 1H23v-2h-3.5v2ZM10 8v1h2V7H10v1Zm2 1H14V7h-2v2Z" }));
3077
3089
  });
3078
3090
 
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: "M11.875 8.75H15M11.875 11.25H15M16.875 3.75H3.125a.625.625 0 0 0-.625.625v11.25c0 .345.28.625.625.625h13.75c.345 0 .625-.28.625-.625V4.375a.625.625 0 0 0-.625-.625Z" }), jsxRuntime.jsx("path", { d: "M7.5 11.25a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75ZM5 13.125c.277-1.078 1.335-1.875 2.5-1.875s2.223.796 2.5 1.875" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "id_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3093
+ });
3094
+
3079
3095
  var ImagePicture = (function (props) {
3080
3096
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "m6 21 9.815-10.796c.1-.11.27-.11.37 0L21 15.5" }), jsxRuntime.jsx("circle", { cx: 9, cy: 9, r: 2, stroke: "currentColor", strokeWidth: 2 }));
3081
3097
  });
@@ -3416,6 +3432,10 @@ var Progress = (function (props) {
3416
3432
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "#F5F6FB", d: "M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12S5.373 0 12 0c6.628 0 12 5.373 12 12ZM3.6 12a8.4 8.4 0 1 0 16.8 0 8.4 8.4 0 0 0-16.8 0Z" }), jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 0a12 12 0 0 1 8.748 20.215l-2.625-2.465A8.4 8.4 0 0 0 12 3.6V0Z" }));
3417
3433
  });
3418
3434
 
3435
+ var Prohibit = (function (props) {
3436
+ return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 1.8, clipPath: "url(#prohibit_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M15.303 15.303 4.697 4.697" }), jsxRuntime.jsx("path", { strokeMiterlimit: 10, d: "M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "prohibit_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3437
+ });
3438
+
3419
3439
  var QrCode = (function (props) {
3420
3440
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h2v2h-2v-2ZM14 19h2v2h-2v-2ZM19 14h2v2h-2v-2ZM19 19h2v2h-2v-2Z" }));
3421
3441
  });
@@ -3432,6 +3452,10 @@ var Radio$1 = (function (props) {
3432
3452
  return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 2, clipPath: "url(#radio_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M19.071 4.929c3.905 3.905 3.905 10.237 0 14.142m-14.142 0c-3.905-3.905-3.905-10.237 0-14.142M16.243 7.757a6 6 0 0 1 0 8.486m-8.486 0a6 6 0 0 1 0-8.486" }), jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 2 })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "radio_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
3433
3453
  });
3434
3454
 
3455
+ var Receipt = (function (props) {
3456
+ return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#receipt_svg__a)", children: jsxRuntime.jsx("path", { d: "M6.25 8.125h7.5M6.25 10.625h7.5M2.5 16.25V4.375a.625.625 0 0 1 .625-.625h13.75a.625.625 0 0 1 .625.625V16.25L15 15l-2.5 1.25L10 15l-2.5 1.25L5 15l-2.5 1.25Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "receipt_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3457
+ });
3458
+
3435
3459
  var RefreshCcw = (function (props) {
3436
3460
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M3 9c2-5 5.594-7 8.899-7 4.523 0 8.525 2.943 9.837 7M2 10V4M2 10h6M21 15c-2 5-5.594 7-8.899 7-4.523 0-8.525-2.943-9.837-7M22 14v6M22 14h-6" }));
3437
3461
  });
@@ -3532,6 +3556,10 @@ var Sidebar = (function (props) {
3532
3556
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M9 20V4" }));
3533
3557
  });
3534
3558
 
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: "M1.875 14h16.25M1.875 17.5s9.025-15 4.212-15C2.505 2.5 2.467 17.587 10 8.14c0 0 .634 3.081 2.127 3.11.603.012 1.348-.493 2.248-1.875 0 0 0 1.875 3.75 1.875" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "signature_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3561
+ });
3562
+
3535
3563
  var SkipBack = (function (props) {
3536
3564
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M19 20 9 12l10-8v16ZM5 19V5" }));
3537
3565
  });
@@ -3572,6 +3600,10 @@ var Square = (function (props) {
3572
3600
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }));
3573
3601
  });
3574
3602
 
3603
+ var Stamp = (function (props) {
3604
+ return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#stamp_svg__a)", children: jsxRuntime.jsx("path", { d: "M3.125 17.5h13.75M8.931 10.625 7.542 4.141a1.875 1.875 0 0 1 1.833-2.266h1.25a1.875 1.875 0 0 1 1.834 2.266l-1.39 6.484M16.25 10.625H3.75a.625.625 0 0 0-.625.625v3.125c0 .345.28.625.625.625h12.5c.345 0 .625-.28.625-.625V11.25a.625.625 0 0 0-.625-.625Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "stamp_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3605
+ });
3606
+
3575
3607
  var StarFilledIcon = (function (props) {
3576
3608
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M11.888 2h.129c.502.003.952.313 1.13.78l2.006 5.068 5.679.266c1.128.048 1.59 1.464.703 2.16l-4.433 3.546 1.84 5.653c.286 1.071-.906 1.93-1.84 1.325L12 17l-5 3.798c-.935.608-2.132-.252-1.844-1.325L6.9 13.82l-4.434-3.546c-.886-.696-.425-2.112.703-2.16l5.68-.266 2.021-5.068A1.224 1.224 0 0 1 11.889 2Z" }));
3577
3609
  });
@@ -3656,6 +3688,10 @@ var TrailerParts = (function (props) {
3656
3688
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.5 16.5a2 2 0 0 0 4 0m-4 0a2 2 0 0 1 4 0m-4 0h-2a2 2 0 0 1-2-2V12A5.5 5.5 0 0 1 8 6.5h7.5a2 2 0 0 1 2 2v6m-7 2h5a2 2 0 0 0 2-2m0 0h4" }));
3657
3689
  });
3658
3690
 
3691
+ var Translation = (function (props) {
3692
+ return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 1.8, clipPath: "url(#translation_svg__a)", children: [jsxRuntime.jsx("circle", { cx: 11.25, cy: 8.75, r: 7.083 }), jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M11.667 1.667c-2.808 2.237-3.842 5.888-3.102 9.166" }), jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M10.833 1.667c4.445 3.541 4.445 10.625 0 14.166M5 6.667h12.5M5 10.833h12.5" }), jsxRuntime.jsx("path", { fill: "#fff", strokeLinecap: "round", strokeLinejoin: "round", d: "M10 16.146c0 .276-.109.541-.301.736a1.022 1.022 0 0 1-.728.305H3.724l-2.058 1.146v-6.458c0-.276.109-.541.302-.737.193-.195.454-.305.727-.305h6.276c.273 0 .535.11.728.305.192.196.3.46.3.737v4.27Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "translation_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
3693
+ });
3694
+
3659
3695
  var Trash2Icon = (function (props) {
3660
3696
  return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14ZM10 11v6M14 11v6" }));
3661
3697
  });
@@ -16705,6 +16741,7 @@ exports.BikeBicycleIcon = BikeBicycle;
16705
16741
  exports.BlogIcon = Blog;
16706
16742
  exports.BluetoothIcon = Bluetooth;
16707
16743
  exports.BoldIcon = Bold;
16744
+ exports.BoneIcon = Bone;
16708
16745
  exports.BookIcon = Book;
16709
16746
  exports.BookOpenIcon = BookOpen;
16710
16747
  exports.BookmarkIcon = Bookmark;
@@ -16723,6 +16760,7 @@ exports.CalendarIcon = CalendarIcon;
16723
16760
  exports.CameraIcon = Camera;
16724
16761
  exports.CameraOffIcon = CameraOff;
16725
16762
  exports.CancerIcon = Cancer;
16763
+ exports.CarIcon = Car;
16726
16764
  exports.CarTrafficIcon = CarTraffic;
16727
16765
  exports.Card = Card;
16728
16766
  exports.CardButton = CardButton;
@@ -16821,6 +16859,7 @@ exports.FileIcon = FileIcon;
16821
16859
  exports.FileMinusIcon = FileMinus;
16822
16860
  exports.FilePlusIcon = FilePlus;
16823
16861
  exports.FileTextIcon = FileText;
16862
+ exports.FilesIcon = Files;
16824
16863
  exports.FilmIcon = Film;
16825
16864
  exports.FilterIcon = Filter;
16826
16865
  exports.FireIcon = Fire;
@@ -16851,6 +16890,7 @@ exports.HexagonIcon = Hexagon;
16851
16890
  exports.HomeIcon = Home;
16852
16891
  exports.HospitalBuildingIcon = HospitalBuilding;
16853
16892
  exports.IbanInput = IbanInput;
16893
+ exports.IdIcon = Id;
16854
16894
  exports.ImagePictureIcon = ImagePicture;
16855
16895
  exports.InboxIcon = Inbox;
16856
16896
  exports.InfoCard = InfoCard;
@@ -16941,11 +16981,13 @@ exports.PowerIcon = Power;
16941
16981
  exports.PregnacyIcon = Pregnacy;
16942
16982
  exports.PrinterIcon = Printer;
16943
16983
  exports.ProgressIcon = Progress;
16984
+ exports.ProhibitIcon = Prohibit;
16944
16985
  exports.QrCodeIcon = QrCode;
16945
16986
  exports.QuestionmarkHelpCircleIcon = QuestionmarkHelpCircle;
16946
16987
  exports.QuotationMarksIcon = QuotationMarks;
16947
16988
  exports.Radio = Radio;
16948
16989
  exports.RadioIcon = Radio$1;
16990
+ exports.ReceiptIcon = Receipt;
16949
16991
  exports.RefreshCcwIcon = RefreshCcw;
16950
16992
  exports.RefreshCwIcon = RefreshCw;
16951
16993
  exports.RegularModal = RegularModal;
@@ -16973,6 +17015,7 @@ exports.ShoppingBagIcon = ShoppingBag;
16973
17015
  exports.ShoppingCartIcon = ShoppingCart;
16974
17016
  exports.ShuffleIcon = Shuffle;
16975
17017
  exports.SidebarIcon = Sidebar;
17018
+ exports.SignatureIcon = Signature;
16976
17019
  exports.SignaturePad = SignaturePad;
16977
17020
  exports.SkipBackIcon = SkipBack;
16978
17021
  exports.SkipForwardIcon = SkipForward;
@@ -16985,6 +17028,7 @@ exports.SofaIcon = Sofa;
16985
17028
  exports.SpeakerIcon = Speaker;
16986
17029
  exports.Spinner = Spinner;
16987
17030
  exports.SquareIcon = Square;
17031
+ exports.StampIcon = Stamp;
16988
17032
  exports.StarFilledIcon = StarFilledIcon;
16989
17033
  exports.StarHalfIcon = StarHalf;
16990
17034
  exports.StarIcon = Star;
@@ -17022,6 +17066,7 @@ exports.ToggleRightIcon = ToggleRight;
17022
17066
  exports.ToolIcon = Tool;
17023
17067
  exports.ToothFillingCrackedIcon = ToothFillingCracked;
17024
17068
  exports.TrailerPartsIcon = TrailerParts;
17069
+ exports.TranslationIcon = Translation;
17025
17070
  exports.Trash2Icon = Trash2Icon;
17026
17071
  exports.TrashIcon = Trash;
17027
17072
  exports.TrelloIcon = Trello;