@popsure/dirty-swan 0.54.8 → 0.54.10

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 (116) hide show
  1. package/dist/cjs/index.js +85 -0
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/lib/components/icon/icons/AccidentCar.d.ts +4 -0
  4. package/dist/cjs/lib/components/icon/icons/BikeBicycle.d.ts +4 -0
  5. package/dist/cjs/lib/components/icon/icons/Blog.d.ts +4 -0
  6. package/dist/cjs/lib/components/icon/icons/CarTraffic.d.ts +4 -0
  7. package/dist/cjs/lib/components/icon/icons/ChainBikeBroken.d.ts +4 -0
  8. package/dist/cjs/lib/components/icon/icons/CoinsMoney.d.ts +4 -0
  9. package/dist/cjs/lib/components/icon/icons/DeathFuneral.d.ts +4 -0
  10. package/dist/cjs/lib/components/icon/icons/DentalTreatmentTooth.d.ts +4 -0
  11. package/dist/cjs/lib/components/icon/icons/Fire.d.ts +4 -0
  12. package/dist/cjs/lib/components/icon/icons/Glass.d.ts +4 -0
  13. package/dist/cjs/lib/components/icon/icons/HatGraduation.d.ts +4 -0
  14. package/dist/cjs/lib/components/icon/icons/PaintCosmetic.d.ts +4 -0
  15. package/dist/cjs/lib/components/icon/icons/PawPet.d.ts +4 -0
  16. package/dist/cjs/lib/components/icon/icons/PigMoneySavings.d.ts +4 -0
  17. package/dist/cjs/lib/components/icon/icons/PlaneFlight.d.ts +4 -0
  18. package/dist/cjs/lib/components/icon/icons/ToothFillingCracked.d.ts +4 -0
  19. package/dist/cjs/lib/components/icon/icons/TrailerParts.d.ts +4 -0
  20. package/dist/cjs/lib/components/icon/icons/index.d.ts +17 -0
  21. package/dist/esm/components/icon/icons/AccidentCar.js +13 -0
  22. package/dist/esm/components/icon/icons/AccidentCar.js.map +1 -0
  23. package/dist/esm/components/icon/icons/BikeBicycle.js +13 -0
  24. package/dist/esm/components/icon/icons/BikeBicycle.js.map +1 -0
  25. package/dist/esm/components/icon/icons/Blog.js +13 -0
  26. package/dist/esm/components/icon/icons/Blog.js.map +1 -0
  27. package/dist/esm/components/icon/icons/CarTraffic.js +13 -0
  28. package/dist/esm/components/icon/icons/CarTraffic.js.map +1 -0
  29. package/dist/esm/components/icon/icons/ChainBikeBroken.js +13 -0
  30. package/dist/esm/components/icon/icons/ChainBikeBroken.js.map +1 -0
  31. package/dist/esm/components/icon/icons/CoinsMoney.js +13 -0
  32. package/dist/esm/components/icon/icons/CoinsMoney.js.map +1 -0
  33. package/dist/esm/components/icon/icons/DeathFuneral.js +13 -0
  34. package/dist/esm/components/icon/icons/DeathFuneral.js.map +1 -0
  35. package/dist/esm/components/icon/icons/DentalTreatmentTooth.js +13 -0
  36. package/dist/esm/components/icon/icons/DentalTreatmentTooth.js.map +1 -0
  37. package/dist/esm/components/icon/icons/Fire.js +13 -0
  38. package/dist/esm/components/icon/icons/Fire.js.map +1 -0
  39. package/dist/esm/components/icon/icons/Glass.js +13 -0
  40. package/dist/esm/components/icon/icons/Glass.js.map +1 -0
  41. package/dist/esm/components/icon/icons/HatGraduation.js +13 -0
  42. package/dist/esm/components/icon/icons/HatGraduation.js.map +1 -0
  43. package/dist/esm/components/icon/icons/PaintCosmetic.js +13 -0
  44. package/dist/esm/components/icon/icons/PaintCosmetic.js.map +1 -0
  45. package/dist/esm/components/icon/icons/PawPet.js +13 -0
  46. package/dist/esm/components/icon/icons/PawPet.js.map +1 -0
  47. package/dist/esm/components/icon/icons/PigMoneySavings.js +13 -0
  48. package/dist/esm/components/icon/icons/PigMoneySavings.js.map +1 -0
  49. package/dist/esm/components/icon/icons/PlaneFlight.js +13 -0
  50. package/dist/esm/components/icon/icons/PlaneFlight.js.map +1 -0
  51. package/dist/esm/components/icon/icons/ToothFillingCracked.js +13 -0
  52. package/dist/esm/components/icon/icons/ToothFillingCracked.js.map +1 -0
  53. package/dist/esm/components/icon/icons/TrailerParts.js +13 -0
  54. package/dist/esm/components/icon/icons/TrailerParts.js.map +1 -0
  55. package/dist/esm/components/icon/icons.stories.js +18 -1
  56. package/dist/esm/components/icon/icons.stories.js.map +1 -1
  57. package/dist/esm/components/icon/index.stories.js +18 -1
  58. package/dist/esm/components/icon/index.stories.js.map +1 -1
  59. package/dist/esm/{index-7506ae25.js → index-1e104e87.js} +35 -1
  60. package/dist/esm/{index-7506ae25.js.map → index-1e104e87.js.map} +1 -1
  61. package/dist/esm/index.js +17 -0
  62. package/dist/esm/index.js.map +1 -1
  63. package/dist/esm/lib/components/icon/icons/AccidentCar.d.ts +4 -0
  64. package/dist/esm/lib/components/icon/icons/BikeBicycle.d.ts +4 -0
  65. package/dist/esm/lib/components/icon/icons/Blog.d.ts +4 -0
  66. package/dist/esm/lib/components/icon/icons/CarTraffic.d.ts +4 -0
  67. package/dist/esm/lib/components/icon/icons/ChainBikeBroken.d.ts +4 -0
  68. package/dist/esm/lib/components/icon/icons/CoinsMoney.d.ts +4 -0
  69. package/dist/esm/lib/components/icon/icons/DeathFuneral.d.ts +4 -0
  70. package/dist/esm/lib/components/icon/icons/DentalTreatmentTooth.d.ts +4 -0
  71. package/dist/esm/lib/components/icon/icons/Fire.d.ts +4 -0
  72. package/dist/esm/lib/components/icon/icons/Glass.d.ts +4 -0
  73. package/dist/esm/lib/components/icon/icons/HatGraduation.d.ts +4 -0
  74. package/dist/esm/lib/components/icon/icons/PaintCosmetic.d.ts +4 -0
  75. package/dist/esm/lib/components/icon/icons/PawPet.d.ts +4 -0
  76. package/dist/esm/lib/components/icon/icons/PigMoneySavings.d.ts +4 -0
  77. package/dist/esm/lib/components/icon/icons/PlaneFlight.d.ts +4 -0
  78. package/dist/esm/lib/components/icon/icons/ToothFillingCracked.d.ts +4 -0
  79. package/dist/esm/lib/components/icon/icons/TrailerParts.d.ts +4 -0
  80. package/dist/esm/lib/components/icon/icons/index.d.ts +17 -0
  81. package/package.json +1 -1
  82. package/src/lib/components/icon/assets/accident-car.svg +3 -0
  83. package/src/lib/components/icon/assets/bike-bicycle.svg +3 -0
  84. package/src/lib/components/icon/assets/blog.svg +3 -0
  85. package/src/lib/components/icon/assets/car-traffic.svg +3 -0
  86. package/src/lib/components/icon/assets/chain-bike-broken.svg +3 -0
  87. package/src/lib/components/icon/assets/coins-money.svg +3 -0
  88. package/src/lib/components/icon/assets/death-funeral.svg +3 -0
  89. package/src/lib/components/icon/assets/dental-treatment-tooth.svg +3 -0
  90. package/src/lib/components/icon/assets/fire.svg +3 -0
  91. package/src/lib/components/icon/assets/glass.svg +3 -0
  92. package/src/lib/components/icon/assets/hat-graduation.svg +3 -0
  93. package/src/lib/components/icon/assets/paint-cosmetic.svg +3 -0
  94. package/src/lib/components/icon/assets/paw-pet.svg +7 -0
  95. package/src/lib/components/icon/assets/pig-money-savings.svg +3 -0
  96. package/src/lib/components/icon/assets/plane-flight.svg +3 -0
  97. package/src/lib/components/icon/assets/tooth-filling-cracked.svg +3 -0
  98. package/src/lib/components/icon/assets/trailer-parts.svg +3 -0
  99. package/src/lib/components/icon/icons/AccidentCar.tsx +16 -0
  100. package/src/lib/components/icon/icons/BikeBicycle.tsx +16 -0
  101. package/src/lib/components/icon/icons/Blog.tsx +15 -0
  102. package/src/lib/components/icon/icons/CarTraffic.tsx +16 -0
  103. package/src/lib/components/icon/icons/ChainBikeBroken.tsx +16 -0
  104. package/src/lib/components/icon/icons/CoinsMoney.tsx +16 -0
  105. package/src/lib/components/icon/icons/DeathFuneral.tsx +16 -0
  106. package/src/lib/components/icon/icons/DentalTreatmentTooth.tsx +16 -0
  107. package/src/lib/components/icon/icons/Fire.tsx +16 -0
  108. package/src/lib/components/icon/icons/Glass.tsx +16 -0
  109. package/src/lib/components/icon/icons/HatGraduation.tsx +16 -0
  110. package/src/lib/components/icon/icons/PaintCosmetic.tsx +16 -0
  111. package/src/lib/components/icon/icons/PawPet.tsx +14 -0
  112. package/src/lib/components/icon/icons/PigMoneySavings.tsx +16 -0
  113. package/src/lib/components/icon/icons/PlaneFlight.tsx +16 -0
  114. package/src/lib/components/icon/icons/ToothFillingCracked.tsx +16 -0
  115. package/src/lib/components/icon/icons/TrailerParts.tsx +16 -0
  116. package/src/lib/components/icon/icons/index.ts +17 -0
