@iguanads/icons 1.11.2 → 1.12.0

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.
@@ -31,6 +31,7 @@ __export(two_colors_exports, {
31
31
  Favorite: () => Favorite_default,
32
32
  Help: () => Help_default,
33
33
  Loyalty: () => Loyalty_default,
34
+ Magic: () => Magic_default,
34
35
  Matches: () => Matches_default,
35
36
  Messages: () => Messages_default,
36
37
  Money: () => Money_default,
@@ -43,6 +44,7 @@ __export(two_colors_exports, {
43
44
  Rate: () => Rate_default,
44
45
  Search: () => Search_default,
45
46
  SignOut: () => SignOut_default,
47
+ Support: () => Support_default,
46
48
  Timesheet: () => Timesheet_default,
47
49
  Trash: () => Trash_default,
48
50
  User: () => User_default,
@@ -52,234 +54,1123 @@ module.exports = __toCommonJS(two_colors_exports);
52
54
 
53
55
  // src/two-colors/AdditionsDeductions.tsx
54
56
  var import_jsx_runtime = require("react/jsx-runtime");
55
- var SvgAdditionsDeductions = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
56
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.9, d: "M15.273 6h2.435c2.302 0 4.167 1.79 4.167 4v7c0 2.21-1.866 4-4.167 4H9.936c-.352 0-.681-.171-.873-.455a.97.97 0 0 1-.079-.951l7.032-15.188a.97.97 0 0 0-.079-.95A1.05 1.05 0 0 0 15.064 3H7.292C4.99 3 3.125 4.79 3.125 7v7c0 2.21 1.865 4 4.167 4h2.442" }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "M15.625 14h2.083M7.292 10h2.083M8.333 9v2" })
58
- ] });
57
+ var SvgAdditionsDeductions = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
58
+ "svg",
59
+ {
60
+ xmlns: "http://www.w3.org/2000/svg",
61
+ fill: "none",
62
+ viewBox: "0 0 24 24",
63
+ width: props.width || 24,
64
+ height: props.height || 24,
65
+ className: props.className,
66
+ ...props,
67
+ children: [
68
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
69
+ "path",
70
+ {
71
+ stroke: props.color || "currentColor",
72
+ strokeLinecap: "round",
73
+ strokeLinejoin: "round",
74
+ strokeWidth: 0.9,
75
+ d: "M15.273 6h2.435c2.302 0 4.167 1.79 4.167 4v7c0 2.21-1.866 4-4.167 4H9.936c-.352 0-.681-.171-.873-.455a.97.97 0 0 1-.079-.951l7.032-15.188a.97.97 0 0 0-.079-.95A1.05 1.05 0 0 0 15.064 3H7.292C4.99 3 3.125 4.79 3.125 7v7c0 2.21 1.865 4 4.167 4h2.442"
76
+ }
77
+ ),
78
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
79
+ "path",
80
+ {
81
+ stroke: "#FF4C4C",
82
+ strokeLinecap: "round",
83
+ strokeLinejoin: "round",
84
+ d: "M15.625 14h2.083M7.292 10h2.083M8.333 9v2"
85
+ }
86
+ )
87
+ ]
88
+ }
89
+ );
59
90
  var AdditionsDeductions_default = SvgAdditionsDeductions;
60
91
 
61
92
  // src/two-colors/Bag.tsx
62
93
  var import_jsx_runtime2 = require("react/jsx-runtime");
63
- var SvgBag = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
64
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: "#FF4C4C", d: "M8.11 7.305c-.62.834-1.33 1.78-1.33 2.523v2.492c0 .447.29 1.108 1.11 1.108.26 0 .49-.071.67-.214.18.143.4.214.65.214s.48-.071.67-.224c.18.143.4.224.66.224.78 0 1.06-.692 1.11-1.109v-2.237c.04-.193.64-1.302.99-1.963.86-1.597.99-1.871.99-2.085V4.925h-.89v1.038c-.06.183-.54 1.088-.86 1.678l-.02.04c-.94 1.74-1.1 2.096-1.1 2.33v2.248c0 .08-.05.264-.22.264s-.21-.183-.22-.254a.454.454 0 0 0-.44-.397c-.22 0-.42.173-.44.407-.02.163-.09.254-.22.254-.16 0-.21-.132-.22-.244-.02-.244-.27-.417-.46-.407-.24 0-.42.204-.43.438 0 .152-.07.213-.22.213s-.21-.06-.22-.203V9.838c0-.448.69-1.373 1.15-1.983.55-.733.83-1.13.83-1.485V4.925h-.89V6.33c-.02.132-.43.671-.65.966z" }),
65
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", { fill: props.color || "currentColor", d: "m19.75 8.709-1.54-2.34s-.05-.08-.1-.142V4.936c0-.478-.09-.936-1.14-.936H7.19c-.86 0-1.25.295-1.25.966v1.251L4.24 8.71l-.08.112A7.1 7.1 0 0 0 3 12.726v4.73c.04 1.149.95 2.044 2.09 2.044H18.9c1.16 0 2.1-.946 2.1-2.105v-4.669c0-1.444-.43-2.837-1.24-4.017zm-5.76 9.855H5.05c-.6-.03-1.08-.518-1.1-1.129v-4.831A6.1 6.1 0 0 1 4.96 9.34l1.79-2.624.03-.051a.9.9 0 0 0 .11-.417V4.956c.08-.01.18-.02.3-.02h9.98v1.017L15.38 8.25l-.11.163a7.84 7.84 0 0 0-1.29 4.17v5.99zm6.07-1.17v.052c-.03.63-.53 1.118-1.15 1.118h-3.97v-5.97a6.96 6.96 0 0 1 1.2-3.773l1.39-1.79 1.44 2.187a6.2 6.2 0 0 1 1.09 3.498z" })
66
- ] });
94
+ var SvgBag = (props) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
95
+ "svg",
96
+ {
97
+ xmlns: "http://www.w3.org/2000/svg",
98
+ fill: "none",
99
+ viewBox: "0 0 24 24",
100
+ width: props.width || 24,
101
+ height: props.height || 24,
102
+ className: props.className,
103
+ ...props,
104
+ children: [
105
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
106
+ "path",
107
+ {
108
+ fill: "#FF4C4C",
109
+ d: "M8.11 7.305c-.62.834-1.33 1.78-1.33 2.523v2.492c0 .447.29 1.108 1.11 1.108.26 0 .49-.071.67-.214.18.143.4.214.65.214s.48-.071.67-.224c.18.143.4.224.66.224.78 0 1.06-.692 1.11-1.109v-2.237c.04-.193.64-1.302.99-1.963.86-1.597.99-1.871.99-2.085V4.925h-.89v1.038c-.06.183-.54 1.088-.86 1.678l-.02.04c-.94 1.74-1.1 2.096-1.1 2.33v2.248c0 .08-.05.264-.22.264s-.21-.183-.22-.254a.454.454 0 0 0-.44-.397c-.22 0-.42.173-.44.407-.02.163-.09.254-.22.254-.16 0-.21-.132-.22-.244-.02-.244-.27-.417-.46-.407-.24 0-.42.204-.43.438 0 .152-.07.213-.22.213s-.21-.06-.22-.203V9.838c0-.448.69-1.373 1.15-1.983.55-.733.83-1.13.83-1.485V4.925h-.89V6.33c-.02.132-.43.671-.65.966z"
110
+ }
111
+ ),
112
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
113
+ "path",
114
+ {
115
+ fill: props.color || "currentColor",
116
+ d: "m19.75 8.709-1.54-2.34s-.05-.08-.1-.142V4.936c0-.478-.09-.936-1.14-.936H7.19c-.86 0-1.25.295-1.25.966v1.251L4.24 8.71l-.08.112A7.1 7.1 0 0 0 3 12.726v4.73c.04 1.149.95 2.044 2.09 2.044H18.9c1.16 0 2.1-.946 2.1-2.105v-4.669c0-1.444-.43-2.837-1.24-4.017zm-5.76 9.855H5.05c-.6-.03-1.08-.518-1.1-1.129v-4.831A6.1 6.1 0 0 1 4.96 9.34l1.79-2.624.03-.051a.9.9 0 0 0 .11-.417V4.956c.08-.01.18-.02.3-.02h9.98v1.017L15.38 8.25l-.11.163a7.84 7.84 0 0 0-1.29 4.17v5.99zm6.07-1.17v.052c-.03.63-.53 1.118-1.15 1.118h-3.97v-5.97a6.96 6.96 0 0 1 1.2-3.773l1.39-1.79 1.44 2.187a6.2 6.2 0 0 1 1.09 3.498z"
117
+ }
118
+ )
119
+ ]
120
+ }
121
+ );
67
122
  var Bag_default = SvgBag;
68
123
 
69
124
  // src/two-colors/BarcodeError.tsx
70
125
  var import_jsx_runtime3 = require("react/jsx-runtime");
71
- var SvgBarcodeError = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
72
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M11 20H5.5A2.5 2.5 0 0 1 3 17.5v-11A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5V12" }),
73
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "m20.26 14.338-5.299 5.61m0-5.61 5.299 5.61" }),
74
- /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M10.035 15.964a.05.05 0 1 1-.071.071.05.05 0 0 1 .071-.071M16 8.025V10M7 8.025V16m6-7.975V11m-3-2.975V13" })
75
- ] });
126
+ var SvgBarcodeError = (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
127
+ "svg",
128
+ {
129
+ xmlns: "http://www.w3.org/2000/svg",
130
+ fill: "none",
131
+ viewBox: "0 0 24 24",
132
+ width: props.width || 24,
133
+ height: props.height || 24,
134
+ className: props.className,
135
+ ...props,
136
+ children: [
137
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
138
+ "path",
139
+ {
140
+ stroke: props.color || "currentColor",
141
+ strokeLinecap: "round",
142
+ strokeLinejoin: "round",
143
+ d: "M11 20H5.5A2.5 2.5 0 0 1 3 17.5v-11A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5V12"
144
+ }
145
+ ),
146
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
147
+ "path",
148
+ {
149
+ stroke: "#FF4C4C",
150
+ strokeLinecap: "round",
151
+ strokeLinejoin: "round",
152
+ d: "m20.26 14.338-5.299 5.61m0-5.61 5.299 5.61"
153
+ }
154
+ ),
155
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
156
+ "path",
157
+ {
158
+ stroke: props.color || "currentColor",
159
+ strokeLinecap: "round",
160
+ strokeLinejoin: "round",
161
+ d: "M10.035 15.964a.05.05 0 1 1-.071.071.05.05 0 0 1 .071-.071M16 8.025V10M7 8.025V16m6-7.975V11m-3-2.975V13"
162
+ }
163
+ )
164
+ ]
165
+ }
166
+ );
76
167
  var BarcodeError_default = SvgBarcodeError;
77
168
 
78
169
  // src/two-colors/Calendar.tsx
79
170
  var import_jsx_runtime4 = require("react/jsx-runtime");
80
- var SvgCalendar = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
81
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: props.color || "currentColor", d: "M19.68 5.18H17.6v-.82C17.6 3.61 17 3 16.27 3s-1.33.61-1.33 1.36v.82H9.07v-.82c0-.75-.6-1.36-1.33-1.36s-1.33.61-1.33 1.36v.82H4.33C3.6 5.18 3 5.79 3 6.54v13.1c0 .75.6 1.36 1.33 1.36h15.34c.73 0 1.33-.61 1.33-1.36V6.54c0-.75-.6-1.36-1.33-1.36zm-3.78-.82c0-.22.16-.39.38-.39s.38.17.38.39v2.62c0 .22-.16.39-.38.39s-.38-.17-.38-.39zm-8.53 0c0-.22.16-.39.38-.39s.38.17.38.39v2.62c0 .22-.16.39-.38.39s-.38-.17-.38-.39zm12.69 4.03v11.25c0 .22-.16.39-.38.39H4.34c-.21 0-.38-.17-.38-.39V6.54c0-.22.16-.39.38-.39h2.08v.82c0 .75.6 1.36 1.33 1.36s1.33-.61 1.33-1.36v-.82h5.87v.82c0 .75.6 1.36 1.33 1.36s1.33-.61 1.33-1.36v-.82h2.08c.21 0 .38.17.38.39v1.85z" }),
82
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#FF4C4C", d: "M20.06 9.11H3.96v.97h16.1z" })
83
- ] });
171
+ var SvgCalendar = (props) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
172
+ "svg",
173
+ {
174
+ xmlns: "http://www.w3.org/2000/svg",
175
+ fill: "none",
176
+ viewBox: "0 0 24 24",
177
+ width: props.width || 24,
178
+ height: props.height || 24,
179
+ className: props.className,
180
+ ...props,
181
+ children: [
182
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
183
+ "path",
184
+ {
185
+ fill: props.color || "currentColor",
186
+ d: "M19.68 5.18H17.6v-.82C17.6 3.61 17 3 16.27 3s-1.33.61-1.33 1.36v.82H9.07v-.82c0-.75-.6-1.36-1.33-1.36s-1.33.61-1.33 1.36v.82H4.33C3.6 5.18 3 5.79 3 6.54v13.1c0 .75.6 1.36 1.33 1.36h15.34c.73 0 1.33-.61 1.33-1.36V6.54c0-.75-.6-1.36-1.33-1.36zm-3.78-.82c0-.22.16-.39.38-.39s.38.17.38.39v2.62c0 .22-.16.39-.38.39s-.38-.17-.38-.39zm-8.53 0c0-.22.16-.39.38-.39s.38.17.38.39v2.62c0 .22-.16.39-.38.39s-.38-.17-.38-.39zm12.69 4.03v11.25c0 .22-.16.39-.38.39H4.34c-.21 0-.38-.17-.38-.39V6.54c0-.22.16-.39.38-.39h2.08v.82c0 .75.6 1.36 1.33 1.36s1.33-.61 1.33-1.36v-.82h5.87v.82c0 .75.6 1.36 1.33 1.36s1.33-.61 1.33-1.36v-.82h2.08c.21 0 .38.17.38.39v1.85z"
187
+ }
188
+ ),
189
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", { fill: "#FF4C4C", d: "M20.06 9.11H3.96v.97h16.1z" })
190
+ ]
191
+ }
192
+ );
84
193
  var Calendar_default = SvgCalendar;
85
194
 
86
195
  // src/two-colors/Cart.tsx
