@aliimam/logos 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/dist/cjs/icon/ai/HuggingFace.d.ts +3 -0
  2. package/dist/cjs/icon/ai/HuggingFace.js +50 -0
  3. package/dist/cjs/icon/ai/Hume.d.ts +3 -0
  4. package/dist/cjs/icon/ai/Hume.js +50 -0
  5. package/dist/cjs/icon/ai/Lovable.d.ts +3 -0
  6. package/dist/cjs/icon/ai/Lovable.js +50 -0
  7. package/dist/cjs/icon/ai/Midday.d.ts +3 -0
  8. package/dist/cjs/icon/ai/Midday.js +50 -0
  9. package/dist/cjs/icon/ai/XAiGrok.d.ts +3 -0
  10. package/dist/cjs/icon/{design/D.js → ai/XAiGrok.js} +11 -11
  11. package/dist/cjs/icon/ai/index.d.ts +5 -0
  12. package/dist/cjs/icon/ai/index.js +16 -0
  13. package/dist/cjs/icon/google/GoogleCloud.d.ts +3 -0
  14. package/dist/cjs/icon/google/GoogleCloud.js +50 -0
  15. package/dist/cjs/icon/google/GoogleMaps.d.ts +3 -0
  16. package/dist/cjs/icon/google/GoogleMaps.js +50 -0
  17. package/dist/cjs/icon/google/index.d.ts +2 -0
  18. package/dist/cjs/icon/google/index.js +10 -0
  19. package/dist/cjs/icon/software/Figma.d.ts +6 -0
  20. package/dist/cjs/icon/software/Figma.js +57 -0
  21. package/dist/cjs/icon/software/Photoshop.d.ts +6 -0
  22. package/dist/cjs/icon/software/Photoshop.js +57 -0
  23. package/dist/cjs/icon/software/index.d.ts +2 -0
  24. package/dist/cjs/icon/software/index.js +10 -0
  25. package/dist/cjs/index.d.ts +4 -1
  26. package/dist/cjs/index.js +4 -1
  27. package/dist/cjs/types.d.ts +4 -4
  28. package/dist/cjs/wordmark/ai/ClaudeAi.d.ts +6 -0
  29. package/dist/cjs/wordmark/ai/ClaudeAi.js +57 -0
  30. package/dist/cjs/wordmark/ai/DeepSeek.d.ts +6 -0
  31. package/dist/cjs/wordmark/ai/DeepSeek.js +57 -0
  32. package/dist/cjs/wordmark/ai/Gemini.d.ts +6 -0
  33. package/dist/cjs/wordmark/ai/Gemini.js +57 -0
  34. package/dist/cjs/wordmark/ai/Google.d.ts +6 -0
  35. package/dist/cjs/wordmark/ai/Google.js +57 -0
  36. package/dist/cjs/wordmark/ai/Grok.d.ts +6 -0
  37. package/dist/cjs/wordmark/ai/Grok.js +57 -0
  38. package/dist/cjs/wordmark/ai/OpenAi.d.ts +6 -0
  39. package/dist/cjs/wordmark/ai/OpenAi.js +57 -0
  40. package/dist/cjs/wordmark/ai/Replicate.d.ts +6 -0
  41. package/dist/cjs/wordmark/ai/Replicate.js +57 -0
  42. package/dist/cjs/wordmark/ai/index.d.ts +7 -4
  43. package/dist/cjs/wordmark/ai/index.js +15 -9
  44. package/dist/cjs/wordmark/software/Cursor.d.ts +6 -0
  45. package/dist/cjs/wordmark/software/Cursor.js +57 -0
  46. package/dist/cjs/wordmark/software/GitHub.d.ts +6 -0
  47. package/dist/cjs/wordmark/software/GitHub.js +57 -0
  48. package/dist/cjs/wordmark/software/index.d.ts +2 -0
  49. package/dist/cjs/wordmark/software/index.js +10 -0
  50. package/dist/icon/ai/HuggingFace.d.ts +3 -0
  51. package/dist/icon/ai/HuggingFace.js +14 -0
  52. package/dist/icon/ai/Hume.d.ts +3 -0
  53. package/dist/icon/ai/Hume.js +14 -0
  54. package/dist/icon/ai/Lovable.d.ts +3 -0
  55. package/dist/icon/ai/Lovable.js +14 -0
  56. package/dist/icon/ai/Midday.d.ts +3 -0
  57. package/dist/icon/ai/Midday.js +14 -0
  58. package/dist/icon/ai/XAiGrok.d.ts +3 -0
  59. package/dist/icon/ai/XAiGrok.js +14 -0
  60. package/dist/icon/ai/index.d.ts +5 -0
  61. package/dist/icon/ai/index.js +5 -0
  62. package/dist/icon/google/GoogleCloud.d.ts +3 -0
  63. package/dist/icon/google/GoogleCloud.js +14 -0
  64. package/dist/icon/google/GoogleMaps.d.ts +3 -0
  65. package/dist/icon/google/GoogleMaps.js +14 -0
  66. package/dist/icon/google/index.d.ts +2 -0
  67. package/dist/icon/google/index.js +2 -0
  68. package/dist/icon/software/Figma.d.ts +6 -0
  69. package/dist/icon/software/Figma.js +21 -0
  70. package/dist/icon/software/Photoshop.d.ts +6 -0
  71. package/dist/icon/software/Photoshop.js +21 -0
  72. package/dist/icon/software/index.d.ts +2 -0
  73. package/dist/icon/software/index.js +2 -0
  74. package/dist/index.d.ts +4 -1
  75. package/dist/index.js +4 -1
  76. package/dist/types.d.ts +4 -4
  77. package/dist/wordmark/ai/ClaudeAi.d.ts +6 -0
  78. package/dist/wordmark/ai/ClaudeAi.js +21 -0
  79. package/dist/wordmark/ai/DeepSeek.d.ts +6 -0
  80. package/dist/wordmark/ai/DeepSeek.js +21 -0
  81. package/dist/wordmark/ai/Gemini.d.ts +6 -0
  82. package/dist/wordmark/ai/Gemini.js +21 -0
  83. package/dist/wordmark/ai/Google.d.ts +6 -0
  84. package/dist/wordmark/ai/Google.js +21 -0
  85. package/dist/wordmark/ai/Grok.d.ts +6 -0
  86. package/dist/wordmark/ai/Grok.js +21 -0
  87. package/dist/wordmark/ai/OpenAi.d.ts +6 -0
  88. package/dist/wordmark/ai/OpenAi.js +21 -0
  89. package/dist/wordmark/ai/Replicate.d.ts +6 -0
  90. package/dist/wordmark/ai/Replicate.js +21 -0
  91. package/dist/wordmark/ai/index.d.ts +7 -4
  92. package/dist/wordmark/ai/index.js +7 -4
  93. package/dist/wordmark/software/Cursor.d.ts +6 -0
  94. package/dist/wordmark/software/Cursor.js +21 -0
  95. package/dist/wordmark/software/GitHub.d.ts +6 -0
  96. package/dist/wordmark/software/GitHub.js +21 -0
  97. package/dist/wordmark/software/index.d.ts +2 -0
  98. package/dist/wordmark/software/index.js +2 -0
  99. package/icons/icon/ai/claude-ai.svg +1 -0
  100. package/icons/icon/ai/deepseek.svg +1 -0
  101. package/icons/icon/ai/gemini.svg +1 -0
  102. package/icons/icon/ai/google.svg +1 -0
  103. package/icons/icon/ai/grok.svg +1 -0
  104. package/icons/icon/ai/hugging-face.svg +1 -0
  105. package/icons/icon/ai/hume.svg +1 -0
  106. package/icons/icon/ai/lovable.svg +1 -0
  107. package/icons/icon/ai/midday.svg +1 -0
  108. package/icons/icon/ai/openai.svg +1 -0
  109. package/icons/icon/ai/replicate.svg +1 -0
  110. package/icons/icon/ai/xai-grok.svg +1 -0
  111. package/icons/icon/ali/ai-black.svg +1 -0
  112. package/icons/icon/ali/ai-white.svg +1 -0
  113. package/icons/icon/ali/ai.svg +1 -0
  114. package/icons/icon/design/c.svg +1 -1
  115. package/icons/icon/design/figma.svg +1 -0
  116. package/icons/icon/design/photoshop.svg +1 -0
  117. package/icons/icon/google/google-cloud.svg +1 -0
  118. package/icons/icon/google/google-maps.svg +1 -0
  119. package/icons/icon/google/google.svg +1 -0
  120. package/icons/icon/software/cursor.svg +1 -0
  121. package/icons/icon/software/figma.svg +1 -0
  122. package/icons/icon/software/github.svg +1 -0
  123. package/icons/icon/software/photoshop.svg +1 -0
  124. package/icons/wordmark/ai/asfsbfd.svg +1 -1
  125. package/icons/wordmark/ai/claude-ai.svg +1 -0
  126. package/icons/wordmark/ai/deepseek.svg +1 -0
  127. package/icons/wordmark/ai/gemini.svg +1 -0
  128. package/icons/wordmark/ai/google.svg +1 -0
  129. package/icons/wordmark/ai/grok.svg +1 -0
  130. package/icons/wordmark/ai/openai.svg +1 -0
  131. package/icons/wordmark/ai/replicate.svg +1 -0
  132. package/icons/wordmark/software/cursor.svg +1 -0
  133. package/icons/wordmark/software/github.svg +1 -0
  134. package/package.json +1 -1
  135. package/src/icon/ai/HuggingFace.tsx +92 -0
  136. package/src/icon/ai/Hume.tsx +92 -0
  137. package/src/icon/ai/Lovable.tsx +171 -0
  138. package/src/icon/ai/Midday.tsx +68 -0
  139. package/src/icon/ai/XAiGrok.tsx +56 -0
  140. package/src/icon/ai/index.ts +5 -0
  141. package/src/icon/google/GoogleCloud.tsx +68 -0
  142. package/src/icon/google/GoogleMaps.tsx +72 -0
  143. package/src/icon/google/index.ts +2 -0
  144. package/src/icon/software/Figma.tsx +123 -0
  145. package/src/icon/software/Photoshop.tsx +99 -0
  146. package/src/icon/software/index.ts +2 -0
  147. package/src/index.tsx +4 -1
  148. package/src/types.tsx +4 -4
  149. package/src/wordmark/ai/ClaudeAi.tsx +109 -0
  150. package/src/wordmark/ai/DeepSeek.tsx +105 -0
  151. package/src/wordmark/ai/Gemini.tsx +324 -0
  152. package/src/wordmark/ai/Google.tsx +137 -0
  153. package/src/wordmark/ai/Grok.tsx +91 -0
  154. package/src/wordmark/ai/OpenAi.tsx +91 -0
  155. package/src/wordmark/ai/Replicate.tsx +103 -0
  156. package/src/wordmark/ai/index.ts +7 -4
  157. package/src/wordmark/software/Cursor.tsx +91 -0
  158. package/src/wordmark/software/GitHub.tsx +107 -0
  159. package/src/wordmark/software/index.ts +2 -0
  160. package/dist/cjs/icon/design/A.d.ts +0 -3
  161. package/dist/cjs/icon/design/A.js +0 -50
  162. package/dist/cjs/icon/design/C.d.ts +0 -3
  163. package/dist/cjs/icon/design/C.js +0 -50
  164. package/dist/cjs/icon/design/D.d.ts +0 -3
  165. package/dist/cjs/icon/design/index.d.ts +0 -3
  166. package/dist/cjs/icon/design/index.js +0 -12
  167. package/dist/cjs/wordmark/ai/Asfsbfd.d.ts +0 -3
  168. package/dist/cjs/wordmark/ai/Asfsbfd.js +0 -50
  169. package/dist/cjs/wordmark/ai/Erfg.d.ts +0 -3
  170. package/dist/cjs/wordmark/ai/Erfg.js +0 -50
  171. package/dist/cjs/wordmark/ai/Layes.d.ts +0 -3
  172. package/dist/cjs/wordmark/ai/Layes.js +0 -50
  173. package/dist/cjs/wordmark/ai/Save.d.ts +0 -3
  174. package/dist/cjs/wordmark/ai/Save.js +0 -50
  175. package/dist/icon/design/A.d.ts +0 -3
  176. package/dist/icon/design/A.js +0 -14
  177. package/dist/icon/design/C.d.ts +0 -3
  178. package/dist/icon/design/C.js +0 -14
  179. package/dist/icon/design/D.d.ts +0 -3
  180. package/dist/icon/design/D.js +0 -14
  181. package/dist/icon/design/index.d.ts +0 -3
  182. package/dist/icon/design/index.js +0 -3
  183. package/dist/wordmark/ai/Asfsbfd.d.ts +0 -3
  184. package/dist/wordmark/ai/Asfsbfd.js +0 -14
  185. package/dist/wordmark/ai/Erfg.d.ts +0 -3
  186. package/dist/wordmark/ai/Erfg.js +0 -14
  187. package/dist/wordmark/ai/Layes.d.ts +0 -3
  188. package/dist/wordmark/ai/Layes.js +0 -14
  189. package/dist/wordmark/ai/Save.d.ts +0 -3
  190. package/dist/wordmark/ai/Save.js +0 -14
  191. package/src/icon/design/A.tsx +0 -54
  192. package/src/icon/design/C.tsx +0 -66
  193. package/src/icon/design/D.tsx +0 -51
  194. package/src/icon/design/index.ts +0 -3
  195. package/src/wordmark/ai/Asfsbfd.tsx +0 -67
  196. package/src/wordmark/ai/Erfg.tsx +0 -51
  197. package/src/wordmark/ai/Layes.tsx +0 -54
  198. package/src/wordmark/ai/Save.tsx +0 -54
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const HuggingFace: IconComponent;
3
+ export default HuggingFace;
@@ -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.HuggingFace = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.HuggingFace = React.forwardRef(function HuggingFace({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M23.6951 18.52C23.8846 19.06 23.8391 19.635 23.5865 20.135C23.4046 20.5 23.1443 20.7825 22.826 21.035C22.442 21.335 21.9646 21.59 21.3886 21.835C20.7014 22.125 19.8627 22.3975 19.4787 22.4975C18.4959 22.75 17.5511 22.91 16.5936 22.9175C15.2243 22.93 14.0446 22.61 13.2058 21.7925C12.7713 21.845 12.3317 21.875 11.8896 21.875C11.4702 21.875 11.0559 21.85 10.6441 21.8C9.80287 22.6125 8.62814 22.93 7.26393 22.9175C6.30645 22.91 5.36161 22.75 4.37635 22.4975C3.99487 22.3975 3.15614 22.125 2.46898 21.835C1.89298 21.59 1.4155 21.335 1.03403 21.035C0.713189 20.7825 0.452979 20.5 0.271084 20.135C0.0209786 19.635 -0.0270214 19.06 0.164979 18.52C-0.0118635 18.1075 -0.0573372 17.635 0.0816102 17.1125C0.144768 16.875 0.248347 16.655 0.379715 16.46C0.351926 16.3575 0.329189 16.2525 0.314031 16.1375C0.218031 15.4525 0.458031 14.8275 0.910242 14.3425C1.13256 14.1 1.37256 13.9325 1.62266 13.825C1.43824 13.05 1.34224 12.2525 1.34224 11.4375C1.34224 5.6725 6.06393 1 11.8896 1C13.8905 1 15.7625 1.55 17.3591 2.51C17.6471 2.685 17.93 2.8725 18.2003 3.0725C18.3342 3.1725 18.4681 3.275 18.597 3.3825C18.7283 3.4875 18.8572 3.5975 18.981 3.71C19.3549 4.0475 19.706 4.41 20.0269 4.7975C20.1355 4.925 20.2391 5.0575 20.3401 5.1925C20.5448 5.46 20.7342 5.7375 20.9086 6.025C21.1738 6.455 21.4062 6.905 21.6083 7.3725C21.7422 7.685 21.8585 8.005 21.962 8.3325C22.1161 8.8225 22.2349 9.3275 22.3157 9.8475C22.341 10.02 22.3637 10.195 22.3814 10.37C22.4168 10.72 22.437 11.075 22.437 11.4375C22.437 12.2425 22.341 13.0325 22.1616 13.795C22.4395 13.9025 22.7022 14.0775 22.9473 14.3425C23.3995 14.8275 23.6395 15.455 23.5435 16.14C23.5283 16.2525 23.5056 16.3575 23.4778 16.46C23.6092 16.655 23.7128 16.875 23.7759 17.1125C23.9149 17.635 23.8694 18.1075 23.6951 18.52Z", fill: "#fff" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.8105 20.125C16.659 20.125 20.5895 16.2355 20.5895 11.4375C20.5895 6.63953 16.659 2.75 11.8105 2.75C6.96205 2.75 3.03158 6.63953 3.03158 11.4375C3.03158 16.2355 6.96205 20.125 11.8105 20.125Z", fill: "#ffd21e" }), (0, jsx_runtime_1.jsx)("path", { d: "M20.5895 11.4375C20.5895 6.63953 16.659 2.75 11.8105 2.75C6.96204 2.75 3.03158 6.63953 3.03158 11.4375C3.03158 16.2355 6.96204 20.125 11.8105 20.125C16.659 20.125 20.5895 16.2355 20.5895 11.4375ZM2.02105 11.4375C2.02105 6.08724 6.40395 1.75 11.8105 1.75C17.2171 1.75 21.6 6.08724 21.6 11.4375C21.6 16.7878 17.2171 21.125 11.8105 21.125C6.40395 21.125 2.02105 16.7878 2.02105 11.4375Z", fill: "#ffac03" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.663 9.073C14.985 9.185 15.113 9.84 15.438 9.669 16.054 9.345 16.288 8.588 15.961 7.979 15.633 7.369 14.868 7.138 14.252 7.462 13.636 7.786 13.402 8.543 13.73 9.152 13.884 9.44 14.375 8.972 14.663 9.073ZM8.712 9.073C8.39 9.185 8.262 9.84 7.936 9.669 7.32 9.345 7.087 8.588 7.414 7.979 7.742 7.369 8.506 7.138 9.122 7.462 9.738 7.786 9.972 8.543 9.645 9.152 9.49 9.44 8.999 8.972 8.712 9.073ZM11.747 15.072C14.23 15.072 15.032 12.882 15.032 11.757 15.032 11.172 14.634 11.356 13.998 11.668 13.41 11.956 12.619 12.353 11.747 12.353 9.934 12.353 8.463 10.632 8.463 11.757 8.463 12.882 9.264 15.072 11.747 15.072Z", fill: "#3a3b45" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.8105 17.625C13.0206 17.625 14.0016 16.6542 14.0016 15.4568C14.0016 14.5241 13.4065 13.7289 12.5715 13.4229C12.5407 13.4116 12.5097 13.401 12.4783 13.3911C12.2678 13.3245 12.0434 14.0406 11.8105 14.0406C11.5929 14.0406 11.3827 13.3199 11.1843 13.3784C10.2794 13.645 9.61947 14.4746 9.61947 15.4568C9.61947 16.6542 10.6004 17.625 11.8105 17.625Z", fill: "#ef4e4e" }), (0, jsx_runtime_1.jsx)("path", { d: "M17.747 10.25C18.201 10.25 18.568 9.886 18.568 9.438 18.568 8.989 18.201 8.625 17.747 8.625 17.294 8.625 16.926 8.989 16.926 9.438 16.926 9.886 17.294 10.25 17.747 10.25ZM6 10.25C6.453 10.25 6.821 9.886 6.821 9.438 6.821 8.989 6.453 8.625 6 8.625 5.547 8.625 5.179 8.989 5.179 9.438 5.179 9.886 5.547 10.25 6 10.25Z", fill: "#ffd21e" }), (0, jsx_runtime_1.jsx)("path", { d: "M4.31039 13C3.90138 13 3.53582 13.1663 3.28091 13.4678C3.12327 13.6545 2.95856 13.9555 2.94517 14.4062C2.77363 14.3575 2.60866 14.3303 2.45456 14.3303C2.06298 14.3303 1.70929 14.4787 1.45919 14.7485C1.13784 15.0947 0.995104 15.5203 1.05725 15.946C1.08681 16.1488 1.15527 16.3305 1.25759 16.4987C1.04184 16.6715 0.882935 16.912 0.806135 17.2013C0.746009 17.428 0.684367 17.9003 1.00622 18.3868C0.985756 18.4185 0.966556 18.4515 0.948619 18.4852C0.755104 18.8488 0.742725 19.2595 0.913504 19.642C1.17245 20.2218 1.8159 20.6785 3.06542 21.1687C3.84277 21.4738 4.55392 21.6687 4.56024 21.6705C5.58795 21.9342 6.51738 22.0682 7.32201 22.0682C8.80091 22.0682 9.85969 21.62 10.469 20.736C11.4498 19.3125 11.3095 18.0105 10.0406 16.7555C9.33826 16.061 8.8714 15.037 8.77414 14.8123C8.57809 14.1467 8.05969 13.407 7.19797 13.407C7.12546 13.407 7.05195 13.4128 6.97969 13.424C6.60226 13.4827 6.27232 13.6977 6.03662 14.0213C5.78222 13.7083 5.53515 13.4592 5.31157 13.3187C4.97456 13.1072 4.6378 13 4.31039 13ZM4.31039 14C4.43923 14 4.59662 14.0543 4.77018 14.1632C5.30904 14.5015 6.34887 16.2703 6.72959 16.9583C6.85717 17.1888 7.07519 17.2863 7.27148 17.2863C7.66104 17.2863 7.96521 16.903 7.3071 16.416C6.31755 15.6832 6.66466 14.4855 7.13708 14.4117C7.1578 14.4085 7.17826 14.407 7.19797 14.407C7.62744 14.407 7.81691 15.1395 7.81691 15.1395C7.81691 15.1395 8.3722 16.5195 9.32614 17.4627C10.2801 18.4062 10.3293 19.1635 9.63409 20.1725C9.1599 20.8605 8.2522 21.0682 7.32201 21.0682C6.35721 21.0682 5.36816 20.8447 4.81388 20.7025C4.7866 20.6955 1.41574 19.7533 1.84268 18.9513C1.91443 18.8165 2.03266 18.7625 2.18146 18.7625C2.78272 18.7625 3.87637 19.648 4.34651 19.648C4.45161 19.648 4.52563 19.6037 4.55595 19.4957C4.75628 18.7845 1.50997 18.4855 1.78357 17.4552C1.83182 17.273 1.96268 17.199 2.1466 17.1993C2.94112 17.1993 4.72369 18.582 5.09733 18.582C5.12588 18.582 5.14635 18.5738 5.15746 18.5563C5.34466 18.2573 5.24209 18.0485 3.9226 17.2583C2.6031 16.4678 1.67696 15.9922 2.20369 15.4248C2.26432 15.3593 2.35022 15.3303 2.45456 15.3303C3.25565 15.3305 5.14837 17.035 5.14837 17.035C5.14837 17.035 5.65919 17.5608 5.96816 17.5608C6.03915 17.5608 6.09952 17.533 6.14045 17.4645C6.35948 17.099 4.10601 15.409 3.97894 14.7118C3.89279 14.2393 4.03931 14 4.31039 14Z", fill: "#ffac03" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.63406 20.1725C10.3293 19.1635 10.28 18.4063 9.3261 17.4628C8.37216 16.5195 7.81688 15.1395 7.81688 15.1395C7.81688 15.1395 7.60947 14.338 7.13705 14.4118C6.66462 14.4855 6.31776 15.6833 7.30732 16.416C8.29688 17.1485 7.11027 17.6463 6.72955 16.9583C6.34884 16.2703 5.30926 14.5015 4.77014 14.1633C4.23128 13.825 3.85182 14.0145 3.9789 14.7118C4.10597 15.409 6.3597 17.099 6.14041 17.4648C5.92113 17.8303 5.14833 17.035 5.14833 17.035C5.14833 17.035 2.73014 14.8573 2.20366 15.4248C1.67717 15.9923 2.60307 16.4678 3.92256 17.2583C5.24231 18.0485 5.34462 18.2573 5.15742 18.5563C4.96997 18.8553 2.05713 16.425 1.78353 17.4553C1.51018 18.4855 4.75625 18.7845 4.55591 19.4958C4.35557 20.2073 2.26934 18.1495 1.84265 18.9513C1.4157 19.7533 4.78656 20.6955 4.81385 20.7025C5.90269 20.982 8.66799 21.5743 9.63406 20.1725Z", fill: "#ffd21e" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.437 13C19.846 13 20.2115 13.1663 20.4665 13.4678C20.6241 13.6545 20.7888 13.9555 20.8022 14.4062C20.9737 14.3575 21.1387 14.3303 21.2928 14.3303C21.6844 14.3303 22.0381 14.4787 22.2882 14.7485C22.6095 15.0947 22.7523 15.5203 22.6901 15.946C22.6606 16.1488 22.5921 16.3305 22.4898 16.4987C22.7055 16.6715 22.8644 16.912 22.9412 17.2013C23.0014 17.428 23.063 17.9003 22.7411 18.3868C22.7616 18.4185 22.7808 18.4515 22.7987 18.4852C22.9923 18.8488 23.0046 19.2595 22.8339 19.642C22.5749 20.2218 21.9315 20.6785 20.6819 21.1687C19.9046 21.4738 19.1934 21.6687 19.1871 21.6705C18.1594 21.9342 17.23 22.0682 16.4254 22.0682C14.9465 22.0682 13.8877 21.62 13.2783 20.736C12.2976 19.3125 12.4378 18.0105 13.7068 16.7555C14.4091 16.061 14.876 15.037 14.9732 14.8123C15.1693 14.1467 15.6877 13.407 16.5494 13.407C16.6219 13.407 16.6954 13.4128 16.7677 13.424C17.1451 13.4827 17.475 13.6977 17.7107 14.0213C17.9651 13.7083 18.2122 13.4592 18.4358 13.3187C18.7728 13.1072 19.1096 13 19.437 13ZM19.437 14C19.3081 14 19.1507 14.0543 18.9772 14.1632C18.4383 14.5015 17.3985 16.2703 17.0178 16.9583C16.8902 17.1888 16.6722 17.2863 16.4759 17.2863C16.0863 17.2863 15.7822 16.903 16.4403 16.416C17.4298 15.6832 17.0827 14.4855 16.6103 14.4117C16.5896 14.4085 16.5691 14.407 16.5494 14.407C16.1199 14.407 15.9305 15.1395 15.9305 15.1395C15.9305 15.1395 15.3752 16.5195 14.4212 17.4627C13.4673 18.4062 13.418 19.1635 14.1133 20.1725C14.5875 20.8605 15.4952 21.0682 16.4254 21.0682C17.3902 21.0682 18.3792 20.8447 18.9335 20.7025C18.9608 20.6955 22.3316 19.7533 21.9047 18.9513C21.8329 18.8165 21.7147 18.7625 21.5659 18.7625C20.9646 18.7625 19.871 19.648 19.4009 19.648C19.2958 19.648 19.2217 19.6037 19.1914 19.4957C18.9911 18.7845 22.2374 18.4855 21.9638 17.4552C21.9155 17.273 21.7847 17.199 21.6008 17.1993C20.8062 17.1993 19.0237 18.582 18.65 18.582C18.6215 18.582 18.601 18.5738 18.5899 18.5563C18.4027 18.2573 18.5053 18.0485 19.8248 17.2583C21.1443 16.4678 22.0704 15.9922 21.5437 15.4248C21.483 15.3593 21.3971 15.3303 21.2928 15.3303C20.4917 15.3305 18.599 17.035 18.599 17.035C18.599 17.035 18.0882 17.5608 17.7792 17.5608C17.7082 17.5608 17.6478 17.533 17.6069 17.4645C17.3879 17.099 19.6414 15.409 19.7684 14.7118C19.8546 14.2393 19.7081 14 19.437 14Z", fill: "#ffac03" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.1133 20.1725C13.4181 19.1635 13.4673 18.4063 14.4213 17.4628C15.3752 16.5195 15.9305 15.1395 15.9305 15.1395C15.9305 15.1395 16.1379 14.338 16.6103 14.4118C17.0827 14.4855 17.4296 15.6833 16.44 16.416C15.4505 17.1485 16.6371 17.6463 17.0178 16.9583C17.3985 16.2703 18.4381 14.5015 18.9772 14.1633C19.5161 13.825 19.8955 14.0145 19.7685 14.7118C19.6414 15.409 17.3877 17.099 17.607 17.4648C17.8262 17.8303 18.599 17.035 18.599 17.035C18.599 17.035 21.0172 14.8573 21.5437 15.4248C22.0702 15.9923 21.1443 16.4678 19.8248 17.2583C18.5051 18.0485 18.4027 18.2573 18.5899 18.5563C18.7774 18.8553 21.6902 16.425 21.9638 17.4553C22.2372 18.4855 18.9911 18.7845 19.1915 19.4958C19.3918 20.2073 21.478 18.1495 21.9047 18.9513C22.3317 19.7533 18.9608 20.6955 18.9335 20.7025C17.8447 20.982 15.0794 21.5743 14.1133 20.1725Z", fill: "#ffd21e" })] }));
41
+ });
42
+ exports.HuggingFace.displayName = "HuggingFace";
43
+ exports.HuggingFace.metadata = {
44
+ name: "HuggingFace",
45
+ category: "icon/ai",
46
+ tags: ["hugging", "face", "icon"],
47
+ description: "HuggingFace icon from icon/ai category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.HuggingFace;
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Hume: IconComponent;
3
+ export default Hume;
@@ -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.Hume = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Hume = React.forwardRef(function Hume({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M4.85887 12.0949C4.02155 12.2871 3.50049 13.079 3.70413 13.9277C3.89641 14.7764 4.71097 15.2747 5.53693 15.0824C6.37425 14.8902 6.88393 14.0983 6.69165 13.2496C6.49939 12.3998 5.68483 11.9026 4.85887 12.0949Z", fill: "#ffb5d6" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.58186 8.89196C6.24968 9.42438 7.18826 9.33338 7.73206 8.65418C8.27472 7.97498 8.15072 7.03642 7.4943 6.50398C6.83786 5.97156 5.88676 6.06256 5.3441 6.74176C4.80142 7.42094 4.92544 8.35952 5.58186 8.89196Z", fill: "#d2a7e9" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.63371 16.9382C8.85327 16.5651 7.95905 16.8814 7.58591 17.6516C7.21275 18.4206 7.51765 19.3149 8.29923 19.6994C9.07967 20.0726 9.97387 19.7563 10.347 18.9861C10.7088 18.2056 10.4153 17.3114 9.63371 16.9382Z", fill: "#ffdcdc" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.3409 16.9375C13.5605 17.3107 13.2544 18.2163 13.6276 18.9853C14.0007 19.7544 14.8836 20.0832 15.6754 19.6987C16.4559 19.3255 16.7619 18.4199 16.3887 17.6509C16.0155 16.8818 15.1225 16.553 14.3409 16.9375Z", fill: "#ffd1a4" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.1173 12.0948C18.28 11.9026 17.4768 12.4009 17.2846 13.2496C17.0923 14.0983 17.6019 14.9014 18.4393 15.0823C19.2766 15.2746 20.0798 14.7763 20.272 13.9276C20.4644 13.079 19.9546 12.2871 19.1173 12.0948Z", fill: "url(#undefined-paint0_linear_2011_422)" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.6078 8.89332C19.2756 8.36088 19.3882 7.4223 18.8456 6.7431C18.3029 6.06392 17.3632 5.97404 16.6954 6.50534C16.0275 7.03778 15.9149 7.97634 16.4576 8.65554C17.0014 9.33472 17.94 9.4246 18.6078 8.89332Z", fill: "#a0b0f6" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9877 3.54004C11.1048 3.54004 10.4484 4.21922 10.4484 5.0793C10.4484 5.93938 11.1048 6.61858 11.9877 6.61858C12.8591 6.61858 13.5269 5.93938 13.5269 5.0793C13.5258 4.21808 12.8591 3.54004 11.9877 3.54004Z", fill: "#bbabed" }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsxs)("linearGradient", { id: "undefined-paint0_linear_2011_422", x1: "18.34", y1: "15.063", x2: "19.19", y2: "12.203", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { offset: ".266", stopColor: "#ffb7b2" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".578", stopColor: "#ab9efc" })] }) })] }));
41
+ });
42
+ exports.Hume.displayName = "Hume";
43
+ exports.Hume.metadata = {
44
+ name: "Hume",
45
+ category: "icon/ai",
46
+ tags: ["hume", "icon"],
47
+ description: "Hume icon from icon/ai category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.Hume;
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Lovable: IconComponent;
3
+ export default Lovable;
@@ -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.Lovable = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Lovable = React.forwardRef(function Lovable({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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)("mask", { id: "undefined-mask0_2011_417", maskUnits: "userSpaceOnUse", x: "0", y: "0", width: size, height: size, children: (0, jsx_runtime_1.jsx)("path", { d: "M7.0955 0C11.0142 0 14.1908 3.17802 14.1908 7.09845V9.79608H16.5522C20.4709 9.79608 23.6477 12.9743 23.6477 16.8945C23.6477 20.8148 20.4709 23.9928 16.5522 23.9928H0V7.09845C0 3.17802 3.17664 0 7.0955 0Z", fill: "url(#undefined-paint0_linear_2011_417)", fillRule: "evenodd", clipRule: "evenodd" }) }), (0, jsx_runtime_1.jsxs)("g", { mask: "url(#undefined-mask0_2011_417)", children: [(0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter0_f_2011_417)", children: (0, jsx_runtime_1.jsx)("path", { d: "M10.3746 28.779C19.2155 28.779 26.3824 21.628 26.3824 12.8068C26.3824 3.98569 19.2155 -3.16527 10.3746 -3.16527C1.53383 -3.16527 -5.63307 3.98569 -5.63307 12.8068C-5.63307 21.628 1.53383 28.779 10.3746 28.779Z", fill: "#4b73ff" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter1_f_2011_417)", children: (0, jsx_runtime_1.jsx)("path", { d: "M12.1323 20.0142C23.4549 20.0142 32.6337 12.8633 32.6337 4.04212C32.6337 -4.77904 23.4549 -11.93 12.1323 -11.93C0.809723 -11.93 -8.36907 -4.77904 -8.36907 4.04212C-8.36907 12.8633 0.809723 20.0142 12.1323 20.0142Z", fill: "#ff66f4" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter2_f_2011_417)", children: (0, jsx_runtime_1.jsx)("path", { d: "M15.4752 15.0635C24.316 15.0635 31.4829 8.78339 31.4829 1.03653C31.4829 -6.71034 24.316 -12.9904 15.4752 -12.9904C6.63437 -12.9904 -0.532529 -6.71034 -0.532529 1.03653C-0.532529 8.78339 6.63437 15.0635 15.4752 15.0635Z", fill: "#ff0105" }) }), (0, jsx_runtime_1.jsx)("g", { filter: "url(#undefined-filter3_f_2011_417)", children: (0, jsx_runtime_1.jsx)("path", { d: "M12.4172 13.6438C17.734 13.6438 22.0441 9.34324 22.0441 4.03818C22.0441 -1.26688 17.734 -5.56748 12.4172 -5.56748C7.10039 -5.56748 2.79028 -1.26688 2.79028 4.03818C2.79028 9.34324 7.10039 13.6438 12.4172 13.6438Z", fill: "#fe7b02" }) })] }), (0, jsx_runtime_1.jsxs)("defs", { children: [(0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter0_f_2011_417", x: "-12.791", y: "-10.323", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.579", result: "effect1_foregroundBlur_2011_417" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter1_f_2011_417", x: "-15.527", y: "-19.088", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.579", result: "effect1_foregroundBlur_2011_417" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter2_f_2011_417", x: "-7.691", y: "-20.149", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.579", result: "effect1_foregroundBlur_2011_417" })] }), (0, jsx_runtime_1.jsxs)("filter", { id: "undefined-filter3_f_2011_417", x: "-4.368", y: "-12.726", width: size, height: size, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB", children: [(0, jsx_runtime_1.jsx)("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }), (0, jsx_runtime_1.jsx)("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), (0, jsx_runtime_1.jsx)("feGaussianBlur", { stdDeviation: "3.579", result: "effect1_foregroundBlur_2011_417" })] }), (0, jsx_runtime_1.jsxs)("linearGradient", { id: "undefined-paint0_linear_2011_417", x1: "7.958", y1: "4.216", x2: "15.134", y2: "23.994", gradientUnits: "userSpaceOnUse", children: [(0, jsx_runtime_1.jsx)("stop", { offset: ".025", stopColor: "#ff8e63" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".56", stopColor: "#ff7eb0" }), (0, jsx_runtime_1.jsx)("stop", { offset: ".95", stopColor: "#4b73ff" })] })] })] }));
41
+ });
42
+ exports.Lovable.displayName = "Lovable";
43
+ exports.Lovable.metadata = {
44
+ name: "Lovable",
45
+ category: "icon/ai",
46
+ tags: ["lovable", "icon"],
47
+ description: "Lovable icon from icon/ai category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.Lovable;
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const Midday: IconComponent;
3
+ export default Midday;
@@ -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.Midday = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Midday = React.forwardRef(function Midday({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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.jsxs)("g", { clipPath: "url(#undefined-clip0_2011_425)", children: [(0, jsx_runtime_1.jsx)("path", { d: "M20.4 0H3.6C1.61177 0 0 1.61177 0 3.6V20.4C0 22.3882 1.61177 24 3.6 24H20.4C22.3882 24 24 22.3882 24 20.4V3.6C24 1.61177 22.3882 0 20.4 0Z", fill: "#141414" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.6139 3.83997C10.3804 3.89271 9.21756 4.21797 8.18394 4.75719L11.6139 10.698V3.83997ZM11.6139 13.3623L8.18412 19.3029C9.21768 19.842 10.3805 20.1672 11.6139 20.22V13.3623ZM12.3268 20.2199V13.3583L15.7582 19.3017C14.7242 19.8414 13.5608 20.1671 12.3268 20.2199ZM12.3268 10.702V3.83997C13.5609 3.89283 14.7244 4.21857 15.7583 4.75827L12.3268 10.702ZM5.05536 16.435L10.9974 13.0044L7.56708 18.946C6.5573 18.3015 5.70016 17.4446 5.05536 16.435ZM18.886 7.62687L12.9449 11.0569L16.3753 5.11539C17.3847 5.76015 18.2415 6.6172 18.886 7.62687ZM5.0547 7.62597C5.69953 6.61599 6.55684 5.75878 7.5669 5.11407L10.9984 11.0575L5.0547 7.62597ZM4.6977 8.24301C4.15812 9.27711 3.83256 10.4407 3.78 11.6749H10.642L4.6977 8.24301ZM4.6983 15.8181C4.15872 14.7844 3.8331 13.6214 3.78012 12.3877H10.6398L4.6983 15.8181ZM13.3001 11.6749H20.1601C20.1075 10.441 19.7822 9.27777 19.2428 8.24391L13.3001 11.6749ZM19.2422 15.8172L13.3024 12.3877H20.1599C20.107 13.621 19.7815 14.7838 19.2422 15.8172ZM12.9459 13.0051L16.3751 18.9446C17.3843 18.3001 18.2409 17.4434 18.8852 16.4341L12.9459 13.0051Z", fill: "#fff", fillRule: "evenodd", clipRule: "evenodd" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "undefined-clip0_2011_425", children: (0, jsx_runtime_1.jsx)("path", { fill: "#fff", d: "M0 0H24V24H0z" }) }) })] }));
41
+ });
42
+ exports.Midday.displayName = "Midday";
43
+ exports.Midday.metadata = {
44
+ name: "Midday",
45
+ category: "icon/ai",
46
+ tags: ["midday", "icon"],
47
+ description: "Midday icon from icon/ai category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.Midday;
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const XAiGrok: IconComponent;
3
+ export default XAiGrok;
@@ -33,18 +33,18 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.D = void 0;
36
+ exports.XAiGrok = void 0;
37
37
  const jsx_runtime_1 = require("react/jsx-runtime");
38
38
  const React = __importStar(require("react"));
39
- exports.D = React.forwardRef(function D({ color = "currentColor", fill, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...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", 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 }) }));
39
+ exports.XAiGrok = React.forwardRef(function XAiGrok({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsx)("svg", { width: size, height: size, 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: "M18.7841 7.73065L19.1998 24H22.5297L22.946 1.80804L18.7841 7.73065ZM22.946 0H17.8651L9.89206 11.3467L12.4325 14.9618L22.946 0ZM1 24H6.08089L8.62183 20.3849L6.08089 16.7693L1 24ZM1 7.73065L12.4325 24H17.5134L6.08089 7.73065H1Z", fill: "currentColor" }) }));
41
41
  });
42
- exports.D.displayName = "D";
43
- exports.D.metadata = {
44
- name: "D",
45
- category: "icon/design",
46
- tags: ["icon"],
47
- description: "D icon from icon/design category",
48
- type: ["stroke", "solid"],
42
+ exports.XAiGrok.displayName = "XAiGrok";
43
+ exports.XAiGrok.metadata = {
44
+ name: "XAiGrok",
45
+ category: "icon/ai",
46
+ tags: ["xai", "grok", "icon"],
47
+ description: "XAiGrok icon from icon/ai category",
48
+ type: ["stroke", "icon"],
49
49
  };
50
- exports.default = exports.D;
50
+ exports.default = exports.XAiGrok;
@@ -0,0 +1,5 @@
1
+ export { default as Lovable } from "./Lovable";
2
+ export { default as XAiGrok } from "./XAiGrok";
3
+ export { default as Hume } from "./Hume";
4
+ export { default as HuggingFace } from "./HuggingFace";
5
+ export { default as Midday } from "./Midday";
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Midday = exports.HuggingFace = exports.Hume = exports.XAiGrok = exports.Lovable = void 0;
7
+ var Lovable_1 = require("./Lovable");
8
+ Object.defineProperty(exports, "Lovable", { enumerable: true, get: function () { return __importDefault(Lovable_1).default; } });
9
+ var XAiGrok_1 = require("./XAiGrok");
10
+ Object.defineProperty(exports, "XAiGrok", { enumerable: true, get: function () { return __importDefault(XAiGrok_1).default; } });
11
+ var Hume_1 = require("./Hume");
12
+ Object.defineProperty(exports, "Hume", { enumerable: true, get: function () { return __importDefault(Hume_1).default; } });
13
+ var HuggingFace_1 = require("./HuggingFace");
14
+ Object.defineProperty(exports, "HuggingFace", { enumerable: true, get: function () { return __importDefault(HuggingFace_1).default; } });
15
+ var Midday_1 = require("./Midday");
16
+ Object.defineProperty(exports, "Midday", { enumerable: true, get: function () { return __importDefault(Midday_1).default; } });
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const GoogleCloud: IconComponent;
3
+ export default GoogleCloud;
@@ -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.GoogleCloud = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.GoogleCloud = React.forwardRef(function GoogleCloud({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M15.9611 7.67047L18.0473 5.58426L18.1864 4.70582C14.3847 1.24898 8.34152 1.64095 4.9144 5.52369C3.96256 6.6021 3.25635 7.94656 2.87975 9.3349L3.62694 9.22962L7.79927 8.5415L8.1214 8.21215C9.97736 6.17385 13.1154 5.89963 15.2584 7.63391L15.9611 7.67047Z", fill: "#ea4335" }), (0, jsx_runtime_1.jsx)("path", { d: "M21.0192 9.2736C20.5397 7.50773 19.5552 5.92025 18.1864 4.70592L15.2584 7.63391C15.8686 8.13252 16.3577 8.76319 16.6886 9.47835C17.0196 10.1935 17.1838 10.9745 17.1689 11.7624V12.2821C18.608 12.2821 19.7749 13.4488 19.7749 14.888C19.7749 16.3272 18.6081 17.4647 17.1689 17.4647H11.9498L11.4373 18.021V21.1466L11.9498 21.637H17.1688C20.9123 21.6662 23.9707 18.6845 23.9998 14.9411C24.0085 13.8239 23.741 12.7219 23.2209 11.7332C22.7009 10.7444 21.9446 9.89949 21.0192 9.2736Z", fill: "#4285f4" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.73782 21.637H11.9497V17.4646H6.73782C6.36888 17.4646 6.00432 17.3847 5.66917 17.2304L4.92977 17.4573L2.82893 19.5435L2.64593 20.2536C3.82408 21.1432 5.26155 21.6434 6.73782 21.637Z", fill: "#34a853" }), (0, jsx_runtime_1.jsx)("path", { d: "M6.73782 8.10232C2.9944 8.12472 -0.0221895 11.1776 0.000122983 14.9211C0.00627737 15.9527 0.247809 16.9692 0.706316 17.8933C1.16482 18.8174 1.82821 19.6247 2.64593 20.2536L5.66917 17.2305C4.35761 16.6379 3.77468 15.0944 4.36727 13.7828C4.95977 12.4712 6.50345 11.8883 7.81492 12.4808C8.39286 12.7419 8.85574 13.2048 9.11682 13.7828L12.1401 10.7596C11.5055 9.93 10.6877 9.25847 9.75052 8.7975C8.81334 8.33652 7.78223 8.09859 6.73782 8.10232Z", fill: "#fbbc05" })] }));
41
+ });
42
+ exports.GoogleCloud.displayName = "GoogleCloud";
43
+ exports.GoogleCloud.metadata = {
44
+ name: "GoogleCloud",
45
+ category: "icon/google",
46
+ tags: ["google", "cloud", "icon"],
47
+ description: "GoogleCloud icon from icon/google category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.GoogleCloud;
@@ -0,0 +1,3 @@
1
+ import type { IconComponent } from "../../types";
2
+ export declare const GoogleMaps: IconComponent;
3
+ export default GoogleMaps;
@@ -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.GoogleMaps = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.GoogleMaps = React.forwardRef(function GoogleMaps({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, ...props }, forwardedRef) {
40
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 25", 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.74 0.399093C13.8819 0.145125 12.9459 0 11.9903 0C9.24055 0 6.76384 1.161 5.1062 2.9932L9.35755 6.31292L14.74 0.399093Z", fill: "#1a73e8" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.10618 2.99316C3.79957 4.44441 3 6.33103 3 8.36278C3 9.94101 3.33153 11.2109 3.89707 12.3537L9.35753 6.31289L5.10618 2.99316Z", fill: "#ea4335" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.0098 5.17002C13.9209 5.17002 15.4616 6.60313 15.4616 8.38091C15.4616 9.16095 15.1495 9.88658 14.6425 10.4489C14.6425 10.4489 17.3532 7.4376 20.0054 4.51696C18.9133 2.55778 17.0217 1.07025 14.74 0.399048L9.35754 6.31288C10.0011 5.62354 10.9372 5.17002 12.0098 5.17002Z", fill: "#4285f4" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.0098 11.5736C10.0986 11.5736 8.55798 10.1405 8.55798 8.36275C8.55798 7.58271 8.85051 6.85708 9.35755 6.31287L3.89709 12.3537C4.83317 14.2766 6.3933 15.8367 7.99244 17.7777L14.6425 10.4308C13.9989 11.1383 13.0629 11.5736 12.0098 11.5736Z", fill: "#fbbc04" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.5255 19.8095C17.5287 15.4376 21.0195 13.4603 21.0195 8.38091C21.0195 6.98409 20.649 5.67797 20.0054 4.51697L7.99243 17.7777C8.49947 18.3945 9.02602 19.102 9.53306 19.8276C11.3662 22.458 10.8592 24.0181 12.0293 24.0181C13.1994 24.0181 12.6923 22.4399 14.5255 19.8095Z", fill: "#34a853" })] }));
41
+ });
42
+ exports.GoogleMaps.displayName = "GoogleMaps";
43
+ exports.GoogleMaps.metadata = {
44
+ name: "GoogleMaps",
45
+ category: "icon/google",
46
+ tags: ["google", "maps", "icon"],
47
+ description: "GoogleMaps icon from icon/google category",
48
+ type: ["stroke", "icon"],
49
+ };
50
+ exports.default = exports.GoogleMaps;
@@ -0,0 +1,2 @@
1
+ export { default as GoogleCloud } from "./GoogleCloud";
2
+ export { default as GoogleMaps } from "./GoogleMaps";
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.GoogleMaps = exports.GoogleCloud = void 0;
7
+ var GoogleCloud_1 = require("./GoogleCloud");
8
+ Object.defineProperty(exports, "GoogleCloud", { enumerable: true, get: function () { return __importDefault(GoogleCloud_1).default; } });
9
+ var GoogleMaps_1 = require("./GoogleMaps");
10
+ Object.defineProperty(exports, "GoogleMaps", { enumerable: true, get: function () { return __importDefault(GoogleMaps_1).default; } });
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface FigmaProps extends IconProps {
3
+ type?: "icon";
4
+ }
5
+ export declare const Figma: IconComponent<FigmaProps>;
6
+ export default Figma;
@@ -0,0 +1,57 @@
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.Figma = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Figma = React.forwardRef(function Figma({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "icon") {
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M7.95061 24C10.1313 24 11.9012 22.208 11.9012 20V16H7.95061C5.76988 16 4 17.792 4 20C4 22.208 5.76988 24 7.95061 24Z", fill: "#0acf83" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 12C4 9.79199 5.76988 8 7.95061 8H11.9012V16H7.95061C5.76988 16 4 14.208 4 12Z", fill: "#a259ff" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 3.99999C4 1.792 5.76988 0 7.95061 0H11.9012V8.00001H7.95061C5.76988 8.00001 4 6.20799 4 3.99999Z", fill: "#f24e1e" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9012 0H15.8519C18.0326 0 19.8025 1.792 19.8025 3.99999C19.8025 6.20799 18.0326 8.00001 15.8519 8.00001H11.9012V0Z", fill: "#ff7262" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.8025 12C19.8025 14.208 18.0326 16 15.8519 16C13.6711 16 11.9012 14.208 11.9012 12C11.9012 9.79199 13.6711 8 15.8519 8C18.0326 8 19.8025 9.79199 19.8025 12Z", fill: "#1abcfe" })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M7.95061 24C10.1313 24 11.9012 22.208 11.9012 20V16H7.95061C5.76988 16 4 17.792 4 20C4 22.208 5.76988 24 7.95061 24Z", fill: "#0acf83" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 12C4 9.79199 5.76988 8 7.95061 8H11.9012V16H7.95061C5.76988 16 4 14.208 4 12Z", fill: "#a259ff" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 3.99999C4 1.792 5.76988 0 7.95061 0H11.9012V8.00001H7.95061C5.76988 8.00001 4 6.20799 4 3.99999Z", fill: "#f24e1e" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.9012 0H15.8519C18.0326 0 19.8025 1.792 19.8025 3.99999C19.8025 6.20799 18.0326 8.00001 15.8519 8.00001H11.9012V0Z", fill: "#ff7262" }), (0, jsx_runtime_1.jsx)("path", { d: "M19.8025 12C19.8025 14.208 18.0326 16 15.8519 16C13.6711 16 11.9012 14.208 11.9012 12C11.9012 9.79199 13.6711 8 15.8519 8C18.0326 8 19.8025 9.79199 19.8025 12Z", fill: "#1abcfe" })] }));
45
+ }
46
+ console.error(`Figma doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Figma.displayName = "Figma";
50
+ exports.Figma.metadata = {
51
+ name: "Figma",
52
+ category: "icon/software",
53
+ tags: ["figma", "icon"],
54
+ description: "Figma icon from icon/software category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Figma;
@@ -0,0 +1,6 @@
1
+ import type { IconProps, IconComponent } from "../../types";
2
+ interface PhotoshopProps extends IconProps {
3
+ type?: "icon";
4
+ }
5
+ export declare const Photoshop: IconComponent<PhotoshopProps>;
6
+ export default Photoshop;
@@ -0,0 +1,57 @@
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.Photoshop = void 0;
37
+ const jsx_runtime_1 = require("react/jsx-runtime");
38
+ const React = __importStar(require("react"));
39
+ exports.Photoshop = React.forwardRef(function Photoshop({ color = "currentColor", fill, size = 24, strokeWidth, strokeLinecap, strokeLinejoin, strokeDasharray, opacity, className, type = "icon", ...props }, forwardedRef) {
40
+ if (type === "icon") {
41
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M19.75 0H4.24999C1.90279 0 0 1.87026 0 4.17735V18.8227C0 21.1297 1.90279 23 4.24999 23H19.75C22.0972 23 24 21.1297 24 18.8227V4.17735C24 1.87026 22.0972 0 19.75 0Z", fill: "#001e36" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.404 16.129V6.017C5.404 5.943 5.436 5.906 5.501 5.906 5.672 5.906 5.829 5.904 6.065 5.898 6.301 5.893 6.556 5.888 6.83 5.882 7.104 5.877 7.393 5.872 7.699 5.867 8.005 5.861 8.308 5.859 8.609 5.859 9.425 5.859 10.112 5.959 10.67 6.159 11.173 6.327 11.633 6.602 12.014 6.966 12.338 7.282 12.588 7.662 12.747 8.082 12.897 8.49 12.974 8.922 12.972 9.356 12.972 10.2 12.774 10.896 12.376 11.445 11.977 11.996 11.415 12.413 10.766 12.64 10.09 12.888 9.339 12.972 8.512 12.972 8.276 12.972 8.11 12.969 8.013 12.964 7.917 12.959 7.772 12.956 7.579 12.956V16.113C7.581 16.133 7.58 16.152 7.573 16.171 7.567 16.189 7.556 16.206 7.542 16.22 7.528 16.234 7.511 16.244 7.492 16.25 7.473 16.256 7.453 16.258 7.434 16.256H5.517C5.442 16.256 5.404 16.214 5.404 16.129ZM7.579 7.805V11.103C7.718 11.114 7.847 11.119 7.965 11.119H8.496C8.887 11.118 9.276 11.057 9.647 10.938 9.966 10.845 10.251 10.664 10.469 10.416 10.678 10.174 10.783 9.836 10.783 9.403 10.791 9.097 10.71 8.795 10.549 8.533 10.38 8.28 10.135 8.083 9.849 7.971 9.474 7.828 9.075 7.761 8.673 7.773 8.416 7.773 8.188 7.776 7.989 7.781 7.79 7.787 7.654 7.795 7.579 7.805ZM19.197 10.504C18.895 10.351 18.572 10.239 18.239 10.171 17.872 10.089 17.497 10.046 17.12 10.045 16.917 10.039 16.713 10.063 16.516 10.116 16.391 10.143 16.28 10.213 16.203 10.314 16.15 10.394 16.122 10.487 16.122 10.583 16.125 10.675 16.159 10.764 16.219 10.836 16.313 10.944 16.428 11.033 16.557 11.097 16.786 11.219 17.023 11.327 17.265 11.421 17.805 11.599 18.322 11.841 18.803 12.141 19.13 12.345 19.401 12.625 19.592 12.956 19.752 13.271 19.832 13.618 19.825 13.969 19.835 14.433 19.7 14.889 19.439 15.275 19.159 15.667 18.771 15.972 18.32 16.153 17.831 16.364 17.227 16.469 16.508 16.47 16.052 16.474 15.596 16.432 15.148 16.343 14.795 16.279 14.452 16.173 14.126 16.026 14.09 16.009 14.061 15.981 14.041 15.948 14.021 15.914 14.011 15.875 14.013 15.837V14.127C14.011 14.111 14.014 14.094 14.021 14.078 14.028 14.063 14.039 14.05 14.053 14.04 14.067 14.033 14.083 14.029 14.099 14.031 14.115 14.032 14.13 14.038 14.142 14.048 14.527 14.272 14.945 14.434 15.381 14.531 15.766 14.626 16.16 14.676 16.557 14.681 16.932 14.681 17.209 14.634 17.386 14.539 17.466 14.503 17.534 14.445 17.581 14.372 17.628 14.299 17.652 14.214 17.652 14.127 17.652 13.991 17.571 13.859 17.41 13.732 17.249 13.605 16.922 13.452 16.428 13.273 15.922 13.1 15.443 12.86 15.003 12.561 14.688 12.346 14.429 12.061 14.246 11.73 14.088 11.418 14.008 11.074 14.013 10.725 14.012 10.306 14.129 9.896 14.351 9.538 14.604 9.145 14.968 8.831 15.398 8.636 15.87 8.404 16.46 8.288 17.169 8.288 17.583 8.285 17.998 8.314 18.408 8.375 18.705 8.412 18.996 8.489 19.271 8.605 19.293 8.611 19.313 8.622 19.33 8.637 19.347 8.652 19.36 8.671 19.368 8.692 19.379 8.73 19.384 8.77 19.384 8.81V10.409C19.385 10.427 19.381 10.446 19.373 10.462 19.364 10.479 19.352 10.493 19.336 10.504 19.314 10.514 19.29 10.52 19.266 10.52 19.242 10.52 19.219 10.514 19.197 10.504Z", fill: "#31a8ff" })] }));
42
+ }
43
+ if (type === "icon") {
44
+ return ((0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, 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: "M19.75 0H4.24999C1.90279 0 0 1.87026 0 4.17735V18.8227C0 21.1297 1.90279 23 4.24999 23H19.75C22.0972 23 24 21.1297 24 18.8227V4.17735C24 1.87026 22.0972 0 19.75 0Z", fill: "#001e36" }), (0, jsx_runtime_1.jsx)("path", { d: "M5.404 16.129V6.017C5.404 5.943 5.436 5.906 5.501 5.906 5.672 5.906 5.829 5.904 6.065 5.898 6.301 5.893 6.556 5.888 6.83 5.882 7.104 5.877 7.393 5.872 7.699 5.867 8.005 5.861 8.308 5.859 8.609 5.859 9.425 5.859 10.112 5.959 10.67 6.159 11.173 6.327 11.633 6.602 12.014 6.966 12.338 7.282 12.588 7.662 12.747 8.082 12.897 8.49 12.974 8.922 12.972 9.356 12.972 10.2 12.774 10.896 12.376 11.445 11.977 11.996 11.415 12.413 10.766 12.64 10.09 12.888 9.339 12.972 8.512 12.972 8.276 12.972 8.11 12.969 8.013 12.964 7.917 12.959 7.772 12.956 7.579 12.956V16.113C7.581 16.133 7.58 16.152 7.573 16.171 7.567 16.189 7.556 16.206 7.542 16.22 7.528 16.234 7.511 16.244 7.492 16.25 7.473 16.256 7.453 16.258 7.434 16.256H5.517C5.442 16.256 5.404 16.214 5.404 16.129ZM7.579 7.805V11.103C7.718 11.114 7.847 11.119 7.965 11.119H8.496C8.887 11.118 9.276 11.057 9.647 10.938 9.966 10.845 10.251 10.664 10.469 10.416 10.678 10.174 10.783 9.836 10.783 9.403 10.791 9.097 10.71 8.795 10.549 8.533 10.38 8.28 10.135 8.083 9.849 7.971 9.474 7.828 9.075 7.761 8.673 7.773 8.416 7.773 8.188 7.776 7.989 7.781 7.79 7.787 7.654 7.795 7.579 7.805ZM19.197 10.504C18.895 10.351 18.572 10.239 18.239 10.171 17.872 10.089 17.497 10.046 17.12 10.045 16.917 10.039 16.713 10.063 16.516 10.116 16.391 10.143 16.28 10.213 16.203 10.314 16.15 10.394 16.122 10.487 16.122 10.583 16.125 10.675 16.159 10.764 16.219 10.836 16.313 10.944 16.428 11.033 16.557 11.097 16.786 11.219 17.023 11.327 17.265 11.421 17.805 11.599 18.322 11.841 18.803 12.141 19.13 12.345 19.401 12.625 19.592 12.956 19.752 13.271 19.832 13.618 19.825 13.969 19.835 14.433 19.7 14.889 19.439 15.275 19.159 15.667 18.771 15.972 18.32 16.153 17.831 16.364 17.227 16.469 16.508 16.47 16.052 16.474 15.596 16.432 15.148 16.343 14.795 16.279 14.452 16.173 14.126 16.026 14.09 16.009 14.061 15.981 14.041 15.948 14.021 15.914 14.011 15.875 14.013 15.837V14.127C14.011 14.111 14.014 14.094 14.021 14.078 14.028 14.063 14.039 14.05 14.053 14.04 14.067 14.033 14.083 14.029 14.099 14.031 14.115 14.032 14.13 14.038 14.142 14.048 14.527 14.272 14.945 14.434 15.381 14.531 15.766 14.626 16.16 14.676 16.557 14.681 16.932 14.681 17.209 14.634 17.386 14.539 17.466 14.503 17.534 14.445 17.581 14.372 17.628 14.299 17.652 14.214 17.652 14.127 17.652 13.991 17.571 13.859 17.41 13.732 17.249 13.605 16.922 13.452 16.428 13.273 15.922 13.1 15.443 12.86 15.003 12.561 14.688 12.346 14.429 12.061 14.246 11.73 14.088 11.418 14.008 11.074 14.013 10.725 14.012 10.306 14.129 9.896 14.351 9.538 14.604 9.145 14.968 8.831 15.398 8.636 15.87 8.404 16.46 8.288 17.169 8.288 17.583 8.285 17.998 8.314 18.408 8.375 18.705 8.412 18.996 8.489 19.271 8.605 19.293 8.611 19.313 8.622 19.33 8.637 19.347 8.652 19.36 8.671 19.368 8.692 19.379 8.73 19.384 8.77 19.384 8.81V10.409C19.385 10.427 19.381 10.446 19.373 10.462 19.364 10.479 19.352 10.493 19.336 10.504 19.314 10.514 19.29 10.52 19.266 10.52 19.242 10.52 19.219 10.514 19.197 10.504Z", fill: "#31a8ff" })] }));
45
+ }
46
+ console.error(`Photoshop doesn't support ${type}`);
47
+ return null;
48
+ });
49
+ exports.Photoshop.displayName = "Photoshop";
50
+ exports.Photoshop.metadata = {
51
+ name: "Photoshop",
52
+ category: "icon/software",
53
+ tags: ["photoshop", "icon"],
54
+ description: "Photoshop icon from icon/software category",
55
+ type: ["stroke", "icon"],
56
+ };
57
+ exports.default = exports.Photoshop;
@@ -0,0 +1,2 @@
1
+ export { default as Figma } from "./Figma";
2
+ export { default as Photoshop } from "./Photoshop";
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.Photoshop = exports.Figma = void 0;
7
+ var Figma_1 = require("./Figma");
8
+ Object.defineProperty(exports, "Figma", { enumerable: true, get: function () { return __importDefault(Figma_1).default; } });
9
+ var Photoshop_1 = require("./Photoshop");
10
+ Object.defineProperty(exports, "Photoshop", { enumerable: true, get: function () { return __importDefault(Photoshop_1).default; } });