package/dist/cjs/index.js CHANGED
@@ -2345,6 +2345,10 @@ var Cancer = (function (props) {
2345
2345
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, d: "M14.227 9.715a4.134 4.134 0 0 0 1.01-2.736C15.238 4.782 13.585 3 11.545 3S7.851 4.782 7.851 6.98C7.85 8.038 8 9 9.5 11l8.5 9.5m-9.5-4-3.5 4" }));
2346
2346
  });
2347
2347
 
2348
+ var AccidentCar = (function (props) {
2349
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.778 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.5m9.5 0h2.111v-4.222A2.111 2.111 0 0 0 12 10.916h-1.056m0 0L6.722 5.64H2.5m8.444 5.277H2.5m2.111 0V5.64m9.5 2.11V5.64m5.278 6.333H21.5m-3.694 3.694 1.583 1.584m-1.583-8.972 1.583-1.584" }));
2350
+ });
2351
+
2348
2352
  var Activity = (function (props) {
2349
2353
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 12h-3l-3 9L9 3l-3 9H3" }));
2350
2354
  });
@@ -2505,6 +2509,14 @@ var Bell = (function (props) {
2505
2509
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13.46 21A2 2 0 0 1 10 21m8-13A6 6 0 1 0 6 8c0 7-3 9-3 9h18s-3-2-3-9Z" }));
2506
2510
  });