87
196
  var import_jsx_runtime5 = require("react/jsx-runtime");
88
- var SvgCart = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
89
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M9.368 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.18 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186" }),
90
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: props.color || "currentColor", d: "M20.898 7.825a.55.55 0 0 0-.43-.209H6.908l-.26-1.434a2.47 2.47 0 0 0-2.01-1.992l-1.01-.179c-.14-.03-.28 0-.4.09-.12.08-.2.199-.22.348-.05.29.14.568.43.618l1.02.179c.58.1 1.03.558 1.14 1.135l1.37 7.708a2.07 2.07 0 0 0 2.05 1.713h8.15c.91 0 1.73-.608 1.99-1.474l1.82-6.015a.53.53 0 0 0-.08-.468zm-1.15.847-1.62 5.327c-.13.419-.52.717-.96.717h-8.15c-.49 0-.91-.348-1-.836l-.93-5.208z" }),
91
- /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", { fill: "#FF4C4C", d: "M17.498 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.19 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186" })
92
- ] });
197
+ var SvgCart = (props) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
198
+ "svg",
199
+ {
200
+ xmlns: "http://www.w3.org/2000/svg",
201
+ fill: "none",
202
+ viewBox: "0 0 24 24",
203
+ width: props.width || 24,
204
+ height: props.height || 24,
205
+ className: props.className,
206
+ ...props,
207
+ children: [
208
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
209
+ "path",
210
+ {
211
+ fill: "#FF4C4C",
212
+ d: "M9.368 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.18 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186"
213
+ }
214
+ ),
215
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
216
+ "path",
217
+ {
218
+ fill: props.color || "currentColor",
219
+ d: "M20.898 7.825a.55.55 0 0 0-.43-.209H6.908l-.26-1.434a2.47 2.47 0 0 0-2.01-1.992l-1.01-.179c-.14-.03-.28 0-.4.09-.12.08-.2.199-.22.348-.05.29.14.568.43.618l1.02.179c.58.1 1.03.558 1.14 1.135l1.37 7.708a2.07 2.07 0 0 0 2.05 1.713h8.15c.91 0 1.73-.608 1.99-1.474l1.82-6.015a.53.53 0 0 0-.08-.468zm-1.15.847-1.62 5.327c-.13.419-.52.717-.96.717h-8.15c-.49 0-.91-.348-1-.836l-.93-5.208z"
220
+ }
221
+ ),
222
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
223
+ "path",
224
+ {
225
+ fill: "#FF4C4C",
226
+ d: "M17.498 16.499a2.26 2.26 0 0 0-2.26 2.25c0 1.245 1.01 2.251 2.26 2.251s2.26-1.006 2.26-2.25a2.26 2.26 0 0 0-2.26-2.251m1.19 2.25a1.19 1.19 0 0 1-2.38 0c0-.657.53-1.185 1.19-1.185s1.19.528 1.19 1.186"
227
+ }
228
+ )
229
+ ]
230
+ }
231
+ );
93
232
  var Cart_default = SvgCart;
94
233
 
95
234
  // src/two-colors/Deliver.tsx
96
235
  var import_jsx_runtime6 = require("react/jsx-runtime");
97
- var SvgDeliver = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
98
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", d: "M14.97 14.6H9.4a.43.43 0 0 0-.45.45c0 .27.18.45.45.45h5.57c.26 0 .45-.18.45-.45s-.18-.45-.45-.45" }),
99
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: "#FF4C4C", d: "M6.75 10.8c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69 1.7-.81 1.7-1.69c0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8m10.86-2.49c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69c.86 0 1.62-.75 1.7-1.69 0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8" }),
100
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", { fill: props.color || "currentColor", d: "M22.38 8.68c0-.68-.6-1.28-1.28-1.28h-.97c-.37 0-.7.16-.94.43L18.06 5.1c-.3-.67-.96-1.1-1.69-1.1H8.01c-.75 0-1.47.45-1.76 1.1L5.14 7.77c-.23-.25-.54-.38-.89-.38h-.97C2.6 7.39 2 7.99 2 8.67s.6 1.28 1.28 1.28h.33c-.32.38-.5.85-.5 1.35v6.71c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1v-.94h9.69v.94c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1V11.3c0-.5-.18-.97-.5-1.35h.33c.68 0 1.28-.6 1.28-1.28zM7.12 5.47c.13-.31.51-.56.88-.56h8.36c.32 0 .74.15.88.56l1.55 3.74H5.57zm-3.85 3.6c-.22 0-.39-.16-.39-.38s.16-.38.39-.38h.97q.255 0 .33.15c.06.11.06.28 0 .41-.05.15-.14.21-.32.21h-.97zm17.1 8.95c0 .08-.02.11-.11.11h-2.23c-.08 0-.11-.02-.11-.11v-1.38a.43.43 0 0 0-.45-.45H6.89a.43.43 0 0 0-.45.45v1.38c0 .08-.02.11-.11.11H4.1c-.08 0-.11-.02-.11-.11v-6.71c0-.64.58-1.21 1.22-1.21h13.92c.64 0 1.22.58 1.22 1.21v6.71zm-.18-8.95c-.1 0-.22-.12-.35-.25-.07-.07-.07-.2.02-.37q.075-.15.33-.15h.97c.22 0 .39.16.39.38s-.16.38-.39.38h-.97z" })
101
- ] });
236
+ var SvgDeliver = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
237
+ "svg",
238
+ {
239
+ xmlns: "http://www.w3.org/2000/svg",
240
+ fill: "none",
241
+ viewBox: "0 0 24 24",
242
+ width: props.width || 24,
243
+ height: props.height || 24,
244
+ className: props.className,
245
+ ...props,
246
+ children: [
247
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
248
+ "path",
249
+ {
250
+ fill: props.color || "currentColor",
251
+ d: "M14.97 14.6H9.4a.43.43 0 0 0-.45.45c0 .27.18.45.45.45h5.57c.26 0 .45-.18.45-.45s-.18-.45-.45-.45"
252
+ }
253
+ ),
254
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
255
+ "path",
256
+ {
257
+ fill: "#FF4C4C",
258
+ d: "M6.75 10.8c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69 1.7-.81 1.7-1.69c0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8m10.86-2.49c-.92 0-1.7.77-1.7 1.69s.78 1.69 1.7 1.69c.86 0 1.62-.75 1.7-1.69 0-.95-.75-1.69-1.7-1.69m0 2.49c-.43 0-.81-.37-.81-.8s.38-.8.81-.8.81.37.81.8-.38.8-.81.8"
259
+ }
260
+ ),
261
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
262
+ "path",
263
+ {
264
+ fill: props.color || "currentColor",
265
+ d: "M22.38 8.68c0-.68-.6-1.28-1.28-1.28h-.97c-.37 0-.7.16-.94.43L18.06 5.1c-.3-.67-.96-1.1-1.69-1.1H8.01c-.75 0-1.47.45-1.76 1.1L5.14 7.77c-.23-.25-.54-.38-.89-.38h-.97C2.6 7.39 2 7.99 2 8.67s.6 1.28 1.28 1.28h.33c-.32.38-.5.85-.5 1.35v6.71c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1v-.94h9.69v.94c0 .54.46 1 1 1h2.23c.54 0 1-.46 1-1V11.3c0-.5-.18-.97-.5-1.35h.33c.68 0 1.28-.6 1.28-1.28zM7.12 5.47c.13-.31.51-.56.88-.56h8.36c.32 0 .74.15.88.56l1.55 3.74H5.57zm-3.85 3.6c-.22 0-.39-.16-.39-.38s.16-.38.39-.38h.97q.255 0 .33.15c.06.11.06.28 0 .41-.05.15-.14.21-.32.21h-.97zm17.1 8.95c0 .08-.02.11-.11.11h-2.23c-.08 0-.11-.02-.11-.11v-1.38a.43.43 0 0 0-.45-.45H6.89a.43.43 0 0 0-.45.45v1.38c0 .08-.02.11-.11.11H4.1c-.08 0-.11-.02-.11-.11v-6.71c0-.64.58-1.21 1.22-1.21h13.92c.64 0 1.22.58 1.22 1.21v6.71zm-.18-8.95c-.1 0-.22-.12-.35-.25-.07-.07-.07-.2.02-.37q.075-.15.33-.15h.97c.22 0 .39.16.39.38s-.16.38-.39.38h-.97z"
266
+ }
267
+ )
268
+ ]
269
+ }
270
+ );
102
271
  var Deliver_default = SvgDeliver;
103
272
 
104
273
  // src/two-colors/DocumentSuccess.tsx
105
274
  var import_jsx_runtime7 = require("react/jsx-runtime");
106
- var SvgDocumentSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
107
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M8.004 9h8M9 15h-.996m0-3H10m10-2V4.498a1 1 0 0 0-.551-.894l-.99-.498a1 1 0 0 0-.892-.002l-1.573.777-1.54-.774a1 1 0 0 0-.895-.001L12 3.882l-1.559-.776a1 1 0 0 0-.894.001l-1.541.774-1.573-.777a1 1 0 0 0-.892.002l-.99.498A1 1 0 0 0 4 4.498V20a1 1 0 0 0 1 1h5" }),
108
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("rect", { width: 9, height: 8, x: 13, y: 13, stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", rx: 2.25 }),
109
- /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "m18.783 16.445-1.562 1.5-.938-.9" })
110
- ] });
275
+ var SvgDocumentSuccess = (props) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
276
+ "svg",
277
+ {
278
+ xmlns: "http://www.w3.org/2000/svg",
279
+ fill: "none",
280
+ viewBox: "0 0 24 24",
281
+ width: props.width || 24,
282
+ height: props.height || 24,
283
+ className: props.className,
284
+ ...props,
285
+ children: [
286
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
287
+ "path",
288
+ {
289
+ stroke: props.color || "currentColor",
290
+ strokeLinecap: "round",
291
+ strokeLinejoin: "round",
292
+ d: "M8.004 9h8M9 15h-.996m0-3H10m10-2V4.498a1 1 0 0 0-.551-.894l-.99-.498a1 1 0 0 0-.892-.002l-1.573.777-1.54-.774a1 1 0 0 0-.895-.001L12 3.882l-1.559-.776a1 1 0 0 0-.894.001l-1.541.774-1.573-.777a1 1 0 0 0-.892.002l-.99.498A1 1 0 0 0 4 4.498V20a1 1 0 0 0 1 1h5"
293
+ }
294
+ ),
295
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
296
+ "rect",
297
+ {
298
+ width: 9,
299
+ height: 8,
300
+ x: 13,
301
+ y: 13,
302
+ stroke: props.color || "currentColor",
303
+ strokeLinecap: "round",
304
+ strokeLinejoin: "round",
305
+ rx: 2.25
306
+ }
307
+ ),
308
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
309
+ "path",
310
+ {
311
+ stroke: "#FF4C4C",
312
+ strokeLinecap: "round",
313
+ strokeLinejoin: "round",
314
+ d: "m18.783 16.445-1.562 1.5-.938-.9"
315
+ }
316
+ )
317
+ ]
318
+ }
319
+ );
111
320
  var DocumentSuccess_default = SvgDocumentSuccess;
112
321
 
113
322
  // src/two-colors/Error.tsx
114
323
  var import_jsx_runtime8 = require("react/jsx-runtime");
115
- var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
116
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { stroke: props.color || "currentColor", strokeWidth: 1.2, d: "M12 1.6c5.738 0 10.4 4.662 10.4 10.4S17.738 22.4 12 22.4 1.6 17.738 1.6 12 6.262 1.6 12 1.6Z" }),
117
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", { fill: "#FF4C4C", d: "M14.641 8.2a.59.59 0 0 1 .822-.06.577.577 0 0 1 .065.817l-.003.003-2.9 3.316 2.93 3.35a.57.57 0 0 1-.06.822.59.59 0 0 1-.824-.062l-2.822-3.229-2.821 3.23-.001.001a.59.59 0 0 1-.823.06.58.58 0 0 1-.065-.817l.003-.004 2.931-3.351-2.9-3.316a.57.57 0 0 1 .066-.824.59.59 0 0 1 .82.065l2.79 3.189 2.79-3.19z" })
118
- ] });
324
+ var SvgError = (props) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
325
+ "svg",
326
+ {
327
+ xmlns: "http://www.w3.org/2000/svg",
328
+ fill: "none",
329
+ viewBox: "0 0 24 24",
330
+ width: props.width || 24,
331
+ height: props.height || 24,
332
+ className: props.className,
333
+ ...props,
334
+ children: [
335
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
336
+ "path",
337
+ {
338
+ stroke: props.color || "currentColor",
339
+ strokeWidth: 1.2,
340
+ d: "M12 1.6c5.738 0 10.4 4.662 10.4 10.4S17.738 22.4 12 22.4 1.6 17.738 1.6 12 6.262 1.6 12 1.6Z"
341
+ }
342
+ ),
343
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
344
+ "path",
345
+ {
346
+ fill: "#FF4C4C",
347
+ d: "M14.641 8.2a.59.59 0 0 1 .822-.06.577.577 0 0 1 .065.817l-.003.003-2.9 3.316 2.93 3.35a.57.57 0 0 1-.06.822.59.59 0 0 1-.824-.062l-2.822-3.229-2.821 3.23-.001.001a.59.59 0 0 1-.823.06.58.58 0 0 1-.065-.817l.003-.004 2.931-3.351-2.9-3.316a.57.57 0 0 1 .066-.824.59.59 0 0 1 .82.065l2.79 3.189 2.79-3.19z"
348
+ }
349
+ )
350
+ ]
351
+ }
352
+ );
119
353
  var Error_default = SvgError;
120
354
 
121
355
  // src/two-colors/Favorite.tsx
122
356
  var import_jsx_runtime9 = require("react/jsx-runtime");
