@aliimam/icons 0.0.4 → 0.0.6

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 (230) hide show
  1. package/dist/cjs/index.d.ts +1 -4
  2. package/dist/cjs/index.js +1 -4
  3. package/dist/cjs/solid/accessibility/Accessibility.d.ts +6 -0
  4. package/dist/cjs/solid/accessibility/Accessibility.js +57 -0
  5. package/dist/cjs/solid/accessibility/Baby.d.ts +6 -0
  6. package/dist/cjs/solid/accessibility/Baby.js +57 -0
  7. package/dist/cjs/solid/accessibility/BadgeInfo.d.ts +6 -0
  8. package/dist/cjs/solid/accessibility/BadgeInfo.js +57 -0
  9. package/dist/cjs/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
  10. package/dist/cjs/solid/accessibility/BadgeQuestionMark.js +57 -0
  11. package/dist/cjs/solid/accessibility/CircleQuestionMark.d.ts +6 -0
  12. package/dist/cjs/solid/accessibility/CircleQuestionMark.js +57 -0
  13. package/dist/cjs/solid/accessibility/ClosedCaption.d.ts +6 -0
  14. package/dist/cjs/solid/accessibility/ClosedCaption.js +57 -0
  15. package/dist/cjs/solid/accessibility/Contrast.d.ts +6 -0
  16. package/dist/cjs/{stroke/ali/Erfg.js → solid/accessibility/Contrast.js} +15 -15
  17. package/dist/cjs/solid/accessibility/Ear.d.ts +6 -0
  18. package/dist/cjs/solid/accessibility/Ear.js +57 -0
  19. package/dist/cjs/solid/accessibility/EarOff.d.ts +6 -0
  20. package/dist/cjs/solid/accessibility/EarOff.js +57 -0
  21. package/dist/cjs/solid/accessibility/Eclipse.d.ts +6 -0
  22. package/dist/cjs/solid/accessibility/Eclipse.js +57 -0
  23. package/dist/cjs/solid/accessibility/Eye.d.ts +6 -0
  24. package/dist/cjs/solid/accessibility/Eye.js +57 -0
  25. package/dist/cjs/solid/accessibility/EyeClosed.d.ts +6 -0
  26. package/dist/cjs/solid/accessibility/EyeClosed.js +57 -0
  27. package/dist/cjs/solid/accessibility/EyeOff.d.ts +6 -0
  28. package/dist/cjs/solid/accessibility/EyeOff.js +57 -0
  29. package/dist/cjs/solid/accessibility/Glasses.d.ts +6 -0
  30. package/dist/cjs/solid/accessibility/Glasses.js +57 -0
  31. package/dist/cjs/solid/accessibility/Moon.d.ts +6 -0
  32. package/dist/cjs/solid/accessibility/Moon.js +57 -0
  33. package/dist/cjs/solid/accessibility/Sun.d.ts +6 -0
  34. package/dist/cjs/solid/accessibility/Sun.js +57 -0
  35. package/dist/cjs/solid/accessibility/index.d.ts +16 -0
  36. package/dist/cjs/solid/accessibility/index.js +38 -0
  37. package/dist/cjs/types.d.ts +4 -4
  38. package/dist/index.d.ts +1 -4
  39. package/dist/index.js +1 -4
  40. package/dist/solid/accessibility/Accessibility.d.ts +6 -0
  41. package/dist/solid/accessibility/Accessibility.js +21 -0
  42. package/dist/solid/accessibility/Baby.d.ts +6 -0
  43. package/dist/solid/accessibility/Baby.js +21 -0
  44. package/dist/solid/accessibility/BadgeInfo.d.ts +6 -0
  45. package/dist/solid/accessibility/BadgeInfo.js +21 -0
  46. package/dist/solid/accessibility/BadgeQuestionMark.d.ts +6 -0
  47. package/dist/solid/accessibility/BadgeQuestionMark.js +21 -0
  48. package/dist/solid/accessibility/CircleQuestionMark.d.ts +6 -0
  49. package/dist/solid/accessibility/CircleQuestionMark.js +21 -0
  50. package/dist/solid/accessibility/ClosedCaption.d.ts +6 -0
  51. package/dist/solid/accessibility/ClosedCaption.js +21 -0
  52. package/dist/solid/accessibility/Contrast.d.ts +6 -0
  53. package/dist/solid/accessibility/Contrast.js +21 -0
  54. package/dist/solid/accessibility/Ear.d.ts +6 -0
  55. package/dist/solid/accessibility/Ear.js +21 -0
  56. package/dist/solid/accessibility/EarOff.d.ts +6 -0
  57. package/dist/solid/accessibility/EarOff.js +21 -0
  58. package/dist/solid/accessibility/Eclipse.d.ts +6 -0
  59. package/dist/solid/accessibility/Eclipse.js +21 -0
  60. package/dist/solid/accessibility/Eye.d.ts +6 -0
  61. package/dist/solid/accessibility/Eye.js +21 -0
  62. package/dist/solid/accessibility/EyeClosed.d.ts +6 -0
  63. package/dist/solid/accessibility/EyeClosed.js +21 -0
  64. package/dist/solid/accessibility/EyeOff.d.ts +6 -0
  65. package/dist/solid/accessibility/EyeOff.js +21 -0
  66. package/dist/solid/accessibility/Glasses.d.ts +6 -0
  67. package/dist/solid/accessibility/Glasses.js +21 -0
  68. package/dist/solid/accessibility/Moon.d.ts +6 -0
  69. package/dist/solid/accessibility/Moon.js +21 -0
  70. package/dist/solid/accessibility/Sun.d.ts +6 -0
  71. package/dist/solid/accessibility/Sun.js +21 -0
  72. package/dist/solid/accessibility/index.d.ts +16 -0
  73. package/dist/solid/accessibility/index.js +16 -0
  74. package/dist/types.d.ts +4 -4
  75. package/icons/solid/accessibility/accessibility.svg +1 -0
  76. package/icons/solid/accessibility/baby.svg +1 -0
  77. package/icons/solid/accessibility/badge-info.svg +1 -0
  78. package/icons/solid/accessibility/badge-question-mark.svg +1 -0
  79. package/icons/solid/accessibility/circle-question-mark.svg +1 -0
  80. package/icons/solid/accessibility/closed-caption.svg +1 -0
  81. package/icons/solid/accessibility/contrast.svg +1 -0
  82. package/icons/solid/accessibility/ear-off.svg +1 -0
  83. package/icons/solid/accessibility/ear.svg +1 -0
  84. package/icons/solid/accessibility/eclipse.svg +1 -0
  85. package/icons/solid/accessibility/eye-closed.svg +1 -0
  86. package/icons/solid/accessibility/eye-off.svg +1 -0
  87. package/icons/solid/accessibility/eye.svg +1 -0
  88. package/icons/solid/accessibility/glasses.svg +1 -0
  89. package/icons/solid/accessibility/moon.svg +1 -0
  90. package/icons/solid/accessibility/sun.svg +1 -0
  91. package/icons/solid/ali/asfsbfd.svg +1 -1
  92. package/icons/solid/ali/save.svg +1 -1
  93. package/icons/solid/design/c.svg +1 -1
  94. package/icons/stroke/accessibility/accessibility.svg +1 -0
  95. package/icons/stroke/accessibility/baby.svg +1 -0
  96. package/icons/stroke/accessibility/badge-info.svg +1 -0
  97. package/icons/stroke/accessibility/badge-question-mark.svg +1 -0
  98. package/icons/stroke/accessibility/circle-question-mark.svg +1 -0
  99. package/icons/stroke/accessibility/closed-caption.svg +1 -0
  100. package/icons/stroke/accessibility/contrast.svg +1 -0
  101. package/icons/stroke/accessibility/ear-off.svg +1 -0
  102. package/icons/stroke/accessibility/ear.svg +1 -0
  103. package/icons/stroke/accessibility/eclipse.svg +1 -0
  104. package/icons/stroke/accessibility/eye-closed.svg +1 -0
  105. package/icons/stroke/accessibility/eye-off.svg +1 -0
  106. package/icons/stroke/accessibility/eye.svg +1 -0
  107. package/icons/stroke/accessibility/glasses.svg +1 -0
  108. package/icons/stroke/accessibility/moon.svg +1 -0
  109. package/icons/stroke/accessibility/sun.svg +1 -0
  110. package/icons/stroke/ali/asfsbfd.svg +1 -1
  111. package/icons/stroke/arrows/arrow-down.svg +1 -1
  112. package/package.json +2 -2
  113. package/src/index.tsx +1 -4
  114. package/src/solid/accessibility/Accessibility.tsx +105 -0
  115. package/src/solid/accessibility/Baby.tsx +107 -0
  116. package/src/solid/accessibility/BadgeInfo.tsx +93 -0
  117. package/src/solid/accessibility/BadgeQuestionMark.tsx +99 -0
  118. package/src/solid/accessibility/CircleQuestionMark.tsx +99 -0
  119. package/src/solid/accessibility/ClosedCaption.tsx +97 -0
  120. package/src/solid/accessibility/Contrast.tsx +99 -0
  121. package/src/solid/accessibility/Ear.tsx +103 -0
  122. package/src/solid/accessibility/EarOff.tsx +105 -0
  123. package/src/solid/accessibility/Eclipse.tsx +99 -0
  124. package/src/solid/accessibility/Eye.tsx +99 -0
  125. package/src/solid/accessibility/EyeClosed.tsx +101 -0
  126. package/src/solid/accessibility/EyeOff.tsx +105 -0
  127. package/src/solid/accessibility/Glasses.tsx +111 -0
  128. package/src/solid/accessibility/Moon.tsx +93 -0
  129. package/src/solid/accessibility/Sun.tsx +97 -0
  130. package/src/solid/accessibility/index.ts +16 -0
  131. package/src/types.tsx +4 -4
  132. package/dist/cjs/solid/design/A.d.ts +0 -3
  133. package/dist/cjs/solid/design/A.js +0 -50
  134. package/dist/cjs/solid/design/C.d.ts +0 -3
  135. package/dist/cjs/solid/design/C.js +0 -50
  136. package/dist/cjs/solid/design/D.d.ts +0 -3
  137. package/dist/cjs/solid/design/D.js +0 -50
  138. package/dist/cjs/solid/design/index.d.ts +0 -3
  139. package/dist/cjs/solid/design/index.js +0 -12
  140. package/dist/cjs/stroke/ali/Asfsbfd.d.ts +0 -6
  141. package/dist/cjs/stroke/ali/Asfsbfd.js +0 -57
  142. package/dist/cjs/stroke/ali/Erfg.d.ts +0 -6
  143. package/dist/cjs/stroke/ali/Layes.d.ts +0 -6
  144. package/dist/cjs/stroke/ali/Layes.js +0 -57
  145. package/dist/cjs/stroke/ali/Save.d.ts +0 -6
  146. package/dist/cjs/stroke/ali/Save.js +0 -57
  147. package/dist/cjs/stroke/ali/index.d.ts +0 -4
  148. package/dist/cjs/stroke/ali/index.js +0 -14
  149. package/dist/cjs/stroke/arrows/ArrowDown.d.ts +0 -3
  150. package/dist/cjs/stroke/arrows/ArrowDown.js +0 -50
  151. package/dist/cjs/stroke/arrows/ArrowLeft.d.ts +0 -3
  152. package/dist/cjs/stroke/arrows/ArrowLeft.js +0 -50
  153. package/dist/cjs/stroke/arrows/ArrowRight.d.ts +0 -3
  154. package/dist/cjs/stroke/arrows/ArrowRight.js +0 -50
  155. package/dist/cjs/stroke/arrows/ArrowUp.d.ts +0 -3
  156. package/dist/cjs/stroke/arrows/ArrowUp.js +0 -50
  157. package/dist/cjs/stroke/arrows/ArrowUpp.d.ts +0 -3
  158. package/dist/cjs/stroke/arrows/ArrowUpp.js +0 -50
  159. package/dist/cjs/stroke/arrows/index.d.ts +0 -5
  160. package/dist/cjs/stroke/arrows/index.js +0 -16
  161. package/dist/cjs/stroke/gg/F.d.ts +0 -3
  162. package/dist/cjs/stroke/gg/F.js +0 -50
  163. package/dist/cjs/stroke/gg/R.d.ts +0 -3
  164. package/dist/cjs/stroke/gg/R.js +0 -50
  165. package/dist/cjs/stroke/gg/T.d.ts +0 -3
  166. package/dist/cjs/stroke/gg/T.js +0 -50
  167. package/dist/cjs/stroke/gg/Y.d.ts +0 -3
  168. package/dist/cjs/stroke/gg/Y.js +0 -50
  169. package/dist/cjs/stroke/gg/index.d.ts +0 -4
  170. package/dist/cjs/stroke/gg/index.js +0 -14
  171. package/dist/solid/design/A.d.ts +0 -3
  172. package/dist/solid/design/A.js +0 -14
  173. package/dist/solid/design/C.d.ts +0 -3
  174. package/dist/solid/design/C.js +0 -14
  175. package/dist/solid/design/D.d.ts +0 -3
  176. package/dist/solid/design/D.js +0 -14
  177. package/dist/solid/design/index.d.ts +0 -3
  178. package/dist/solid/design/index.js +0 -3
  179. package/dist/stroke/ali/Asfsbfd.d.ts +0 -6
  180. package/dist/stroke/ali/Asfsbfd.js +0 -21
  181. package/dist/stroke/ali/Erfg.d.ts +0 -6
  182. package/dist/stroke/ali/Erfg.js +0 -21
  183. package/dist/stroke/ali/Layes.d.ts +0 -6
  184. package/dist/stroke/ali/Layes.js +0 -21
  185. package/dist/stroke/ali/Save.d.ts +0 -6
  186. package/dist/stroke/ali/Save.js +0 -21
  187. package/dist/stroke/ali/index.d.ts +0 -4
  188. package/dist/stroke/ali/index.js +0 -4
  189. package/dist/stroke/arrows/ArrowDown.d.ts +0 -3
  190. package/dist/stroke/arrows/ArrowDown.js +0 -14
  191. package/dist/stroke/arrows/ArrowLeft.d.ts +0 -3
  192. package/dist/stroke/arrows/ArrowLeft.js +0 -14
  193. package/dist/stroke/arrows/ArrowRight.d.ts +0 -3
  194. package/dist/stroke/arrows/ArrowRight.js +0 -14
  195. package/dist/stroke/arrows/ArrowUp.d.ts +0 -3
  196. package/dist/stroke/arrows/ArrowUp.js +0 -14
  197. package/dist/stroke/arrows/ArrowUpp.d.ts +0 -3
  198. package/dist/stroke/arrows/ArrowUpp.js +0 -14
  199. package/dist/stroke/arrows/index.d.ts +0 -5
  200. package/dist/stroke/arrows/index.js +0 -5
  201. package/dist/stroke/gg/F.d.ts +0 -3
  202. package/dist/stroke/gg/F.js +0 -14
  203. package/dist/stroke/gg/R.d.ts +0 -3
  204. package/dist/stroke/gg/R.js +0 -14
  205. package/dist/stroke/gg/T.d.ts +0 -3
  206. package/dist/stroke/gg/T.js +0 -14
  207. package/dist/stroke/gg/Y.d.ts +0 -3
  208. package/dist/stroke/gg/Y.js +0 -14
  209. package/dist/stroke/gg/index.d.ts +0 -4
  210. package/dist/stroke/gg/index.js +0 -4
  211. package/src/solid/design/A.tsx +0 -54
  212. package/src/solid/design/C.tsx +0 -66
  213. package/src/solid/design/D.tsx +0 -51
  214. package/src/solid/design/index.ts +0 -3
  215. package/src/stroke/ali/Asfsbfd.tsx +0 -114
  216. package/src/stroke/ali/Erfg.tsx +0 -84
  217. package/src/stroke/ali/Layes.tsx +0 -90
  218. package/src/stroke/ali/Save.tsx +0 -97
  219. package/src/stroke/ali/index.ts +0 -4
  220. package/src/stroke/arrows/ArrowDown.tsx +0 -55
  221. package/src/stroke/arrows/ArrowLeft.tsx +0 -55
  222. package/src/stroke/arrows/ArrowRight.tsx +0 -55
  223. package/src/stroke/arrows/ArrowUp.tsx +0 -55
  224. package/src/stroke/arrows/ArrowUpp.tsx +0 -58
  225. package/src/stroke/arrows/index.ts +0 -5
  226. package/src/stroke/gg/F.tsx +0 -54
  227. package/src/stroke/gg/R.tsx +0 -54
  228. package/src/stroke/gg/T.tsx +0 -54
  229. package/src/stroke/gg/Y.tsx +0 -54
  230. package/src/stroke/gg/index.ts +0 -4