2507
2511
 
2512
+ var BikeBicycle = (function (props) {
2513
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 10.5h10.5l-4 4h-5l4-4m1.5-4h2l3.5 7M2 16.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Zm14 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" }));
2514
+ });
2515
+
2516
+ var Blog = (function (props) {
2517
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M8 8h8m-8 4h8m-8 4h3m10 4.2V3.8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v16.4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z" }));
2518
+ });
2519
+
2508
2520
  var Bluetooth = (function (props) {
2509
2521
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m7 6.5 11 11-5.5 5.5V1L18 6.5l-11 11" }));
2510
2522
  });
@@ -2569,10 +2581,18 @@ var Camera = (function (props) {
2569
2581
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M22 9a2 2 0 0 0-2-2h-2.732a.5.5 0 0 1-.416-.223l-1.704-2.554A.5.5 0 0 0 14.732 4H9.268a.5.5 0 0 0-.416.223L7.148 6.777A.5.5 0 0 1 6.732 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M8 13a4 4 0 1 0 8 0 4 4 0 0 0-8 0Z" }));
2570
2582
  });
2571
2583
 
2584
+ var CarTraffic = (function (props) {
2585
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", 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" }));
2586
+ });
2587
+
2572
2588
  var Cast = (function (props) {
2573
2589
  return require$$0.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" }));
2574
2590
  });
2575
2591
 
2592
+ var ChainBikeBroken = (function (props) {
2593
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M2 12.5h2m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm16-5h2m-2 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m0 0L7.5 11M20 17.5h2m-2 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }));
2594
+ });
2595
+
2576
2596
  var CheckCircle = (function (props) {
2577
2597
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M21.95 11c.033.329.05.662.05 1 0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2c1.422 0 2.775.297 4 .832m5.192 1.976-9.016 9.016a.25.25 0 0 1-.353 0l-2.651-2.652" }));
2578
2598
  });