123
- var SvgFavorite = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
124
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: props.color || "currentColor", d: "m20.278 8.761-4.56-.95a.21.21 0 0 1-.15-.11l-2.31-4.05a1.3 1.3 0 0 0-.48-.48c-.3-.17-.64-.22-.97-.12-.33.09-.6.3-.77.6l-2.31 4.05a.21.21 0 0 1-.15.11l-4.56.95a1.29 1.29 0 0 0-.69 2.12l3.13 3.45s.06.11.06.18l-.51 4.63c-.03.23.01.46.11.67.29.64 1.05.93 1.69.64l4.24-1.92c.06-.03.13-.03.19 0l4.24 1.92c.17.08.35.11.53.11h.14c.7-.08 1.21-.71 1.13-1.42l-.51-4.63c0-.06.01-.13.06-.18l3.13-3.45c.16-.17.26-.38.31-.6.14-.69-.3-1.37-.99-1.51zm-3.36 10.72-4.24-1.92c-.33-.15-.72-.15-1.05 0l-4.24 1.92c-.06.02-.12.03-.17 0a.22.22 0 0 1-.13-.12c-.02-.04-.02-.08-.02-.12l.51-4.63c.04-.36-.08-.73-.33-1l-3.13-3.45c-.08-.09-.08-.24.02-.32a.16.16 0 0 1 .11-.05l4.56-.95c.36-.07.67-.3.85-.62l2.31-4.05a.22.22 0 0 1 .2-.12h.06l.05.02s.07.05.08.08l2.31 4.05c.18.32.49.55.85.62l4.56.95c.12.03.2.15.18.27 0 .04-.03.08-.05.11l-3.13 3.45c-.25.27-.37.64-.33 1l.51 4.63c.01.12-.08.24-.2.25-.04 0-.08 0-.12-.02z" }),
125
- /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", { fill: "#FF4C4C", d: "M15.818 11.071s-.08 0-.13-.02l-1.18-.31a1.27 1.27 0 0 1-.72-.5l-.93-1.29a.507.507 0 0 1 .11-.7c.22-.16.54-.11.7.11l.93 1.29c.04.06.1.1.16.11l1.18.31a.498.498 0 0 1-.12.98z" })
126
- ] });
357
+ var SvgFavorite = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
358
+ "svg",
359
+ {
360
+ xmlns: "http://www.w3.org/2000/svg",
361
+ fill: "none",
362
+ viewBox: "0 0 24 24",
363
+ width: props.width || 24,
364
+ height: props.height || 24,
365
+ className: props.className,
366
+ ...props,
367
+ children: [
368
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
369
+ "path",
370
+ {
371
+ fill: props.color || "currentColor",
372
+ d: "m20.278 8.761-4.56-.95a.21.21 0 0 1-.15-.11l-2.31-4.05a1.3 1.3 0 0 0-.48-.48c-.3-.17-.64-.22-.97-.12-.33.09-.6.3-.77.6l-2.31 4.05a.21.21 0 0 1-.15.11l-4.56.95a1.29 1.29 0 0 0-.69 2.12l3.13 3.45s.06.11.06.18l-.51 4.63c-.03.23.01.46.11.67.29.64 1.05.93 1.69.64l4.24-1.92c.06-.03.13-.03.19 0l4.24 1.92c.17.08.35.11.53.11h.14c.7-.08 1.21-.71 1.13-1.42l-.51-4.63c0-.06.01-.13.06-.18l3.13-3.45c.16-.17.26-.38.31-.6.14-.69-.3-1.37-.99-1.51zm-3.36 10.72-4.24-1.92c-.33-.15-.72-.15-1.05 0l-4.24 1.92c-.06.02-.12.03-.17 0a.22.22 0 0 1-.13-.12c-.02-.04-.02-.08-.02-.12l.51-4.63c.04-.36-.08-.73-.33-1l-3.13-3.45c-.08-.09-.08-.24.02-.32a.16.16 0 0 1 .11-.05l4.56-.95c.36-.07.67-.3.85-.62l2.31-4.05a.22.22 0 0 1 .2-.12h.06l.05.02s.07.05.08.08l2.31 4.05c.18.32.49.55.85.62l4.56.95c.12.03.2.15.18.27 0 .04-.03.08-.05.11l-3.13 3.45c-.25.27-.37.64-.33 1l.51 4.63c.01.12-.08.24-.2.25-.04 0-.08 0-.12-.02z"
373
+ }
374
+ ),
375
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
376
+ "path",
377
+ {
378
+ fill: "#FF4C4C",
379
+ d: "M15.818 11.071s-.08 0-.13-.02l-1.18-.31a1.27 1.27 0 0 1-.72-.5l-.93-1.29a.507.507 0 0 1 .11-.7c.22-.16.54-.11.7.11l.93 1.29c.04.06.1.1.16.11l1.18.31a.498.498 0 0 1-.12.98z"
380
+ }
381
+ )
382
+ ]
383
+ }
384
+ );
127
385
  var Favorite_default = SvgFavorite;
128
386
 
129
387
  // src/two-colors/Help.tsx
130
388
  var import_jsx_runtime10 = require("react/jsx-runtime");
131
- var SvgHelp = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
132
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: props.color || "currentColor", d: "M12 3c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m7.84 9c0 4.32-3.52 7.84-7.84 7.84S4.16 16.32 4.16 12 7.68 4.16 12 4.16s7.84 3.52 7.84 7.84" }),
133
- /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#FF4C4C", d: "M11.66 15.41h-.08c-.22 0-.4.07-.53.21s-.19.32-.19.54v.29c0 .21.06.39.19.53.09.1.26.22.54.22h.08c.3 0 .46-.13.55-.23.11-.14.17-.31.17-.52v-.29c0-.22-.06-.4-.17-.53-.12-.15-.31-.22-.54-.22zm2.72-7.03c-.27-.46-.64-.83-1.1-1.08-.89-.48-2.05-.51-3.02-.02-.47.24-.85.55-1.16.93-.13.15-.18.33-.15.51s.13.33.29.44c.22.14.4.13.52.09.13-.04.24-.11.36-.24q.285-.375.72-.6c.58-.3 1.27-.3 1.78 0 .26.15.46.36.61.63s.23.59.23.96-.08.66-.24.92-.39.47-.67.63c-.29.16-.62.25-.97.28-.17 0-.33.07-.45.19-.13.13-.19.29-.19.47v1.57c-.01.19.05.35.17.48s.28.19.46.19.34-.06.46-.19c.12-.12.19-.28.19-.46v-1.1c.21-.04.41-.09.61-.17l.15-.06c.35-.16.67-.39.94-.66.27-.28.48-.6.63-.95.16-.36.23-.74.23-1.12 0-.62-.14-1.17-.41-1.63z" })
134
- ] });
389
+ var SvgHelp = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
390
+ "svg",
391
+ {
392
+ xmlns: "http://www.w3.org/2000/svg",
393
+ fill: "none",
394
+ viewBox: "0 0 24 24",
395
+ width: props.width || 24,
396
+ height: props.height || 24,
397
+ className: props.className,
398
+ ...props,
399
+ children: [
400
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
401
+ "path",
402
+ {
403
+ fill: props.color || "currentColor",
404
+ d: "M12 3c-4.96 0-9 4.04-9 9s4.04 9 9 9 9-4.04 9-9-4.04-9-9-9m7.84 9c0 4.32-3.52 7.84-7.84 7.84S4.16 16.32 4.16 12 7.68 4.16 12 4.16s7.84 3.52 7.84 7.84"
405
+ }
406
+ ),
407
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
408
+ "path",
409
+ {
410
+ fill: "#FF4C4C",
411
+ d: "M11.66 15.41h-.08c-.22 0-.4.07-.53.21s-.19.32-.19.54v.29c0 .21.06.39.19.53.09.1.26.22.54.22h.08c.3 0 .46-.13.55-.23.11-.14.17-.31.17-.52v-.29c0-.22-.06-.4-.17-.53-.12-.15-.31-.22-.54-.22zm2.72-7.03c-.27-.46-.64-.83-1.1-1.08-.89-.48-2.05-.51-3.02-.02-.47.24-.85.55-1.16.93-.13.15-.18.33-.15.51s.13.33.29.44c.22.14.4.13.52.09.13-.04.24-.11.36-.24q.285-.375.72-.6c.58-.3 1.27-.3 1.78 0 .26.15.46.36.61.63s.23.59.23.96-.08.66-.24.92-.39.47-.67.63c-.29.16-.62.25-.97.28-.17 0-.33.07-.45.19-.13.13-.19.29-.19.47v1.57c-.01.19.05.35.17.48s.28.19.46.19.34-.06.46-.19c.12-.12.19-.28.19-.46v-1.1c.21-.04.41-.09.61-.17l.15-.06c.35-.16.67-.39.94-.66.27-.28.48-.6.63-.95.16-.36.23-.74.23-1.12 0-.62-.14-1.17-.41-1.63z"
412
+ }
413
+ )
414
+ ]
415
+ }
416
+ );
135
417
  var Help_default = SvgHelp;
136
418
 
137
419
  // src/two-colors/Loyalty.tsx
138
420
  var import_jsx_runtime11 = require("react/jsx-runtime");
139
- var SvgLoyalty = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
140
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: props.color || "currentColor", d: "M20.08 6.27c-1.12 0-2.04.91-2.04 2.04 0 .55.24 1.09.66 1.48-.52 1.14-1.41 2.5-2.72 2.62h-.12c-1.47 0-2.34-2.41-2.73-3.88A2.392 2.392 0 0 0 12.06 4a2.39 2.39 0 0 0-2.39 2.39c0 .9.52 1.73 1.32 2.14-.32 1.2-1.21 3.88-2.73 3.88h-.12c-1.31-.11-2.2-1.48-2.72-2.62.42-.39.66-.92.66-1.48 0-1.12-.91-2.04-2.04-2.04S2 7.18 2 8.31c0 .89.62 1.71 1.48 1.95l1.36 6.57c.05.28.29.47.57.47h13.27c.28 0 .52-.2.57-.46l1.36-6.58c.88-.25 1.48-1.05 1.48-1.95 0-1.12-.91-2.04-2.04-2.04zm1.06 2.04c0 .54-.42 1-.96 1.05-.22.02-.44-.03-.63-.14-.32-.19-.52-.54-.52-.91a1.06 1.06 0 0 1 2.12 0zM5.76 16.33l-1.25-6.05h.04s.02-.01.02-.02c.89 1.91 2.1 2.99 3.5 3.11h.2c1.59 0 2.89-1.63 3.68-4.62H12c.05.01.08.01.14 0h.04c.79 2.98 2.09 4.62 3.67 4.62h.21c1.4-.12 2.61-1.19 3.5-3.11h.02l.04.02-1.25 6.05H5.75zM4.59 9.22s-.03.01-.04.02h-.01l-.06.03c-.15.07-.3.1-.44.1h-.07c-.54-.05-.96-.51-.96-1.05a1.06 1.06 0 0 1 2.12 0c0 .37-.2.72-.53.91zm7.48-4.24c.78 0 1.41.63 1.41 1.41 0 .63-.42 1.19-1.02 1.36h-.04c-.1.02-.2.04-.32.04h-.06c-.11 0-.22-.02-.34-.04a1.408 1.408 0 0 1 .37-2.77" }),
141
- /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", { fill: "#FF4C4C", d: "M18.75 18.21H5.4a.44.44 0 0 0-.44.44v.12c0 .243.197.44.44.44h13.35a.44.44 0 0 0 .44-.44v-.12a.44.44 0 0 0-.44-.44" })
142
- ] });
421
+ var SvgLoyalty = (props) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
422
+ "svg",
423
+ {
424
+ xmlns: "http://www.w3.org/2000/svg",
425
+ fill: "none",
426
+ viewBox: "0 0 24 24",
427
+ width: props.width || 24,
428
+ height: props.height || 24,
429
+ className: props.className,
430
+ ...props,
431
+ children: [
432
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
433
+ "path",
434
+ {
435
+ fill: props.color || "currentColor",
436
+ d: "M20.08 6.27c-1.12 0-2.04.91-2.04 2.04 0 .55.24 1.09.66 1.48-.52 1.14-1.41 2.5-2.72 2.62h-.12c-1.47 0-2.34-2.41-2.73-3.88A2.392 2.392 0 0 0 12.06 4a2.39 2.39 0 0 0-2.39 2.39c0 .9.52 1.73 1.32 2.14-.32 1.2-1.21 3.88-2.73 3.88h-.12c-1.31-.11-2.2-1.48-2.72-2.62.42-.39.66-.92.66-1.48 0-1.12-.91-2.04-2.04-2.04S2 7.18 2 8.31c0 .89.62 1.71 1.48 1.95l1.36 6.57c.05.28.29.47.57.47h13.27c.28 0 .52-.2.57-.46l1.36-6.58c.88-.25 1.48-1.05 1.48-1.95 0-1.12-.91-2.04-2.04-2.04zm1.06 2.04c0 .54-.42 1-.96 1.05-.22.02-.44-.03-.63-.14-.32-.19-.52-.54-.52-.91a1.06 1.06 0 0 1 2.12 0zM5.76 16.33l-1.25-6.05h.04s.02-.01.02-.02c.89 1.91 2.1 2.99 3.5 3.11h.2c1.59 0 2.89-1.63 3.68-4.62H12c.05.01.08.01.14 0h.04c.79 2.98 2.09 4.62 3.67 4.62h.21c1.4-.12 2.61-1.19 3.5-3.11h.02l.04.02-1.25 6.05H5.75zM4.59 9.22s-.03.01-.04.02h-.01l-.06.03c-.15.07-.3.1-.44.1h-.07c-.54-.05-.96-.51-.96-1.05a1.06 1.06 0 0 1 2.12 0c0 .37-.2.72-.53.91zm7.48-4.24c.78 0 1.41.63 1.41 1.41 0 .63-.42 1.19-1.02 1.36h-.04c-.1.02-.2.04-.32.04h-.06c-.11 0-.22-.02-.34-.04a1.408 1.408 0 0 1 .37-2.77"
437
+ }
438
+ ),
439
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
440
+ "path",
441
+ {
442
+ fill: "#FF4C4C",
443
+ d: "M18.75 18.21H5.4a.44.44 0 0 0-.44.44v.12c0 .243.197.44.44.44h13.35a.44.44 0 0 0 .44-.44v-.12a.44.44 0 0 0-.44-.44"
444
+ }
445
+ )
446
+ ]
447
+ }
448
+ );
143
449
  var Loyalty_default = SvgLoyalty;
144
450
 
145
- // src/two-colors/Matches.tsx
451
+ // src/two-colors/Magic.tsx
146
452
  var import_jsx_runtime12 = require("react/jsx-runtime");
