@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,137 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface GoogleProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const Google: IconComponent<GoogleProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ GoogleProps
11
+ >(function Google(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 71 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <g clipPath="url(#undefined-clip0_2011_434)">
45
+ <path
46
+ d="M30.1955 12.3077C30.1955 15.639 27.5894 18.0938 24.3912 18.0938C21.193 18.0938 18.5869 15.639 18.5869 12.3077C18.5869 8.95296 21.193 6.52166 24.3912 6.52166C27.5894 6.52166 30.1955 8.95296 30.1955 12.3077ZM27.6547 12.3077C27.6547 10.226 26.1442 8.80165 24.3912 8.80165C22.6382 8.80165 21.1277 10.226 21.1277 12.3077C21.1277 14.3686 22.6382 15.8138 24.3912 15.8138C26.1442 15.8138 27.6547 14.366 27.6547 12.3077Z"
47
+ fill="#ea4335"
48
+ />
49
+ <path
50
+ d="M42.7172 12.3077C42.7172 15.639 40.1111 18.0938 36.9129 18.0938C33.7146 18.0938 31.1086 15.639 31.1086 12.3077C31.1086 8.95556 33.7146 6.52166 36.9129 6.52166C40.1111 6.52166 42.7172 8.95296 42.7172 12.3077ZM40.1764 12.3077C40.1764 10.226 38.6659 8.80165 36.9129 8.80165C35.1599 8.80165 33.6494 10.226 33.6494 12.3077C33.6494 14.3686 35.1599 15.8138 36.9129 15.8138C38.6659 15.8138 40.1764 14.366 40.1764 12.3077Z"
51
+ fill="#fbbc05"
52
+ />
53
+ <path
54
+ d="M54.7172 6.87123V17.259C54.7172 21.532 52.1972 23.2772 49.2181 23.2772C46.4137 23.2772 44.7259 21.4016 44.0894 19.8677L46.3016 18.9468C46.6955 19.8886 47.6607 20.9999 49.2155 20.9999C51.1224 20.9999 52.3041 19.8233 52.3041 17.6086V16.7764H52.2154C51.6468 17.4781 50.5511 18.0912 49.1685 18.0912C46.2755 18.0912 43.625 15.5712 43.625 12.3286C43.625 9.06252 46.2755 6.52166 49.1685 6.52166C50.5485 6.52166 51.6441 7.1347 52.2154 7.81557H52.3041V6.87383H54.7172V6.87123ZM52.4841 12.3286C52.4841 10.2912 51.125 8.80165 49.3955 8.80165C47.6424 8.80165 46.1737 10.2912 46.1737 12.3286C46.1737 14.3451 47.6424 15.8138 49.3955 15.8138C51.125 15.8138 52.4841 14.3451 52.4841 12.3286Z"
55
+ fill="#4285f4"
56
+ />
57
+ <path
58
+ d="M58.6954 0.782707V17.7392H56.2171V0.782707H58.6954Z"
59
+ fill="#34a853"
60
+ />
61
+ <path
62
+ d="M68.3528 14.2122L70.3249 15.527C69.6884 16.4687 68.1545 18.0913 65.5041 18.0913C62.2171 18.0913 59.7624 15.5505 59.7624 12.3053C59.7624 8.86443 62.238 6.51922 65.2197 6.51922C68.2223 6.51922 69.691 8.90878 70.171 10.2001L70.4345 10.8575L62.6997 14.0609C63.2919 15.2218 64.2128 15.814 65.5041 15.814C66.798 15.814 67.6954 15.1774 68.3528 14.2122ZM62.2824 12.1305L67.4528 9.98355C67.1684 9.26095 66.3128 8.75747 65.3058 8.75747C64.0145 8.75747 62.2171 9.89747 62.2824 12.1305Z"
63
+ fill="#ea4335"
64
+ />
65
+ <path
66
+ d="M9.20605 10.8025V8.34774H17.4782C17.5591 8.77556 17.6008 9.28165 17.6008 9.82947C17.6008 11.6712 17.0973 13.9486 15.4747 15.5712C13.8965 17.2147 11.88 18.0912 9.20866 18.0912C4.25738 18.0912 0.0939169 14.0582 0.0939169 9.10687C0.0939169 4.15558 4.25738 0.122557 9.20866 0.122557C11.9478 0.122557 13.8991 1.19734 15.3652 2.5982L13.633 4.33037C12.5817 3.34428 11.1573 2.57733 9.20605 2.57733C5.59042 2.57733 2.7626 5.49123 2.7626 9.10687C2.7626 12.7225 5.59042 15.6364 9.20605 15.6364C11.5513 15.6364 12.8869 14.6947 13.7426 13.839C14.4365 13.1451 14.893 12.1538 15.073 10.7999L9.20605 10.8025Z"
67
+ fill="#4285f4"
68
+ />
69
+ </g>
70
+ <defs>
71
+ <clipPath id="undefined-clip0_2011_434">
72
+ <path fill="#fff" d="M0 0H70.957V24H0z" />
73
+ </clipPath>
74
+ </defs>
75
+ </svg>
76
+ );
77
+ }
78
+
79
+ if (type === "icon") {
80
+ return (
81
+ <svg
82
+ width={size}
83
+ height={size}
84
+ viewBox="0 0 24 24"
85
+ fill="none"
86
+ xmlns="http://www.w3.org/2000/svg"
87
+ className={className}
88
+ strokeWidth={strokeWidth}
89
+ strokeLinecap={strokeLinecap}
90
+ strokeLinejoin={strokeLinejoin}
91
+ strokeDasharray={strokeDasharray}
92
+ opacity={opacity}
93
+ {...props}
94
+ ref={forwardedRef}
95
+ >
96
+ <g clipPath="url(#undefined-clip0_2008_255)">
97
+ <path
98
+ d="M22.9891 12.2245C22.9891 11.2413 22.9108 10.5238 22.7415 9.77966H11.7291V14.2176H18.1931C18.0628 15.3205 17.3591 16.9815 15.7952 18.0976L15.7733 18.2462L19.2552 20.9964L19.4964 21.0209C21.7118 18.9347 22.9891 15.8653 22.9891 12.2245Z"
99
+ fill="#4285f4"
100
+ />
101
+ <path
102
+ d="M11.7291 23.9176C14.8959 23.9176 17.5545 22.8545 19.4964 21.0209L15.7952 18.0976C14.8047 18.8018 13.4754 19.2934 11.7291 19.2934C8.62745 19.2934 5.99494 17.2074 5.05652 14.324L4.91897 14.3359L1.29845 17.1927L1.2511 17.3269C3.17986 21.2334 7.1417 23.9176 11.7291 23.9176Z"
103
+ fill="#34a853"
104
+ />
105
+ <path
106
+ d="M5.0565 14.3239C4.80889 13.5798 4.66559 12.7825 4.66559 11.9587C4.66559 11.1349 4.80889 10.3376 5.04347 9.59354L5.03691 9.43507L1.37102 6.53235L1.25107 6.59052C0.456137 8.21162 0 10.032 0 11.9587C0 13.8854 0.456137 15.7058 1.25107 17.3269L5.0565 14.3239Z"
107
+ fill="#fbbc05"
108
+ />
109
+ <path
110
+ d="M11.7291 4.62403C13.9316 4.62403 15.4172 5.59402 16.2643 6.40461L19.5746 3.10928C17.5416 1.1826 14.8959 0 11.7291 0C7.1417 0 3.17986 2.68406 1.2511 6.59056L5.04349 9.59359C5.99494 6.7102 8.62745 4.62403 11.7291 4.62403Z"
111
+ fill="#eb4335"
112
+ />
113
+ </g>
114
+ <defs>
115
+ <clipPath id="undefined-clip0_2008_255">
116
+ <path fill="#fff" d="M0 0H23V24H0z" />
117
+ </clipPath>
118
+ </defs>
119
+ </svg>
120
+ );
121
+ }
122
+
123
+ console.error(`Google doesn't support ${type}`);
124
+ return null;
125
+ });
126
+
127
+ Google.displayName = "Google";
128
+
129
+ Google.metadata = {
130
+ name: "Google",
131
+ category: "wordmark/ai",
132
+ tags: ["google", "icon"],
133
+ description: "Google icon from wordmark/ai category",
134
+ type: ["stroke", "icon"],
135
+ } as IconMetadata;
136
+
137
+ export default Google;
@@ -0,0 +1,91 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface GrokProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const Grok: IconComponent<GrokProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ GrokProps
11
+ >(function Grok(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 62 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="M52.707 17.571V6.513H54.454V13.811L58.15 9.564H60.269L56.944 13.204 60.3 17.571H58.212L55.494 13.818 54.454 13.811V17.571H52.707ZM47.407 17.757C44.809 17.757 43.402 15.914 43.402 13.56 43.402 11.19 44.809 9.363 47.407 9.363 50.021 9.363 51.413 11.19 51.413 13.56 51.413 15.914 50.021 17.757 47.407 17.757ZM45.227 13.56C45.227 15.387 46.216 16.301 47.407 16.301 48.613 16.301 49.588 15.387 49.588 13.56 49.588 11.732 48.613 10.803 47.407 10.803 46.216 10.803 45.227 11.732 45.227 13.56ZM38.538 17.571V10.834L40.007 9.564H43.131V11.051H40.286V17.571H38.538ZM31.856 17.775C28.525 17.775 26.54 15.356 26.54 12.057 26.54 8.728 28.596 6.25 31.921 6.25 34.519 6.25 36.422 7.581 36.87 10.06H34.875C34.581 8.65 33.406 7.86 31.921 7.86 29.524 7.86 28.473 9.936 28.473 12.057 28.473 14.179 29.524 16.239 31.921 16.239 34.21 16.239 35.215 14.582 35.293 13.203H31.844V11.6H37.056L37.047 12.438C37.047 15.554 35.778 17.775 31.856 17.775ZM9.815 15.082 17.335 9.523C17.704 9.25 18.231 9.357 18.406 9.78 19.331 12.012 18.918 14.695 17.078 16.537 15.239 18.38 12.68 18.783 10.34 17.863L7.785 19.048C11.45 21.557 15.901 20.937 18.682 18.149 20.888 15.94 21.571 12.929 20.933 10.213L20.938 10.219C20.012 6.229 21.166 4.635 23.53 1.374 23.586 1.296 23.642 1.219 23.698 1.14L20.587 4.256V4.246L9.814 15.084M8.264 16.433C5.633 13.916 6.087 10.022 8.331 7.776 9.991 6.113 12.711 5.435 15.085 6.432L17.634 5.253C17.175 4.921 16.586 4.563 15.911 4.312 12.857 3.053 9.202 3.68 6.72 6.164 4.332 8.555 3.581 12.231 4.871 15.368 5.834 17.713 4.255 19.371 2.665 21.045 2.101 21.638 1.536 22.232 1.08 22.86L8.262 16.435"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ }
51
+
52
+ if (type === "icon") {
53
+ return (
54
+ <svg
55
+ width={size}
56
+ height={size}
57
+ viewBox="0 0 24 24"
58
+ fill="none"
59
+ xmlns="http://www.w3.org/2000/svg"
60
+ className={className}
61
+ strokeWidth={strokeWidth}
62
+ strokeLinecap={strokeLinecap}
63
+ strokeLinejoin={strokeLinejoin}
64
+ strokeDasharray={strokeDasharray}
65
+ opacity={opacity}
66
+ {...props}
67
+ ref={forwardedRef}
68
+ >
69
+ <path
70
+ d="M10.042 15.026 17.602 9.035C17.973 8.741 18.502 8.855 18.679 9.312 19.609 11.718 19.193 14.609 17.344 16.594 15.495 18.58 12.921 19.015 10.569 18.023L8 19.3C11.685 22.004 16.16 21.336 18.957 18.332 21.175 15.951 21.862 12.705 21.219 9.778L21.225 9.784C20.294 5.485 21.454 3.766 23.831.252 23.887.169 23.944.085 24 0L20.872 3.358V3.348L10.04 15.028M8.245 16.963C5.226 14.207 5.746 9.943 8.323 7.484 10.228 5.664 13.349 4.921 16.074 6.013L19 4.722C18.473 4.358 17.797 3.966 17.022 3.691 13.517 2.313 9.322 2.999 6.473 5.719 3.733 8.337 2.871 12.362 4.351 15.797 5.456 18.364 3.644 20.18 1.819 22.013 1.172 22.662.523 23.312 0 24L8.243 16.965"
71
+ fill="currentColor"
72
+ />
73
+ </svg>
74
+ );
75
+ }
76
+
77
+ console.error(`Grok doesn't support ${type}`);
78
+ return null;
79
+ });
80
+
81
+ Grok.displayName = "Grok";
82
+
83
+ Grok.metadata = {
84
+ name: "Grok",
85
+ category: "wordmark/ai",
86
+ tags: ["grok", "icon"],
87
+ description: "Grok icon from wordmark/ai category",
88
+ type: ["stroke", "icon"],
89
+ } as IconMetadata;
90
+
91
+ export default Grok;
@@ -0,0 +1,91 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface OpenAiProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const OpenAi: IconComponent<OpenAiProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ OpenAiProps
11
+ >(function OpenAi(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 87 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="M27.3615 11.5384C27.3615 15.4624 29.8781 18.1985 33.3654 18.1985C36.8527 18.1985 39.3693 15.4624 39.3693 11.5384C39.3693 7.61427 36.8527 4.87822 33.3654 4.87822C29.8781 4.87822 27.3615 7.61427 27.3615 11.5384ZM37.0684 11.5384C37.0684 14.3464 35.5405 16.1645 33.3654 16.1645C31.1903 16.1645 29.6624 14.3464 29.6624 11.5384C29.6624 8.7303 31.1903 6.91226 33.3654 6.91226C35.5405 6.91226 37.0684 8.7303 37.0684 11.5384ZM45.8489 18.1985C48.4913 18.1985 50.0013 15.9665 50.0013 13.2844C50.0013 10.6023 48.4913 8.37029 45.8489 8.37029C44.6265 8.37029 43.7277 8.8563 43.1345 9.55832V8.55029H40.9774V21.2406H43.1345V17.0105C43.7277 17.7125 44.6265 18.1985 45.8489 18.1985ZM43.0806 13.0144C43.0806 11.2324 44.0872 10.2603 45.4174 10.2603C46.9813 10.2603 47.8262 11.4844 47.8262 13.2844C47.8262 15.0844 46.9813 16.3085 45.4174 16.3085C44.0872 16.3085 43.0806 15.3184 43.0806 13.5724V13.0144ZM55.8389 18.1985C57.7264 18.1985 59.2184 17.2085 59.8835 15.5524L58.032 14.8504C57.7444 15.8224 56.8995 16.3625 55.8389 16.3625C54.4548 16.3625 53.4841 15.3724 53.3223 13.7524H59.9374V13.0324C59.9374 10.4403 58.4814 8.37029 55.749 8.37029C53.0167 8.37029 51.2551 10.5123 51.2551 13.2844C51.2551 16.2005 53.1425 18.1985 55.8389 18.1985ZM55.7311 10.1883C57.0972 10.1883 57.7444 11.0883 57.7623 12.1324H53.4302C53.7537 10.8543 54.6166 10.1883 55.7311 10.1883ZM61.556 18.0005H63.7131V12.4564C63.7131 11.1063 64.7017 10.3863 65.6724 10.3863C66.8588 10.3863 67.3262 11.2324 67.3262 12.4024V18.0005H69.4833V11.7724C69.4833 9.73832 68.2969 8.37029 66.3196 8.37029C65.0972 8.37029 64.2523 8.9283 63.7131 9.55832V8.55029H61.556V18.0005ZM75.8011 5.07622L70.9116 18.0005H73.1946L74.2911 15.0484H79.8636L80.9781 18.0005H83.297L78.4076 5.07622H75.8011ZM77.0594 7.63227L79.1086 13.0324H75.0461L77.0594 7.63227ZM87 5.11372H84.6991V18.038H87V5.11372ZM22.0901 9.82307C22.3588 9.0151 22.452 8.15897 22.3635 7.312C22.275 6.46502 22.0069 5.64675 21.577 4.91197C20.2693 2.63192 17.6403 1.45889 15.0727 2.0109C14.5083 1.37401 13.8145 0.865167 13.0378 0.518395C12.2611 0.171623 11.4194 -0.00507782 10.5691 0.000111054C7.94458 -0.00588907 5.61596 1.68615 4.80855 4.1867C3.97514 4.35756 3.18779 4.70469 2.49918 5.20487C1.81058 5.70506 1.2366 6.34675 0.815668 7.08701C-0.50181 9.36106 -0.201464 12.2276 1.55867 14.1777C1.28996 14.9856 1.19672 15.8418 1.2852 16.6887C1.37369 17.5357 1.64185 18.354 2.07173 19.0888C3.37947 21.3688 6.00843 22.5418 8.57598 21.9898C9.14035 22.6268 9.83413 23.1357 10.6109 23.4823C11.3876 23.829 12.2293 24.0054 13.0797 23.9999C15.7056 24.0066 18.035 22.3131 18.8424 19.8103C19.6758 19.6394 20.4632 19.2923 21.1518 18.7921C21.8404 18.2919 22.4144 17.6502 22.8353 16.91C24.1513 14.6359 23.8502 11.7716 22.0908 9.82157L22.0901 9.82307ZM13.0812 22.4316C12.0304 22.4333 11.0125 22.0647 10.2058 21.3906C10.2425 21.3711 10.3062 21.3358 10.3473 21.3103L15.1199 18.5503C15.2398 18.482 15.3394 18.383 15.4083 18.2635C15.4773 18.1439 15.5132 18.0081 15.5124 17.87V11.1326L17.5294 12.2989C17.5512 12.3094 17.5654 12.3304 17.5684 12.3544V17.9337C17.5654 20.4148 15.5588 22.4263 13.0812 22.4316ZM3.43115 18.3043C2.90472 17.3939 2.71513 16.327 2.89562 15.2907C2.93082 15.3117 2.99299 15.3499 3.03718 15.3754L7.80976 18.1355C8.05169 18.2773 8.35128 18.2773 8.59396 18.1355L14.4204 14.7664V17.099C14.4219 17.123 14.4106 17.1462 14.3919 17.1612L9.56765 19.9505C7.41879 21.1896 4.67448 20.453 3.4319 18.3043H3.43115ZM2.17509 7.87228C2.69938 6.96026 3.52702 6.26274 4.5127 5.90049C4.5127 5.94174 4.51045 6.01449 4.51045 6.06549V11.5864C4.50895 11.8669 4.65875 12.1271 4.90217 12.2659L10.7286 15.6342L8.71155 16.8005C8.69133 16.814 8.66586 16.8162 8.64339 16.8065L3.81838 14.0149C1.67401 12.7714 0.938503 10.0241 2.17434 7.87303L2.17509 7.87228ZM18.7473 11.7341L12.9209 8.36504L14.9379 7.19951C14.9581 7.18601 14.9836 7.18376 15.0061 7.19352L19.8311 9.98283C21.9792 11.2256 22.7155 13.9774 21.4744 16.1285C20.9495 17.0389 20.1227 17.7363 19.1375 18.0995V12.4136C19.1398 12.1331 18.9907 11.8736 18.7481 11.7341H18.7473ZM20.7546 8.70855C20.7194 8.6868 20.6572 8.6493 20.613 8.6238L15.8405 5.86374C15.7215 5.79411 15.5862 5.75742 15.4484 5.75742C15.3106 5.75742 15.1752 5.79411 15.0563 5.86374L9.22985 9.23281V6.90026C9.22835 6.87626 9.23959 6.85301 9.25831 6.83801L14.0826 4.05095C16.2314 2.80967 18.9787 3.54844 20.2176 5.70098C20.7411 6.61019 20.9306 7.67416 20.7531 8.70855H20.7546ZM8.13333 12.8659L6.11554 11.6996C6.10492 11.6944 6.09579 11.6865 6.08899 11.6768C6.08218 11.6671 6.07792 11.6559 6.07659 11.6441V6.06474C6.07809 3.58069 8.09063 1.56764 10.5713 1.56914C11.6206 1.56914 12.6363 1.93815 13.4429 2.61017C13.4062 2.62967 13.3433 2.66492 13.3014 2.69042L8.52879 5.45048C8.40894 5.51856 8.30939 5.61742 8.2404 5.73686C8.17141 5.85631 8.13549 5.99201 8.13632 6.12999L8.13333 12.8644V12.8659ZM9.2291 10.5003L11.8244 8.99955L14.4196 10.4996V13.5004L11.8244 15.0004L9.2291 13.5004V10.5003Z"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ }
51
+
52
+ if (type === "icon") {
53
+ return (
54
+ <svg
55
+ width={size}
56
+ height={size}
57
+ viewBox="0 0 24 24"
58
+ fill="none"
59
+ xmlns="http://www.w3.org/2000/svg"
60
+ className={className}
61
+ strokeWidth={strokeWidth}
62
+ strokeLinecap={strokeLinecap}
63
+ strokeLinejoin={strokeLinejoin}
64
+ strokeDasharray={strokeDasharray}
65
+ opacity={opacity}
66
+ {...props}
67
+ ref={forwardedRef}
68
+ >
69
+ <path
70
+ d="M22.4235 9.82112C22.6956 9.013 22.7897 8.15692 22.6995 7.31007C22.6094 6.46321 22.3371 5.64508 21.9008 4.91033C20.5737 2.63162 17.9063 1.45948 15.3012 2.01027C14.58 1.21884 13.6602 0.628557 12.6345 0.298698C11.6087 -0.0311621 10.5131 -0.0889845 9.4575 0.131038C8.40192 0.35106 7.42362 0.84118 6.62084 1.55218C5.81806 2.26317 5.21907 3.17001 4.88402 4.18162C4.03818 4.35271 3.2391 4.69991 2.54019 5.20003C1.84128 5.70015 1.25864 6.34166 0.831207 7.08168C-0.510356 9.35679 -0.205762 12.2265 1.5843 14.1783C1.31125 14.9861 1.21621 15.842 1.30553 16.6889C1.39486 17.5358 1.6665 18.3541 2.10227 19.089C3.43108 21.3686 6.10015 22.5406 8.70659 21.9891C9.27965 22.6256 9.98378 23.1343 10.772 23.481C11.5602 23.8278 12.4143 24.0047 13.2773 23.9999C15.9474 24.0022 18.313 22.3019 19.1286 19.794C19.9743 19.6226 20.7732 19.2753 21.4721 18.7752C22.1709 18.2751 22.7536 17.6337 23.1813 16.8939C24.5067 14.6229 24.2008 11.7687 22.4235 9.82112ZM13.2773 22.4292C12.2115 22.4309 11.1791 22.0624 10.3612 21.3884L10.5051 21.3079L15.3492 18.5498C15.4697 18.4801 15.5698 18.3806 15.6396 18.2611C15.7094 18.1417 15.7465 18.0064 15.7473 17.8685V11.1316L17.7953 12.3001C17.8157 12.3104 17.83 12.3297 17.8336 12.3522V17.9347C17.8284 20.4148 15.7915 22.424 13.2773 22.4292ZM3.48358 18.3038C2.94909 17.3934 2.75718 16.3263 2.94161 15.2901L3.08543 15.3753L7.93437 18.1335C8.05434 18.2029 8.19093 18.2395 8.33004 18.2395C8.46915 18.2395 8.60574 18.2029 8.72571 18.1335L14.6489 14.765V17.0974C14.6484 17.1094 14.6451 17.1212 14.6393 17.1319C14.6335 17.1425 14.6253 17.1518 14.6154 17.1589L9.70896 19.9502C7.52862 21.1892 4.74302 20.4524 3.48358 18.3038ZM2.20774 7.89548C2.74595 6.97924 3.59545 6.28039 4.60587 5.92267V11.5998C4.60404 11.737 4.63957 11.8721 4.70875 11.9911C4.77792 12.1101 4.87821 12.2086 4.99915 12.2764L10.8936 15.6307L8.84562 16.7992C8.83454 16.805 8.8222 16.808 8.80966 16.808C8.79713 16.808 8.78479 16.805 8.77371 16.7992L3.87686 14.0128C1.70083 12.7686 0.954582 10.023 2.20774 7.8719V7.89548ZM19.0327 11.7513L13.1189 8.36387L15.1622 7.20005C15.1733 7.19425 15.1857 7.19121 15.1982 7.19121C15.2108 7.19121 15.2231 7.19425 15.2342 7.20005L20.1311 9.99137C20.8798 10.4175 21.4902 11.045 21.8909 11.8005C22.2917 12.556 22.4663 13.4084 22.3944 14.2581C22.3225 15.1078 22.007 15.9198 21.4848 16.5993C20.9626 17.2788 20.2552 17.7978 19.4452 18.0956V12.4183C19.4409 12.2814 19.4007 12.1479 19.3284 12.031C19.2561 11.914 19.1542 11.8177 19.0327 11.7513ZM21.071 8.72823L20.9271 8.64297L16.0878 5.86118C15.9671 5.79132 15.8297 5.75448 15.6897 5.75448C15.5498 5.75448 15.4124 5.79132 15.2917 5.86118L9.37315 9.22973V6.89738C9.37189 6.88552 9.3739 6.87355 9.37896 6.86272C9.38403 6.8519 9.39197 6.84263 9.40193 6.83588L14.2988 4.04928C15.0493 3.62281 15.9074 3.41593 16.7727 3.45285C17.638 3.48978 18.4748 3.76897 19.1852 4.25778C19.8955 4.74659 20.4501 5.42481 20.784 6.21312C21.118 7.00143 21.2175 7.86723 21.0709 8.70927V8.72823H21.071ZM8.25574 12.863L6.20777 11.6992C6.19754 11.6931 6.18879 11.6849 6.18214 11.6751C6.1755 11.6652 6.17113 11.6541 6.16934 11.6424V6.07415C6.17047 5.21993 6.41811 4.38369 6.8833 3.66318C7.34849 2.94268 8.012 2.36769 8.79626 2.00545C9.58053 1.64321 10.4531 1.50868 11.312 1.6176C12.171 1.72652 12.9807 2.07439 13.6466 2.62052L13.5027 2.70097L8.65859 5.45909C8.53804 5.52884 8.43795 5.62833 8.36817 5.74777C8.29838 5.86721 8.26128 6.00251 8.26052 6.14036L8.25574 12.8631V12.863ZM9.36837 10.4975L12.0063 8.9978L14.6489 10.4976V13.497L12.0159 14.9968L9.37324 13.497L9.36837 10.4975Z"
71
+ fill="currentColor"
72
+ />
73
+ </svg>
74
+ );
75
+ }
76
+
77
+ console.error(`OpenAi doesn't support ${type}`);
78
+ return null;
79
+ });
80
+
81
+ OpenAi.displayName = "OpenAi";
82
+
83
+ OpenAi.metadata = {
84
+ name: "OpenAi",
85
+ category: "wordmark/ai",
86
+ tags: ["openai", "icon"],
87
+ description: "OpenAi icon from wordmark/ai category",
88
+ type: ["stroke", "icon"],
89
+ } as IconMetadata;
90
+
91
+ export default OpenAi;
@@ -0,0 +1,103 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface ReplicateProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const Replicate: IconComponent<ReplicateProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ ReplicateProps
11
+ >(function Replicate(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 105 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <g fill="currentColor" clipPath="url(#undefined-clip0_2011_438)">
45
+ <path d="M24.93 8.025C27.861 8.025 30.325 9.95 30.325 13.525 30.325 13.762 30.325 13.962 30.3 14.325H21.493C21.607 16.137 23.085 17.337 24.942 17.337 26.509 17.337 27.558 16.625 28.139 15.65L30.022 16.975C29.011 18.55 27.267 19.55 24.917 19.55 21.518 19.55 19.067 17.162 19.067 13.787 19.079 10.525 21.531 8.025 24.93 8.025ZM21.619 12.537H27.848C27.583 10.937 26.282 10.075 24.841 10.075 23.401 10.075 21.948 10.9 21.619 12.537ZM32.827 8.237H35.291V9.725C35.922 8.837 37.287 8.025 38.892 8.025 41.962 8.025 44.287 10.612 44.287 13.787 44.287 16.95 41.962 19.55 38.892 19.55 37.274 19.55 35.91 18.725 35.291 17.837V23.95H32.827V8.237ZM38.45 10.237C36.453 10.237 35.089 11.787 35.089 13.787 35.089 15.787 36.453 17.337 38.45 17.337 40.421 17.337 41.785 15.787 41.785 13.787 41.785 11.787 40.421 10.237 38.45 10.237ZM49.265 2.7H46.802V19.313H49.265V2.7ZM53.814 5.825C52.917 5.825 52.159 5.1 52.159 4.187 52.159 3.3 52.917 2.575 53.814 2.575 54.737 2.575 55.444 3.312 55.444 4.187 55.444 5.1 54.737 5.825 53.814 5.825ZM52.589 8.237H55.052V19.313H52.589V8.237ZM63.468 19.538C60.107 19.538 57.554 17.05 57.554 13.775 57.554 10.5 60.107 8.012 63.468 8.012 65.78 8.012 67.726 9.237 68.686 11.075L66.538 12.225C65.995 11.1 64.908 10.275 63.468 10.275 61.471 10.275 60.069 11.8 60.069 13.775 60.069 15.75 61.484 17.275 63.468 17.275 64.895 17.275 65.995 16.45 66.538 15.325L68.686 16.475C67.726 18.325 65.767 19.538 63.468 19.538ZM75.534 8.025C77.152 8.025 78.491 8.85 79.123 9.725V8.237H81.587V19.312H79.123V17.825C78.491 18.712 77.152 19.537 75.534 19.537 72.464 19.537 70.139 16.95 70.139 13.775 70.139 10.612 72.464 8.025 75.534 8.025ZM75.989 10.237C73.993 10.237 72.653 11.787 72.653 13.787 72.653 15.787 73.993 17.337 75.989 17.337 77.986 17.337 79.325 15.787 79.325 13.787 79.325 11.787 77.973 10.237 75.989 10.237ZM85.807 19.325V10.413H83.469V8.238H85.807V5.163H88.271V8.238H92.516V10.413H88.271V17.138H92.516V19.325H85.807ZM17.917 8.238V10.425H11.877V19.325H9.413V8.238H17.917Z" />
46
+ <path d="M17.917 4.125V6.3H7.22745V19.325H4.76355V4.125H17.917Z" />
47
+ <path d="M17.917 0V2.175H2.578V19.325H.114V0H17.917ZM99.542 8.025C102.473 8.025 104.937 9.95 104.937 13.525 104.937 13.762 104.937 13.962 104.912 14.325H96.105C96.218 16.137 97.697 17.337 99.554 17.337 101.121 17.337 102.17 16.625 102.751 15.65L104.634 16.975C103.623 18.55 101.879 19.55 99.529 19.55 96.13 19.55 93.679 17.162 93.679 13.787 93.704 10.525 96.143 8.025 99.542 8.025ZM96.231 12.537H102.46C102.195 10.937 100.894 10.075 99.453 10.075 98.025 10.075 96.572 10.9 96.231 12.537Z" />
48
+ </g>
49
+ <defs>
50
+ <clipPath id="undefined-clip0_2011_438">
51
+ <path fill="#fff" d="M0 0H105V24H0z" />
52
+ </clipPath>
53
+ </defs>
54
+ </svg>
55
+ );
56
+ }
57
+
58
+ if (type === "icon") {
59
+ return (
60
+ <svg
61
+ width={size}
62
+ height={size}
63
+ viewBox="0 0 24 24"
64
+ fill="none"
65
+ xmlns="http://www.w3.org/2000/svg"
66
+ className={className}
67
+ strokeWidth={strokeWidth}
68
+ strokeLinecap={strokeLinecap}
69
+ strokeLinejoin={strokeLinejoin}
70
+ strokeDasharray={strokeDasharray}
71
+ opacity={opacity}
72
+ {...props}
73
+ ref={forwardedRef}
74
+ >
75
+ <g fill="currentColor" clipPath="url(#undefined-clip0_2011_424)">
76
+ <path d="M24 10.2625V12.9745H14.4816V24H11.448V10.2625H24Z" />
77
+ <path d="M24 5.13123V7.84802H8.75521V24H5.72159V5.13123H24Z" />
78
+ <path d="M24 0V2.7168H3.0336V24H0V0H24Z" />
79
+ </g>
80
+ <defs>
81
+ <clipPath id="undefined-clip0_2011_424">
82
+ <path fill="#fff" d="M0 0H24V24H0z" />
83
+ </clipPath>
84
+ </defs>
85
+ </svg>
86
+ );
87
+ }
88
+
89
+ console.error(`Replicate doesn't support ${type}`);
90
+ return null;
91
+ });
92
+
93
+ Replicate.displayName = "Replicate";
94
+
95
+ Replicate.metadata = {
96
+ name: "Replicate",
97
+ category: "wordmark/ai",
98
+ tags: ["replicate", "icon"],
99
+ description: "Replicate icon from wordmark/ai category",
100
+ type: ["stroke", "icon"],
101
+ } as IconMetadata;
102
+
103
+ export default Replicate;
@@ -1,4 +1,7 @@
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
+ export { default as OpenAi } from "./OpenAi";
2
+ export { default as Grok } from "./Grok";
3
+ export { default as Google } from "./Google";
4
+ export { default as Gemini } from "./Gemini";
5
+ export { default as DeepSeek } from "./DeepSeek";
6
+ export { default as ClaudeAi } from "./ClaudeAi";
7
+ export { default as Replicate } from "./Replicate";
@@ -0,0 +1,91 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface CursorProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const Cursor: IconComponent<CursorProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ CursorProps
11
+ >(function Cursor(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 142 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <path
45
+ d="M11.927.397H19.702V4.694H12.19C8.138 4.694 4.975 7.042 4.975 12 4.975 16.959 8.138 19.306 12.19 19.306H19.702V23.604H11.597C4.81 23.604 0 19.603 0 12 0 4.396 5.139.397 11.927.397ZM23.655.397H28.465V14.578C28.465 18.115 30.08 19.769 33.869 19.769 37.658 19.769 39.273 18.116 39.273 14.578V.397H44.083V15.57C44.083 20.727 40.821 24 33.869 24 26.917 24 23.655 20.694 23.655 15.537V.397ZM69.22 6.975C69.22 9.554 67.738 11.537 65.761 12.397V12.463C67.837 12.761 68.891 14.249 68.924 16.265L69.022 23.604H64.212L64.114 17.059C64.081 15.604 63.224 14.712 61.511 14.712H53.505V23.604H48.695V.397H61.972C66.322.397 69.22 2.611 69.22 6.975ZM64.378 7.636C64.378 5.653 63.324 4.562 61.347 4.562H53.505V10.71H61.412C63.224 10.71 64.378 9.62 64.378 7.636V7.636ZM87.407 16.827C87.407 15.174 86.353 14.479 84.772 14.348L79.434 13.852C74.821 13.422 72.416 11.604 72.416 7.207 72.416 2.81 75.381.397 79.631.397H91.426V4.562H79.961C78.314 4.562 77.259 5.422 77.259 7.074 77.259 8.727 78.346 9.521 79.994 9.653L85.43 10.116C89.549 10.479 92.25 12.365 92.25 16.794 92.25 21.223 89.384 23.604 85.332 23.604H73.009V19.439H84.87C86.419 19.439 87.407 18.381 87.407 16.827V16.827ZM106.318 0C113.566 0 118.146 4.661 118.146 11.967 118.146 19.273 113.369 24 106.121 24 98.873 24 94.293 19.273 94.293 11.967 94.293 4.661 99.07 0 106.318 0ZM113.172 12C113.172 7.107 110.338 4.231 106.22 4.231 102.101 4.231 99.268 7.107 99.268 12 99.268 16.892 102.101 19.768 106.22 19.768 110.338 19.768 113.172 16.892 113.172 12ZM142 6.975C142 9.554 140.518 11.537 138.54 12.397V12.463C140.616 12.761 141.671 14.249 141.703 16.265L141.802 23.604H136.992L136.893 17.059C136.861 15.604 136.004 14.712 134.29 14.712H126.284V23.604H121.474V.397H134.752C139.101.397 142 2.611 142 6.975ZM137.157 7.636C137.157 5.653 136.102 4.562 134.126 4.562H126.284V10.71H134.191C136.003 10.71 137.157 9.62 137.157 7.636V7.636Z"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ }
51
+
52
+ if (type === "icon") {
53
+ return (
54
+ <svg
55
+ width={size}
56
+ height={size}
57
+ viewBox="0 0 24 24"
58
+ fill="none"
59
+ xmlns="http://www.w3.org/2000/svg"
60
+ className={className}
61
+ strokeWidth={strokeWidth}
62
+ strokeLinecap={strokeLinecap}
63
+ strokeLinejoin={strokeLinejoin}
64
+ strokeDasharray={strokeDasharray}
65
+ opacity={opacity}
66
+ {...props}
67
+ ref={forwardedRef}
68
+ >
69
+ <path
70
+ d="M21.5812 5.68057L11.9972 0.133622C11.6895 -0.0445407 11.3097 -0.0445407 11.002 0.133622L1.41842 5.68057C1.15971 5.83032 0.999985 6.10726 0.999985 6.4072V17.5927C0.999985 17.8926 1.15971 18.1695 1.41842 18.3193L11.0024 23.8662C11.3102 24.0444 11.6899 24.0444 11.9977 23.8662L21.5817 18.3193C21.8404 18.1695 22.0001 17.8926 22.0001 17.5927V6.4072C22.0001 6.10726 21.8404 5.83032 21.5817 5.68057H21.5812ZM20.9792 6.85554L11.7273 22.9199C11.6647 23.0282 11.4996 22.984 11.4996 22.8586V12.3398C11.4996 12.1296 11.3876 11.9352 11.2058 11.8297L2.11897 6.57048C2.01098 6.50778 2.05508 6.34225 2.18016 6.34225H20.6841C20.9468 6.34225 21.111 6.62776 20.9797 6.85599H20.9792V6.85554Z"
71
+ fill="currentColor"
72
+ />
73
+ </svg>
74
+ );
75
+ }
76
+
77
+ console.error(`Cursor doesn't support ${type}`);
78
+ return null;
79
+ });
80
+
81
+ Cursor.displayName = "Cursor";
82
+
83
+ Cursor.metadata = {
84
+ name: "Cursor",
85
+ category: "wordmark/software",
86
+ tags: ["cursor", "icon"],
87
+ description: "Cursor icon from wordmark/software category",
88
+ type: ["stroke", "icon"],
89
+ } as IconMetadata;
90
+
91
+ export default Cursor;
@@ -0,0 +1,107 @@
1
+ import * as React from "react";
2
+ import type { IconProps, IconMetadata, IconComponent } from "../../types";
3
+
4
+ interface GitHubProps extends IconProps {
5
+ type?: "wordmark" | "icon";
6
+ }
7
+
8
+ export const GitHub: IconComponent<GitHubProps> = React.forwardRef<
9
+ SVGSVGElement,
10
+ GitHubProps
11
+ >(function GitHub(
12
+ {
13
+ color = "currentColor",
14
+ fill,
15
+ size = 24,
16
+ strokeWidth,
17
+ strokeLinecap,
18
+ strokeLinejoin,
19
+ strokeDasharray,
20
+ opacity,
21
+ className,
22
+ type = "icon",
23
+ ...props
24
+ },
25
+ forwardedRef,
26
+ ) {
27
+ if (type === "wordmark") {
28
+ return (
29
+ <svg
30
+ width={size}
31
+ height={size}
32
+ viewBox="0 0 88 24"
33
+ fill="none"
34
+ xmlns="http://www.w3.org/2000/svg"
35
+ className={className}
36
+ strokeWidth={strokeWidth}
37
+ strokeLinecap={strokeLinecap}
38
+ strokeLinejoin={strokeLinejoin}
39
+ strokeDasharray={strokeDasharray}
40
+ opacity={opacity}
41
+ {...props}
42
+ ref={forwardedRef}
43
+ >
44
+ <g clipPath="url(#undefined-clip0_2011_440)">
45
+ <path
46
+ d="M36.5283 19.8753H36.493C36.493 19.8753 36.493 19.9108 36.5283 19.8753ZM36.5283 19.9108C36.3517 19.9108 35.8924 20.0175 35.3978 20.0175C33.8434 20.0175 33.3135 19.3064 33.3135 18.3819V12.1597H36.4576C36.6343 12.1597 36.7756 12.0175 36.7756 11.7686V8.39081C36.7756 8.21303 36.6343 8.07081 36.4576 8.07081H33.3135V3.87526C33.3135 3.73303 33.2075 3.62637 33.0309 3.62637H28.7917C28.615 3.62637 28.509 3.73303 28.509 3.87526V8.17748C28.509 8.17748 26.3541 8.71081 26.2128 8.74637C26.0715 8.78192 25.9655 8.92415 25.9655 9.06637V11.7686C25.9655 11.9819 26.1068 12.1597 26.2834 12.1597H28.4737V18.6664C28.4737 23.5019 31.8298 23.9997 34.1261 23.9997C35.1859 23.9997 36.4223 23.6797 36.6343 23.573C36.7403 23.5375 36.8109 23.3953 36.8109 23.253V20.2664C36.8109 20.0886 36.6696 19.9464 36.5283 19.9108ZM83.1955 15.5375C83.1955 11.9464 81.7471 11.4841 80.228 11.6264C79.0622 11.6975 78.1084 12.3019 78.1084 12.3019V19.2708C78.1084 19.2708 79.0622 19.9464 80.5106 19.9819C82.5596 20.053 83.1955 19.3419 83.1955 15.5375ZM88 15.2175C88 22.0086 85.8097 23.9641 81.9944 23.9641C78.7796 23.9641 77.0133 22.3286 77.0133 22.3286C77.0133 22.3286 76.9426 23.253 76.8366 23.3597C76.766 23.4664 76.6953 23.5019 76.554 23.5019H73.6218C73.4099 23.5019 73.2332 23.3597 73.2332 23.1819L73.2686 1.13748C73.2686 0.959701 73.4099 0.817479 73.5865 0.817479H77.7904C77.9671 0.817479 78.1084 0.959701 78.1084 1.13748L78.0731 8.56859C78.0731 8.56859 79.6981 7.50192 82.065 7.50192H82.1004C84.5026 7.53748 88 8.42637 88 15.2175ZM70.831 8.07081H66.6977C66.4857 8.07081 66.3798 8.21303 66.3798 8.46192V19.2353C66.3798 19.2353 65.2846 20.0175 63.8009 20.0175C62.3171 20.0175 61.8932 19.3419 61.8932 17.8486V8.42637C61.8932 8.24859 61.7519 8.10637 61.5753 8.10637H57.3713C57.1947 8.10637 57.0534 8.24859 57.0534 8.42637V18.5597C57.0534 22.933 59.491 23.9997 62.8117 23.9997C65.5672 23.9997 67.7929 22.4708 67.7929 22.4708C67.7929 22.4708 67.8988 23.253 67.9342 23.3597C67.9695 23.4664 68.1108 23.5375 68.2521 23.5375H70.9016C71.1136 23.5375 71.2196 23.3953 71.2196 23.2175L71.2549 8.39081C71.1843 8.21303 71.043 8.07081 70.831 8.07081ZM24.1285 8.03526H19.9245C19.7479 8.03526 19.6066 8.21303 19.6066 8.42637V22.9686C19.6066 23.3597 19.8539 23.5019 20.2071 23.5019H23.9872C24.3758 23.5019 24.4817 23.3241 24.4817 22.9686V8.39081C24.4464 8.21303 24.3051 8.03526 24.1285 8.03526ZM22.0442 1.35081C20.5251 1.35081 19.324 2.5597 19.324 4.08859C19.324 5.61748 20.5251 6.82637 22.0442 6.82637C23.5279 6.82637 24.729 5.61748 24.729 4.08859C24.729 2.5597 23.5279 1.35081 22.0442 1.35081ZM54.5452 0.853035H50.3766C50.1999 0.853035 50.0586 0.995257 50.0586 1.17303V9.2797H43.5231V1.17303C43.5231 0.995257 43.3818 0.853035 43.2051 0.853035H39.0012C38.8246 0.853035 38.6833 0.995257 38.6833 1.17303V23.2175C38.6833 23.3953 38.8599 23.5375 39.0012 23.5375H43.2051C43.3818 23.5375 43.5231 23.3953 43.5231 23.2175V13.7953H50.0586L50.0233 23.2175C50.0233 23.3953 50.1646 23.5375 50.3412 23.5375H54.5452C54.7218 23.5375 54.8631 23.3953 54.8631 23.2175V1.17303C54.8631 0.995257 54.7218 0.853035 54.5452 0.853035ZM17.3456 10.5953V21.973C17.3456 22.0441 17.3103 22.1864 17.2397 22.2219C17.2397 22.2219 14.7668 23.9997 10.7041 23.9997C5.82898 23.9997 0 22.4708 0 12.2664C0 2.09748 5.08711 -0.035854 10.0329 -0.000298442C14.3428 -0.000298442 16.0739 0.959701 16.3212 1.13748C16.3918 1.24415 16.4271 1.31526 16.4271 1.42192L15.6146 4.94192C15.6146 5.1197 15.438 5.33303 15.226 5.26192C14.5195 5.04859 13.4597 4.62192 10.9514 4.62192C8.0546 4.62192 4.94581 5.4397 4.94581 12.0175C4.94581 18.5953 7.91329 19.3419 10.0329 19.3419C11.8346 19.3419 12.5058 19.1286 12.5058 19.1286V14.613H9.60899C9.39703 14.613 9.22039 14.4708 9.22039 14.293V10.5953C9.22039 10.4175 9.3617 10.2753 9.60899 10.2753H16.9924C17.2043 10.2753 17.3456 10.4175 17.3456 10.5953Z"
47
+ fill="currentColor"
48
+ />
49
+ </g>
50
+ <defs>
51
+ <clipPath id="undefined-clip0_2011_440">
52
+ <path fill="#fff" d="M0 0H88V24H0z" />
53
+ </clipPath>
54
+ </defs>
55
+ </svg>
56
+ );
57
+ }
58
+
59
+ if (type === "icon") {
60
+ return (
61
+ <svg
62
+ width={size}
63
+ height={size}
64
+ viewBox="0 0 24 24"
65
+ fill="none"
66
+ xmlns="http://www.w3.org/2000/svg"
67
+ className={className}
68
+ strokeWidth={strokeWidth}
69
+ strokeLinecap={strokeLinecap}
70
+ strokeLinejoin={strokeLinejoin}
71
+ strokeDasharray={strokeDasharray}
72
+ opacity={opacity}
73
+ {...props}
74
+ ref={forwardedRef}
75
+ >
76
+ <g clipPath="url(#undefined-clip0_2011_431)">
77
+ <path
78
+ d="M12 0C5.37 0 0 5.37 0 12C0 17.31 3.435 21.795 8.205 23.385C8.805 23.49 9.03 23.13 9.03 22.815C9.03 22.53 9.015 21.585 9.015 20.58C6 21.135 5.22 19.845 4.98 19.17C4.845 18.825 4.26 17.76 3.75 17.475C3.33 17.25 2.73 16.695 3.735 16.68C4.68 16.665 5.355 17.55 5.58 17.91C6.66 19.725 8.385 19.215 9.075 18.9C9.18 18.12 9.495 17.595 9.84 17.295C7.17 16.995 4.38 15.96 4.38 11.37C4.38 10.065 4.845 8.985 5.61 8.145C5.49 7.845 5.07 6.615 5.73 4.965C5.73 4.965 6.735 4.65 9.03 6.195C9.99 5.925 11.01 5.79 12.03 5.79C13.05 5.79 14.07 5.925 15.03 6.195C17.325 4.635 18.33 4.965 18.33 4.965C18.99 6.615 18.57 7.845 18.45 8.145C19.215 8.985 19.68 10.05 19.68 11.37C19.68 15.975 16.875 16.995 14.205 17.295C14.64 17.67 15.015 18.39 15.015 19.515C15.015 21.12 15 22.41 15 22.815C15 23.13 15.225 23.505 15.825 23.385C20.565 21.795 24 17.295 24 12C24 5.37 18.63 0 12 0Z"
79
+ fill="currentColor"
80
+ fillRule="evenodd"
81
+ clipRule="evenodd"
82
+ />
83
+ </g>
84
+ <defs>
85
+ <clipPath id="undefined-clip0_2011_431">
86
+ <path fill="#fff" d="M0 0H24V24H0z" />
87
+ </clipPath>
88
+ </defs>
89
+ </svg>
90
+ );
91
+ }
92
+
93
+ console.error(`GitHub doesn't support ${type}`);
94
+ return null;
95
+ });
96
+
97
+ GitHub.displayName = "GitHub";
98
+
99
+ GitHub.metadata = {
100
+ name: "GitHub",
101
+ category: "wordmark/software",
102
+ tags: ["github", "icon"],
103
+ description: "GitHub icon from wordmark/software category",
104
+ type: ["stroke", "icon"],
105
+ } as IconMetadata;
106
+
107
+ export default GitHub;
@@ -0,0 +1,2 @@
1
+ export { default as Cursor } from "./Cursor";
2
+ export { default as GitHub } from "./GitHub";
@@ -1,3 +0,0 @@
1
- import type { IconComponent } from "../../types";
2
- export declare const A: IconComponent;
3
- export default A;