@@ -2705,6 +2725,10 @@ var Coffee = (function (props) {
2705
2725
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", d: "M7 3a1 1 0 0 0-2 0h2ZM5 6a1 1 0 0 0 2 0H5Zm6-3a1 1 0 1 0-2 0h2ZM9 6a1 1 0 0 0 2 0H9Zm6-3a1 1 0 1 0-2 0h2Zm-2 3a1 1 0 1 0 2 0h-2ZM3 9V8a1 1 0 0 0-1 1h1Zm0 8H2h1Zm14-1h-1v1h1v-1ZM5 3v3h2V3H5Zm4 0v3h2V3H9Zm4 0v3h2V3h-2ZM3 10h14V8H3v2Zm13-1v8h2V9h-2Zm0 8a3.15 3.15 0 0 1-.825 2.146l1.463 1.365A5.15 5.15 0 0 0 18 17h-2Zm-.825 2.146a2.612 2.612 0 0 1-1.908.854v2c1.278 0 2.49-.545 3.37-1.49l-1.462-1.364ZM13.268 20H6.733v2h6.534v-2Zm-6.534 0c-.701 0-1.39-.298-1.908-.854l-1.463 1.365A4.611 4.611 0 0 0 6.733 22v-2Zm-1.908-.854A3.15 3.15 0 0 1 4 17H2a5.15 5.15 0 0 0 1.362 3.51l1.463-1.364ZM4 17V9H2v8h2Zm13-7h2V8h-2v2Zm2 5h-2v2h2v-2Zm-1 1V9h-2v7h2Zm1-7-.001 1H18.99c-.002 0-.002 0 0 0a1.464 1.464 0 0 1 .564.144.757.757 0 0 1 .301.255c.067.099.145.276.145.601h2c0-.675-.172-1.248-.48-1.711a2.755 2.755 0 0 0-1.073-.933A3.456 3.456 0 0 0 19.004 8h-.003L19 9Zm1 2v3h2v-3h-2Zm1 3-1-.001V13.99c0-.002 0-.002 0 0a1.464 1.464 0 0 1-.145.564.757.757 0 0 1-.253.301c-.1.067-.277.145-.602.145v2c.675 0 1.248-.172 1.711-.48.457-.305.75-.704.933-1.073A3.453 3.453 0 0 0 22 14.022V14L21 14Z" }));
2706
2726
  });
2707
2727
 
2728
+ var CoinsMoney = (function (props) {
2729
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 14.5c0 1.657 2.686 3 6 3s6-1.343 6-3m-12 0c0-1.657 2.686-3 6-3s6 1.343 6 3m-12 0v4c0 1.656 2.686 3 6 3s6-1.344 6-3v-4m-18-8c0 1.072 1.144 2.062 3 2.598s4.144.536 6 0c1.856-.536 3-1.526 3-2.598 0-1.072-1.144-2.062-3-2.598s-4.144-.536-6 0C4.144 4.438 3 5.428 3 6.5Zm0 0v10c0 .888.772 1.45 2 2m-2-7c0 .888.772 1.45 2 2" }));
2730
+ });
2731
+
2708
2732
  var Columns = (function (props) {
2709
2733
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "square", strokeWidth: 2, d: "M12 3v18M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Z" }));
2710
2734
  });
@@ -2777,6 +2801,10 @@ var Database = (function (props) {
2777
2801
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 6c0 1.657-4.03 3-9 3S3 7.657 3 6m18 0c0-1.657-4.03-3-9-3S3 4.343 3 6m18 0v12c0 1.66-4 3-9 3s-9-1.34-9-3V6m18 6c0 1.66-4 3-9 3s-9-1.34-9-3" }));
2778
2802
  });
2779
2803
 
2804
+ var DeathFuneral = (function (props) {
2805
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.412 16.602V6.352A3.353 3.353 0 0 1 9.765 3h4.47a3.353 3.353 0 0 1 3.353 3.353v10.25M12 6.353v5.588M9.765 8.588h4.47M4.177 22v-2.235a3.353 3.353 0 0 1 3.352-3.353h8.942a3.353 3.353 0 0 1 3.353 3.353V22H4.177Z" }));
2806
+ });
2807
+
2780
2808
  var Delete = (function (props) {
2781
2809
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m15 12-3-3 6 6-3-3Zm0 0-3 3 6-6-3 3ZM9.227 4H20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H9.227a.5.5 0 0 1-.376-.17l-6.563-7.5a.5.5 0 0 1 0-.66l6.563-7.5A.5.5 0 0 1 9.227 4Z" }));
2782
2810
  });
@@ -2789,6 +2817,10 @@ var DentalToothTeeth = (function (props) {
2789
2817
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M12 15.013c1.796.044 2.103 6.987 4.25 6.987 1.359 0 2.234-1.747 2.41-6.244C18.834 11.258 21.963 10.24 21 5c-2-5.5-7-1.5-9-1.5S4.012-.5 3 5c-.964 5.24 2.165 6.258 2.34 10.756C5.517 20.253 6.393 22 7.75 22c2.147 0 2.454-6.943 4.25-6.987Z" }));
2790
2818
  });
2791
2819
 