@@ -1,51 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- export const D: IconComponent = React.forwardRef<SVGSVGElement, IconProps>(
5
- function D(
6
- {
7
- color = "currentColor",
8
- fill,
9
- strokeWidth,
10
- strokeLinecap,
11
- strokeLinejoin,
12
- strokeDasharray,
13
- opacity,
14
- className,
15
- ...props
16
- },
17
- forwardedRef,
18
- ) {
19
- return (
20
- <svg
21
- width="15"
22
- height="15"
23
- viewBox="0 0 15 15"
24
- fill="none"
25
- xmlns="http://www.w3.org/2000/svg"
26
- className={className}
27
- strokeWidth={strokeWidth}
28
- strokeLinecap={strokeLinecap}
29
- strokeLinejoin={strokeLinejoin}
30
- strokeDasharray={strokeDasharray}
31
- opacity={opacity}
32
- {...props}
33
- ref={forwardedRef}
34
- >
35
- <path d="M7.5 1L15 14H0L7.5 1Z" fill={color} />
36
- </svg>
37
- );
38
- },
39
- );
40
-
41
- D.displayName = "D";
42
-
43
- D.metadata = {
44
- name: "D",
45
- category: "solid/design",
46
- tags: ["icon"],
47
- description: "D icon from solid/design category",
48
- type: ["stroke", "solid"],
49
- } as IconMetadata;
50
-
51
- export default D;
@@ -1,3 +0,0 @@
1
- export { default as A } from "./A";
2
- export { default as D } from "./D";
3
- export { default as C } from "./C";
@@ -1,114 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- interface AsfsbfdProps extends IconProps {
5
- type: "stroke" | "solid";
6
- }
7
-
8
- export const Asfsbfd: IconComponent<AsfsbfdProps> = React.forwardRef<
9
- SVGSVGElement,
10
- AsfsbfdProps
11
- >(function Asfsbfd(
12
- {
13
- color = "currentColor",
14
- fill,
15
- strokeWidth,
16
- strokeLinecap,
17
- strokeLinejoin,
18
- strokeDasharray,
19
- opacity,
20
- className,
21
- type,
22
- ...props
23
- },
24
- forwardedRef,
25
- ) {
26
- if (type === "stroke") {
27
- return (
28
- <svg
29
- width="15"
30
- height="16"
31
- viewBox="0 0 15 16"
32
- fill="none"
33
- xmlns="http://www.w3.org/2000/svg"
34
- className={className}
35
- strokeWidth={strokeWidth}
36
- strokeLinecap={strokeLinecap}
37
- strokeLinejoin={strokeLinejoin}
38
- strokeDasharray={strokeDasharray}
39
- opacity={opacity}
40
- {...props}
41
- ref={forwardedRef}
42
- >
43
- <path
44
- d="M14.98 7.80217C14.98 7.1746 14.9291 6.71664 14.8189 6.24173H7.65265V9.07426H11.8591C11.7743 9.77819 11.3163 10.8383 10.2986 11.5506L10.2844 11.6455L12.5502 13.4008L12.7072 13.4164C14.1489 12.0849 14.98 10.1259 14.98 7.80217Z"
45
- fill={color}
46
- />
47
- <path
48
- 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.3139 7.65264 12.3139C5.63423 12.3139 3.92114 10.9824 3.31047 9.14211L3.22096 9.14971L0.864918 10.9731L0.834106 11.0587C2.08924 13.552 4.66739 15.2652 7.65264 15.2652Z"
49
- fill={color}
50
- />
51
- <path
52
- d="M3.31048 9.14225C3.14935 8.66733 3.0561 8.15845 3.0561 7.63267C3.0561 7.10683 3.14935 6.59801 3.302 6.12309L3.29774 6.02195L0.912171 4.1693L0.83412 4.20642C0.316818 5.24108 0.019989 6.40297 0.019989 7.63267C0.019989 8.86237 0.316818 10.0242 0.83412 11.0589L3.31048 9.14225Z"
53
- fill={color}
54
- />
55
- <path
56
- 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"
57
- fill={color}
58
- />
59
- </svg>
60
- );
61
- }
62
-
63
- if (type === "solid") {
64
- return (
65
- <svg
66
- width="15"
67
- height="16"
68
- viewBox="0 0 15 16"
69
- fill="none"
70
- xmlns="http://www.w3.org/2000/svg"
71
- className={className}
72
- strokeWidth={strokeWidth}
73
- strokeLinecap={strokeLinecap}
74
- strokeLinejoin={strokeLinejoin}
75
- strokeDasharray={strokeDasharray}
76
- opacity={opacity}
77
- {...props}
78
- ref={forwardedRef}
79
- >
80
- <path
81
- 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"
82
- fill={color}
83
- />
84
- <path
85
- 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"
86
- fill={color}
87
- />
88
- <path
89
- 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"
90
- fill={color}
91
- />
92
- <path
93
- 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"
94
- fill={color}
95
- />
96
- </svg>
97
- );
98
- }
99
-
100
- console.error(`Asfsbfd doesn't support ${type}`);
101
- return null;
102
- });
103
-
104
- Asfsbfd.displayName = "Asfsbfd";
105
-
106
- Asfsbfd.metadata = {
107
- name: "Asfsbfd",
108
- category: "stroke/ali",
109
- tags: ["asfsbfd", "icon"],
110
- description: "Asfsbfd icon from stroke/ali category",
111
- type: ["stroke", "solid"],
112
- } as IconMetadata;
113
-
114
- export default Asfsbfd;
@@ -1,84 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- interface ErfgProps extends IconProps {
5
- type: "stroke" | "solid";
6
- }
7
-
8
- export const Erfg: IconComponent<ErfgProps> = React.forwardRef<
9
- SVGSVGElement,
10
- ErfgProps
11
- >(function Erfg(
12
- {
13
- color = "currentColor",
14
- fill,
15
- strokeWidth,
16
- strokeLinecap,
17
- strokeLinejoin,
18
- strokeDasharray,
19
- opacity,
20
- className,
21
- type,
22
- ...props
23
- },
24
- forwardedRef,
25
- ) {
26
- if (type === "stroke") {
27
- return (
28
- <svg
29
- width="15"
30
- height="15"
31
- viewBox="0 0 15 15"
32
- fill="none"
33
- xmlns="http://www.w3.org/2000/svg"
34
- className={className}
35
- strokeWidth={strokeWidth}
36
- strokeLinecap={strokeLinecap}
37
- strokeLinejoin={strokeLinejoin}
38
- strokeDasharray={strokeDasharray}
39
- opacity={opacity}
40
- {...props}
41
- ref={forwardedRef}
42
- >
43
- <path d="M7.5 1L15 14H0L7.5 1Z" fill={color} />
44
- </svg>
45
- );
46
- }
47
-
48
- if (type === "solid") {
49
- return (
50
- <svg
51
- width="15"
52
- height="15"
53
- viewBox="0 0 15 15"
54
- fill="none"
55
- xmlns="http://www.w3.org/2000/svg"
56
- className={className}
57
- strokeWidth={strokeWidth}
58
- strokeLinecap={strokeLinecap}
59
- strokeLinejoin={strokeLinejoin}
60
- strokeDasharray={strokeDasharray}
61
- opacity={opacity}
62
- {...props}
63
- ref={forwardedRef}
64
- >
65
- <path d="M7.5 1L15 14H0L7.5 1Z" fill={color} />
66
- </svg>
67
- );
68
- }
69
-
70
- console.error(`Erfg doesn't support ${type}`);
71
- return null;
72
- });
73
-
74
- Erfg.displayName = "Erfg";
75
-
76
- Erfg.metadata = {
77
- name: "Erfg",
78
- category: "stroke/ali",
79
- tags: ["erfg", "icon"],
80
- description: "Erfg icon from stroke/ali category",
81
- type: ["stroke", "solid"],
82
- } as IconMetadata;
83
-
84
- export default Erfg;
@@ -1,90 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- interface LayesProps extends IconProps {
5
- type: "stroke" | "solid";
6
- }
7
-
8
- export const Layes: IconComponent<LayesProps> = React.forwardRef<
9
- SVGSVGElement,
10
- LayesProps
11
- >(function Layes(
12
- {
13
- color = "currentColor",
14
- fill,
15
- strokeWidth,
16
- strokeLinecap,
17
- strokeLinejoin,
18
- strokeDasharray,
19
- opacity,
20
- className,
21
- type,
22
- ...props
23
- },
24
- forwardedRef,
25
- ) {
26
- if (type === "stroke") {
27
- return (
28
- <svg
29
- width="15"
30
- height="15"
31
- viewBox="0 0 15 15"
32
- fill="none"
33
- xmlns="http://www.w3.org/2000/svg"
34
- className={className}
35
- strokeWidth={strokeWidth}
36
- strokeLinecap={strokeLinecap}
37
- strokeLinejoin={strokeLinejoin}
38
- strokeDasharray={strokeDasharray}
39
- opacity={opacity}
40
- {...props}
41
- ref={forwardedRef}
42
- >
43
- <path
44
- 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"
45
- fill={color}
46
- />
47
- </svg>
48
- );
49
- }
50
-
51
- if (type === "solid") {
52
- return (
53
- <svg
54
- width="15"
55
- height="15"
56
- viewBox="0 0 15 15"
57
- fill="none"
58
- xmlns="http://www.w3.org/2000/svg"
59
- className={className}
60
- strokeWidth={strokeWidth}
61
- strokeLinecap={strokeLinecap}
62
- strokeLinejoin={strokeLinejoin}
63
- strokeDasharray={strokeDasharray}
64
- opacity={opacity}
65
- {...props}
66
- ref={forwardedRef}
67
- >
68
- <path
69
- 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"
70
- fill={color}
71
- />
72
- </svg>
73
- );
74
- }
75
-
76
- console.error(`Layes doesn't support ${type}`);
77
- return null;
78
- });
79
-
80
- Layes.displayName = "Layes";
81
-
82
- Layes.metadata = {
83
- name: "Layes",
84
- category: "stroke/ali",
85
- tags: ["layes", "icon"],
86
- description: "Layes icon from stroke/ali category",
87
- type: ["stroke", "solid"],
88
- } as IconMetadata;
89
-
90
- export default Layes;
@@ -1,97 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- interface SaveProps extends IconProps {
5
- type: "stroke" | "solid";
6
- }
7
-
8
- export const Save: IconComponent<SaveProps> = React.forwardRef<
9
- SVGSVGElement,
10
- SaveProps
11
- >(function Save(
12
- {
13
- color = "currentColor",
14
- fill,
15
- strokeWidth,
16
- strokeLinecap,
17
- strokeLinejoin,
18
- strokeDasharray,
19
- opacity,
20
- className,
21
- type,
22
- ...props
23
- },
24
- forwardedRef,
25
- ) {
26
- if (type === "stroke") {
27
- return (
28
- <svg
29
- width="15"
30
- height="15"
31
- viewBox="0 0 15 15"
32
- fill="none"
33
- xmlns="http://www.w3.org/2000/svg"
34
- className={className}
35
- strokeWidth={strokeWidth}
36
- strokeLinecap={strokeLinecap}
37
- strokeLinejoin={strokeLinejoin}
38
- strokeDasharray={strokeDasharray}
39
- opacity={opacity}
40
- {...props}
41
- ref={forwardedRef}
42
- >
43
- <path
44
- 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"
45
- fill={color}
46
- />
47
- </svg>
48
- );
49
- }
50
-
51
- if (type === "solid") {
52
- return (
53
- <svg
54
- width="13"
55
- height="15"
56
- viewBox="0 0 13 15"
57
- fill="none"
58
- xmlns="http://www.w3.org/2000/svg"
59
- className={className}
60
- strokeWidth={strokeWidth}
61
- strokeLinecap={strokeLinecap}
62
- strokeLinejoin={strokeLinejoin}
63
- strokeDasharray={strokeDasharray}
64
- opacity={opacity}
65
- {...props}
66
- ref={forwardedRef}
67
- >
68
- <g clipPath="url(#a)">
69
- <path
70
- 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"
71
- fill={color}
72
- />
73
- </g>
74
- <defs>
75
- <clipPath id="a">
76
- <path fill={color} d="M0 0H13V15H0z" />
77
- </clipPath>
78
- </defs>
79
- </svg>
80
- );
81
- }
82
-
83
- console.error(`Save doesn't support ${type}`);
84
- return null;
85
- });
86
-
87
- Save.displayName = "Save";
88
-
89
- Save.metadata = {
90
- name: "Save",
91
- category: "stroke/ali",
92
- tags: ["save", "icon"],
93
- description: "Save icon from stroke/ali category",
94
- type: ["stroke", "solid"],
95
- } as IconMetadata;
96
-
97
- export default Save;
@@ -1,4 +0,0 @@
1
- export { default as Save } from "./Save";
2
- export { default as Layes } from "./Layes";
3
- export { default as Erfg } from "./Erfg";
4
- export { default as Asfsbfd } from "./Asfsbfd";
@@ -1,55 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- export const ArrowDown: IconComponent = React.forwardRef<
5
- SVGSVGElement,
6
- IconProps
7
- >(function ArrowDown(
8
- {
9
- color = "currentColor",
10
- fill,
11
- strokeWidth,
12
- strokeLinecap,
13
- strokeLinejoin,
14
- strokeDasharray,
15
- opacity,
16
- className,
17
- ...props
18
- },
19
- forwardedRef,
20
- ) {
21
- return (
22
- <svg
23
- width="15"
24
- height="15"
25
- viewBox="0 0 15 15"
26
- fill="none"
27
- xmlns="http://www.w3.org/2000/svg"
28
- className={className}
29
- strokeWidth={strokeWidth}
30
- strokeLinecap={strokeLinecap}
31
- strokeLinejoin={strokeLinejoin}
32
- strokeDasharray={strokeDasharray}
33
- opacity={opacity}
34
- {...props}
35
- ref={forwardedRef}
36
- >
37
- <path
38
- 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"
39
- fill={color}
40
- />
41
- </svg>
42
- );
43
- });
44
-
45
- ArrowDown.displayName = "ArrowDown";
46
-
47
- ArrowDown.metadata = {
48
- name: "ArrowDown",
49
- category: "stroke/arrows",
50
- tags: ["arrow", "down", "icon"],
51
- description: "ArrowDown icon from stroke/arrows category",
52
- type: ["stroke", "solid"],
53
- } as IconMetadata;
54
-
55
- export default ArrowDown;
@@ -1,55 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- export const ArrowLeft: IconComponent = React.forwardRef<
5
- SVGSVGElement,
6
- IconProps
7
- >(function ArrowLeft(
8
- {
9
- color = "currentColor",
10
- fill,
11
- strokeWidth,
12
- strokeLinecap,
13
- strokeLinejoin,
14
- strokeDasharray,
15
- opacity,
16
- className,
17
- ...props
18
- },
19
- forwardedRef,
20
- ) {
21
- return (
22
- <svg
23
- width="15"
24
- height="15"
25
- viewBox="0 0 15 15"
26
- fill="none"
27
- xmlns="http://www.w3.org/2000/svg"
28
- className={className}
29
- strokeWidth={strokeWidth}
30
- strokeLinecap={strokeLinecap}
31
- strokeLinejoin={strokeLinejoin}
32
- strokeDasharray={strokeDasharray}
33
- opacity={opacity}
34
- {...props}
35
- ref={forwardedRef}
36
- >
37
- <path
38
- 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"
39
- fill={color}
40
- />
41
- </svg>
42
- );
43
- });
44
-
45
- ArrowLeft.displayName = "ArrowLeft";
46
-
47
- ArrowLeft.metadata = {
48
- name: "ArrowLeft",
49
- category: "stroke/arrows",
50
- tags: ["arrow", "left", "icon"],
51
- description: "ArrowLeft icon from stroke/arrows category",
52
- type: ["stroke", "solid"],
53
- } as IconMetadata;
54
-
55
- export default ArrowLeft;
@@ -1,55 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- export const ArrowRight: IconComponent = React.forwardRef<
5
- SVGSVGElement,
6
- IconProps
7
- >(function ArrowRight(
8
- {
9
- color = "currentColor",
10
- fill,
11
- strokeWidth,
12
- strokeLinecap,
13
- strokeLinejoin,
14
- strokeDasharray,
15
- opacity,
16
- className,
17
- ...props
18
- },
19
- forwardedRef,
20
- ) {
21
- return (
22
- <svg
23
- width="15"
24
- height="15"
25
- viewBox="0 0 15 15"
26
- fill="none"
27
- xmlns="http://www.w3.org/2000/svg"
28
- className={className}
29
- strokeWidth={strokeWidth}
30
- strokeLinecap={strokeLinecap}
31
- strokeLinejoin={strokeLinejoin}
32
- strokeDasharray={strokeDasharray}
33
- opacity={opacity}
34
- {...props}
35
- ref={forwardedRef}
36
- >
37
- <path
38
- 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"
39
- fill={color}
40
- />
41
- </svg>
42
- );
43
- });
44
-
45
- ArrowRight.displayName = "ArrowRight";
46
-
47
- ArrowRight.metadata = {
48
- name: "ArrowRight",
49
- category: "stroke/arrows",
50
- tags: ["arrow", "right", "icon"],
51
- description: "ArrowRight icon from stroke/arrows category",
52
- type: ["stroke", "solid"],
53
- } as IconMetadata;
54
-
55
- export default ArrowRight;
@@ -1,55 +0,0 @@
1
- import * as React from "react";
2
- import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
-
4
- export const ArrowUp: IconComponent = React.forwardRef<
5
- SVGSVGElement,
6
- IconProps
7
- >(function ArrowUp(
8
- {
9
- color = "currentColor",
10
- fill,
11
- strokeWidth,
12
- strokeLinecap,
13
- strokeLinejoin,
14
- strokeDasharray,
15
- opacity,
16
- className,
17
- ...props
18
- },
19
- forwardedRef,
20
- ) {
21
- return (
22
- <svg
23
- width="15"
24
- height="15"
25
- viewBox="0 0 15 15"
26
- fill="none"
27
- xmlns="http://www.w3.org/2000/svg"
28
- className={className}
29
- strokeWidth={strokeWidth}
30
- strokeLinecap={strokeLinecap}
31
- strokeLinejoin={strokeLinejoin}
32
- strokeDasharray={strokeDasharray}
33
- opacity={opacity}
34
- {...props}
35
- ref={forwardedRef}
36
- >
37
- <path
38
- 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"
39
- fill={color}
40
- />
41
- </svg>
42
- );
43
- });
44
-
45
- ArrowUp.displayName = "ArrowUp";
46
-
47
- ArrowUp.metadata = {
48
- name: "ArrowUp",
49
- category: "stroke/arrows",
50
- tags: ["arrow", "up", "icon"],
51
- description: "ArrowUp icon from stroke/arrows category",
52
- type: ["stroke", "solid"],
53
- } as IconMetadata;
54
-
55
- export default ArrowUp;