147
- var SvgMatches = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
148
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: props.color || "currentColor", d: "M10.428 2.917a2.4 2.4 0 0 1 .25 1.56l-.02.1c-.21 1.05-1.07 2.07-2.56 3.02l-.03.02c-1.43.91-2.49 1.98-3.16 3.19-.66 1.19-.96 2.55-.9 4.06v.2c.26 3.79 3.63 6.9 7.57 6.95h.21c4-.06 7.43-3.19 7.63-6.97.12-1.92-.03-4.42-2.28-6.77 0 0-.06-.06-.06-.07l-.09-.07a.5.5 0 0 0-.41-.07l-.09.03-.09.05a.6.6 0 0 0-.14.14c-.04.06-.06.13-.08.2v.1c.03 1.03-.03 1.9-.38 2.65.2-1.88-.02-3.55-.64-4.96-.76-1.71-2.15-3.13-4.15-4.22h-.03a.5.5 0 0 0-.51.03s-.13.11-.16.15c-.03.05-.07.18-.06.24.02.11.02.23.09.32m-4.52 8.48c.59-1.07 1.51-1.99 2.8-2.81 1.77-1.11 2.8-2.36 3.06-3.71.07-.34.08-.68.05-1.03 1.35.98 2.24 2.13 2.72 3.51.55 1.58.55 3.44.03 5.69v.12c0 .16.08.32.25.44h.03c.09.06.18.08.28.07.07 0 .15-.02.21-.06l.16-.11c.67-.54 1.13-1.15 1.43-1.87.19-.46.31-.97.37-1.58 1.21 1.75 1.29 3.53 1.2 4.92v.19c-.25 3.29-3.22 5.92-6.7 5.92h-.09c-3.44 0-6.37-2.7-6.56-6.02v-.04c-.07-1.38.18-2.57.77-3.63z" }),
149
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { fill: "#FF4C4C", d: "M19.698 18.967a.43.43 0 0 0-.26-.23c-.25-.09-.51.03-.59.25-.43 1.05-1.25 1.7-1.91 2.14-.1.07-.17.17-.2.28-.02.12 0 .24.07.33.06.12.19.19.35.2.12 0 .23-.02.3-.09.77-.51 1.73-1.27 2.25-2.53.04-.11.04-.24-.01-.35" })
150
- ] });
453
+ var SvgMagic = (props) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
454
+ "svg",
455
+ {
456
+ xmlns: "http://www.w3.org/2000/svg",
457
+ fill: "none",
458
+ viewBox: "0 0 24 24",
459
+ width: props.width || 24,
460
+ height: props.height || 24,
461
+ className: props.className,
462
+ ...props,
463
+ children: [
464
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
465
+ "path",
466
+ {
467
+ fill: props.color || "currentColor",
468
+ fillRule: "evenodd",
469
+ d: "M17.722 3.281c0-.34-.132-.668-.375-.905L15.382.381a1.24 1.24 0 0 0-.89-.381c-.335 0-.66.134-.892.38L.375 13.815A1.3 1.3 0 0 0 0 14.72c0 .34.132.668.375.905l1.964 1.995a1.25 1.25 0 0 0 1.793 0L17.357 4.186a1.28 1.28 0 0 0 .375-.905zM3.23 17.074.911 14.72l9.469-9.617 2.319 2.355zM13.418 6.727l-2.32-2.356L14.492.926l2.32 2.355z",
470
+ clipRule: "evenodd"
471
+ }
472
+ ),
473
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
474
+ "path",
475
+ {
476
+ fill: "#FF4C4C",
477
+ d: "M6.582 2.314H4.81v-1.8a.505.505 0 1 0-1.013 0v1.8H2.025a.505.505 0 0 0-.506.515c0 .288.223.514.506.514h1.772v1.8a.505.505 0 1 0 1.013 0v-1.8h1.772a.505.505 0 0 0 .507-.514.505.505 0 0 0-.507-.515M19.494 10.8H17.72V9a.505.505 0 1 0-1.012 0v1.8h-1.772a.505.505 0 0 0-.507.514c0 .288.223.515.507.515h1.772v1.8a.505.505 0 1 0 1.012 0v-1.8h1.773a.505.505 0 0 0 .506-.515.505.505 0 0 0-.506-.514m-5.316 4.629h-1.012V14.4a.505.505 0 1 0-1.013 0v1.029h-1.013a.505.505 0 0 0-.506.514c0 .288.223.514.506.514h1.013v1.029a.505.505 0 1 0 1.013 0v-1.029h1.012a.505.505 0 0 0 .507-.514.505.505 0 0 0-.507-.514"
478
+ }
479
+ )
480
+ ]
481
+ }
482
+ );
483
+ var Magic_default = SvgMagic;
484
+
485
+ // src/two-colors/Matches.tsx
486
+ var import_jsx_runtime13 = require("react/jsx-runtime");
487
+ var SvgMatches = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
488
+ "svg",
489
+ {
490
+ xmlns: "http://www.w3.org/2000/svg",
491
+ fill: "none",
492
+ viewBox: "0 0 24 24",
493
+ width: props.width || 24,
494
+ height: props.height || 24,
495
+ className: props.className,
496
+ ...props,
497
+ children: [
498
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
499
+ "path",
500
+ {
501
+ fill: props.color || "currentColor",
502
+ d: "M10.428 2.917a2.4 2.4 0 0 1 .25 1.56l-.02.1c-.21 1.05-1.07 2.07-2.56 3.02l-.03.02c-1.43.91-2.49 1.98-3.16 3.19-.66 1.19-.96 2.55-.9 4.06v.2c.26 3.79 3.63 6.9 7.57 6.95h.21c4-.06 7.43-3.19 7.63-6.97.12-1.92-.03-4.42-2.28-6.77 0 0-.06-.06-.06-.07l-.09-.07a.5.5 0 0 0-.41-.07l-.09.03-.09.05a.6.6 0 0 0-.14.14c-.04.06-.06.13-.08.2v.1c.03 1.03-.03 1.9-.38 2.65.2-1.88-.02-3.55-.64-4.96-.76-1.71-2.15-3.13-4.15-4.22h-.03a.5.5 0 0 0-.51.03s-.13.11-.16.15c-.03.05-.07.18-.06.24.02.11.02.23.09.32m-4.52 8.48c.59-1.07 1.51-1.99 2.8-2.81 1.77-1.11 2.8-2.36 3.06-3.71.07-.34.08-.68.05-1.03 1.35.98 2.24 2.13 2.72 3.51.55 1.58.55 3.44.03 5.69v.12c0 .16.08.32.25.44h.03c.09.06.18.08.28.07.07 0 .15-.02.21-.06l.16-.11c.67-.54 1.13-1.15 1.43-1.87.19-.46.31-.97.37-1.58 1.21 1.75 1.29 3.53 1.2 4.92v.19c-.25 3.29-3.22 5.92-6.7 5.92h-.09c-3.44 0-6.37-2.7-6.56-6.02v-.04c-.07-1.38.18-2.57.77-3.63z"
503
+ }
504
+ ),
505
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
506
+ "path",
507
+ {
508
+ fill: "#FF4C4C",
509
+ d: "M19.698 18.967a.43.43 0 0 0-.26-.23c-.25-.09-.51.03-.59.25-.43 1.05-1.25 1.7-1.91 2.14-.1.07-.17.17-.2.28-.02.12 0 .24.07.33.06.12.19.19.35.2.12 0 .23-.02.3-.09.77-.51 1.73-1.27 2.25-2.53.04-.11.04-.24-.01-.35"
510
+ }
511
+ )
512
+ ]
513
+ }
514
+ );
151
515
  var Matches_default = SvgMatches;
152
516
 
153
517
  // src/two-colors/Messages.tsx
154
- var import_jsx_runtime13 = require("react/jsx-runtime");
155
- var SvgMessages = (props) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
156
- /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("g", { clipPath: "url(#Messages_svg__a)", children: [
157
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: props.color || "currentColor", d: "M15.67 13.42c.59 0 1.08-.48 1.08-1.08V4.08c0-.59-.48-1.08-1.08-1.08H4.08C3.48 3 3 3.48 3 4.08v8.27c0 .59.48 1.08 1.08 1.08h1.37c.2.8.68 1.8 1.86 2.34.14.06.29.1.45.1.22 0 .44-.07.62-.2.32-.23.49-.6.45-.99-.03-.34-.04-.81.09-1.25h6.76zm-7.82 1.35s-.01.08-.04.1c-.04.03-.08.02-.09.01-.96-.44-1.28-1.34-1.39-2.01a.49.49 0 0 0-.48-.42H4.08a.1.1 0 0 1-.1-.1V4.08c0-.05.04-.1.1-.1h11.59c.05 0 .1.04.1.1v8.27a.1.1 0 0 1-.1.1h-7.1c-.19 0-.36.11-.44.28-.27.56-.36 1.25-.28 2.04" }),
158
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#FF4C4C", d: "M21 11.68c0-.52-.43-.95-.95-.95h-2.62a.49.49 0 0 0 0 .98l2.59-.03.03 6.43h-1.38c-.24 0-.45.17-.48.42-.07.49-.3 1.14-.97 1.47.06-.62-.02-1.16-.24-1.61a.49.49 0 0 0-.44-.28l-5.52.03V14.1a.49.49 0 0 0-.98 0v4.04c0 .52.43.95.95.95h5.2c.07.3.07.63.04.86-.03.34.11.67.4.87a.91.91 0 0 0 .94.09c.75-.34 1.26-.97 1.5-1.82h.99c.52 0 .95-.43.95-.95v-6.46z" })
159
- ] }),
160
- /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("clipPath", { id: "Messages_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#fff", d: "M3 3h18v18H3z" }) }) })
161
- ] });
518
+ var import_jsx_runtime14 = require("react/jsx-runtime");
519
+ var SvgMessages = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
520
+ "svg",
521
+ {
522
+ xmlns: "http://www.w3.org/2000/svg",
523
+ fill: "none",
524
+ viewBox: "0 0 24 24",
525
+ width: props.width || 24,
526
+ height: props.height || 24,
527
+ className: props.className,
528
+ ...props,
529
+ children: [
530
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { clipPath: "url(#Messages_svg__a)", children: [
531
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
532
+ "path",
533
+ {
534
+ fill: props.color || "currentColor",
535
+ d: "M15.67 13.42c.59 0 1.08-.48 1.08-1.08V4.08c0-.59-.48-1.08-1.08-1.08H4.08C3.48 3 3 3.48 3 4.08v8.27c0 .59.48 1.08 1.08 1.08h1.37c.2.8.68 1.8 1.86 2.34.14.06.29.1.45.1.22 0 .44-.07.62-.2.32-.23.49-.6.45-.99-.03-.34-.04-.81.09-1.25h6.76zm-7.82 1.35s-.01.08-.04.1c-.04.03-.08.02-.09.01-.96-.44-1.28-1.34-1.39-2.01a.49.49 0 0 0-.48-.42H4.08a.1.1 0 0 1-.1-.1V4.08c0-.05.04-.1.1-.1h11.59c.05 0 .1.04.1.1v8.27a.1.1 0 0 1-.1.1h-7.1c-.19 0-.36.11-.44.28-.27.56-.36 1.25-.28 2.04"
536
+ }
537
+ ),
538
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
539
+ "path",
540
+ {
541
+ fill: "#FF4C4C",
542
+ d: "M21 11.68c0-.52-.43-.95-.95-.95h-2.62a.49.49 0 0 0 0 .98l2.59-.03.03 6.43h-1.38c-.24 0-.45.17-.48.42-.07.49-.3 1.14-.97 1.47.06-.62-.02-1.16-.24-1.61a.49.49 0 0 0-.44-.28l-5.52.03V14.1a.49.49 0 0 0-.98 0v4.04c0 .52.43.95.95.95h5.2c.07.3.07.63.04.86-.03.34.11.67.4.87a.91.91 0 0 0 .94.09c.75-.34 1.26-.97 1.5-1.82h.99c.52 0 .95-.43.95-.95v-6.46z"
543
+ }
544
+ )
545
+ ] }),
546
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "Messages_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#fff", d: "M3 3h18v18H3z" }) }) })
547
+ ]
548
+ }
549
+ );
162
550
  var Messages_default = SvgMessages;
163
551
 
164
552
  // src/two-colors/Money.tsx
