@aliimam/icons 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/dist/cjs/icons/arrows/ArrowDown.js +1 -1
  2. package/dist/cjs/icons/arrows/ArrowLeft.js +1 -1
  3. package/dist/cjs/icons/arrows/ArrowRight.js +1 -1
  4. package/dist/cjs/icons/arrows/ArrowUp.js +1 -1
  5. package/dist/cjs/icons/arrows/ArrowUpp.d.ts +3 -0
  6. package/dist/cjs/icons/arrows/ArrowUpp.js +50 -0
  7. package/dist/cjs/icons/arrows/index.d.ts +1 -0
  8. package/dist/cjs/icons/arrows/index.js +3 -1
  9. package/dist/cjs/icons/gg/F.js +1 -1
  10. package/dist/cjs/icons/gg/R.js +1 -1
  11. package/dist/cjs/icons/gg/T.js +1 -1
  12. package/dist/cjs/icons/gg/Y.js +1 -1
  13. package/dist/cjs/logos/ali/Asfsbfd.js +1 -1
  14. package/dist/cjs/logos/ali/Erfg.js +1 -1
  15. package/dist/cjs/logos/ali/Layes.js +1 -1
  16. package/dist/cjs/logos/ali/Save.js +1 -1
  17. package/dist/cjs/logos/design/A.js +1 -1
  18. package/dist/cjs/logos/design/C.js +1 -1
  19. package/dist/cjs/logos/design/D.js +1 -1
  20. package/dist/icons/arrows/ArrowDown.js +1 -1
  21. package/dist/icons/arrows/ArrowLeft.js +1 -1
  22. package/dist/icons/arrows/ArrowRight.js +1 -1
  23. package/dist/icons/arrows/ArrowUp.js +1 -1
  24. package/dist/icons/arrows/ArrowUpp.d.ts +3 -0
  25. package/dist/icons/arrows/ArrowUpp.js +14 -0
  26. package/dist/icons/arrows/index.d.ts +1 -0
  27. package/dist/icons/arrows/index.js +1 -0
  28. package/dist/icons/gg/F.js +1 -1
  29. package/dist/icons/gg/R.js +1 -1
  30. package/dist/icons/gg/T.js +1 -1
  31. package/dist/icons/gg/Y.js +1 -1
  32. package/dist/logos/ali/Asfsbfd.js +1 -1
  33. package/dist/logos/ali/Erfg.js +1 -1
  34. package/dist/logos/ali/Layes.js +1 -1
  35. package/dist/logos/ali/Save.js +1 -1
  36. package/dist/logos/design/A.js +1 -1
  37. package/dist/logos/design/C.js +1 -1
  38. package/dist/logos/design/D.js +1 -1
  39. package/icons/icons/arrows/arrow-down.svg +1 -1
  40. package/icons/icons/arrows/arrow-upp.svg +1 -0
  41. package/package.json +1 -1
  42. package/src/icons/arrows/ArrowDown.tsx +7 -1
  43. package/src/icons/arrows/ArrowLeft.tsx +6 -0
  44. package/src/icons/arrows/ArrowRight.tsx +6 -0
  45. package/src/icons/arrows/ArrowUp.tsx +6 -0
  46. package/src/icons/arrows/ArrowUpp.tsx +59 -0
  47. package/src/icons/arrows/index.ts +1 -0
  48. package/src/icons/gg/F.tsx +6 -0
  49. package/src/icons/gg/R.tsx +6 -0
  50. package/src/icons/gg/T.tsx +6 -0
  51. package/src/icons/gg/Y.tsx +6 -0
  52. package/src/logos/ali/Asfsbfd.tsx +6 -0
  53. package/src/logos/ali/Erfg.tsx +6 -0
  54. package/src/logos/ali/Layes.tsx +6 -0
  55. package/src/logos/ali/Save.tsx +6 -0
  56. package/src/logos/design/A.tsx +6 -0
  57. package/src/logos/design/C.tsx +6 -0
  58. package/src/logos/design/D.tsx +6 -0