2820
+ var DentalTreatmentTooth = (function (props) {
2821
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.722 8.278V6.167A3.167 3.167 0 0 1 9.89 3m-2.111 9.5L8.834 22m7.388-9.5L15.167 22m-8.445 0h10.556M4.611 8.278H19.39l-.655 2.623a2.112 2.112 0 0 1-2.048 1.599H7.315a2.112 2.112 0 0 1-2.048-1.6L4.61 8.279Z" }));
2822
+ });
2823
+
2792
2824
  var DependentsFamilyAdd = (function (props) {
2793
2825
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { clipPath: "url(#dependents-family-add_svg__a)", children: [jsxRuntime.jsx("circle", { cx: 7.944, cy: 7.944, r: 2.944, stroke: "currentColor", strokeWidth: 2 }), jsxRuntime.jsx("circle", { cx: 16.425, cy: 14.25, r: 2.25, stroke: "currentColor", strokeWidth: 2 }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M12.826 22.15c.183-1.247.561-1.935 1.034-2.333.477-.402 1.218-.65 2.432-.65 1.215 0 1.955.248 2.433.65.472.398.85 1.086 1.034 2.332.055.38-.273.851-.883.851h-5.167c-.61 0-.939-.47-.883-.85Z" }), jsxRuntime.jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.256 15.914C10.677 15.411 9.57 15 8.131 15c-1.569 0-2.95.496-3.683 1.2C3.24 17.357 2.985 19.378 3 21.985l.004.005c.005.005.01.008.013.009h.003l.004.001h7.093c-.043.304-.08.621-.11.953-.033.377.03.734.166 1.047h-7.15a2.025 2.025 0 0 1-2.023-2c-.016-2.515.157-5.418 2.063-7.245 1.881-1.802 5.481-2.216 7.985-1.243a5.558 5.558 0 0 0 .207 2.402ZM19 1a1 1 0 1 0-2 0v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0V5h2a1 1 0 1 0 0-2h-2V1Z", clipRule: "evenodd" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "dependents-family-add_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
2794
2826
  });
@@ -2917,6 +2949,10 @@ var Filter = (function (props) {
2917
2949
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M22 3H2l8 9.46V19l4 2v-8.54L22 3Z" }));
2918
2950
  });
2919
2951
 
2952
+ var Fire = (function (props) {
2953
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 11.912c2.353-3.483 0-8.236-1.177-9.412 0 3.574-2.085 5.578-3.529 7.059-1.442 1.482-2.353 3.812-2.353 5.882a7.059 7.059 0 0 0 14.118 0c0-1.802-1.242-4.635-2.353-5.882-2.101 3.53-3.284 3.53-4.706 2.353Z" }));
2954
+ });
2955
+
2920
2956
  var Flag = (function (props) {
2921
2957
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1v12Zm0 0v7" }));
2922
2958
  });
@@ -2961,6 +2997,10 @@ var GitPullRequest = (function (props) {
2961
2997
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M18 15a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 0V8a2 2 0 0 0-2-2h-3M6 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 0v12" }));
2962
2998
  });
2963
2999
 
3000
+ var Glass = (function (props) {
3001
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 3c-4.08 0-7.389 3.454-7.389 7.389v10.555A1.055 1.055 0 0 0 5.667 22h12.666a1.055 1.055 0 0 0 1.056-1.056V10.39C19.389 6.454 16.08 3 12 3Zm0 0v19m-7.389-8.444H19.39" }));
3002
+ });
3003
+
2964
3004
  var GlobeNetworkEarth = (function (props) {
2965
3005
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 10, stroke: "currentColor", strokeWidth: 2 }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M12 2c-5.333 5-5.333 15 0 20M12 2c5.333 5 5.333 15 0 20M3 9h18M3 15h18" }));
2966
3006
  });
@@ -2981,6 +3021,10 @@ var Hash = (function (props) {
2981
3021
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4 9h16M4 15h16M10 3 8 21M16 3l-2 18" }));
2982
3022
  });
2983
3023
 
3024
+ var HatGraduation = (function (props) {
3025
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m22 9.5-10-4-10 4 10 4 10-4Zm0 0v6M6 11.1v5.4c0 .796.632 1.559 1.757 2.121 1.126.563 2.652.879 4.243.879 1.591 0 3.117-.316 4.243-.879C17.368 18.06 18 17.296 18 16.5v-5.4" }));
3026
+ });
3027
+
2984
3028
  var Headphones = (function (props) {
2985
3029
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 18v-6a9 9 0 1 1 18 0v6" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3v5ZM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3v5Z" }));
2986
3030
  });
@@ -3213,6 +3257,10 @@ var Package = (function (props) {
3213
3257
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M17 9.19 8 4M21 15.998v-8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4a2 2 0 0 0-1 1.73v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4a2 2 0 0 0 1-1.73Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m3 7 8.73 5.05L20.46 7M12 22.08V12" }));
3214
3258
  });
3215
3259
 