165
- var import_jsx_runtime14 = require("react/jsx-runtime");
166
- var SvgMoney = (props) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
167
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M14.315 6.465c-.16.22-.47.28-.69.12a.487.487 0 0 1-.12-.69l1.45-2.04a5.45 5.45 0 0 0-5.91 0l1.45 2.03c.15.22.09.52-.13.67s-.53.11-.69-.11l-1.73-2.42c-.15-.21-.11-.5.09-.66 2.22-1.82 5.71-1.82 7.93 0 .2.16.24.45.09.67l-1.73 2.43zm-9.1 9.75c0-3.31 1.5-6.44 4.07-8.57a.5.5 0 0 1 .32-.12h4.77c.12 0 .23.04.32.12 2.57 2.13 4.06 5.26 4.07 8.57v1.41l.15.07c.79.37 1.21 1.23 1.02 2.07s-.95 1.43-1.82 1.44H5.865c-.87 0-1.63-.6-1.82-1.44s.23-1.7 1.02-2.07l.15-.07zm.64 4a.87.87 0 0 1-.85-.66c-.1-.39.1-.8.48-.97l.44-.2a.51.51 0 0 0 .29-.45v-1.72c0-2.95 1.31-5.76 3.57-7.7h4.39c2.26 1.94 3.57 4.75 3.58 7.7v1.72c0 .19.11.37.28.46l.44.2c.36.17.56.57.47.96s-.44.66-.84.66z", clipRule: "evenodd" }),
168
- /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M11.485 11.595c-.87.17-1.49.91-1.49 1.78 0 .52.24 1.45 1.86 1.83h.02c1.1.25 1.1.71 1.1.86 0 .58-.51.85-.98.85-.4 0-.76-.23-.91-.59a.5.5 0 0 0-.4-.31.52.52 0 0 0-.47.19c-.11.14-.13.34-.05.5.24.56.73.98 1.33 1.13v.4c0 .27.23.49.5.49a.5.5 0 0 0 .5-.49v-.4c.87-.17 1.49-.91 1.49-1.78 0-.52-.25-1.45-1.86-1.82h-.02c-1.1-.25-1.1-.71-1.1-.86 0-.58.51-.85.98-.85.4 0 .75.23.91.59.11.24.4.35.65.25s.37-.38.28-.63c-.24-.56-.73-.98-1.33-1.13v-.4a.5.5 0 0 0-.5-.49.5.5 0 0 0-.5.49v.38z", clipRule: "evenodd" })
169
- ] });
553
+ var import_jsx_runtime15 = require("react/jsx-runtime");
554
+ var SvgMoney = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
555
+ "svg",
556
+ {
557
+ xmlns: "http://www.w3.org/2000/svg",
558
+ fill: "none",
559
+ viewBox: "0 0 24 24",
560
+ width: props.width || 24,
561
+ height: props.height || 24,
562
+ className: props.className,
563
+ ...props,
564
+ children: [
565
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
566
+ "path",
567
+ {
568
+ fill: props.color || "currentColor",
569
+ fillRule: "evenodd",
570
+ d: "M14.315 6.465c-.16.22-.47.28-.69.12a.487.487 0 0 1-.12-.69l1.45-2.04a5.45 5.45 0 0 0-5.91 0l1.45 2.03c.15.22.09.52-.13.67s-.53.11-.69-.11l-1.73-2.42c-.15-.21-.11-.5.09-.66 2.22-1.82 5.71-1.82 7.93 0 .2.16.24.45.09.67l-1.73 2.43zm-9.1 9.75c0-3.31 1.5-6.44 4.07-8.57a.5.5 0 0 1 .32-.12h4.77c.12 0 .23.04.32.12 2.57 2.13 4.06 5.26 4.07 8.57v1.41l.15.07c.79.37 1.21 1.23 1.02 2.07s-.95 1.43-1.82 1.44H5.865c-.87 0-1.63-.6-1.82-1.44s.23-1.7 1.02-2.07l.15-.07zm.64 4a.87.87 0 0 1-.85-.66c-.1-.39.1-.8.48-.97l.44-.2a.51.51 0 0 0 .29-.45v-1.72c0-2.95 1.31-5.76 3.57-7.7h4.39c2.26 1.94 3.57 4.75 3.58 7.7v1.72c0 .19.11.37.28.46l.44.2c.36.17.56.57.47.96s-.44.66-.84.66z",
571
+ clipRule: "evenodd"
572
+ }
573
+ ),
574
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
575
+ "path",
576
+ {
577
+ fill: "#FF4C4C",
578
+ fillRule: "evenodd",
579
+ d: "M11.485 11.595c-.87.17-1.49.91-1.49 1.78 0 .52.24 1.45 1.86 1.83h.02c1.1.25 1.1.71 1.1.86 0 .58-.51.85-.98.85-.4 0-.76-.23-.91-.59a.5.5 0 0 0-.4-.31.52.52 0 0 0-.47.19c-.11.14-.13.34-.05.5.24.56.73.98 1.33 1.13v.4c0 .27.23.49.5.49a.5.5 0 0 0 .5-.49v-.4c.87-.17 1.49-.91 1.49-1.78 0-.52-.25-1.45-1.86-1.82h-.02c-1.1-.25-1.1-.71-1.1-.86 0-.58.51-.85.98-.85.4 0 .75.23.91.59.11.24.4.35.65.25s.37-.38.28-.63c-.24-.56-.73-.98-1.33-1.13v-.4a.5.5 0 0 0-.5-.49.5.5 0 0 0-.5.49v.38z",
580
+ clipRule: "evenodd"
581
+ }
582
+ )
583
+ ]
584
+ }
585
+ );
170
586
  var Money_default = SvgMoney;
171
587
 
172
588
  // src/two-colors/Notification.tsx
173
- var import_jsx_runtime15 = require("react/jsx-runtime");
174
- var SvgNotification = (props) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
175
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: props.color || "currentColor", d: "M18.23 15.03h-.08v-3.88c0-2.6-1.6-4.96-3.99-5.86l-.05-.02v-.14c0-1.18-.94-2.13-2.1-2.13s-2.1.96-2.1 2.13v.14l-.05.02c-2.38.9-3.99 3.26-3.99 5.86v3.78s-.02.07-.03.08c0 .01-.02.02-.05.02-.99 0-1.79.82-1.79 1.82s.8 1.82 1.79 1.82h12.43c.98 0 1.79-.82 1.79-1.82s-.8-1.82-1.79-1.82zm.05 2.59H5.69c-.39 0-.71-.32-.71-.72s.32-.72.7-.72c.66 0 1.18-.55 1.18-1.21v-3.86c0-2.32 1.52-4.38 3.69-5.02l.4-.11V5c0-.58.46-1.04 1.02-1.04s1.02.47 1.02 1.04v.98l.4.11c2.17.64 3.69 2.7 3.69 5.02v3.86c0 .66.53 1.21 1.18 1.21.39 0 .7.32.7.72s-.32.72-.71.72z" }),
176
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", { fill: "#FF4C4C", d: "M11.98 20.08c-.81 0-1.5-.59-1.63-1.4H9.31h.01c.15 1.36 1.26 2.32 2.7 2.32s2.56-.97 2.7-2.33h-1.11c-.14.81-.82 1.4-1.63 1.4z" })
177
- ] });
178
- var Notification_default = SvgNotification;
179
-
180
- // src/two-colors/OrderEdit.tsx
181
589
  var import_jsx_runtime16 = require("react/jsx-runtime");
182
- var SvgOrderEdit = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
183
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: props.color || "currentColor", d: "M18.63 3H7.07c-.98 0-1.78.78-1.78 1.75l-.07 11.08H3.44c-.24 0-.44.2-.44.44v1.9c0 1.24.99 2.25 2.23 2.31h10.11c1.29 0 2.33-1.04 2.33-2.31V9.51h2.37a.43.43 0 0 0 .44-.43V4.84c0-1.01-.83-1.83-1.85-1.83zM5.33 19.61c-.8 0-1.45-.64-1.45-1.43v-1.46H13v1.46c0 .52.18 1.03.51 1.43zM16.78 4.83v13.34c0 .79-.65 1.43-1.45 1.43s-1.45-.64-1.45-1.43v-1.9c0-.24-.2-.44-.44-.44H6.1l.07-11.08c0-.49.41-.88.9-.87h9.99c-.18.29-.28.62-.28.95m2.82 3.8h-1.93v-3.8c0-.53.43-.95.96-.95s.96.43.96.95v3.8z" }),
184
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: props.color || "currentColor", d: "M7.65 12.15h7.08c.25 0 .44-.2.44-.44s-.2-.44-.45-.44H7.64c-.25 0-.44.2-.44.44s.2.44.44.44zm0 1.8h4.28c.24 0 .44-.2.44-.44s-.2-.44-.44-.44H7.65c-.25 0-.44.2-.44.44s.2.44.44.44" }),
185
- /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M18.15 11.37a1.451 1.451 0 0 1 2.9 0v6.56l-1.06 2.32a.39.39 0 0 1-.33.22c-.14 0-.27-.08-.33-.21l-1.09-2.31v-6.56zm.74 1.15v4.91h1.41v-4.91zm.71-1.85c.39 0 .71.32.7.7v.41h-1.41v-.41c0-.39.32-.71.7-.7zm-.49 7.5.5 1.06.49-1.06z", clipRule: "evenodd" })
186
- ] });
187
- var OrderEdit_default = SvgOrderEdit;
590
+ var SvgNotification = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
591
+ "svg",
592
+ {
593
+ xmlns: "http://www.w3.org/2000/svg",
594
+ fill: "none",
595
+ viewBox: "0 0 24 24",
596
+ width: props.width || 24,
597
+ height: props.height || 24,
598
+ className: props.className,
599
+ ...props,
600
+ children: [
601
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
602
+ "path",
603
+ {
604
+ fill: props.color || "currentColor",
605
+ d: "M18.23 15.03h-.08v-3.88c0-2.6-1.6-4.96-3.99-5.86l-.05-.02v-.14c0-1.18-.94-2.13-2.1-2.13s-2.1.96-2.1 2.13v.14l-.05.02c-2.38.9-3.99 3.26-3.99 5.86v3.78s-.02.07-.03.08c0 .01-.02.02-.05.02-.99 0-1.79.82-1.79 1.82s.8 1.82 1.79 1.82h12.43c.98 0 1.79-.82 1.79-1.82s-.8-1.82-1.79-1.82zm.05 2.59H5.69c-.39 0-.71-.32-.71-.72s.32-.72.7-.72c.66 0 1.18-.55 1.18-1.21v-3.86c0-2.32 1.52-4.38 3.69-5.02l.4-.11V5c0-.58.46-1.04 1.02-1.04s1.02.47 1.02 1.04v.98l.4.11c2.17.64 3.69 2.7 3.69 5.02v3.86c0 .66.53 1.21 1.18 1.21.39 0 .7.32.7.72s-.32.72-.71.72z"
606
+ }
607
+ ),
608
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
609
+ "path",
610
+ {
611
+ fill: "#FF4C4C",
612
+ d: "M11.98 20.08c-.81 0-1.5-.59-1.63-1.4H9.31h.01c.15 1.36 1.26 2.32 2.7 2.32s2.56-.97 2.7-2.33h-1.11c-.14.81-.82 1.4-1.63 1.4z"
613
+ }
614
+ )
615
+ ]
616
+ }
617
+ );
618
+ var Notification_default = SvgNotification;
188
619
 
189
620
  // src/two-colors/Order.tsx
190
621
  var import_jsx_runtime17 = require("react/jsx-runtime");
191
- var SvgOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
192
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: props.color || "currentColor", d: "M19.1 3.01H7.2c-1.01 0-1.84.81-1.84 1.799l-.07 11.404H3.46c-.25 0-.46.2-.46.45v1.958C3 19.891 4.01 20.94 5.3 21h10.41c1.33 0 2.4-1.07 2.4-2.379V9.706h2.44c.12 0 .24-.04.32-.13.09-.08.13-.2.13-.32V4.89C21 3.849 20.15 3 19.09 3zM5.41 20.1c-.82 0-1.49-.66-1.49-1.479v-1.509h9.39v1.51c0 .539.18 1.059.52 1.479zM17.2 4.9v13.73a1.491 1.491 0 0 1-2.98 0v-1.959c0-.25-.2-.45-.46-.45H6.21L6.28 4.82c0-.5.42-.9.92-.9h10.28c-.19.29-.28.63-.28.98m2.9 3.908h-1.98V4.899c0-.54.44-.98.99-.98s.99.44.99.98z" }),
193
- /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { fill: "#FF4C4C", d: "M7.8 12.425h7.29c.25 0 .46-.2.45-.45a.463.463 0 0 0-.46-.45H7.79c-.25 0-.46.2-.46.45s.2.45.46.45zm0 1.849h4.41c.25 0 .46-.2.46-.45s-.2-.45-.46-.45H7.8c-.25 0-.46.2-.46.45s.2.45.46.45" })
194
- ] });
622
+ var SvgOrder = (props) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
623
+ "svg",
624
+ {
625
+ xmlns: "http://www.w3.org/2000/svg",
626
+ fill: "none",
627
+ viewBox: "0 0 24 24",
628
+ width: props.width || 24,
629
+ height: props.height || 24,
630
+ className: props.className,
631
+ ...props,
632
+ children: [
633
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
634
+ "path",
635
+ {
636
+ fill: props.color || "currentColor",
637
+ d: "M19.1 3.01H7.2c-1.01 0-1.84.81-1.84 1.799l-.07 11.404H3.46c-.25 0-.46.2-.46.45v1.958C3 19.891 4.01 20.94 5.3 21h10.41c1.33 0 2.4-1.07 2.4-2.379V9.706h2.44c.12 0 .24-.04.32-.13.09-.08.13-.2.13-.32V4.89C21 3.849 20.15 3 19.09 3zM5.41 20.1c-.82 0-1.49-.66-1.49-1.479v-1.509h9.39v1.51c0 .539.18 1.059.52 1.479zM17.2 4.9v13.73a1.491 1.491 0 0 1-2.98 0v-1.959c0-.25-.2-.45-.46-.45H6.21L6.28 4.82c0-.5.42-.9.92-.9h10.28c-.19.29-.28.63-.28.98m2.9 3.908h-1.98V4.899c0-.54.44-.98.99-.98s.99.44.99.98z"
638
+ }
639
+ ),
640
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
641
+ "path",
642
+ {
643
+ fill: "#FF4C4C",
644
+ d: "M7.8 12.425h7.29c.25 0 .46-.2.45-.45a.463.463 0 0 0-.46-.45H7.79c-.25 0-.46.2-.46.45s.2.45.46.45zm0 1.849h4.41c.25 0 .46-.2.46-.45s-.2-.45-.46-.45H7.8c-.25 0-.46.2-.46.45s.2.45.46.45"
645
+ }
646
+ )
647
+ ]
648
+ }
649
+ );
195
650
  var Order_default = SvgOrder;
196
651
 
197
- // src/two-colors/Pay.tsx
652
+ // src/two-colors/OrderEdit.tsx
198
653
  var import_jsx_runtime18 = require("react/jsx-runtime");
