@ctlyst.id/icons 2.2.2 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2.d.mts +5 -1
- package/dist/v2.d.ts +5 -1
- package/dist/v2.js +111 -44
- package/dist/v2.js.map +1 -1
- package/dist/v2.mjs +109 -44
- package/dist/v2.mjs.map +1 -1
- package/package.json +1 -1
package/dist/v2.d.mts
CHANGED
|
@@ -26,6 +26,8 @@ declare const EyeClose: FC<BaseIconProps>;
|
|
|
26
26
|
|
|
27
27
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
28
28
|
|
|
29
|
+
declare const Filter: FC<BaseIconProps>;
|
|
30
|
+
|
|
29
31
|
declare const MapMarker: FC<BaseIconProps>;
|
|
30
32
|
|
|
31
33
|
declare const Minus: FC<BaseIconProps>;
|
|
@@ -34,6 +36,8 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
34
36
|
|
|
35
37
|
declare const Search: FC<BaseIconProps>;
|
|
36
38
|
|
|
39
|
+
declare const Sort: FC<BaseIconProps>;
|
|
40
|
+
|
|
37
41
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
38
42
|
|
|
39
43
|
declare const Truck: FC<BaseIconProps>;
|
|
@@ -46,4 +50,4 @@ declare const TrendUp: FC<BaseIconProps>;
|
|
|
46
50
|
|
|
47
51
|
declare const Wallet: FC<BaseIconProps>;
|
|
48
52
|
|
|
49
|
-
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Hand, MapMarker, Minus, Plus, Search, StoreComplete, TrendUp, Truck, Wallet };
|
|
53
|
+
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
|
package/dist/v2.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ declare const EyeClose: FC<BaseIconProps>;
|
|
|
26
26
|
|
|
27
27
|
declare const EyeOpen: FC<BaseIconProps>;
|
|
28
28
|
|
|
29
|
+
declare const Filter: FC<BaseIconProps>;
|
|
30
|
+
|
|
29
31
|
declare const MapMarker: FC<BaseIconProps>;
|
|
30
32
|
|
|
31
33
|
declare const Minus: FC<BaseIconProps>;
|
|
@@ -34,6 +36,8 @@ declare const Plus: FC<BaseIconProps>;
|
|
|
34
36
|
|
|
35
37
|
declare const Search: FC<BaseIconProps>;
|
|
36
38
|
|
|
39
|
+
declare const Sort: FC<BaseIconProps>;
|
|
40
|
+
|
|
37
41
|
declare const StoreComplete: FC<BaseIconProps>;
|
|
38
42
|
|
|
39
43
|
declare const Truck: FC<BaseIconProps>;
|
|
@@ -46,4 +50,4 @@ declare const TrendUp: FC<BaseIconProps>;
|
|
|
46
50
|
|
|
47
51
|
declare const Wallet: FC<BaseIconProps>;
|
|
48
52
|
|
|
49
|
-
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Hand, MapMarker, Minus, Plus, Search, StoreComplete, TrendUp, Truck, Wallet };
|
|
53
|
+
export { ArrowLeft, Calendar, CalendarEvent, Check, ChevronUp$1 as ChevronDown, ChevronLeft, ChevronRight, ChevronUp, Close, ContactBook, Direction, EyeClose, EyeOpen, Filter, Hand, MapMarker, Minus, Plus, Search, Sort, StoreComplete, TrendUp, Truck, Wallet };
|
package/dist/v2.js
CHANGED
|
@@ -33,11 +33,13 @@ __export(v2_exports, {
|
|
|
33
33
|
Direction: () => direction_default,
|
|
34
34
|
EyeClose: () => eye_close_default,
|
|
35
35
|
EyeOpen: () => eye_open_default,
|
|
36
|
+
Filter: () => filter_default,
|
|
36
37
|
Hand: () => hand_default,
|
|
37
38
|
MapMarker: () => map_marker_default,
|
|
38
39
|
Minus: () => minus_default,
|
|
39
40
|
Plus: () => plus_default,
|
|
40
41
|
Search: () => search_default,
|
|
42
|
+
Sort: () => sort_default,
|
|
41
43
|
StoreComplete: () => store_complete_default,
|
|
42
44
|
TrendUp: () => trend_up_default,
|
|
43
45
|
Truck: () => truck_default,
|
|
@@ -73,7 +75,7 @@ var use_icon_props_default = useIconProps;
|
|
|
73
75
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
74
76
|
var ArrowLeft = (props) => {
|
|
75
77
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
76
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
78
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
77
79
|
"path",
|
|
78
80
|
{
|
|
79
81
|
d: "M4.6459 11.357C4.62111 11.3812 4.59772 11.4069 4.57586 11.4339C4.52869 11.4921 4.48985 11.5548 4.45935 11.6204C4.40561 11.7357 4.37561 11.8643 4.37561 12C4.37561 12.1114 4.39584 12.218 4.43283 12.3165C4.47656 12.4331 4.54535 12.5426 4.63921 12.6364L11.8847 19.882C12.2362 20.2334 12.8061 20.2334 13.1575 19.882C13.509 19.5305 13.509 18.9606 13.1575 18.6092L7.44833 12.9H19.7244C20.2215 12.9 20.6244 12.497 20.6244 12C20.6244 11.5029 20.2215 11.1 19.7244 11.1H7.44846L13.1575 5.39089C13.509 5.03941 13.509 4.46957 13.1575 4.11809C12.806 3.76662 12.2362 3.76663 11.8847 4.1181L4.6459 11.357Z",
|
|
@@ -257,7 +259,7 @@ var close_default = Close;
|
|
|
257
259
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
258
260
|
var ContactBook = (props) => {
|
|
259
261
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
260
|
-
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", {
|
|
262
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
261
263
|
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
262
264
|
"path",
|
|
263
265
|
{
|
|
@@ -320,7 +322,7 @@ var contact_book_default = ContactBook;
|
|
|
320
322
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
321
323
|
var EyeClose = (props) => {
|
|
322
324
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
323
|
-
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", {
|
|
325
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
324
326
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
325
327
|
"path",
|
|
326
328
|
{
|
|
@@ -356,7 +358,7 @@ var eye_close_default = EyeClose;
|
|
|
356
358
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
357
359
|
var EyeOpen = (props) => {
|
|
358
360
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
359
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", {
|
|
361
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
360
362
|
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
361
363
|
"path",
|
|
362
364
|
{
|
|
@@ -379,13 +381,49 @@ var EyeOpen = (props) => {
|
|
|
379
381
|
};
|
|
380
382
|
var eye_open_default = EyeOpen;
|
|
381
383
|
|
|
382
|
-
// src/icons/v2/outline/
|
|
384
|
+
// src/icons/v2/outline/filter.tsx
|
|
383
385
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
386
|
+
var Filter = (props) => {
|
|
387
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
388
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", { viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
389
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
390
|
+
"path",
|
|
391
|
+
{
|
|
392
|
+
fillRule: "evenodd",
|
|
393
|
+
clipRule: "evenodd",
|
|
394
|
+
d: "M3.76 7.25998H14.12C14.44 8.27998 15.38 9.01998 16.5 9.01998C17.62 9.01998 18.56 8.27998 18.88 7.25998H20.24C20.66 7.25998 21 6.91998 21 6.49998C21 6.07998 20.66 5.73998 20.24 5.73998H18.88C18.56 4.71998 17.62 3.97998 16.5 3.97998C15.38 3.97998 14.44 4.71998 14.12 5.73998H3.76C3.34 5.73998 3 6.07998 3 6.49998C3 6.91998 3.34 7.25998 3.76 7.25998ZM18.98 6.73998C18.98 6.65998 19 6.57998 19 6.49998C19 6.41998 19 6.33998 18.98 6.25998C18.98 6.33998 19 6.41998 19 6.49998C19 6.57998 19 6.65998 18.98 6.73998ZM18.9 7.21998C18.92 7.15998 18.94 7.09998 18.96 7.01998C18.92 7.09998 18.92 7.15998 18.9 7.21998ZM18.96 6.95998C18.98 6.89998 18.98 6.85998 18.98 6.79998C18.98 6.85998 18.96 6.89998 18.96 6.95998ZM18.94 5.95998C18.92 5.89998 18.9 5.81998 18.88 5.75998C18.92 5.83998 18.92 5.89998 18.94 5.95998ZM16.5 5.19998C17.22 5.19998 17.8 5.77998 17.8 6.49998C17.8 7.21998 17.22 7.79998 16.5 7.79998C15.78 7.79998 15.2 7.21998 15.2 6.49998C15.2 5.77998 15.78 5.19998 16.5 5.19998ZM14.02 6.25998C14.02 6.33998 14 6.41998 14 6.49998C14 6.57998 14 6.65998 14.02 6.73998C14.02 6.65998 14 6.57998 14 6.49998C14 6.41998 14 6.33998 14.02 6.25998ZM14.1 5.77998C14.08 5.83998 14.06 5.89998 14.04 5.97998C14.08 5.89998 14.08 5.83998 14.1 5.77998ZM14.04 6.03998C14.02 6.09998 14.02 6.13998 14.02 6.19998C14.02 6.13998 14.04 6.09998 14.04 6.03998ZM14.1 7.21998C14.08 7.15998 14.06 7.09998 14.04 7.01998C14.08 7.09998 14.08 7.15998 14.1 7.21998ZM14.04 6.95998C14.02 6.89998 14.02 6.85998 14.02 6.79998C14.02 6.85998 14.04 6.89998 14.04 6.95998Z",
|
|
395
|
+
fill: color
|
|
396
|
+
}
|
|
397
|
+
),
|
|
398
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
399
|
+
"path",
|
|
400
|
+
{
|
|
401
|
+
fillRule: "evenodd",
|
|
402
|
+
clipRule: "evenodd",
|
|
403
|
+
d: "M20.24 11.74H9.88C9.56 10.72 8.62 9.97998 7.5 9.97998C6.38 9.97998 5.44 10.72 5.12 11.74H3.76C3.34 11.74 3 12.08 3 12.5C3 12.92 3.34 13.26 3.76 13.26H5.12C5.44 14.28 6.38 15.02 7.5 15.02C8.62 15.02 9.56 14.28 9.88 13.26H20.24C20.66 13.26 21 12.92 21 12.5C21 12.08 20.66 11.74 20.24 11.74ZM5.02 12.26C5.02 12.34 5 12.42 5 12.5C5 12.58 5 12.66 5.02 12.74C5.02 12.66 5 12.58 5 12.5C5 12.42 5 12.34 5.02 12.26ZM5.1 11.78C5.08 11.84 5.06 11.9 5.04 11.98C5.08 11.9 5.08 11.84 5.1 11.78ZM5.04 12.04C5.02 12.1 5.02 12.14 5.02 12.2C5.02 12.14 5.04 12.1 5.04 12.04ZM5.06 13.04C5.08 13.1 5.1 13.18 5.12 13.24C5.08 13.16 5.08 13.1 5.06 13.04ZM7.5 13.8C6.78 13.8 6.2 13.22 6.2 12.5C6.2 11.78 6.78 11.2 7.5 11.2C8.22 11.2 8.8 11.78 8.8 12.5C8.8 13.22 8.22 13.8 7.5 13.8ZM9.98 12.74C9.98 12.66 10 12.58 10 12.5C10 12.42 10 12.34 9.98 12.26C9.98 12.34 10 12.42 10 12.5C10 12.58 10 12.66 9.98 12.74ZM9.9 13.22C9.92 13.16 9.94 13.1 9.96 13.02C9.92 13.1 9.92 13.16 9.9 13.22ZM9.96 12.96C9.98 12.9 9.98 12.86 9.98 12.8C9.98 12.86 9.96 12.9 9.96 12.96ZM9.9 11.78C9.92 11.84 9.94 11.9 9.96 11.98C9.92 11.9 9.92 11.84 9.9 11.78ZM9.96 12.04C9.98 12.1 9.98 12.14 9.98 12.2C9.98 12.14 9.96 12.1 9.96 12.04Z",
|
|
404
|
+
fill: color
|
|
405
|
+
}
|
|
406
|
+
),
|
|
407
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
408
|
+
"path",
|
|
409
|
+
{
|
|
410
|
+
fillRule: "evenodd",
|
|
411
|
+
clipRule: "evenodd",
|
|
412
|
+
d: "M20.24 17.74H16.38C16.06 16.72 15.12 15.98 14 15.98C12.88 15.98 11.94 16.72 11.62 17.74H3.76C3.34 17.74 3 18.08 3 18.5C3 18.92 3.34 19.26 3.76 19.26H11.62C11.94 20.28 12.88 21.02 14 21.02C15.12 21.02 16.06 20.28 16.38 19.26H20.24C20.66 19.26 21 18.92 21 18.5C21 18.08 20.66 17.74 20.24 17.74ZM11.52 18.26C11.52 18.34 11.5 18.42 11.5 18.5C11.5 18.58 11.5 18.66 11.52 18.74C11.52 18.66 11.5 18.58 11.5 18.5C11.5 18.42 11.5 18.34 11.52 18.26ZM11.6 17.78C11.58 17.84 11.56 17.9 11.54 17.98C11.58 17.9 11.58 17.84 11.6 17.78ZM11.54 18.04C11.52 18.1 11.52 18.14 11.52 18.2C11.52 18.14 11.54 18.1 11.54 18.04ZM11.56 19.04C11.58 19.1 11.6 19.18 11.62 19.24C11.58 19.16 11.58 19.1 11.56 19.04ZM14 19.8C13.28 19.8 12.7 19.22 12.7 18.5C12.7 17.78 13.28 17.2 14 17.2C14.72 17.2 15.3 17.78 15.3 18.5C15.3 19.22 14.72 19.8 14 19.8ZM16.48 18.74C16.48 18.66 16.5 18.58 16.5 18.5C16.5 18.42 16.5 18.34 16.48 18.26C16.48 18.34 16.5 18.42 16.5 18.5C16.5 18.58 16.5 18.66 16.48 18.74ZM16.4 19.22C16.42 19.16 16.44 19.1 16.46 19.02C16.42 19.1 16.42 19.16 16.4 19.22ZM16.46 18.96C16.48 18.9 16.48 18.86 16.48 18.8C16.48 18.86 16.46 18.9 16.46 18.96ZM16.4 17.78C16.42 17.84 16.44 17.9 16.46 17.98C16.42 17.9 16.42 17.84 16.4 17.78ZM16.46 18.04C16.48 18.1 16.48 18.14 16.48 18.2C16.48 18.14 16.46 18.1 16.46 18.04Z",
|
|
413
|
+
fill: color
|
|
414
|
+
}
|
|
415
|
+
)
|
|
416
|
+
] });
|
|
417
|
+
};
|
|
418
|
+
var filter_default = Filter;
|
|
419
|
+
|
|
420
|
+
// src/icons/v2/outline/map-marker.tsx
|
|
421
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
384
422
|
var MapMarker = (props) => {
|
|
385
423
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
386
|
-
return /* @__PURE__ */ (0,
|
|
387
|
-
/* @__PURE__ */ (0,
|
|
388
|
-
/* @__PURE__ */ (0,
|
|
424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
425
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("g", { clipPath: "url(#map-marker)", children: [
|
|
426
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
389
427
|
"path",
|
|
390
428
|
{
|
|
391
429
|
fillRule: "evenodd",
|
|
@@ -394,7 +432,7 @@ var MapMarker = (props) => {
|
|
|
394
432
|
fill: color
|
|
395
433
|
}
|
|
396
434
|
),
|
|
397
|
-
/* @__PURE__ */ (0,
|
|
435
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
398
436
|
"path",
|
|
399
437
|
{
|
|
400
438
|
fillRule: "evenodd",
|
|
@@ -404,16 +442,16 @@ var MapMarker = (props) => {
|
|
|
404
442
|
}
|
|
405
443
|
)
|
|
406
444
|
] }),
|
|
407
|
-
/* @__PURE__ */ (0,
|
|
445
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("clipPath", { id: "map-marker", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("rect", { width: "24", height: "24", fill: "white", transform: "translate(0 0.5)" }) }) })
|
|
408
446
|
] });
|
|
409
447
|
};
|
|
410
448
|
var map_marker_default = MapMarker;
|
|
411
449
|
|
|
412
450
|
// src/icons/v2/outline/minus.tsx
|
|
413
|
-
var
|
|
451
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
414
452
|
var Minus = (props) => {
|
|
415
453
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
416
|
-
return /* @__PURE__ */ (0,
|
|
454
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
417
455
|
"path",
|
|
418
456
|
{
|
|
419
457
|
fillRule: "evenodd",
|
|
@@ -426,18 +464,18 @@ var Minus = (props) => {
|
|
|
426
464
|
var minus_default = Minus;
|
|
427
465
|
|
|
428
466
|
// src/icons/v2/outline/plus.tsx
|
|
429
|
-
var
|
|
467
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
430
468
|
var Plus = (props) => {
|
|
431
469
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
432
|
-
return /* @__PURE__ */ (0,
|
|
433
|
-
/* @__PURE__ */ (0,
|
|
470
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
471
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
434
472
|
"path",
|
|
435
473
|
{
|
|
436
474
|
d: "M3.7731 12.0058C3.7731 11.4535 4.22081 11.0058 4.7731 11.0058L19.2582 11.0058C19.8104 11.0058 20.2582 11.4535 20.2582 12.0058C20.2582 12.558 19.8104 13.0058 19.2582 13.0058L4.7731 13.0058C4.22082 13.0058 3.7731 12.5581 3.7731 12.0058Z",
|
|
437
475
|
fill: color
|
|
438
476
|
}
|
|
439
477
|
),
|
|
440
|
-
/* @__PURE__ */ (0,
|
|
478
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
441
479
|
"path",
|
|
442
480
|
{
|
|
443
481
|
d: "M12.0156 3.76321C12.5679 3.76321 13.0156 4.21092 13.0156 4.76321L13.0157 19.2483C13.0157 19.8006 12.568 20.2483 12.0157 20.2483C11.4634 20.2483 11.0157 19.8006 11.0157 19.2483L11.0156 4.76322C11.0156 4.21093 11.4633 3.76321 12.0156 3.76321Z",
|
|
@@ -449,11 +487,11 @@ var Plus = (props) => {
|
|
|
449
487
|
var plus_default = Plus;
|
|
450
488
|
|
|
451
489
|
// src/icons/v2/outline/search.tsx
|
|
452
|
-
var
|
|
490
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
453
491
|
var Search = (props) => {
|
|
454
492
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
455
|
-
return /* @__PURE__ */ (0,
|
|
456
|
-
/* @__PURE__ */ (0,
|
|
493
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
494
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
457
495
|
"path",
|
|
458
496
|
{
|
|
459
497
|
fillRule: "evenodd",
|
|
@@ -462,7 +500,7 @@ var Search = (props) => {
|
|
|
462
500
|
fill: color
|
|
463
501
|
}
|
|
464
502
|
),
|
|
465
|
-
/* @__PURE__ */ (0,
|
|
503
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
466
504
|
"path",
|
|
467
505
|
{
|
|
468
506
|
fillRule: "evenodd",
|
|
@@ -475,26 +513,53 @@ var Search = (props) => {
|
|
|
475
513
|
};
|
|
476
514
|
var search_default = Search;
|
|
477
515
|
|
|
516
|
+
// src/icons/v2/outline/sort.tsx
|
|
517
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
518
|
+
var Sort = (props) => {
|
|
519
|
+
const { color, ...svgProps } = use_icon_props_default(props);
|
|
520
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("svg", { fill: color, xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
521
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
522
|
+
"path",
|
|
523
|
+
{
|
|
524
|
+
fillRule: "evenodd",
|
|
525
|
+
clipRule: "evenodd",
|
|
526
|
+
d: "M8.02003 10.5001L12 6.5201L15.98 10.5001C16.34 10.8601 16.9 10.8601 17.26 10.5001C17.62 10.1401 17.62 9.5801 17.26 9.2201L12.64 4.6201C12.28 4.2601 11.72 4.2601 11.36 4.6201L6.74003 9.2401C6.38003 9.6001 6.38003 10.1601 6.74003 10.5201C7.10003 10.8601 7.66003 10.8601 8.02003 10.5001Z",
|
|
527
|
+
fill: color
|
|
528
|
+
}
|
|
529
|
+
),
|
|
530
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
531
|
+
"path",
|
|
532
|
+
{
|
|
533
|
+
fillRule: "evenodd",
|
|
534
|
+
clipRule: "evenodd",
|
|
535
|
+
d: "M15.98 14.5201L12 18.5001L8.02003 14.5201C7.66003 14.1601 7.10003 14.1601 6.74003 14.5201C6.38003 14.8801 6.38003 15.4401 6.74003 15.8001L11.36 20.4201C11.72 20.7801 12.28 20.7801 12.64 20.4201L17.26 15.8001C17.62 15.4401 17.62 14.8801 17.26 14.5201C16.9 14.1601 16.34 14.1601 15.98 14.5201Z",
|
|
536
|
+
fill: color
|
|
537
|
+
}
|
|
538
|
+
)
|
|
539
|
+
] });
|
|
540
|
+
};
|
|
541
|
+
var sort_default = Sort;
|
|
542
|
+
|
|
478
543
|
// src/icons/v2/outline/store-complete.tsx
|
|
479
|
-
var
|
|
544
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
480
545
|
var StoreComplete = (props) => {
|
|
481
546
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
482
|
-
return /* @__PURE__ */ (0,
|
|
483
|
-
/* @__PURE__ */ (0,
|
|
547
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
548
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
484
549
|
"path",
|
|
485
550
|
{
|
|
486
551
|
d: "M4.41675 3C4.00253 3 3.66675 3.33579 3.66675 3.75C3.66675 4.16421 4.00253 4.5 4.41675 4.5H19.5833C19.9975 4.5 20.3333 4.16421 20.3333 3.75C20.3333 3.33579 19.9975 3 19.5833 3H4.41675Z",
|
|
487
552
|
fill: color
|
|
488
553
|
}
|
|
489
554
|
),
|
|
490
|
-
/* @__PURE__ */ (0,
|
|
555
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
491
556
|
"path",
|
|
492
557
|
{
|
|
493
558
|
d: "M19.0898 16.5493C19.3437 16.8032 19.3437 17.2147 19.0898 17.4686L17.0898 19.4686C16.836 19.7224 16.4244 19.7224 16.1706 19.4686L14.9104 18.2084C14.6565 17.9545 14.6565 17.543 14.9103 17.2891C15.1642 17.0353 15.5757 17.0353 15.8296 17.2891L16.6302 18.0897L18.1706 16.5493C18.4244 16.2955 18.836 16.2955 19.0898 16.5493Z",
|
|
494
559
|
fill: color
|
|
495
560
|
}
|
|
496
561
|
),
|
|
497
|
-
/* @__PURE__ */ (0,
|
|
562
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
498
563
|
"path",
|
|
499
564
|
{
|
|
500
565
|
fillRule: "evenodd",
|
|
@@ -508,11 +573,11 @@ var StoreComplete = (props) => {
|
|
|
508
573
|
var store_complete_default = StoreComplete;
|
|
509
574
|
|
|
510
575
|
// src/icons/v2/outline/truck.tsx
|
|
511
|
-
var
|
|
576
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
512
577
|
var Truck = (props) => {
|
|
513
578
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
514
|
-
return /* @__PURE__ */ (0,
|
|
515
|
-
/* @__PURE__ */ (0,
|
|
579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
580
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("g", { clipPath: "url(#truck)", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
516
581
|
"path",
|
|
517
582
|
{
|
|
518
583
|
fillRule: "evenodd",
|
|
@@ -521,19 +586,19 @@ var Truck = (props) => {
|
|
|
521
586
|
fill: color
|
|
522
587
|
}
|
|
523
588
|
) }),
|
|
524
|
-
/* @__PURE__ */ (0,
|
|
589
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("clipPath", { id: "truck", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("rect", { width: "24", height: "24", fill: "white" }) }) })
|
|
525
590
|
] });
|
|
526
591
|
};
|
|
527
592
|
var truck_default = Truck;
|
|
528
593
|
|
|
529
594
|
// src/icons/v2/solid/direction.tsx
|
|
530
|
-
var
|
|
595
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
531
596
|
var Direction = (props) => {
|
|
532
597
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
533
|
-
return /* @__PURE__ */ (0,
|
|
534
|
-
/* @__PURE__ */ (0,
|
|
535
|
-
/* @__PURE__ */ (0,
|
|
536
|
-
/* @__PURE__ */ (0,
|
|
598
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: [
|
|
599
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("g", { clipPath: "url(#direction)", children: [
|
|
600
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("path", { d: "M12.4255 3.52369L8.7556 14.4828L6.37194 9.64529L1.50808 7.3158L12.4255 3.52369Z", fill: color }),
|
|
601
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
537
602
|
"path",
|
|
538
603
|
{
|
|
539
604
|
fillRule: "evenodd",
|
|
@@ -543,16 +608,16 @@ var Direction = (props) => {
|
|
|
543
608
|
}
|
|
544
609
|
)
|
|
545
610
|
] }),
|
|
546
|
-
/* @__PURE__ */ (0,
|
|
611
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("clipPath", { id: "direction", children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
547
612
|
] });
|
|
548
613
|
};
|
|
549
614
|
var direction_default = Direction;
|
|
550
615
|
|
|
551
616
|
// src/icons/v2/solid/hand.tsx
|
|
552
|
-
var
|
|
617
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
553
618
|
var Hand = (props) => {
|
|
554
619
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
555
|
-
return /* @__PURE__ */ (0,
|
|
620
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("g", { id: "Solid / Hand", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
556
621
|
"path",
|
|
557
622
|
{
|
|
558
623
|
id: "Vector 650",
|
|
@@ -564,11 +629,11 @@ var Hand = (props) => {
|
|
|
564
629
|
var hand_default = Hand;
|
|
565
630
|
|
|
566
631
|
// src/icons/v2/solid/trend-up.tsx
|
|
567
|
-
var
|
|
632
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
568
633
|
var TrendUp = (props) => {
|
|
569
634
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
570
|
-
return /* @__PURE__ */ (0,
|
|
571
|
-
/* @__PURE__ */ (0,
|
|
635
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("g", { id: "Solid / Trend Up", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("g", { id: "Vector", children: [
|
|
636
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
572
637
|
"path",
|
|
573
638
|
{
|
|
574
639
|
fillRule: "evenodd",
|
|
@@ -577,14 +642,14 @@ var TrendUp = (props) => {
|
|
|
577
642
|
fill: color
|
|
578
643
|
}
|
|
579
644
|
),
|
|
580
|
-
/* @__PURE__ */ (0,
|
|
645
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
581
646
|
"path",
|
|
582
647
|
{
|
|
583
648
|
d: "M16.0599 20.2002C16.4686 20.2002 16.7999 19.8689 16.7999 19.4602C16.7999 19.0515 16.4686 18.7202 16.0599 18.7202C15.6513 18.7202 15.3199 19.0515 15.3199 19.4602C15.3199 19.8689 15.6513 20.2002 16.0599 20.2002Z",
|
|
584
649
|
fill: color
|
|
585
650
|
}
|
|
586
651
|
),
|
|
587
|
-
/* @__PURE__ */ (0,
|
|
652
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
588
653
|
"path",
|
|
589
654
|
{
|
|
590
655
|
fillRule: "evenodd",
|
|
@@ -598,10 +663,10 @@ var TrendUp = (props) => {
|
|
|
598
663
|
var trend_up_default = TrendUp;
|
|
599
664
|
|
|
600
665
|
// src/icons/v2/solid/wallet.tsx
|
|
601
|
-
var
|
|
666
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
602
667
|
var Wallet = (props) => {
|
|
603
668
|
const { color, ...svgProps } = use_icon_props_default(props);
|
|
604
|
-
return /* @__PURE__ */ (0,
|
|
669
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...svgProps, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("g", { id: "24x24", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
605
670
|
"path",
|
|
606
671
|
{
|
|
607
672
|
id: "Subtract",
|
|
@@ -628,11 +693,13 @@ var wallet_default = Wallet;
|
|
|
628
693
|
Direction,
|
|
629
694
|
EyeClose,
|
|
630
695
|
EyeOpen,
|
|
696
|
+
Filter,
|
|
631
697
|
Hand,
|
|
632
698
|
MapMarker,
|
|
633
699
|
Minus,
|
|
634
700
|
Plus,
|
|
635
701
|
Search,
|
|
702
|
+
Sort,
|
|
636
703
|
StoreComplete,
|
|
637
704
|
TrendUp,
|
|
638
705
|
Truck,
|