3260
+ var PaintCosmetic = (function (props) {
3261
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8.2 13.7A16 16 0 0 1 21 3.5a16 16 0 0 1-10.2 12.8m-.2-6.8a9 9 0 0 1 4.4 4.4M3 21.5v-4a4 4 0 1 1 4 4H3Z" }));
3262
+ });
3263
+
3216
3264
  var Paperclip = (function (props) {
3217
3265
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m21 11.438-8.51 8.026C11.447 20.448 10.033 21 8.56 21c-1.475 0-2.89-.552-3.932-1.536C3.586 18.481 3 17.148 3 15.757c0-1.39.586-2.724 1.628-3.707l8.51-8.026A3.822 3.822 0 0 1 15.758 3c.984 0 1.926.368 2.621 1.024a3.398 3.398 0 0 1 1.086 2.471c0 .927-.39 1.816-1.086 2.472L9.86 16.993a1.911 1.911 0 0 1-1.31.512c-.492 0-.963-.184-1.31-.512a1.699 1.699 0 0 1-.543-1.236c0-.463.195-.908.543-1.236L15.1 7.115" }));
3218
3266
  });
@@ -3225,6 +3273,10 @@ var Pause = (function (props) {
3225
3273
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M10 4H6v16h4V4ZM18 4h-4v16h4V4Z" }));
3226
3274
  });
3227
3275
 
3276
+ var PawPet = (function (props) {
3277
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeWidth: 2, d: "M15.15 14.25c-1.283-2.333-1.681-2.916-3.15-2.916-1.469 0-2.025.88-3.309 3.205-1.099 1.987-3.32 2.152-3.874 3.84-.113.308-.17.79-.167 1.122 0 1.372.918 2.333 2.1 2.333 1.469 0 3.5-1.167 5.25-1.167s3.781 1.167 5.25 1.167c1.182 0 2.1-.96 2.1-2.333 0-.333-.057-.814-.17-1.123-.554-1.693-2.93-2.14-4.03-4.127ZM21.553 7.93a1.212 1.212 0 0 0-.474-.096h-.017c-.858.014-1.82.875-2.325 2.177-.606 1.557-.327 3.15.627 3.56.15.065.312.096.474.096.862 0 1.837-.865 2.346-2.177.602-1.557.317-3.15-.631-3.56ZM9.053 9c.064 0 .127 0 .19-.012 1.101-.15 1.789-1.57 1.54-3.176-.237-1.513-1.221-2.645-2.254-2.645-.064 0-.127 0-.19.013-1.101.15-1.789 1.57-1.54 3.176C7.037 7.864 8.022 9 9.054 9h-.001ZM17.199 6.356c.25-1.606-.438-3.027-1.54-3.176a1.36 1.36 0 0 0-.19-.013c-1.032 0-2.015 1.132-2.25 2.645-.25 1.605.437 3.026 1.54 3.176.062.008.125.012.188.012 1.033 0 2.018-1.136 2.252-2.644ZM4.638 13.572c.952-.411 1.23-2.006.626-3.561-.51-1.312-1.483-2.177-2.344-2.177-.164 0-.324.031-.475.095-.952.411-1.23 2.006-.626 3.561.51 1.312 1.483 2.177 2.344 2.177.164 0 .324-.031.475-.095Z" }));
3278
+ });
3279
+
3228
3280
  var PenTool = (function (props) {
3229
3281
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m12 19 7-7 3 3-7 7-3-3Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5ZM2 2l7.586 7.586" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M11 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" }));
3230
3282
  });
@@ -3269,10 +3321,18 @@ var PieChart = (function (props) {
3269
3321
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M21.168 16A10.002 10.002 0 0 1 12 22C6.477 22 2 17.523 2 12a9.996 9.996 0 0 1 6-9.168" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M22 12A10 10 0 0 0 12 2v10h10Z" }));
3270
3322
  });
3271
3323
 
3324
+ var PigMoneySavings = (function (props) {
3325
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15 11.5v.01M5.173 8.878A3 3 0 1 1 9.83 7.5M16 4.5v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1.342c-.336.95-.907 1.8-1.658 2.473V20a1.5 1.5 0 1 1-3 0v-.583c-.33.055-.665.083-1 .083h-4c-.335 0-.67-.028-1-.083V20a1.5 1.5 0 1 1-3 0v-2.027a6 6 0 0 1 4-10.473h2.5l4.5-3H16Z" }));
3326
+ });
3327
+
3272
3328
  var PlaneFilled = (function (props) {
3273
3329
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", d: "m3 15.76 3.53 1.696L8.245 21l2.08-2.079-.12-2.199 2.21-2.206 5.884 5.88 2.208-2.205-3.68-8.084s1.477-1.47 2.21-2.206l.01-.01c.741-.745 2.92-2.935 1.458-4.397-1.468-1.468-3.68.732-4.411 1.468-.732.737-2.211 2.206-2.211 2.206L5.793 3.49 3.584 5.697l5.786 5.78-2.208 2.204H5.08L3 15.761Z" }));
3274
3330
  });
