@karrotmarket/react-multicolor-icon 0.0.17 → 0.0.19

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 (77) hide show
  1. package/lib/IconAnimalFace.cjs +2 -2
  2. package/lib/IconAnimalFace.js +2 -2
  3. package/lib/IconApple.cjs +2 -2
  4. package/lib/IconApple.js +2 -2
  5. package/lib/IconBoxFlap.cjs +2 -2
  6. package/lib/IconBoxFlap.js +2 -2
  7. package/lib/IconBuilding2.cjs +2 -2
  8. package/lib/IconBuilding2.js +2 -2
  9. package/lib/IconCarFrontside.cjs +2 -2
  10. package/lib/IconCarFrontside.js +2 -2
  11. package/lib/IconCard.cjs +2 -2
  12. package/lib/IconCard.js +2 -2
  13. package/lib/IconCartLoad.cjs +2 -2
  14. package/lib/IconCartLoad.js +2 -2
  15. package/lib/IconCheckmarkCalendar.cjs +2 -2
  16. package/lib/IconCheckmarkCalendar.js +2 -2
  17. package/lib/IconCupHeatwave.cjs +2 -2
  18. package/lib/IconCupHeatwave.js +2 -2
  19. package/lib/IconDumbbell.cjs +2 -2
  20. package/lib/IconDumbbell.js +2 -2
  21. package/lib/IconFigureWalk.cjs +2 -2
  22. package/lib/IconFigureWalk.js +2 -2
  23. package/lib/IconForkSpoon.cjs +2 -2
  24. package/lib/IconForkSpoon.js +2 -2
  25. package/lib/IconForkSpoonBag.cjs +2 -2
  26. package/lib/IconForkSpoonBag.js +2 -2
  27. package/lib/IconFraction_1NUppercase.cjs +2 -2
  28. package/lib/IconFraction_1NUppercase.js +2 -2
  29. package/lib/IconHospital.cjs +2 -2
  30. package/lib/IconHospital.js +2 -2
  31. package/lib/IconLinechartUpXaxis.cjs +2 -2
  32. package/lib/IconLinechartUpXaxis.js +2 -2
  33. package/lib/IconMegaphoneTilted.cjs +2 -2
  34. package/lib/IconMegaphoneTilted.js +2 -2
  35. package/lib/IconMonitor.cjs +2 -2
  36. package/lib/IconMonitor.js +2 -2
  37. package/lib/IconNailpolish.cjs +2 -2
  38. package/lib/IconNailpolish.js +2 -2
  39. package/lib/IconPaintroller.cjs +2 -2
  40. package/lib/IconPaintroller.js +2 -2
  41. package/lib/IconPalette.cjs +2 -2
  42. package/lib/IconPalette.js +2 -2
  43. package/lib/IconPencil.cjs +2 -2
  44. package/lib/IconPencil.js +2 -2
  45. package/lib/IconPerson2Openarms.cjs +2 -2
  46. package/lib/IconPerson2Openarms.js +2 -2
  47. package/lib/IconPersonMagnifyingglass.cjs +2 -2
  48. package/lib/IconPersonMagnifyingglass.js +2 -2
  49. package/lib/IconPlateCovered.cjs +2 -2
  50. package/lib/IconPlateCovered.js +2 -2
  51. package/lib/IconScissors.cjs +2 -2
  52. package/lib/IconScissors.js +2 -2
  53. package/lib/IconShoppingbag2Stacked.cjs +2 -2
  54. package/lib/IconShoppingbag2Stacked.js +2 -2
  55. package/lib/IconShoppingbagItems.cjs +2 -2
  56. package/lib/IconShoppingbagItems.js +2 -2
  57. package/lib/IconSpraybottleSponge.cjs +2 -2
  58. package/lib/IconSpraybottleSponge.js +2 -2
  59. package/lib/IconTriangleRightChatbubbleLeft.cjs +2 -2
  60. package/lib/IconTriangleRightChatbubbleLeft.js +2 -2
  61. package/lib/IconTruck.cjs +2 -2
  62. package/lib/IconTruck.js +2 -2
  63. package/lib/IconTshirtBubble2.cjs +68 -0
  64. package/lib/IconTshirtBubble2.d.ts +11 -0
  65. package/lib/IconTshirtBubble2.js +48 -0
  66. package/lib/IconWindow2Store.cjs +2 -2
  67. package/lib/IconWindow2Store.js +2 -2
  68. package/lib/IconWindow2StoreDoubleband.cjs +2 -2
  69. package/lib/IconWindow2StoreDoubleband.js +2 -2
  70. package/lib/IconWindow4House.cjs +2 -2
  71. package/lib/IconWindow4House.js +2 -2
  72. package/lib/IconWrench.cjs +2 -2
  73. package/lib/IconWrench.js +2 -2
  74. package/lib/index.cjs +3335 -140
  75. package/lib/index.d.ts +1 -0
  76. package/lib/index.js +72 -1785
  77. package/package.json +4 -2
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
package/lib/IconTruck.cjs CHANGED
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
package/lib/IconTruck.js CHANGED
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -0,0 +1,68 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/IconTshirtBubble2.tsx
20
+ var IconTshirtBubble2_exports = {};
21
+ __export(IconTshirtBubble2_exports, {
22
+ default: () => IconTshirtBubble2_default
23
+ });
24
+ module.exports = __toCommonJS(IconTshirtBubble2_exports);
25
+ var import_react = require("react");
26
+ var import_jsx_runtime = require("react/jsx-runtime");
27
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
28
+ "svg",
29
+ {
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ "data-seed-icon": "true",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
+ width: size,
37
+ height: size,
38
+ ref,
39
+ ...props,
40
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
41
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
42
+ "path",
43
+ {
44
+ d: "M15.0596 1.61447C15.2804 1.49863 15.5355 1.47078 15.7745 1.53244L15.876 1.56369L21.4004 3.63693C21.8365 3.80066 22.1017 4.2446 22.0401 4.70627L21.5157 8.63303L21.4991 8.72385C21.3958 9.17363 20.9941 9.50022 20.5245 9.50022H17.792C17.6605 9.50042 17.5508 9.59403 17.5254 9.71799L17.5196 9.77268C17.5207 11.071 17.6902 12.0511 18.0401 13.0578C17.345 13.6984 16.8774 14.5824 16.7725 15.5744C16.2215 15.3655 15.6243 15.2502 15 15.2502C12.3445 15.2503 10.1735 17.3202 10.0108 19.9348C8.79146 19.8381 7.57804 19.6426 6.54594 19.4143C5.81328 19.2522 5.1531 19.0703 4.63188 18.8908C4.37254 18.8016 4.13273 18.7081 3.92973 18.6115C3.75402 18.5279 3.50753 18.3972 3.31743 18.2072C3.01185 17.9016 2.93775 17.4336 3.13286 17.0481L3.91411 15.508L4.29887 14.7317C5.13415 13.0007 5.52756 11.7587 5.52934 9.77268L5.52348 9.71799C5.49812 9.5939 5.38859 9.50022 5.25688 9.50022H2.52446C2.05499 9.49996 1.65296 9.17355 1.54985 8.72385L1.53325 8.63303L1.00883 4.70627C0.947239 4.24482 1.21282 3.80085 1.64848 3.63693L7.17289 1.56369L7.27446 1.53244C7.51345 1.47069 7.7685 1.49865 7.9893 1.61447C8.24165 1.74694 8.42504 1.98154 8.49418 2.25803C8.91519 3.94088 10.1043 4.99994 11.5245 5.00022L11.7881 4.98752C13.0905 4.86498 14.16 3.8357 14.5547 2.25803C14.6238 1.98175 14.8076 1.747 15.0596 1.61447Z",
45
+ fill: "#3CBAF9"
46
+ }
47
+ ),
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
49
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
+ "path",
51
+ {
52
+ d: "M15 17.2502L15.1543 17.2542C15.1709 17.255 15.1875 17.256 15.2041 17.2571C15.2221 17.2583 15.2399 17.2604 15.2578 17.262C15.3874 17.273 15.5143 17.2926 15.6387 17.3196C15.7143 17.336 15.7889 17.3552 15.8623 17.3772C15.8796 17.3824 15.8969 17.3873 15.9141 17.3928C15.9889 17.4168 16.0626 17.4434 16.1348 17.4729C16.1675 17.4863 16.1993 17.5014 16.2314 17.5159C16.2776 17.5367 16.3233 17.5582 16.3682 17.5813C16.3999 17.5976 16.4318 17.6137 16.4629 17.6311C16.5149 17.6602 16.5652 17.6918 16.6152 17.7239C16.656 17.75 16.696 17.7769 16.7354 17.8049C16.7841 17.8396 16.8324 17.8749 16.8789 17.9124C16.9039 17.9325 16.9278 17.9539 16.9521 17.9749C16.9938 18.0106 17.0346 18.0472 17.0742 18.0852C17.0983 18.1083 17.1222 18.1316 17.1455 18.1555C17.2636 18.2766 17.3713 18.4075 17.4678 18.5471C17.4825 18.5684 17.4966 18.5899 17.5107 18.6116C17.5414 18.6585 17.5706 18.7064 17.5986 18.7551C17.618 18.7887 17.6372 18.8223 17.6553 18.8567C17.677 18.898 17.697 18.9402 17.7168 18.9827C17.8968 19.3679 18 19.7969 18 20.2502C17.9998 21.9071 16.6569 23.2502 15 23.2502C13.3431 23.2502 12.0002 21.9071 12 20.2502C12 19.9974 12.0348 19.7524 12.0938 19.5178C12.1035 19.479 12.1118 19.4399 12.123 19.4016C12.1417 19.3383 12.1639 19.2766 12.1865 19.2151C12.196 19.1893 12.2047 19.1634 12.2148 19.1379C12.2359 19.0853 12.2593 19.0338 12.2832 18.9827C12.3005 18.9457 12.3172 18.9085 12.3359 18.8723C12.3587 18.8285 12.3834 18.7859 12.4082 18.7434C12.4314 18.7036 12.4546 18.6639 12.4795 18.6252C12.5046 18.5864 12.5308 18.5485 12.5576 18.511C12.5859 18.4714 12.6154 18.4329 12.6455 18.3948C12.6743 18.3582 12.7039 18.3225 12.7344 18.2874C12.7644 18.2527 12.7955 18.2191 12.8271 18.1858C12.8602 18.1511 12.8931 18.1164 12.9277 18.0833C12.9605 18.0519 12.9941 18.0214 13.0283 17.9915C13.0642 17.9601 13.1004 17.9293 13.1377 17.8997C13.1718 17.8726 13.2069 17.8471 13.2422 17.8215C13.283 17.7919 13.3238 17.7622 13.3662 17.7346C13.4039 17.7101 13.4426 17.6872 13.4814 17.6643C13.5227 17.64 13.5639 17.6154 13.6064 17.593C13.6485 17.5709 13.6921 17.5516 13.7354 17.5315C13.7774 17.5119 13.8192 17.4916 13.8623 17.4739C13.9113 17.4538 13.9615 17.4367 14.0117 17.4192C14.0503 17.4057 14.0886 17.3911 14.1279 17.3792C14.1799 17.3634 14.233 17.3511 14.2861 17.3381C14.3312 17.3271 14.3761 17.3149 14.4219 17.3059C14.4261 17.3051 14.4303 17.3038 14.4346 17.303C14.5209 17.2865 14.6085 17.2738 14.6973 17.2649C14.7093 17.2637 14.7213 17.263 14.7334 17.262C14.8212 17.2542 14.9101 17.2502 15 17.2502Z",
53
+ fill: "#1D7EDE"
54
+ }
55
+ ),
56
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
57
+ "path",
58
+ {
59
+ d: "M20.75 13.8C21.9652 13.8 22.9501 14.7851 22.9502 16.0002C22.95 17.2154 21.9652 18.2004 20.75 18.2004C19.5348 18.2004 18.55 17.2154 18.5498 16.0002C18.5499 14.7851 19.5348 13.8001 20.75 13.8Z",
60
+ fill: "#1D7EDE"
61
+ }
62
+ )
63
+ ] })
64
+ ] })
65
+ }
66
+ );
67
+ var IconTshirtBubble2 = (0, import_react.forwardRef)(Icon);
68
+ var IconTshirtBubble2_default = IconTshirtBubble2;
@@ -0,0 +1,11 @@
1
+ import * as React from 'react';
2
+ import type { SVGProps } from 'react';
3
+ type IconProps = Omit<SVGProps<SVGSVGElement>, 'fill' | 'stroke' | 'color' | 'stopColor' | 'floodColor' | 'lightingColor' | 'style' | 'className'> & {
4
+ size?: number | string;
5
+ };
6
+ /**
7
+ * @alias tee,short,bubble,laundry,cleaning,dry,세탁,세탁소,빨래,거품,반팔
8
+ * @preview ![icon](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJcSURBVHgBtVXBbtNAEJ3ZdVIqcTB3UgzijnutgmouQZwIX0D6BUnvlDjwAZQvIPkCwpFwSFBRr80HlMZVPwAjVaoSxzvMpk7TJN6QSOmTLHtnd96bndkdA9wx0DSR/xF5oJRnZVW982IzmJ332mQPB4OKQmweF7JdE4816xQN+yUk8RpIeVp+GEmbpyqzjsOo7wNiWQBVn7f6Acdak5m4MxsM3kRLVAUgLyWI0Mqo7duOXvvKiSPRJgBnbjVCEwm/HRWydT0UIyOptoFcw9ZkO62BOw6Gd/U1lXzEBUUC+jIeWteiFBCgYxAATcapOMm3+joYWALh+ENcE4gA1grsTgkg0TmsEUTq75SAEtSFNQJv7WBUg4y1UeczbU9W4O6CoqdRdjjsnzekStUnYinIf9dnHKqwLAhqv15u+GlTItUByYYVgIiPTHPCYN6FlWBO55yAvqXs4MJK4BokcPyey49tFOBbu3zuE8g4rul3rnrWjhWd8PNnq3b+Vttmmt2VM4ygtJAN+ZYq9Rml6PJ5D1EJu/NqM8gdnJa42N54GcWxz6+GtUr0CKohL+9VOm8whP8Ak/M5JcA9p2gmh+CosFnS37l3p0WQyClAm3fTuPj4tC6lbCqiMhG4TB4S4v6cAArYAwWf0jsljvLMuS3z9g91NImTt3Xw2w78x4c82tZF5nfA4zAJbB47rUtXgnRJoQtCPONu68hMlv8JGOben/VgPoDw4sOTB2lcVprxuHBf9xJTf3JSbMaLKWBV4OTMT2zUhHUJSIQ9LmIw0YOuRLEP68ZDv+clBV2IfwLN8On91I3UAAAAAElFTkSuQmCC)
9
+ */
10
+ declare const IconTshirtBubble2: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
11
+ export default IconTshirtBubble2;
@@ -0,0 +1,48 @@
1
+ // src/IconTshirtBubble2.tsx
2
+ import { forwardRef } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
5
+ "svg",
6
+ {
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ "data-seed-icon": "true",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
+ width: size,
14
+ height: size,
15
+ ref,
16
+ ...props,
17
+ children: /* @__PURE__ */ jsxs("g", { children: [
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ d: "M15.0596 1.61447C15.2804 1.49863 15.5355 1.47078 15.7745 1.53244L15.876 1.56369L21.4004 3.63693C21.8365 3.80066 22.1017 4.2446 22.0401 4.70627L21.5157 8.63303L21.4991 8.72385C21.3958 9.17363 20.9941 9.50022 20.5245 9.50022H17.792C17.6605 9.50042 17.5508 9.59403 17.5254 9.71799L17.5196 9.77268C17.5207 11.071 17.6902 12.0511 18.0401 13.0578C17.345 13.6984 16.8774 14.5824 16.7725 15.5744C16.2215 15.3655 15.6243 15.2502 15 15.2502C12.3445 15.2503 10.1735 17.3202 10.0108 19.9348C8.79146 19.8381 7.57804 19.6426 6.54594 19.4143C5.81328 19.2522 5.1531 19.0703 4.63188 18.8908C4.37254 18.8016 4.13273 18.7081 3.92973 18.6115C3.75402 18.5279 3.50753 18.3972 3.31743 18.2072C3.01185 17.9016 2.93775 17.4336 3.13286 17.0481L3.91411 15.508L4.29887 14.7317C5.13415 13.0007 5.52756 11.7587 5.52934 9.77268L5.52348 9.71799C5.49812 9.5939 5.38859 9.50022 5.25688 9.50022H2.52446C2.05499 9.49996 1.65296 9.17355 1.54985 8.72385L1.53325 8.63303L1.00883 4.70627C0.947239 4.24482 1.21282 3.80085 1.64848 3.63693L7.17289 1.56369L7.27446 1.53244C7.51345 1.47069 7.7685 1.49865 7.9893 1.61447C8.24165 1.74694 8.42504 1.98154 8.49418 2.25803C8.91519 3.94088 10.1043 4.99994 11.5245 5.00022L11.7881 4.98752C13.0905 4.86498 14.16 3.8357 14.5547 2.25803C14.6238 1.98175 14.8076 1.747 15.0596 1.61447Z",
22
+ fill: "#3CBAF9"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsxs("g", { children: [
26
+ /* @__PURE__ */ jsx(
27
+ "path",
28
+ {
29
+ d: "M15 17.2502L15.1543 17.2542C15.1709 17.255 15.1875 17.256 15.2041 17.2571C15.2221 17.2583 15.2399 17.2604 15.2578 17.262C15.3874 17.273 15.5143 17.2926 15.6387 17.3196C15.7143 17.336 15.7889 17.3552 15.8623 17.3772C15.8796 17.3824 15.8969 17.3873 15.9141 17.3928C15.9889 17.4168 16.0626 17.4434 16.1348 17.4729C16.1675 17.4863 16.1993 17.5014 16.2314 17.5159C16.2776 17.5367 16.3233 17.5582 16.3682 17.5813C16.3999 17.5976 16.4318 17.6137 16.4629 17.6311C16.5149 17.6602 16.5652 17.6918 16.6152 17.7239C16.656 17.75 16.696 17.7769 16.7354 17.8049C16.7841 17.8396 16.8324 17.8749 16.8789 17.9124C16.9039 17.9325 16.9278 17.9539 16.9521 17.9749C16.9938 18.0106 17.0346 18.0472 17.0742 18.0852C17.0983 18.1083 17.1222 18.1316 17.1455 18.1555C17.2636 18.2766 17.3713 18.4075 17.4678 18.5471C17.4825 18.5684 17.4966 18.5899 17.5107 18.6116C17.5414 18.6585 17.5706 18.7064 17.5986 18.7551C17.618 18.7887 17.6372 18.8223 17.6553 18.8567C17.677 18.898 17.697 18.9402 17.7168 18.9827C17.8968 19.3679 18 19.7969 18 20.2502C17.9998 21.9071 16.6569 23.2502 15 23.2502C13.3431 23.2502 12.0002 21.9071 12 20.2502C12 19.9974 12.0348 19.7524 12.0938 19.5178C12.1035 19.479 12.1118 19.4399 12.123 19.4016C12.1417 19.3383 12.1639 19.2766 12.1865 19.2151C12.196 19.1893 12.2047 19.1634 12.2148 19.1379C12.2359 19.0853 12.2593 19.0338 12.2832 18.9827C12.3005 18.9457 12.3172 18.9085 12.3359 18.8723C12.3587 18.8285 12.3834 18.7859 12.4082 18.7434C12.4314 18.7036 12.4546 18.6639 12.4795 18.6252C12.5046 18.5864 12.5308 18.5485 12.5576 18.511C12.5859 18.4714 12.6154 18.4329 12.6455 18.3948C12.6743 18.3582 12.7039 18.3225 12.7344 18.2874C12.7644 18.2527 12.7955 18.2191 12.8271 18.1858C12.8602 18.1511 12.8931 18.1164 12.9277 18.0833C12.9605 18.0519 12.9941 18.0214 13.0283 17.9915C13.0642 17.9601 13.1004 17.9293 13.1377 17.8997C13.1718 17.8726 13.2069 17.8471 13.2422 17.8215C13.283 17.7919 13.3238 17.7622 13.3662 17.7346C13.4039 17.7101 13.4426 17.6872 13.4814 17.6643C13.5227 17.64 13.5639 17.6154 13.6064 17.593C13.6485 17.5709 13.6921 17.5516 13.7354 17.5315C13.7774 17.5119 13.8192 17.4916 13.8623 17.4739C13.9113 17.4538 13.9615 17.4367 14.0117 17.4192C14.0503 17.4057 14.0886 17.3911 14.1279 17.3792C14.1799 17.3634 14.233 17.3511 14.2861 17.3381C14.3312 17.3271 14.3761 17.3149 14.4219 17.3059C14.4261 17.3051 14.4303 17.3038 14.4346 17.303C14.5209 17.2865 14.6085 17.2738 14.6973 17.2649C14.7093 17.2637 14.7213 17.263 14.7334 17.262C14.8212 17.2542 14.9101 17.2502 15 17.2502Z",
30
+ fill: "#1D7EDE"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ jsx(
34
+ "path",
35
+ {
36
+ d: "M20.75 13.8C21.9652 13.8 22.9501 14.7851 22.9502 16.0002C22.95 17.2154 21.9652 18.2004 20.75 18.2004C19.5348 18.2004 18.55 17.2154 18.5498 16.0002C18.5499 14.7851 19.5348 13.8001 20.75 13.8Z",
37
+ fill: "#1D7EDE"
38
+ }
39
+ )
40
+ ] })
41
+ ] })
42
+ }
43
+ );
44
+ var IconTshirtBubble2 = forwardRef(Icon);
45
+ var IconTshirtBubble2_default = IconTshirtBubble2;
46
+ export {
47
+ IconTshirtBubble2_default as default
48
+ };
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,
@@ -31,8 +31,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
31
31
  fill: "none",
32
32
  xmlns: "http://www.w3.org/2000/svg",
33
33
  "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.13",
35
- "data-seed-icon-react-version": "0.0.17",
34
+ "data-seed-icon-asset-version": "0.0.14",
35
+ "data-seed-icon-react-version": "0.0.19",
36
36
  width: size,
37
37
  height: size,
38
38
  ref,
package/lib/IconWrench.js CHANGED
@@ -8,8 +8,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsx(
8
8
  fill: "none",
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.13",
12
- "data-seed-icon-react-version": "0.0.17",
11
+ "data-seed-icon-asset-version": "0.0.14",
12
+ "data-seed-icon-react-version": "0.0.19",
13
13
  width: size,
14
14
  height: size,
15
15
  ref,