199
- var SvgPay = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
200
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: props.color || "currentColor", d: "M19.88 5H4.13C2.96 5 2 5.95 2 7.12v10.44c0 1.17.95 2.13 2.13 2.13h15.75c1.17 0 2.13-.95 2.13-2.13V7.12c0-1.17-.95-2.12-2.13-2.12m1.13 6.98v5.59c0 .63-.5 1.13-1.13 1.13H4.13C3.5 18.7 3 18.2 3 17.57v-5.59zm0-2.45v1.45h-18V9.53zm0-2.4v1.4h-18v-1.4c0-.63.5-1.13 1.13-1.13h15.75c.63 0 1.13.49 1.13 1.13z" }),
201
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { fill: "#FF4C4C", d: "M4.89 15.04h4.5a.51.51 0 0 0 0-1.02h-4.5c-.18 0-.35.1-.44.25-.09.16-.09.36 0 .51s.26.25.43.25zm1.94.92H4.89c-.18 0-.35.1-.44.25-.09.16-.09.35 0 .51.09.15.26.25.43.25h1.94c.18 0 .35-.1.44-.25.09-.16.09-.35 0-.51a.5.5 0 0 0-.43-.25" })
202
- ] });
654
+ var SvgOrderEdit = (props) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
655
+ "svg",
656
+ {
657
+ xmlns: "http://www.w3.org/2000/svg",
658
+ fill: "none",
659
+ viewBox: "0 0 24 24",
660
+ width: props.width || 24,
661
+ height: props.height || 24,
662
+ className: props.className,
663
+ ...props,
664
+ children: [
665
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
666
+ "path",
667
+ {
668
+ fill: props.color || "currentColor",
669
+ d: "M18.63 3H7.07c-.98 0-1.78.78-1.78 1.75l-.07 11.08H3.44c-.24 0-.44.2-.44.44v1.9c0 1.24.99 2.25 2.23 2.31h10.11c1.29 0 2.33-1.04 2.33-2.31V9.51h2.37a.43.43 0 0 0 .44-.43V4.84c0-1.01-.83-1.83-1.85-1.83zM5.33 19.61c-.8 0-1.45-.64-1.45-1.43v-1.46H13v1.46c0 .52.18 1.03.51 1.43zM16.78 4.83v13.34c0 .79-.65 1.43-1.45 1.43s-1.45-.64-1.45-1.43v-1.9c0-.24-.2-.44-.44-.44H6.1l.07-11.08c0-.49.41-.88.9-.87h9.99c-.18.29-.28.62-.28.95m2.82 3.8h-1.93v-3.8c0-.53.43-.95.96-.95s.96.43.96.95v3.8z"
670
+ }
671
+ ),
672
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
673
+ "path",
674
+ {
675
+ fill: props.color || "currentColor",
676
+ d: "M7.65 12.15h7.08c.25 0 .44-.2.44-.44s-.2-.44-.45-.44H7.64c-.25 0-.44.2-.44.44s.2.44.44.44zm0 1.8h4.28c.24 0 .44-.2.44-.44s-.2-.44-.44-.44H7.65c-.25 0-.44.2-.44.44s.2.44.44.44"
677
+ }
678
+ ),
679
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
680
+ "path",
681
+ {
682
+ fill: "#FF4C4C",
683
+ fillRule: "evenodd",
684
+ d: "M18.15 11.37a1.451 1.451 0 0 1 2.9 0v6.56l-1.06 2.32a.39.39 0 0 1-.33.22c-.14 0-.27-.08-.33-.21l-1.09-2.31v-6.56zm.74 1.15v4.91h1.41v-4.91zm.71-1.85c.39 0 .71.32.7.7v.41h-1.41v-.41c0-.39.32-.71.7-.7zm-.49 7.5.5 1.06.49-1.06z",
685
+ clipRule: "evenodd"
686
+ }
687
+ )
688
+ ]
689
+ }
690
+ );
691
+ var OrderEdit_default = SvgOrderEdit;
692
+
693
+ // src/two-colors/Pay.tsx
694
+ var import_jsx_runtime19 = require("react/jsx-runtime");
695
+ var SvgPay = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
696
+ "svg",
697
+ {
698
+ xmlns: "http://www.w3.org/2000/svg",
699
+ fill: "none",
700
+ viewBox: "0 0 24 24",
701
+ width: props.width || 24,
702
+ height: props.height || 24,
703
+ className: props.className,
704
+ ...props,
705
+ children: [
706
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
707
+ "path",
708
+ {
709
+ fill: props.color || "currentColor",
710
+ d: "M19.88 5H4.13C2.96 5 2 5.95 2 7.12v10.44c0 1.17.95 2.13 2.13 2.13h15.75c1.17 0 2.13-.95 2.13-2.13V7.12c0-1.17-.95-2.12-2.13-2.12m1.13 6.98v5.59c0 .63-.5 1.13-1.13 1.13H4.13C3.5 18.7 3 18.2 3 17.57v-5.59zm0-2.45v1.45h-18V9.53zm0-2.4v1.4h-18v-1.4c0-.63.5-1.13 1.13-1.13h15.75c.63 0 1.13.49 1.13 1.13z"
711
+ }
712
+ ),
713
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
714
+ "path",
715
+ {
716
+ fill: "#FF4C4C",
717
+ d: "M4.89 15.04h4.5a.51.51 0 0 0 0-1.02h-4.5c-.18 0-.35.1-.44.25-.09.16-.09.36 0 .51s.26.25.43.25zm1.94.92H4.89c-.18 0-.35.1-.44.25-.09.16-.09.35 0 .51.09.15.26.25.43.25h1.94c.18 0 .35-.1.44-.25.09-.16.09-.35 0-.51a.5.5 0 0 0-.43-.25"
718
+ }
719
+ )
720
+ ]
721
+ }
722
+ );
203
723
  var Pay_default = SvgPay;
204
724
 
205
725
  // src/two-colors/Pin.tsx
206
- var import_jsx_runtime19 = require("react/jsx-runtime");
207
- var SvgPin = (props) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
208
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M11.7 6.28c-2.39 0-4.34 1.97-4.34 4.39s1.95 4.39 4.34 4.39 4.34-1.97 4.34-4.39-1.95-4.39-4.34-4.39m0 7.56c-1.73 0-3.13-1.43-3.13-3.17S9.98 7.5 11.7 7.5s3.13 1.43 3.13 3.17-1.41 3.17-3.13 3.17", clipRule: "evenodd" }),
209
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M11.7 3C7.46 3 4 6.35 4 10.47c0 1.32.4 2.7 1.19 4.1.62 1.1 1.47 2.2 2.54 3.29 1.11 1.13 2.33 2.15 3.65 3.04l.02.02c.18.11.45.11.61-.01.32-.21 1.96-1.31 3.66-3.05 1.06-1.08 1.92-2.19 2.54-3.29.79-1.4 1.19-2.78 1.19-4.1v-.1C19.35 6.3 15.92 3 11.7 3m5.49 10.93v.03c-.58 1-1.37 2.02-2.36 3.03-.92.93-1.96 1.81-3.08 2.61l-.06.04-.06-.04c-1.12-.8-2.15-1.68-3.07-2.6-.99-1.01-1.78-2.03-2.34-3.03-.69-1.21-1.03-2.39-1.03-3.5 0-3.45 2.92-6.26 6.51-6.26s6.51 2.81 6.51 6.26c0 1.11-.34 2.27-1.01 3.47z", clipRule: "evenodd" })
210
- ] });
726
+ var import_jsx_runtime20 = require("react/jsx-runtime");
727
+ var SvgPin = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
728
+ "svg",
729
+ {
730
+ xmlns: "http://www.w3.org/2000/svg",
731
+ fill: "none",
732
+ viewBox: "0 0 24 24",
733
+ width: props.width || 24,
734
+ height: props.height || 24,
735
+ className: props.className,
736
+ ...props,
737
+ children: [
738
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
739
+ "path",
740
+ {
741
+ fill: "#FF4C4C",
742
+ fillRule: "evenodd",
743
+ d: "M11.7 6.28c-2.39 0-4.34 1.97-4.34 4.39s1.95 4.39 4.34 4.39 4.34-1.97 4.34-4.39-1.95-4.39-4.34-4.39m0 7.56c-1.73 0-3.13-1.43-3.13-3.17S9.98 7.5 11.7 7.5s3.13 1.43 3.13 3.17-1.41 3.17-3.13 3.17",
744
+ clipRule: "evenodd"
745
+ }
746
+ ),
747
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
748
+ "path",
749
+ {
750
+ fill: props.color || "currentColor",
751
+ fillRule: "evenodd",
752
+ d: "M11.7 3C7.46 3 4 6.35 4 10.47c0 1.32.4 2.7 1.19 4.1.62 1.1 1.47 2.2 2.54 3.29 1.11 1.13 2.33 2.15 3.65 3.04l.02.02c.18.11.45.11.61-.01.32-.21 1.96-1.31 3.66-3.05 1.06-1.08 1.92-2.19 2.54-3.29.79-1.4 1.19-2.78 1.19-4.1v-.1C19.35 6.3 15.92 3 11.7 3m5.49 10.93v.03c-.58 1-1.37 2.02-2.36 3.03-.92.93-1.96 1.81-3.08 2.61l-.06.04-.06-.04c-1.12-.8-2.15-1.68-3.07-2.6-.99-1.01-1.78-2.03-2.34-3.03-.69-1.21-1.03-2.39-1.03-3.5 0-3.45 2.92-6.26 6.51-6.26s6.51 2.81 6.51 6.26c0 1.11-.34 2.27-1.01 3.47z",
753
+ clipRule: "evenodd"
754
+ }
755
+ )
756
+ ]
757
+ }
758
+ );
211
759
  var Pin_default = SvgPin;
212
760
 
213
761
  // src/two-colors/QrCode.tsx
214
- var import_jsx_runtime20 = require("react/jsx-runtime");
215
- var SvgQrCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
216
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "M6.307 7.307H9.71v3.403H6.307zm-.068 7.09H9.71v3.471H6.24z", clipRule: "evenodd" }),
217
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "M13.29 16.079v-1.79m3.4 3.401H14.9" }),
218
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "M16.76 10.603h-3.47V7.13h3.47z", clipRule: "evenodd" }),
219
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M20 8.901V5.79C20 4.801 19.2 4 18.21 4h-3.112" }),
220
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", d: "M15.347 14.29h1.342" }),
221
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M7.901 4H4.79C3.8 4 3 4.8 3 5.79V8.9m0 7.199v3.111C3 20.2 3.8 21 4.79 21H7.9m7.199 0h3.111c.99 0 1.79-.8 1.79-1.79V16.1" })
222
- ] });
762
+ var import_jsx_runtime21 = require("react/jsx-runtime");
763
+ var SvgQrCode = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
764
+ "svg",
765
+ {
766
+ xmlns: "http://www.w3.org/2000/svg",
767
+ fill: "none",
768
+ viewBox: "0 0 24 24",
769
+ width: props.width || 24,
770
+ height: props.height || 24,
771
+ className: props.className,
772
+ ...props,
773
+ children: [
774
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
775
+ "path",
776
+ {
777
+ stroke: "#FF4C4C",
778
+ strokeLinecap: "round",
779
+ strokeLinejoin: "round",
780
+ d: "M6.307 7.307H9.71v3.403H6.307zm-.068 7.09H9.71v3.471H6.24z",
781
+ clipRule: "evenodd"
782
+ }
783
+ ),
784
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
785
+ "path",
786
+ {
787
+ stroke: "#FF4C4C",
788
+ strokeLinecap: "round",
789
+ strokeLinejoin: "round",
790
+ d: "M13.29 16.079v-1.79m3.4 3.401H14.9"
791
+ }
792
+ ),
793
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
794
+ "path",
795
+ {
796
+ stroke: "#FF4C4C",
797
+ strokeLinecap: "round",
798
+ strokeLinejoin: "round",
799
+ d: "M16.76 10.603h-3.47V7.13h3.47z",
800
+ clipRule: "evenodd"
801
+ }
802
+ ),
803
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
804
+ "path",
805
+ {
806
+ stroke: props.color || "currentColor",
807
+ strokeLinecap: "round",
808
+ strokeLinejoin: "round",
809
+ d: "M20 8.901V5.79C20 4.801 19.2 4 18.21 4h-3.112"
810
+ }
811
+ ),
812
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
813
+ "path",
814
+ {
815
+ stroke: "#FF4C4C",
816
+ strokeLinecap: "round",
817
+ strokeLinejoin: "round",
818
+ d: "M15.347 14.29h1.342"
819
+ }
820
+ ),
821
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
822
+ "path",
823
+ {
824
+ stroke: props.color || "currentColor",
825
+ strokeLinecap: "round",
826
+ strokeLinejoin: "round",
827
+ d: "M7.901 4H4.79C3.8 4 3 4.8 3 5.79V8.9m0 7.199v3.111C3 20.2 3.8 21 4.79 21H7.9m7.199 0h3.111c.99 0 1.79-.8 1.79-1.79V16.1"
828
+ }
829
+ )
830
+ ]
831
+ }
832
+ );
223
833
  var QrCode_default = SvgQrCode;
224
834
 
225
835
  // src/two-colors/Rate.tsx
226
- var import_jsx_runtime21 = require("react/jsx-runtime");
227
- var SvgRate = (props) => /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
228
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M20.874 4.01c.17-.23.16-.6-.07-.83l-.21-.13a.7.7 0 0 0-.24-.05.63.63 0 0 0-.45.19L3.114 19.98c-.18.24-.14.61.07.82.26.26.66.26.91 0l16.78-16.78z", clipRule: "evenodd" }),
229
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "M7.814 3.05a3.73 3.73 0 1 0 0 7.46 3.73 3.73 0 0 0 0-7.46m0 6.27c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54 2.54 1.14 2.54 2.54-1.14 2.54-2.54 2.54m8.35 4.18c-2.05 0-3.73 1.67-3.73 3.73a3.73 3.73 0 1 0 3.73-3.73m0 6.26c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54 2.54 1.14 2.54 2.54-1.14 2.54-2.54 2.54", clipRule: "evenodd" })
230
- ] });
836
+ var import_jsx_runtime22 = require("react/jsx-runtime");
837
+ var SvgRate = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
838
+ "svg",
839
+ {
840
+ xmlns: "http://www.w3.org/2000/svg",
841
+ fill: "none",
842
+ viewBox: "0 0 24 24",
843
+ width: props.width || 24,
844
+ height: props.height || 24,
845
+ className: props.className,
846
+ ...props,
847
+ children: [
848
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
849
+ "path",
850
+ {
851
+ fill: "#FF4C4C",
852
+ fillRule: "evenodd",
853
+ d: "M20.874 4.01c.17-.23.16-.6-.07-.83l-.21-.13a.7.7 0 0 0-.24-.05.63.63 0 0 0-.45.19L3.114 19.98c-.18.24-.14.61.07.82.26.26.66.26.91 0l16.78-16.78z",
854
+ clipRule: "evenodd"
855
+ }
856
+ ),
857
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
858
+ "path",
859
+ {
860
+ fill: props.color || "currentColor",
861
+ fillRule: "evenodd",
862
+ d: "M7.814 3.05a3.73 3.73 0 1 0 0 7.46 3.73 3.73 0 0 0 0-7.46m0 6.27c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54 2.54 1.14 2.54 2.54-1.14 2.54-2.54 2.54m8.35 4.18c-2.05 0-3.73 1.67-3.73 3.73a3.73 3.73 0 1 0 3.73-3.73m0 6.26c-1.4 0-2.54-1.14-2.54-2.54s1.14-2.54 2.54-2.54 2.54 1.14 2.54 2.54-1.14 2.54-2.54 2.54",
863
+ clipRule: "evenodd"
864
+ }
865
+ )
866
+ ]
867
+ }
868
+ );
231
869
  var Rate_default = SvgRate;