3275
3331
 
3332
+ var PlaneFlight = (function (props) {
3333
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3.403 20.55h17.596m-6.218-10.501 4.721-1.265a1.955 1.955 0 1 1 1.012 3.776L6.35 16.356 2 11.449l2.832-.759 2.395 1.382 2.832-.758L6.4 5.21l2.833-.76 5.548 5.599Z" }));
3334
+ });
3335
+
3276
3336
  var PlaneRepatriationFilled = (function (props) {
3277
3337
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "m3 15.76 3.53 1.696L8.245 21l2.08-2.079-.12-2.199 2.21-2.206 5.884 5.88 2.208-2.205-3.68-8.084s1.477-1.47 2.21-2.206l.01-.01c.741-.745 2.92-2.935 1.458-4.397-1.468-1.468-3.68.732-4.411 1.468-.732.737-2.211 2.206-2.211 2.206L5.793 3.49 3.584 5.697l5.786 5.78-2.208 2.204H5.08L3 15.761Z" }));
3278
3338
  });
@@ -3565,6 +3625,14 @@ var Tool = (function (props) {
3565
3625
  return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M14.201 6.804a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.121 2.121 0 1 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76-.01.01Z" }));
3566
3626
  });
3567
3627
 
3628
+ var ToothFillingCracked = (function (props) {
3629
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 5.187C10.792 4.528 9.094 3.5 7.5 3.5 5.137 3.5 3 4.903 3 9.125c0 5.511 1.188 9.461 3.005 11.854.644.85 2.216.586 2.888-.265.447-.569.921-1.62 1.42-3.152.328-.867 1.003-1.692 1.687-1.687.677 0 1.361.829 1.687 1.687.499 1.533.972 2.582 1.42 3.15.672.854 2.25 1.117 2.888.267C19.812 18.586 21 14.637 21 9.125 21 4.917 18.853 3.5 16.5 3.5c-1.601 0-3.285 1.025-4.5 1.687Zm0 0L13.125 8l-2.25 2.25 2.25 2.25" }));
3630
+ });
3631
+
3632
+ var TrailerParts = (function (props) {
3633
+ return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "#26262E", 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" }));
3634
+ });
3635
+
3568
3636
  var Trash2Icon = (function (props) {
3569
3637
  return require$$0.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" }));
3570
3638
  });
@@ -14724,6 +14792,7 @@ var Table = function (_a) {
14724
14792
  : infoModalData === null || infoModalData === void 0 ? void 0 : infoModalData.body }) })] }));
14725
14793
  };
14726
14794
 
14795
+ exports.AccidentCarIcon = AccidentCar;
14727
14796
  exports.Accordion = Accordion;
14728
14797
  exports.ActivityIcon = Activity;
14729
14798
  exports.AdhdIcon = Adhd;
@@ -14769,6 +14838,8 @@ exports.BatteryChargingIcon = BatteryCharging;
14769
14838
  exports.BatteryIcon = Battery;
14770
14839
  exports.BellIcon = Bell;
14771
14840
  exports.BellOffIcon = BellOff;
14841
+ exports.BikeBicycleIcon = BikeBicycle;
14842
+ exports.BlogIcon = Blog;
14772
14843
  exports.BluetoothIcon = Bluetooth;
14773
14844
  exports.BoldIcon = Bold;
14774
14845
  exports.BookIcon = Book;
@@ -14789,9 +14860,11 @@ exports.CalendarIcon = CalendarIcon;
14789
14860
  exports.CameraIcon = Camera;
14790
14861
  exports.CameraOffIcon = CameraOff;
14791
14862
  exports.CancerIcon = Cancer;
14863
+ exports.CarTrafficIcon = CarTraffic;
14792
14864
  exports.Card = Card;
14793
14865
  exports.CardButton = CardButton;
14794
14866
  exports.CastIcon = Cast;
14867
+ exports.ChainBikeBrokenIcon = ChainBikeBroken;
14795
14868
  exports.CheckCircleIcon = CheckCircle;
14796
14869
  exports.CheckIcon = CheckIcon;
14797
14870
  exports.CheckInCircleFilledIcon = CheckInCircleFilled;
@@ -14827,6 +14900,7 @@ exports.CodeIcon = Code;
14827
14900
  exports.CodepenIcon = Codepen;
14828
14901
  exports.CodesandboxIcon = Codesandbox;
14829
14902
  exports.CoffeeIcon = Coffee;