@@ -37,7 +37,7 @@ exports.ArrowDown = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.ArrowDown = React.forwardRef(function ArrowDown({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85351 12.8535C7.65825 13.0488 7.34174 13.0488 7.14648 12.8535L3.14648 8.85352C2.95121 8.65826 2.95121 8.34175 3.14648 8.14649C3.34174 7.95123 3.65825 7.95123 3.85351 8.14649L6.99999 11.293L6.99999 2.50001C6.99999 2.22387 7.22385 2.00001 7.49999 2.00001C7.77613 2.00001 7.99999 2.22387 7.99999 2.50001L7.99999 11.293L11.1465 8.14649C11.3417 7.95123 11.6582 7.95123 11.8535 8.14649Z", fill: color }) }));
41
41
  });
42
42
  exports.ArrowDown.displayName = "ArrowDown";
43
43
  exports.ArrowDown.metadata = {
@@ -37,7 +37,7 @@ exports.ArrowLeft = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.ArrowLeft = React.forwardRef(function ArrowLeft({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
41
41
  });
42
42
  exports.ArrowLeft.displayName = "ArrowLeft";
43
43
  exports.ArrowLeft.metadata = {
@@ -37,7 +37,7 @@ exports.ArrowRight = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.ArrowRight = React.forwardRef(function ArrowRight({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
41
41
  });
42
42
  exports.ArrowRight.displayName = "ArrowRight";
43
43
  exports.ArrowRight.metadata = {
@@ -37,7 +37,7 @@ exports.ArrowUp = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.ArrowUp = React.forwardRef(function ArrowUp({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
41
41
  });
42
42
  exports.ArrowUp.displayName = "ArrowUp";
43
43
  exports.ArrowUp.metadata = {
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const ArrowUpp: IconComponent;
3
+ export default ArrowUpp;
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ArrowUpp = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.ArrowUpp = React.forwardRef(function ArrowUpp({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4", stroke: color, strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }) }));
41
+ });
42
+ exports.ArrowUpp.displayName = "ArrowUpp";
43
+ exports.ArrowUpp.metadata = {
44
+ name: "ArrowUpp",
45
+ category: "icons",
46
+ tags: ["arrow", "upp", "interface", "ui", "icon"],
47
+ description: "ArrowUpp icon from icons category",
48
+ variants: ["stroke", "solid"],
49
+ };
50
+ exports.default = exports.ArrowUpp;
@@ -1,4 +1,5 @@
1
1
  export { default as ArrowLeft } from "./ArrowLeft";
2
+ export { default as ArrowUpp } from "./ArrowUpp";
2
3
  export { default as ArrowRight } from "./ArrowRight";
3
4
  export { default as ArrowUp } from "./ArrowUp";
4
5
  export { default as ArrowDown } from "./ArrowDown";
@@ -3,9 +3,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ArrowDown = exports.ArrowUp = exports.ArrowRight = exports.ArrowLeft = void 0;
6
+ exports.ArrowDown = exports.ArrowUp = exports.ArrowRight = exports.ArrowUpp = exports.ArrowLeft = void 0;
7
7
  var ArrowLeft_1 = require("./ArrowLeft");
8
8
  Object.defineProperty(exports, "ArrowLeft", { enumerable: true, get: function () { return __importDefault(ArrowLeft_1).default; } });
9
+ var ArrowUpp_1 = require("./ArrowUpp");
10
+ Object.defineProperty(exports, "ArrowUpp", { enumerable: true, get: function () { return __importDefault(ArrowUpp_1).default; } });
9
11
  var ArrowRight_1 = require("./ArrowRight");
10
12
  Object.defineProperty(exports, "ArrowRight", { enumerable: true, get: function () { return __importDefault(ArrowRight_1).default; } });
11
13
  var ArrowUp_1 = require("./ArrowUp");
@@ -37,7 +37,7 @@ exports.F = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.F = React.forwardRef(function F({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
41
41
  });
42
42
  exports.F.displayName = "F";
43
43
  exports.F.metadata = {
@@ -37,7 +37,7 @@ exports.R = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.R = React.forwardRef(function R({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
41
41
  });
42
42
  exports.R.displayName = "R";
43
43
  exports.R.metadata = {
@@ -37,7 +37,7 @@ exports.T = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.T = React.forwardRef(function T({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
41
41
  });
42
42
  exports.T.displayName = "T";
43
43
  exports.T.metadata = {
@@ -37,7 +37,7 @@ exports.Y = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Y = React.forwardRef(function Y({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
41
41
  });
42
42
  exports.Y.displayName = "Y";
43
43
  exports.Y.metadata = {
@@ -37,7 +37,7 @@ exports.Asfsbfd = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Asfsbfd = React.forwardRef(function Asfsbfd({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsxs)("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3138 7.65264 12.3138C5.63423 12.3138 3.92114 10.9824 3.31047 9.14209L3.22096 9.14969L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z", fill: color })] }));
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3138 7.65264 12.3138C5.63423 12.3138 3.92114 10.9824 3.31047 9.14209L3.22096 9.14969L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z", fill: color })] }));
41
41
  });
42
42
  exports.Asfsbfd.displayName = "Asfsbfd";
43
43
  exports.Asfsbfd.metadata = {
@@ -37,7 +37,7 @@ exports.Erfg = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Erfg = React.forwardRef(function Erfg({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
41
41
  });
42
42
  exports.Erfg.displayName = "Erfg";
43
43
  exports.Erfg.metadata = {
@@ -37,7 +37,7 @@ exports.Layes = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Layes = React.forwardRef(function Layes({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
41
41
  });
42
42
  exports.Layes.displayName = "Layes";
43
43
  exports.Layes.metadata = {
@@ -37,7 +37,7 @@ exports.Save = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.Save = React.forwardRef(function Save({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsxs)("svg", { width: "13", height: "15", viewBox: "0 0 13 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#a)", children: (0, jsx_runtime_1.jsx)("path", { d: "M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z", fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "a", children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M0 0H13V15H0z" }) }) })] }));
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: "13", height: "15", viewBox: "0 0 13 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("g", { clipPath: "url(#a)", children: (0, jsx_runtime_1.jsx)("path", { d: "M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z", fill: color }) }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "a", children: (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M0 0H13V15H0z" }) }) })] }));
41
41
  });
42
42
  exports.Save.displayName = "Save";
43
43
  exports.Save.metadata = {
@@ -37,7 +37,7 @@ exports.A = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.A = React.forwardRef(function A({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
41
41
  });
42
42
  exports.A.displayName = "A";
43
43
  exports.A.metadata = {
@@ -37,7 +37,7 @@ exports.C = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.C = React.forwardRef(function C({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsxs)("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 15.2652C9.71343 15.2652 11.4435 14.5867 12.7072 13.4164L10.2986 11.5506C9.65409 12.0001 8.78904 12.3138 7.65264 12.3138C5.63424 12.3138 3.92115 10.9824 3.31048 9.14209L3.22096 9.14969L0.864925 10.9731L0.834114 11.0587C2.08925 13.552 4.6674 15.2652 7.65264 15.2652Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71343 0 7.65264 0C4.6674 0 2.08925 1.7131 0.834114 4.20641L3.302 6.12308C3.92115 4.28277 5.63424 2.95128 7.65264 2.95128Z", fill: color })] }));
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 15.2652C9.71343 15.2652 11.4435 14.5867 12.7072 13.4164L10.2986 11.5506C9.65409 12.0001 8.78904 12.3138 7.65264 12.3138C5.63424 12.3138 3.92115 10.9824 3.31048 9.14209L3.22096 9.14969L0.864925 10.9731L0.834114 11.0587C2.08925 13.552 4.6674 15.2652 7.65264 15.2652Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), (0, jsx_runtime_1.jsx)("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71343 0 7.65264 0C4.6674 0 2.08925 1.7131 0.834114 4.20641L3.302 6.12308C3.92115 4.28277 5.63424 2.95128 7.65264 2.95128Z", fill: color })] }));
41
41
  });
42
42
  exports.C.displayName = "C";
43
43
  exports.C.metadata = {
@@ -37,7 +37,7 @@ exports.D = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
39
  exports.D = React.forwardRef(function D({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
40
- return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
41
41
  });
42
42
  exports.D.displayName = "D";
43
43
  exports.D.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const ArrowDown = React.forwardRef(function ArrowDown({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85351 12.8535C7.65825 13.0488 7.34174 13.0488 7.14648 12.8535L3.14648 8.85352C2.95121 8.65826 2.95121 8.34175 3.14648 8.14649C3.34174 7.95123 3.65825 7.95123 3.85351 8.14649L6.99999 11.293L6.99999 2.50001C6.99999 2.22387 7.22385 2.00001 7.49999 2.00001C7.77613 2.00001 7.99999 2.22387 7.99999 2.50001L7.99999 11.293L11.1465 8.14649C11.3417 7.95123 11.6582 7.95123 11.8535 8.14649Z", fill: color }) }));
5
5
  });
6
6
  ArrowDown.displayName = "ArrowDown";
7
7
  ArrowDown.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const ArrowLeft = React.forwardRef(function ArrowLeft({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
5
5
  });
6
6
  ArrowLeft.displayName = "ArrowLeft";
7
7
  ArrowLeft.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const ArrowRight = React.forwardRef(function ArrowRight({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
5
5
  });
6
6
  ArrowRight.displayName = "ArrowRight";
7
7
  ArrowRight.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const ArrowUp = React.forwardRef(function ArrowUp({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
5
5
  });
6
6
  ArrowUp.displayName = "ArrowUp";
7
7
  ArrowUp.metadata = {
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const ArrowUpp: IconComponent;
3
+ export default ArrowUpp;
@@ -0,0 +1,14 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import * as React from "react";
3
+ export const ArrowUpp = React.forwardRef(function ArrowUpp({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
+ return (_jsx("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4", stroke: color, strokeWidth: strokeWidth, strokeLinecap: "round", strokeLinejoin: "round" }) }));
5
+ });
6
+ ArrowUpp.displayName = "ArrowUpp";
7
+ ArrowUpp.metadata = {
8
+ name: "ArrowUpp",
9
+ category: "icons",
10
+ tags: ["arrow", "upp", "interface", "ui", "icon"],
11
+ description: "ArrowUpp icon from icons category",
12
+ variants: ["stroke", "solid"],
13
+ };
14
+ export default ArrowUpp;
@@ -1,4 +1,5 @@
1
1
  export { default as ArrowLeft } from "./ArrowLeft";
2
+ export { default as ArrowUpp } from "./ArrowUpp";
2
3
  export { default as ArrowRight } from "./ArrowRight";
3
4
  export { default as ArrowUp } from "./ArrowUp";
4
5
  export { default as ArrowDown } from "./ArrowDown";
@@ -1,4 +1,5 @@
1
1
  export { default as ArrowLeft } from "./ArrowLeft";
2
+ export { default as ArrowUpp } from "./ArrowUpp";
2
3
  export { default as ArrowRight } from "./ArrowRight";
3
4
  export { default as ArrowUp } from "./ArrowUp";
4
5
  export { default as ArrowDown } from "./ArrowDown";
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const F = React.forwardRef(function F({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M6.14648 3.14648C6.34175 2.95122 6.65825 2.95122 6.85352 3.14648C7.04878 3.34175 7.04878 3.65825 6.85352 3.85352L3.70703 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70703L6.85352 11.1465C7.04878 11.3417 7.04878 11.6583 6.85352 11.8535C6.65825 12.0488 6.34175 12.0488 6.14648 11.8535L2.14648 7.85352C1.95122 7.65825 1.95122 7.34175 2.14648 7.14648L6.14648 3.14648Z", fill: color }) }));
5
5
  });
6
6
  F.displayName = "F";
7
7
  F.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const R = React.forwardRef(function R({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M8.14648 3.14648C8.34175 2.95122 8.65825 2.95122 8.85352 3.14648L12.8535 7.14648C13.0488 7.34175 13.0488 7.65825 12.8535 7.85352L8.85352 11.8535C8.65825 12.0488 8.34175 12.0488 8.14648 11.8535C7.95122 11.6583 7.95122 11.3417 8.14648 11.1465L11.293 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.293L8.14648 3.85352C7.95122 3.65825 7.95122 3.34175 8.14648 3.14648Z", fill: color }) }));
5
5
  });
6
6
  R.displayName = "R";
7
7
  R.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const T = React.forwardRef(function T({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M3.14648 6.85352C2.95122 6.65825 2.95122 6.34175 3.14648 6.14648L7.14648 2.14648C7.34175 1.95122 7.65825 1.95122 7.85352 2.14648L11.8535 6.14648C12.0488 6.34175 12.0488 6.65825 11.8535 6.85352C11.6583 7.04878 11.3417 7.04878 11.1465 6.85352L8 3.70703L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70703L3.85352 6.85352C3.65825 7.04878 3.34175 7.04878 3.14648 6.85352Z", fill: color }) }));
5
5
  });
6
6
  T.displayName = "T";
7
7
  T.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const Y = React.forwardRef(function Y({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z", fill: color }) }));
5
5
  });
6
6
  Y.displayName = "Y";
7
7
  Y.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const Asfsbfd = React.forwardRef(function Asfsbfd({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsxs("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), _jsx("path", { d: "M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3138 7.65264 12.3138C5.63423 12.3138 3.92114 10.9824 3.31047 9.14209L3.22096 9.14969L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z", fill: color }), _jsx("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), _jsx("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z", fill: color })] }));
4
+ return (_jsxs("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65265V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), _jsx("path", { d: "M7.65264 15.2652C9.71342 15.2652 11.4435 14.5867 12.7071 13.4164L10.2986 11.5506C9.65408 12.0001 8.78903 12.3138 7.65264 12.3138C5.63423 12.3138 3.92114 10.9824 3.31047 9.14209L3.22096 9.14969L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z", fill: color }), _jsx("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), _jsx("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71342 0 7.65264 0C4.66739 0 2.08924 1.7131 0.834106 4.20641L3.30199 6.12308C3.92114 4.28277 5.63423 2.95128 7.65264 2.95128Z", fill: color })] }));
5
5
  });
6
6
  Asfsbfd.displayName = "Asfsbfd";
7
7
  Asfsbfd.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const Erfg = React.forwardRef(function Erfg({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
5
5
  });
6
6
  Erfg.displayName = "Erfg";
7
7
  Erfg.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const Layes = React.forwardRef(function Layes({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
5
5
  });
6
6
  Layes.displayName = "Layes";
7
7
  Layes.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const Save = React.forwardRef(function Save({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsxs("svg", { width: "13", height: "15", viewBox: "0 0 13 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#a)", children: _jsx("path", { d: "M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z", fill: color }) }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("path", { fill: color, d: "M0 0H13V15H0z" }) }) })] }));
4
+ return (_jsxs("svg", { width: "13", height: "15", viewBox: "0 0 13 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("g", { clipPath: "url(#a)", children: _jsx("path", { d: "M12.741 3.55004L6.80792 0.0831488C6.6174 -0.0282045 6.38232 -0.0282045 6.1918 0.0831488L0.259036 3.55004C0.0988794 3.64364 0 3.81673 0 4.0042V10.9952C0 11.1827 0.0988794 11.3558 0.259036 11.4494L6.19208 14.9163C6.3826 15.0276 6.61768 15.0276 6.8082 14.9163L12.7412 11.4494C12.9014 11.3558 13.0003 11.1827 13.0003 10.9952V4.0042C13.0003 3.81673 12.9014 3.64364 12.7412 3.55004H12.741ZM12.3683 4.28441L6.6408 14.3248C6.60208 14.3925 6.49986 14.3648 6.49986 14.2865V7.71212C6.49986 7.58075 6.43051 7.45925 6.31798 7.39328L0.692713 4.10625C0.625865 4.06706 0.653161 3.9636 0.730594 3.9636H12.1856C12.3482 3.9636 12.4499 4.14205 12.3686 4.28469H12.3683V4.28441Z", fill: color }) }), _jsx("defs", { children: _jsx("clipPath", { id: "a", children: _jsx("path", { fill: color, d: "M0 0H13V15H0z" }) }) })] }));
5
5
  });
6
6
  Save.displayName = "Save";
7
7
  Save.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const A = React.forwardRef(function A({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M14.0147 6.1382C14.1847 5.63312 14.2435 5.09807 14.1872 4.56879C14.1309 4.03951 13.9607 3.52818 13.688 3.06896C12.8585 1.64476 11.1914 0.912172 9.56328 1.25642C9.11247 0.761776 8.53765 0.392848 7.89656 0.186686C7.25547 -0.0194763 6.57067 -0.0556153 5.91093 0.0818985C5.2512 0.219412 4.63976 0.525737 4.13803 0.97011C3.63629 1.41448 3.26192 1.98126 3.05251 2.61351C2.52386 2.72044 2.02444 2.93744 1.58762 3.25002C1.1508 3.56259 0.786651 3.96353 0.519504 4.42605C-0.318973 5.848 -0.128601 7.64158 0.990188 8.86146C0.81953 9.36629 0.760128 9.90125 0.815958 10.4305C0.871787 10.9598 1.04156 11.4713 1.31392 11.9306C2.14443 13.3554 3.81259 14.0879 5.44162 13.7432C5.79978 14.141 6.23986 14.4589 6.73248 14.6756C7.2251 14.8923 7.75891 15.0029 8.2983 14.9999C9.96711 15.0014 11.4456 13.9387 11.9554 12.3712C12.4839 12.2641 12.9833 12.047 13.4201 11.7345C13.8568 11.4219 14.221 11.0211 14.4883 10.5587C15.3167 9.13929 15.1255 7.35542 14.0147 6.1382ZM8.2983 14.0182C7.63218 14.0193 6.98695 13.789 6.47574 13.3677L6.56568 13.3174L9.59322 11.5936C9.66857 11.55 9.73114 11.4879 9.77477 11.4132C9.81839 11.3386 9.84159 11.254 9.84207 11.1678V6.95725L11.122 7.68759C11.1348 7.694 11.1437 7.70608 11.146 7.72013V11.2092C11.1427 12.7592 9.86967 14.015 8.2983 14.0182ZM2.17724 11.4399C1.84318 10.8709 1.72324 10.2039 1.83851 9.55631L1.92839 9.60954L4.95898 11.3334C5.03396 11.3768 5.11933 11.3997 5.20627 11.3997C5.29322 11.3997 5.37858 11.3768 5.45357 11.3334L9.15558 9.22813V10.6859C9.15524 10.6934 9.15317 10.7008 9.14954 10.7074C9.14591 10.7141 9.14081 10.7198 9.13461 10.7243L6.0681 12.4689C4.70539 13.2432 2.96439 12.7828 2.17724 11.4399ZM1.37984 4.93467C1.71622 4.36202 2.24716 3.92525 2.87867 3.70167V7.24988C2.87753 7.33561 2.89973 7.42007 2.94297 7.49445C2.9862 7.56883 3.04888 7.6304 3.12447 7.67273L6.80849 9.76918L5.52851 10.4995C5.52159 10.5031 5.51387 10.505 5.50604 10.505C5.49821 10.505 5.49049 10.5031 5.48357 10.4995L2.42304 8.758C1.06302 7.98039 0.596614 6.26437 1.37984 4.91993V4.93467ZM11.8954 7.34456L8.19933 5.22742L9.47638 4.50003C9.48331 4.49641 9.49104 4.49451 9.49888 4.49451C9.50673 4.49451 9.51445 4.49641 9.52138 4.50003L12.5819 6.2446C13.0499 6.51095 13.4314 6.90311 13.6818 7.3753C13.9323 7.84749 14.0415 8.38022 13.9965 8.9113C13.9516 9.44238 13.7544 9.94989 13.428 10.3746C13.1016 10.7993 12.6595 11.1236 12.1532 11.3097V7.76145C12.1506 7.67588 12.1254 7.59246 12.0802 7.51937C12.035 7.44628 11.9713 7.38604 11.8954 7.34456ZM13.1694 5.45514L13.0794 5.40185L10.0549 3.66324C9.97944 3.61957 9.89356 3.59655 9.80609 3.59655C9.71862 3.59655 9.63274 3.61957 9.5573 3.66324L5.85822 5.76858V4.31086C5.85743 4.30345 5.85869 4.29597 5.86185 4.2892C5.86502 4.28244 5.86998 4.27664 5.87621 4.27243L8.93674 2.5308C9.4058 2.26425 9.94211 2.13496 10.4829 2.15803C11.0238 2.18111 11.5467 2.35561 11.9907 2.66111C12.4347 2.96662 12.7813 3.39051 12.99 3.8832C13.1987 4.37589 13.2609 4.91702 13.1693 5.44329V5.45514H13.1694ZM5.15984 8.0394L3.87986 7.31202C3.87346 7.3082 3.86799 7.30304 3.86384 7.29691C3.85969 7.29078 3.85696 7.28382 3.85583 7.27653V3.79634C3.85654 3.26246 4.01132 2.7398 4.30206 2.28949C4.5928 1.83917 5.0075 1.47981 5.49766 1.25341C5.98783 1.02701 6.5332 0.942928 7.07002 1.011C7.60684 1.07908 8.11293 1.29649 8.5291 1.63782L8.43916 1.68811L5.41162 3.41193C5.33627 3.45553 5.27372 3.5177 5.2301 3.59236C5.18649 3.66701 5.1633 3.75157 5.16283 3.83773L5.15984 8.03946V8.0394ZM5.85523 6.56093L7.50394 5.62362L9.15558 6.56099V8.43561L7.50992 9.37297L5.85828 8.43561L5.85523 6.56093Z", fill: color }) }));
5
5
  });
6
6
  A.displayName = "A";
7
7
  A.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const C = React.forwardRef(function C({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsxs("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: [_jsx("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), _jsx("path", { d: "M7.65264 15.2652C9.71343 15.2652 11.4435 14.5867 12.7072 13.4164L10.2986 11.5506C9.65409 12.0001 8.78904 12.3138 7.65264 12.3138C5.63424 12.3138 3.92115 10.9824 3.31048 9.14209L3.22096 9.14969L0.864925 10.9731L0.834114 11.0587C2.08925 13.552 4.6674 15.2652 7.65264 15.2652Z", fill: color }), _jsx("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), _jsx("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71343 0 7.65264 0C4.6674 0 2.08925 1.7131 0.834114 4.20641L3.302 6.12308C3.92115 4.28277 5.63424 2.95128 7.65264 2.95128Z", fill: color })] }));
4
+ return (_jsxs("svg", { width: "15", height: "16", viewBox: "0 0 15 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: [_jsx("path", { d: "M14.98 7.80214C14.98 7.17457 14.9291 6.71661 14.8189 6.2417H7.65266V9.07423H11.8591C11.7743 9.77815 11.3163 10.8382 10.2986 11.5506L10.2844 11.6454L12.5502 13.4007L12.7072 13.4164C14.1489 12.0849 14.98 10.1258 14.98 7.80214Z", fill: color }), _jsx("path", { d: "M7.65264 15.2652C9.71343 15.2652 11.4435 14.5867 12.7072 13.4164L10.2986 11.5506C9.65409 12.0001 8.78904 12.3138 7.65264 12.3138C5.63424 12.3138 3.92115 10.9824 3.31048 9.14209L3.22096 9.14969L0.864925 10.9731L0.834114 11.0587C2.08925 13.552 4.6674 15.2652 7.65264 15.2652Z", fill: color }), _jsx("path", { d: "M3.31048 9.14226C3.14935 8.66735 3.0561 8.15847 3.0561 7.63269C3.0561 7.10685 3.14935 6.59802 3.302 6.12311L3.29774 6.02196L0.912171 4.16931L0.83412 4.20644C0.316818 5.2411 0.019989 6.40298 0.019989 7.63269C0.019989 8.86239 0.316818 10.0242 0.83412 11.0589L3.31048 9.14226Z", fill: color }), _jsx("path", { d: "M7.65264 2.95128C9.08586 2.95128 10.0526 3.57037 10.6039 4.08773L12.758 1.98449C11.4351 0.754788 9.71343 0 7.65264 0C4.6674 0 2.08925 1.7131 0.834114 4.20641L3.302 6.12308C3.92115 4.28277 5.63424 2.95128 7.65264 2.95128Z", fill: color })] }));
5
5
  });
6
6
  C.displayName = "C";
7
7
  C.metadata = {
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import * as React from "react";
3
3
  export const D = React.forwardRef(function D({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, variant = "stroke", ...props }, forwardedRef) {
4
- return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, ref: forwardedRef, children: _jsx("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
4
+ return (_jsx("svg", { width: "15", height: "15", viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", className: className, strokeWidth: strokeWidth, strokeLinecap: strokeLinecap, strokeLinejoin: strokeLinejoin, strokeDasharray: strokeDasharray, opacity: opacity, ...props, ref: forwardedRef, children: _jsx("path", { d: "M7.5 1L15 14H0L7.5 1Z", fill: color }) }));
5
5
  });
6
6
  D.displayName = "D";
7
7
  D.metadata = {
@@ -1 +1 @@
1
- <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z" fill="currentColor"/></svg>
1
+ <svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85351 12.8535C7.65825 13.0488 7.34174 13.0488 7.14648 12.8535L3.14648 8.85352C2.95121 8.65826 2.95121 8.34175 3.14648 8.14649C3.34174 7.95123 3.65825 7.95123 3.85351 8.14649L6.99999 11.293L6.99999 2.50001C6.99999 2.22387 7.22385 2.00001 7.49999 2.00001C7.77613 2.00001 7.99999 2.22387 7.99999 2.50001L7.99999 11.293L11.1465 8.14649C11.3417 7.95123 11.6582 7.95123 11.8535 8.14649Z" fill="currentColor"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliimam/icons",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "license": "MIT",
5
5
  "description": "Radix UI React Icon Set",
6
6
  "source": "./src/index.tsx",
@@ -26,11 +26,17 @@ export const ArrowDown: IconComponent = React.forwardRef<
26
26
  viewBox="0 0 15 15"
27
27
  fill="none"
28
28
  xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
29
35
  {...props}
30
36
  ref={forwardedRef}
31
37
  >
32
38
  <path
33
- d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85352 12.8535C7.65825 13.0488 7.34175 13.0488 7.14648 12.8535L3.14648 8.85352C2.95122 8.65826 2.95122 8.34175 3.14648 8.14649C3.34175 7.95123 3.65825 7.95123 3.85352 8.14649L7 11.293L7 2.50001C7 2.22387 7.22386 2.00001 7.5 2.00001C7.77614 2.00001 8 2.22387 8 2.50001L8 11.293L11.1465 8.14649C11.3417 7.95123 11.6583 7.95123 11.8535 8.14649Z"
39
+ d="M11.8535 8.14649C12.0488 8.34175 12.0488 8.65826 11.8535 8.85352L7.85351 12.8535C7.65825 13.0488 7.34174 13.0488 7.14648 12.8535L3.14648 8.85352C2.95121 8.65826 2.95121 8.34175 3.14648 8.14649C3.34174 7.95123 3.65825 7.95123 3.85351 8.14649L6.99999 11.293L6.99999 2.50001C6.99999 2.22387 7.22385 2.00001 7.49999 2.00001C7.77613 2.00001 7.99999 2.22387 7.99999 2.50001L7.99999 11.293L11.1465 8.14649C11.3417 7.95123 11.6582 7.95123 11.8535 8.14649Z"
34
40
  fill={color}
35
41
  />
36
42
  </svg>
@@ -26,6 +26,12 @@ export const ArrowLeft: IconComponent = React.forwardRef<
26
26
  viewBox="0 0 15 15"
27
27
  fill="none"
28
28
  xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
29
35
  {...props}
30
36
  ref={forwardedRef}
31
37
  >
@@ -26,6 +26,12 @@ export const ArrowRight: IconComponent = React.forwardRef<
26
26
  viewBox="0 0 15 15"
27
27
  fill="none"
28
28
  xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
29
35
  {...props}
30
36
  ref={forwardedRef}
31
37
  >
@@ -26,6 +26,12 @@ export const ArrowUp: IconComponent = React.forwardRef<
26
26
  viewBox="0 0 15 15"
27
27
  fill="none"
28
28
  xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
29
35
  {...props}
30
36
  ref={forwardedRef}
31
37
  >
@@ -0,0 +1,59 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ export const ArrowUpp: IconComponent = React.forwardRef<
5
+ SVGSVGElement,
6
+ IconProps
7
+ >(function ArrowUpp(
8
+ {
9
+ color = "currentColor",
10
+ fill,
11
+ strokeWidth,
12
+ strokeLinecap,
13
+ strokeLinejoin,
14
+ strokeDasharray,
15
+ opacity,
16
+ className,
17
+ variant = "stroke",
18
+ ...props
19
+ },
20
+ forwardedRef,
21
+ ) {
22
+ return (
23
+ <svg
24
+ width="24"
25
+ height="24"
26
+ viewBox="0 0 24 24"
27
+ fill="none"
28
+ xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
35
+ {...props}
36
+ ref={forwardedRef}
37
+ >
38
+ <path
39
+ d="M3.2 20 11.2 12 3.2 4M14.2 20 21.2 12 14.2 4"
40
+ stroke={color}
41
+ strokeWidth={strokeWidth}
42
+ strokeLinecap="round"
43
+ strokeLinejoin="round"
44
+ />
45
+ </svg>
46
+ );
47
+ });
48
+
49
+ ArrowUpp.displayName = "ArrowUpp";
50
+
51
+ ArrowUpp.metadata = {
52
+ name: "ArrowUpp",
53
+ category: "icons",
54
+ tags: ["arrow", "upp", "interface", "ui", "icon"],
55
+ description: "ArrowUpp icon from icons category",
56
+ variants: ["stroke", "solid"],
57
+ } as IconMetadata;
58
+
59
+ export default ArrowUpp;
@@ -1,4 +1,5 @@
1
1
  export { default as ArrowLeft } from "./ArrowLeft";
2
+ export { default as ArrowUpp } from "./ArrowUpp";
2
3
  export { default as ArrowRight } from "./ArrowRight";
3
4
  export { default as ArrowUp } from "./ArrowUp";
4
5
  export { default as ArrowDown } from "./ArrowDown";
@@ -24,6 +24,12 @@ export const F: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const R: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const T: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const Y: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -26,6 +26,12 @@ export const Asfsbfd: IconComponent = React.forwardRef<
26
26
  viewBox="0 0 15 16"
27
27
  fill="none"
28
28
  xmlns="http://www.w3.org/2000/svg"
29
+ className={className}
30
+ strokeWidth={strokeWidth}
31
+ strokeLinecap={strokeLinecap}
32
+ strokeLinejoin={strokeLinejoin}
33
+ strokeDasharray={strokeDasharray}
34
+ opacity={opacity}
29
35
  {...props}
30
36
  ref={forwardedRef}
31
37
  >
@@ -24,6 +24,12 @@ export const Erfg: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const Layes: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const Save: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 13 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const A: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const C: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 16"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >
@@ -24,6 +24,12 @@ export const D: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
24
24
  viewBox="0 0 15 15"
25
25
  fill="none"
26
26
  xmlns="http://www.w3.org/2000/svg"
27
+ className={className}
28
+ strokeWidth={strokeWidth}
29
+ strokeLinecap={strokeLinecap}
30
+ strokeLinejoin={strokeLinejoin}
31
+ strokeDasharray={strokeDasharray}
32
+ opacity={opacity}
27
33
  {...props}
28
34
  ref={forwardedRef}
29
35
  >