232
870
 
233
871
  // src/two-colors/Search.tsx
234
- var import_jsx_runtime22 = require("react/jsx-runtime");
235
- var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
236
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: props.color || "currentColor", d: "m20.5 18.09-3.76-3.75-.17-.12a.625.625 0 0 0-.71.13l-.32.32-.35-.34A6.92 6.92 0 0 0 16.8 9.9c0-3.81-3.1-6.9-6.9-6.9S3 6.1 3 9.9s3.1 6.9 6.91 6.9l.52-.02c1.44-.11 2.78-.65 3.89-1.58l.35.34-.32.32-.05.06c-.08.11-.12.24-.12.38 0 .17.07.33.19.45l3.75 3.75.1.1c.3.26.69.4 1.09.4.7-.01 1.31-.41 1.57-1.05s.12-1.36-.37-1.85zm-.82 1.56c-.2.2-.5.22-.72.07l-3.45-3.44.8-.8 3.39 3.39c.2.22.19.57-.02.78m-4.11-9.76c0 3.13-2.54 5.67-5.67 5.67s-5.67-2.54-5.67-5.67S6.77 4.22 9.9 4.22s5.67 2.54 5.67 5.67" }),
237
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("path", { fill: "#FF4C4C", d: "M13.7 7.85C12.15 4.48 8.86 5.49 8.83 5.5c-.12.04-.22.12-.27.23-.05.1-.05.21-.01.31.08.22.34.33.58.25.07-.02.69-.21 1.45-.06 1.01.19 1.78.84 2.29 1.95.07.16.24.25.42.25.06 0 .12-.01.17-.03.12-.04.21-.13.25-.24.04-.1.04-.21 0-.31z" })
238
- ] });
872
+ var import_jsx_runtime23 = require("react/jsx-runtime");
873
+ var SvgSearch = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
874
+ "svg",
875
+ {
876
+ xmlns: "http://www.w3.org/2000/svg",
877
+ fill: "none",
878
+ viewBox: "0 0 24 24",
879
+ width: props.width || 24,
880
+ height: props.height || 24,
881
+ className: props.className,
882
+ ...props,
883
+ children: [
884
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
885
+ "path",
886
+ {
887
+ fill: props.color || "currentColor",
888
+ d: "m20.5 18.09-3.76-3.75-.17-.12a.625.625 0 0 0-.71.13l-.32.32-.35-.34A6.92 6.92 0 0 0 16.8 9.9c0-3.81-3.1-6.9-6.9-6.9S3 6.1 3 9.9s3.1 6.9 6.91 6.9l.52-.02c1.44-.11 2.78-.65 3.89-1.58l.35.34-.32.32-.05.06c-.08.11-.12.24-.12.38 0 .17.07.33.19.45l3.75 3.75.1.1c.3.26.69.4 1.09.4.7-.01 1.31-.41 1.57-1.05s.12-1.36-.37-1.85zm-.82 1.56c-.2.2-.5.22-.72.07l-3.45-3.44.8-.8 3.39 3.39c.2.22.19.57-.02.78m-4.11-9.76c0 3.13-2.54 5.67-5.67 5.67s-5.67-2.54-5.67-5.67S6.77 4.22 9.9 4.22s5.67 2.54 5.67 5.67"
889
+ }
890
+ ),
891
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
892
+ "path",
893
+ {
894
+ fill: "#FF4C4C",
895
+ d: "M13.7 7.85C12.15 4.48 8.86 5.49 8.83 5.5c-.12.04-.22.12-.27.23-.05.1-.05.21-.01.31.08.22.34.33.58.25.07-.02.69-.21 1.45-.06 1.01.19 1.78.84 2.29 1.95.07.16.24.25.42.25.06 0 .12-.01.17-.03.12-.04.21-.13.25-.24.04-.1.04-.21 0-.31z"
896
+ }
897
+ )
898
+ ]
899
+ }
900
+ );
239
901
  var Search_default = SvgSearch;
240
902
 
241
903
  // src/two-colors/SignOut.tsx
242
- var import_jsx_runtime23 = require("react/jsx-runtime");
243
- var SvgSignOut = (props) => /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
244
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: props.color || "currentColor", d: "M20.31 3.01h-5.33c-.34 0-.57.23-.57.59s.22.59.57.59h4.76v15.39h-4.76c-.34 0-.57.23-.57.59s.22.59.57.59h5.33c.34 0 .57-.23.57-.59V3.59c0-.36-.22-.59-.57-.59z" }),
245
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("path", { fill: "#FF4C4C", d: "M18.37 12.17v-.04l.03-.03s.04-.16.04-.21c0-.06-.02-.1-.03-.15a.3.3 0 0 1-.03-.13c0-.03-.07-.1-.1-.14l-5.33-5.53a.57.57 0 0 0-.39-.18c-.14 0-.29.06-.39.18-.23.24-.23.59 0 .83l4.36 4.52H4.57c-.34 0-.57.23-.57.59s.22.59.57.59h11.96l-.16.17-4.2 4.35c-.23.24-.23.59 0 .83.12.13.23.18.39.18s.27-.05.39-.18l5.33-5.53s.11-.11.11-.14z" })
246
- ] });
904
+ var import_jsx_runtime24 = require("react/jsx-runtime");
905
+ var SvgSignOut = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
906
+ "svg",
907
+ {
908
+ xmlns: "http://www.w3.org/2000/svg",
909
+ fill: "none",
910
+ viewBox: "0 0 24 24",
911
+ width: props.width || 24,
912
+ height: props.height || 24,
913
+ className: props.className,
914
+ ...props,
915
+ children: [
916
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
917
+ "path",
918
+ {
919
+ fill: props.color || "currentColor",
920
+ d: "M20.31 3.01h-5.33c-.34 0-.57.23-.57.59s.22.59.57.59h4.76v15.39h-4.76c-.34 0-.57.23-.57.59s.22.59.57.59h5.33c.34 0 .57-.23.57-.59V3.59c0-.36-.22-.59-.57-.59z"
921
+ }
922
+ ),
923
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
924
+ "path",
925
+ {
926
+ fill: "#FF4C4C",
927
+ d: "M18.37 12.17v-.04l.03-.03s.04-.16.04-.21c0-.06-.02-.1-.03-.15a.3.3 0 0 1-.03-.13c0-.03-.07-.1-.1-.14l-5.33-5.53a.57.57 0 0 0-.39-.18c-.14 0-.29.06-.39.18-.23.24-.23.59 0 .83l4.36 4.52H4.57c-.34 0-.57.23-.57.59s.22.59.57.59h11.96l-.16.17-4.2 4.35c-.23.24-.23.59 0 .83.12.13.23.18.39.18s.27-.05.39-.18l5.33-5.53s.11-.11.11-.14z"
928
+ }
929
+ )
930
+ ]
931
+ }
932
+ );
247
933
  var SignOut_default = SvgSignOut;
248
934
 
935
+ // src/two-colors/Support.tsx
936
+ var import_jsx_runtime25 = require("react/jsx-runtime");
937
+ var SvgSupport = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
938
+ "svg",
939
+ {
940
+ xmlns: "http://www.w3.org/2000/svg",
941
+ fill: "none",
942
+ viewBox: "0 0 24 24",
943
+ width: props.width || 24,
944
+ height: props.height || 24,
945
+ className: props.className,
946
+ ...props,
947
+ children: [
948
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
949
+ "path",
950
+ {
951
+ stroke: props.color || "currentColor",
952
+ strokeLinecap: "round",
953
+ strokeLinejoin: "round",
954
+ strokeWidth: 1.1,
955
+ d: "M3.55 14.55h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h1a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",
956
+ clipRule: "evenodd"
957
+ }
958
+ ),
959
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
960
+ "path",
961
+ {
962
+ stroke: props.color || "currentColor",
963
+ strokeLinecap: "round",
964
+ strokeLinejoin: "round",
965
+ strokeWidth: 1.1,
966
+ d: "M16.05 7.55v-.5a6.5 6.5 0 0 0-6.5-6.5v0a6.5 6.5 0 0 0-6.5 6.5v.5"
967
+ }
968
+ ),
969
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
970
+ "path",
971
+ {
972
+ stroke: "#FF4C4C",
973
+ strokeLinecap: "round",
974
+ strokeLinejoin: "round",
975
+ d: "M10.175 18.8h-1.25c-.69 0-1.25-.56-1.25-1.25v0c0-.69.56-1.25 1.25-1.25h1.25c.69 0 1.25.56 1.25 1.25v0c0 .69-.56 1.25-1.25 1.25",
976
+ clipRule: "evenodd"
977
+ }
978
+ ),
979
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
980
+ "path",
981
+ {
982
+ stroke: "#FF4C4C",
983
+ strokeLinecap: "round",
984
+ strokeLinejoin: "round",
985
+ d: "M11.425 17.55h2.125a2 2 0 0 0 2-2v-1"
986
+ }
987
+ ),
988
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
989
+ "path",
990
+ {
991
+ stroke: props.color || "currentColor",
992
+ strokeLinecap: "round",
993
+ strokeLinejoin: "round",
994
+ strokeWidth: 1.1,
995
+ d: "M16.55 14.55h-1a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h1a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2",
996
+ clipRule: "evenodd"
997
+ }
998
+ )
999
+ ]
1000
+ }
1001
+ );
1002
+ var Support_default = SvgSupport;
1003
+
249
1004
  // src/two-colors/Timesheet.tsx
250
- var import_jsx_runtime24 = require("react/jsx-runtime");
251
- var SvgTimesheet = (props) => /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
252
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.9, d: "M10.828 21H7.812c-2.775 0-5.026-2.239-5.026-5V8c0-2.761 2.25-5 5.026-5h8.042c2.776 0 5.026 2.239 5.026 5v2m-8.041-.5h4.02" }),
253
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { stroke: props.color || "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.9, d: "m7.31 14.505.834.745 1.679-1.5M7.31 9.505l.834.745 1.679-1.5" }),
254
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.9, d: "M17.865 22c-2.499 0-4.524-2.015-4.524-4.5s2.025-4.5 4.524-4.5 4.523 2.015 4.523 4.5-2.025 4.5-4.523 4.5" }),
255
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("path", { stroke: "#FF4C4C", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.9, d: "M17.757 15.983v1.758l1.39.843" })
256
- ] });
1005
+ var import_jsx_runtime26 = require("react/jsx-runtime");
1006
+ var SvgTimesheet = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1007
+ "svg",
1008
+ {
1009
+ xmlns: "http://www.w3.org/2000/svg",
1010
+ fill: "none",
1011
+ viewBox: "0 0 24 24",
1012
+ width: props.width || 24,
1013
+ height: props.height || 24,
1014
+ className: props.className,
1015
+ ...props,
1016
+ children: [
1017
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1018
+ "path",
1019
+ {
1020
+ stroke: props.color || "currentColor",
1021
+ strokeLinecap: "round",
1022
+ strokeLinejoin: "round",
1023
+ strokeWidth: 0.9,
1024
+ d: "M10.828 21H7.812c-2.775 0-5.026-2.239-5.026-5V8c0-2.761 2.25-5 5.026-5h8.042c2.776 0 5.026 2.239 5.026 5v2m-8.041-.5h4.02"
1025
+ }
1026
+ ),
1027
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1028
+ "path",
1029
+ {
1030
+ stroke: props.color || "currentColor",
1031
+ strokeLinecap: "round",
1032
+ strokeLinejoin: "round",
1033
+ strokeWidth: 0.9,
1034
+ d: "m7.31 14.505.834.745 1.679-1.5M7.31 9.505l.834.745 1.679-1.5"
1035
+ }
1036
+ ),
1037
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1038
+ "path",
1039
+ {
1040
+ stroke: "#FF4C4C",
1041
+ strokeLinecap: "round",
1042
+ strokeLinejoin: "round",
1043
+ strokeWidth: 0.9,
1044
+ d: "M17.865 22c-2.499 0-4.524-2.015-4.524-4.5s2.025-4.5 4.524-4.5 4.523 2.015 4.523 4.5-2.025 4.5-4.523 4.5"
1045
+ }
1046
+ ),
1047
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1048
+ "path",
1049
+ {
1050
+ stroke: "#FF4C4C",
1051
+ strokeLinecap: "round",
1052
+ strokeLinejoin: "round",
1053
+ strokeWidth: 0.9,
1054
+ d: "M17.757 15.983v1.758l1.39.843"
1055
+ }
1056
+ )
1057
+ ]
1058
+ }
1059
+ );
257
1060
  var Timesheet_default = SvgTimesheet;
258
1061
 
259
1062
  // src/two-colors/Trash.tsx