14903
+ exports.CoinsMoneyIcon = CoinsMoney;
14830
14904
  exports.ColumnsIcon = Columns;
14831
14905
  exports.CommandIcon = Command;
14832
14906
  exports.ComparisonTable = ComparisonTable;
@@ -14848,9 +14922,11 @@ exports.CrosshairIcon = Crosshair;
14848
14922
  exports.CurrencyInput = CurrencyInput;
14849
14923
  exports.DatabaseIcon = Database;
14850
14924
  exports.DateSelector = DateSelector;
14925
+ exports.DeathFuneralIcon = DeathFuneral;
14851
14926
  exports.DeleteIcon = Delete;
14852
14927
  exports.DentalPlusIcon = DentalPlus;
14853
14928
  exports.DentalToothTeethIcon = DentalToothTeeth;
14929
+ exports.DentalTreatmentToothIcon = DentalTreatmentTooth;
14854
14930
  exports.DependentsFamilyAddIcon = DependentsFamilyAdd;
14855
14931
  exports.DependentsFamilyIcon = DependentsFamily;
14856
14932
  exports.DiabetesIcon = Diabetes;
@@ -14884,6 +14960,7 @@ exports.FilePlusIcon = FilePlus;
14884
14960
  exports.FileTextIcon = FileText;
14885
14961
  exports.FilmIcon = Film;
14886
14962
  exports.FilterIcon = Filter;
14963
+ exports.FireIcon = Fire;
14887
14964
  exports.FlagIcon = Flag;
14888
14965
  exports.FolderIcon = Folder;
14889
14966
  exports.FolderMinusIcon = FolderMinus;
@@ -14895,11 +14972,13 @@ exports.GitBranchIcon = GitBranch;
14895
14972
  exports.GitCommitIcon = GitCommit;
14896
14973
  exports.GitMergeIcon = GitMerge;
14897
14974
  exports.GitPullRequestIcon = GitPullRequest;
14975
+ exports.GlassIcon = Glass;
14898
14976
  exports.GlobeNetworkEarthIcon = GlobeNetworkEarth;
14899
14977
  exports.HallescheIcon = Hallesche;
14900
14978
  exports.HandsMassageTherapeuticIcon = HandsMassageTherapeutic;
14901
14979
  exports.HardDriveIcon = HardDrive;
14902
14980
  exports.HashIcon = Hash;
14981
+ exports.HatGraduationIcon = HatGraduation;
14903
14982
  exports.HeadphonesIcon = Headphones;
14904
14983
  exports.HeartHandIcon = HeartHand;
14905
14984
  exports.HeartIcon = Heart;
@@ -14964,9 +15043,11 @@ exports.NavigationIcon = Navigation;
14964
15043
  exports.NoDocumentIcon = NoDocument;
14965
15044
  exports.OctagonIcon = Octagon;
14966
15045
  exports.PackageIcon = Package;
15046
+ exports.PaintCosmeticIcon = PaintCosmetic;
14967
15047
  exports.PaperclipIcon = Paperclip;
14968
15048
  exports.PauseCircleIcon = PauseCircle;
14969
15049
  exports.PauseIcon = Pause;
15050
+ exports.PawPetIcon = PawPet;
14970
15051
  exports.PenToolIcon = PenTool;
14971
15052
  exports.PercentIcon = Percent;
14972
15053
  exports.PhoneCallIcon = PhoneCall;
@@ -14978,7 +15059,9 @@ exports.PhoneMissedIcon = PhoneMissed;
14978
15059
  exports.PhoneOffIcon = PhoneOff;
14979
15060
  exports.PhoneOutgoingIcon = PhoneOutgoing;
14980
15061
  exports.PieChartIcon = PieChart;
15062
+ exports.PigMoneySavingsIcon = PigMoneySavings;
14981
15063
  exports.PlaneFilledIcon = PlaneFilled;
15064
+ exports.PlaneFlightIcon = PlaneFlight;
14982
15065
  exports.PlaneIcon = Plane;
14983
15066
  exports.PlaneRepatriationFilledIcon = PlaneRepatriationFilled;
14984
15067
  exports.PlaneRepatriationIcon = PlaneRepatriation;
@@ -15073,6 +15156,8 @@ exports.Toggle = Toggle;
15073
15156
  exports.ToggleLeftIcon = ToggleLeft;
15074
15157
  exports.ToggleRightIcon = ToggleRight;
15075
15158
  exports.ToolIcon = Tool;
15159
+ exports.ToothFillingCrackedIcon = ToothFillingCracked;
15160
+ exports.TrailerPartsIcon = TrailerParts;
15076
15161
  exports.Trash2Icon = Trash2Icon;
15077
15162
  exports.TrashIcon = Trash;
15078
15163
  exports.TrelloIcon = Trello;