260
- var import_jsx_runtime25 = require("react/jsx-runtime");
261
- var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
262
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: props.color || "currentColor", d: "M18.35 5.43h-3.07v-.06l-.26-1.05C14.84 3.54 14.17 3 13.41 3h-2.79c-.75 0-1.41.53-1.6 1.29l-.29 1.13H5.66C4.75 5.42 4 6.2 4 7.16S4.74 8.9 5.66 8.9h.1v.07l.5 10.38c.04.93.77 1.65 1.65 1.65h8.19c.88 0 1.61-.73 1.65-1.65l.5-10.45h.1c.91 0 1.66-.78 1.66-1.74s-.74-1.74-1.66-1.74zM10 4.57c.08-.3.33-.5.63-.5h2.79c.3 0 .56.21.63.52l.2.84H9.78zm6.76 14.73c-.02.36-.3.65-.65.65H7.92c-.35 0-.63-.28-.65-.65L6.78 8.9h10.48l-.49 10.4zm1.59-11.45H5.66c-.36 0-.65-.31-.65-.68s.29-.68.65-.68h12.69c.36 0 .65.31.65.68s-.29.68-.65.68" }),
263
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: props.color || "currentColor", d: "M14.13 17.43c.22.02.4-.15.42-.38l.4-5.83a.405.405 0 0 0-.36-.44c-.22-.02-.4.15-.42.38l-.4 5.83c-.02.23.15.42.36.44" }),
264
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: "#FF4C4C", d: "M12 17.43c.22 0 .39-.18.39-.41v-5.83c0-.23-.18-.41-.39-.41s-.39.18-.39.41v5.83c0 .23.18.41.39.41" }),
265
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("path", { fill: props.color || "currentColor", d: "M9.87 17.43c.22-.02.38-.21.36-.44l-.4-5.83c-.02-.23-.2-.4-.42-.38s-.38.21-.36.44l.4 5.83c.02.23.2.4.42.38" })
266
- ] });
1063
+ var import_jsx_runtime27 = require("react/jsx-runtime");
1064
+ var SvgTrash = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1065
+ "svg",
1066
+ {
1067
+ xmlns: "http://www.w3.org/2000/svg",
1068
+ fill: "none",
1069
+ viewBox: "0 0 24 24",
1070
+ width: props.width || 24,
1071
+ height: props.height || 24,
1072
+ className: props.className,
1073
+ ...props,
1074
+ children: [
1075
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1076
+ "path",
1077
+ {
1078
+ fill: props.color || "currentColor",
1079
+ d: "M18.35 5.43h-3.07v-.06l-.26-1.05C14.84 3.54 14.17 3 13.41 3h-2.79c-.75 0-1.41.53-1.6 1.29l-.29 1.13H5.66C4.75 5.42 4 6.2 4 7.16S4.74 8.9 5.66 8.9h.1v.07l.5 10.38c.04.93.77 1.65 1.65 1.65h8.19c.88 0 1.61-.73 1.65-1.65l.5-10.45h.1c.91 0 1.66-.78 1.66-1.74s-.74-1.74-1.66-1.74zM10 4.57c.08-.3.33-.5.63-.5h2.79c.3 0 .56.21.63.52l.2.84H9.78zm6.76 14.73c-.02.36-.3.65-.65.65H7.92c-.35 0-.63-.28-.65-.65L6.78 8.9h10.48l-.49 10.4zm1.59-11.45H5.66c-.36 0-.65-.31-.65-.68s.29-.68.65-.68h12.69c.36 0 .65.31.65.68s-.29.68-.65.68"
1080
+ }
1081
+ ),
1082
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1083
+ "path",
1084
+ {
1085
+ fill: props.color || "currentColor",
1086
+ d: "M14.13 17.43c.22.02.4-.15.42-.38l.4-5.83a.405.405 0 0 0-.36-.44c-.22-.02-.4.15-.42.38l-.4 5.83c-.02.23.15.42.36.44"
1087
+ }
1088
+ ),
1089
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1090
+ "path",
1091
+ {
1092
+ fill: "#FF4C4C",
1093
+ d: "M12 17.43c.22 0 .39-.18.39-.41v-5.83c0-.23-.18-.41-.39-.41s-.39.18-.39.41v5.83c0 .23.18.41.39.41"
1094
+ }
1095
+ ),
1096
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1097
+ "path",
1098
+ {
1099
+ fill: props.color || "currentColor",
1100
+ d: "M9.87 17.43c.22-.02.38-.21.36-.44l-.4-5.83c-.02-.23-.2-.4-.42-.38s-.38.21-.36.44l.4 5.83c.02.23.2.4.42.38"
1101
+ }
1102
+ )
1103
+ ]
1104
+ }
1105
+ );
267
1106
  var Trash_default = SvgTrash;
268
1107
 
269
1108
  // src/two-colors/User.tsx
270
- var import_jsx_runtime26 = require("react/jsx-runtime");
271
- var SvgUser = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
272
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: props.color || "currentColor", fillRule: "evenodd", d: "m14.674 11.163.21.098.018.017c2.197 1.096 3.598 3.402 3.598 5.876V19h-13v-.044l.018-2.014v-.221l.017-.23c.271-2.704 2.215-4.992 4.824-5.68l.534-.142.052-.053v-.133l-.035-.062-.656-.318-.158-.088-.149-.097C8.66 9.07 8.021 7.47 8.354 5.95 8.739 4.21 10.236 3 11.996 3s3.256 1.22 3.641 2.95a3.76 3.76 0 0 1-2.057 4.233l-.499.238-.026.062v.133l.044.053.744.194.201.062.21.07.21.08zm-2.67.3c-3.099 0-5.62 2.545-5.62 5.673v.813l.088.114 11.021.027.114-.088.026-.875-.017-.194v-.195l-.018-.194a5.624 5.624 0 0 0-5.594-5.08M9.151 6.756c0 1.581 1.278 2.88 2.853 2.88s2.854-1.29 2.854-2.88-1.278-2.88-2.854-2.88c-1.575 0-2.853 1.29-2.853 2.88", clipRule: "evenodd" }),
273
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("path", { fill: "#FF4C4C", fillRule: "evenodd", d: "M5 20.538c0-.217.188-.393.42-.393h13.16c.232 0 .42.176.42.393v.069c0 .217-.188.393-.42.393H5.42c-.232 0-.42-.176-.42-.393z", clipRule: "evenodd" })
274
- ] });
1109
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1110
+ var SvgUser = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1111
+ "svg",
1112
+ {
1113
+ xmlns: "http://www.w3.org/2000/svg",
1114
+ fill: "none",
1115
+ viewBox: "0 0 24 24",
1116
+ width: props.width || 24,
1117
+ height: props.height || 24,
1118
+ className: props.className,
1119
+ ...props,
1120
+ children: [
1121
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1122
+ "path",
1123
+ {
1124
+ fill: props.color || "currentColor",
1125
+ fillRule: "evenodd",
1126
+ d: "m14.674 11.163.21.098.018.017c2.197 1.096 3.598 3.402 3.598 5.876V19h-13v-.044l.018-2.014v-.221l.017-.23c.271-2.704 2.215-4.992 4.824-5.68l.534-.142.052-.053v-.133l-.035-.062-.656-.318-.158-.088-.149-.097C8.66 9.07 8.021 7.47 8.354 5.95 8.739 4.21 10.236 3 11.996 3s3.256 1.22 3.641 2.95a3.76 3.76 0 0 1-2.057 4.233l-.499.238-.026.062v.133l.044.053.744.194.201.062.21.07.21.08zm-2.67.3c-3.099 0-5.62 2.545-5.62 5.673v.813l.088.114 11.021.027.114-.088.026-.875-.017-.194v-.195l-.018-.194a5.624 5.624 0 0 0-5.594-5.08M9.151 6.756c0 1.581 1.278 2.88 2.853 2.88s2.854-1.29 2.854-2.88-1.278-2.88-2.854-2.88c-1.575 0-2.853 1.29-2.853 2.88",
1127
+ clipRule: "evenodd"
1128
+ }
1129
+ ),
1130
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1131
+ "path",
1132
+ {
1133
+ fill: "#FF4C4C",
1134
+ fillRule: "evenodd",
1135
+ d: "M5 20.538c0-.217.188-.393.42-.393h13.16c.232 0 .42.176.42.393v.069c0 .217-.188.393-.42.393H5.42c-.232 0-.42-.176-.42-.393z",
1136
+ clipRule: "evenodd"
1137
+ }
1138
+ )
1139
+ ]
1140
+ }
1141
+ );
275
1142
  var User_default = SvgUser;
276
1143
 
277
1144
  // src/two-colors/Voucher.tsx
278
- var import_jsx_runtime27 = require("react/jsx-runtime");
279
- var SvgVoucher = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: props.width || 24, height: props.height || 24, className: props.className, ...props, children: [
280
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: props.color || "currentColor", d: "M20.39 10.93h1.13a.476.476 0 0 0 .48-.48V7.8c0-.48-.19-.93-.54-1.27S20.65 6 20.16 6H3.84c-.49 0-.95.19-1.3.53-.35.35-.54.8-.54 1.28v2.65a.476.476 0 0 0 .48.48h1.13c.39 0 .76.21.96.54.19.33.19.74 0 1.07-.2.33-.57.54-.96.54H2.48c-.27 0-.48.21-.48.47v3.09c0 .48.19.93.54 1.27s.81.53 1.3.53h16.32c.49 0 .95-.19 1.3-.53s.54-.79.54-1.27v-3.09a.476.476 0 0 0-.48-.48h-1.13c-.39 0-.76-.21-.96-.54-.2-.32-.2-.73 0-1.07.2-.33.56-.54.96-.54m-1.78.08c-.37.62-.37 1.4 0 2.02s1.05 1.01 1.79 1.01h.65v2.62c0 .23-.09.44-.25.6-.17.16-.39.25-.62.25H3.86c-.24 0-.46-.09-.62-.25a.86.86 0 0 1-.25-.6v-2.63h.65c.73 0 1.42-.39 1.79-1.01s.37-1.4 0-2.02a2.09 2.09 0 0 0-1.79-1.01h-.65V7.81c0-.23.09-.44.25-.6.17-.16.39-.25.62-.25h16.32c.23 0 .46.09.62.25s.25.38.25.6v2.18h-.65c-.73 0-1.42.39-1.79 1.01z" }),
281
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { fill: "#FF4C4C", d: "M14.76 9.99c0-.12-.05-.24-.13-.32a.47.47 0 0 0-.33-.13h-.01c-.13.01-.23.06-.32.14L9.4 14.14a.47.47 0 0 0-.14.33c0 .12.05.24.13.33.08.08.21.13.3.13.14 0 .26-.04.35-.14l4.57-4.46a.47.47 0 0 0 .14-.33zm-3.62.95c.26-.25.41-.6.41-.96s-.15-.71-.41-.96-.61-.4-.98-.4-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96c.26.26.61.4.98.4s.72-.15.98-.4M10 9.57c.06-.02.12-.04.18-.04.12 0 .24.05.32.13.11.11.15.27.12.42l-.03.06c-.07.17-.24.28-.43.28-.23 0-.43-.16-.45-.39v-.06c0-.18.11-.34.29-.41zm4.83 3.95c-.26-.25-.61-.4-.98-.4s-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96.61.4.98.4.72-.14.98-.4c.26-.25.41-.6.41-.96s-.15-.7-.41-.96m-.51.96c0 .23-.15.41-.4.45h-.06c-.19 0-.35-.11-.43-.28a.43.43 0 0 1 .1-.48c.09-.08.21-.13.33-.13a.453.453 0 0 1 .46.44" })
282
- ] });
1145
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1146
+ var SvgVoucher = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1147
+ "svg",
1148
+ {
1149
+ xmlns: "http://www.w3.org/2000/svg",
1150
+ fill: "none",
1151
+ viewBox: "0 0 24 24",
1152
+ width: props.width || 24,
1153
+ height: props.height || 24,
1154
+ className: props.className,
1155
+ ...props,
1156
+ children: [
1157
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1158
+ "path",
1159
+ {
1160
+ fill: props.color || "currentColor",
1161
+ d: "M20.39 10.93h1.13a.476.476 0 0 0 .48-.48V7.8c0-.48-.19-.93-.54-1.27S20.65 6 20.16 6H3.84c-.49 0-.95.19-1.3.53-.35.35-.54.8-.54 1.28v2.65a.476.476 0 0 0 .48.48h1.13c.39 0 .76.21.96.54.19.33.19.74 0 1.07-.2.33-.57.54-.96.54H2.48c-.27 0-.48.21-.48.47v3.09c0 .48.19.93.54 1.27s.81.53 1.3.53h16.32c.49 0 .95-.19 1.3-.53s.54-.79.54-1.27v-3.09a.476.476 0 0 0-.48-.48h-1.13c-.39 0-.76-.21-.96-.54-.2-.32-.2-.73 0-1.07.2-.33.56-.54.96-.54m-1.78.08c-.37.62-.37 1.4 0 2.02s1.05 1.01 1.79 1.01h.65v2.62c0 .23-.09.44-.25.6-.17.16-.39.25-.62.25H3.86c-.24 0-.46-.09-.62-.25a.86.86 0 0 1-.25-.6v-2.63h.65c.73 0 1.42-.39 1.79-1.01s.37-1.4 0-2.02a2.09 2.09 0 0 0-1.79-1.01h-.65V7.81c0-.23.09-.44.25-.6.17-.16.39-.25.62-.25h16.32c.23 0 .46.09.62.25s.25.38.25.6v2.18h-.65c-.73 0-1.42.39-1.79 1.01z"
1162
+ }
1163
+ ),
1164
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1165
+ "path",
1166
+ {
1167
+ fill: "#FF4C4C",
1168
+ d: "M14.76 9.99c0-.12-.05-.24-.13-.32a.47.47 0 0 0-.33-.13h-.01c-.13.01-.23.06-.32.14L9.4 14.14a.47.47 0 0 0-.14.33c0 .12.05.24.13.33.08.08.21.13.3.13.14 0 .26-.04.35-.14l4.57-4.46a.47.47 0 0 0 .14-.33zm-3.62.95c.26-.25.41-.6.41-.96s-.15-.71-.41-.96-.61-.4-.98-.4-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96c.26.26.61.4.98.4s.72-.15.98-.4M10 9.57c.06-.02.12-.04.18-.04.12 0 .24.05.32.13.11.11.15.27.12.42l-.03.06c-.07.17-.24.28-.43.28-.23 0-.43-.16-.45-.39v-.06c0-.18.11-.34.29-.41zm4.83 3.95c-.26-.25-.61-.4-.98-.4s-.72.14-.98.4c-.26.25-.41.6-.41.96s.15.71.41.96.61.4.98.4.72-.14.98-.4c.26-.25.41-.6.41-.96s-.15-.7-.41-.96m-.51.96c0 .23-.15.41-.4.45h-.06c-.19 0-.35-.11-.43-.28a.43.43 0 0 1 .1-.48c.09-.08.21-.13.33-.13a.453.453 0 0 1 .46.44"
1169
+ }
1170
+ )
1171
+ ]
1172
+ }
1173
+ );
283
1174
  var Voucher_default = SvgVoucher;
284
1175
  // Annotate the CommonJS export names for ESM import in node:
285
1176
  0 && (module.exports = {
@@ -294,6 +1185,7 @@ var Voucher_default = SvgVoucher;
294
1185
  Favorite,
295
1186
  Help,
296
1187
  Loyalty,
1188
+ Magic,
297
1189
  Matches,
298
1190
  Messages,
299
1191
  Money,
@@ -306,6 +1198,7 @@ var Voucher_default = SvgVoucher;
306
1198
  Rate,
307
1199
  Search,
308
1200
  SignOut,
1201
+ Support,
309
1202
  Timesheet,
310
1203
  Trash,
311
1204
  User,