@icons-pack/react-simple-icons 9.6.0 → 9.7.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 (331) hide show
  1. package/README.md +1 -1
  2. package/icons/{SiGoogledomains.cjs → SiChromewebstore.cjs} +3 -3
  3. package/icons/SiChromewebstore.d.ts +4 -0
  4. package/icons/SiChromewebstore.mjs +27 -0
  5. package/icons/SiGltf.cjs +51 -0
  6. package/icons/SiGltf.d.ts +4 -0
  7. package/icons/SiGltf.mjs +27 -0
  8. package/icons/SiKoenigsegg.cjs +51 -0
  9. package/icons/SiKoenigsegg.d.ts +4 -0
  10. package/icons/SiKoenigsegg.mjs +27 -0
  11. package/icons/SiLanguagetool.cjs +51 -0
  12. package/icons/SiLanguagetool.d.ts +4 -0
  13. package/icons/SiLanguagetool.mjs +27 -0
  14. package/icons/SiLinuxmint.cjs +2 -2
  15. package/icons/SiLinuxmint.d.ts +1 -1
  16. package/icons/SiLinuxmint.mjs +2 -2
  17. package/icons/{SiAzuredevops.cjs → SiLiteral.cjs} +4 -4
  18. package/icons/SiLiteral.d.ts +4 -0
  19. package/icons/SiLiteral.mjs +27 -0
  20. package/icons/{SiAzurefunctions.cjs → SiLobsters.cjs} +4 -4
  21. package/icons/SiLobsters.d.ts +4 -0
  22. package/icons/SiLobsters.mjs +27 -0
  23. package/icons/{SiDocusign.cjs → SiMingww64.cjs} +4 -4
  24. package/icons/SiMingww64.d.ts +4 -0
  25. package/icons/SiMingww64.mjs +27 -0
  26. package/icons/SiMoq.cjs +51 -0
  27. package/icons/SiMoq.d.ts +4 -0
  28. package/icons/SiMoq.mjs +27 -0
  29. package/icons/SiOllama.cjs +51 -0
  30. package/icons/SiOllama.d.ts +4 -0
  31. package/icons/SiOllama.mjs +27 -0
  32. package/icons/SiOrganicmaps.cjs +51 -0
  33. package/icons/SiOrganicmaps.d.ts +4 -0
  34. package/icons/SiOrganicmaps.mjs +27 -0
  35. package/icons/{SiXamarin.cjs → SiOutline.cjs} +4 -4
  36. package/icons/SiOutline.d.ts +4 -0
  37. package/icons/SiOutline.mjs +27 -0
  38. package/icons/{SiGooglehangouts.cjs → SiPlaystationportable.cjs} +4 -4
  39. package/icons/SiPlaystationportable.d.ts +4 -0
  40. package/icons/SiPlaystationportable.mjs +27 -0
  41. package/icons/{SiDesignernews.cjs → SiRedsys.cjs} +4 -4
  42. package/icons/SiRedsys.d.ts +4 -0
  43. package/icons/SiRedsys.mjs +27 -0
  44. package/icons/{SiRenovatebot.cjs → SiRenovate.cjs} +2 -2
  45. package/icons/SiRenovate.d.ts +4 -0
  46. package/icons/{SiRenovatebot.mjs → SiRenovate.mjs} +2 -2
  47. package/icons/{SiWindows.cjs → SiTechcrunch.cjs} +4 -4
  48. package/icons/SiTechcrunch.d.ts +4 -0
  49. package/icons/{SiWindows.mjs → SiTechcrunch.mjs} +4 -4
  50. package/icons/SiUnjs.cjs +51 -0
  51. package/icons/SiUnjs.d.ts +4 -0
  52. package/icons/SiUnjs.mjs +27 -0
  53. package/icons/SiVulkan.cjs +1 -1
  54. package/icons/SiVulkan.d.ts +1 -1
  55. package/icons/SiVulkan.mjs +1 -1
  56. package/icons/{SiWindows10.cjs → SiWebgpu.cjs} +4 -4
  57. package/icons/SiWebgpu.d.ts +4 -0
  58. package/icons/{SiMicrosoft.mjs → SiWebgpu.mjs} +4 -4
  59. package/icons/{SiAzureartifacts.cjs → SiZerotier.cjs} +4 -4
  60. package/icons/SiZerotier.d.ts +4 -0
  61. package/icons/SiZerotier.mjs +27 -0
  62. package/index.cjs +54 -198
  63. package/index.d.ts +19 -67
  64. package/index.mjs +18 -66
  65. package/package.json +21 -21
  66. package/src/icons/SiChromewebstore.tsx +45 -0
  67. package/src/icons/SiGltf.tsx +45 -0
  68. package/src/icons/SiKoenigsegg.tsx +45 -0
  69. package/src/icons/SiLanguagetool.tsx +45 -0
  70. package/src/icons/SiLinuxmint.tsx +2 -2
  71. package/src/icons/{SiPowerbi.tsx → SiLiteral.tsx} +5 -5
  72. package/src/icons/SiLobsters.tsx +45 -0
  73. package/src/icons/SiMingww64.tsx +45 -0
  74. package/src/icons/SiMoq.tsx +45 -0
  75. package/src/icons/SiOllama.tsx +45 -0
  76. package/src/icons/SiOrganicmaps.tsx +45 -0
  77. package/src/icons/SiOutline.tsx +45 -0
  78. package/src/icons/{SiAzuredevops.tsx → SiPlaystationportable.tsx} +5 -5
  79. package/src/icons/SiRedsys.tsx +45 -0
  80. package/src/icons/{SiRenovatebot.tsx → SiRenovate.tsx} +3 -3
  81. package/src/icons/{SiWindows.tsx → SiTechcrunch.tsx} +5 -5
  82. package/src/icons/SiUnjs.tsx +45 -0
  83. package/src/icons/SiVulkan.tsx +1 -1
  84. package/src/icons/{SiMicrosoft.tsx → SiWebgpu.tsx} +5 -5
  85. package/src/icons/SiZerotier.tsx +45 -0
  86. package/types.d.ts +1 -1
  87. package/icons/SiAzureartifacts.d.ts +0 -4
  88. package/icons/SiAzureartifacts.mjs +0 -27
  89. package/icons/SiAzuredataexplorer.cjs +0 -51
  90. package/icons/SiAzuredataexplorer.d.ts +0 -4
  91. package/icons/SiAzuredataexplorer.mjs +0 -27
  92. package/icons/SiAzuredevops.d.ts +0 -4
  93. package/icons/SiAzuredevops.mjs +0 -27
  94. package/icons/SiAzurefunctions.d.ts +0 -4
  95. package/icons/SiAzurefunctions.mjs +0 -27
  96. package/icons/SiAzurepipelines.cjs +0 -51
  97. package/icons/SiAzurepipelines.d.ts +0 -4
  98. package/icons/SiAzurepipelines.mjs +0 -27
  99. package/icons/SiCsharp.cjs +0 -51
  100. package/icons/SiCsharp.d.ts +0 -4
  101. package/icons/SiCsharp.mjs +0 -27
  102. package/icons/SiDaimler.cjs +0 -51
  103. package/icons/SiDaimler.d.ts +0 -4
  104. package/icons/SiDaimler.mjs +0 -27
  105. package/icons/SiDataverse.cjs +0 -51
  106. package/icons/SiDataverse.d.ts +0 -4
  107. package/icons/SiDataverse.mjs +0 -27
  108. package/icons/SiDesignernews.d.ts +0 -4
  109. package/icons/SiDesignernews.mjs +0 -27
  110. package/icons/SiDocusign.d.ts +0 -4
  111. package/icons/SiDocusign.mjs +0 -27
  112. package/icons/SiDynamics365.cjs +0 -51
  113. package/icons/SiDynamics365.d.ts +0 -4
  114. package/icons/SiDynamics365.mjs +0 -27
  115. package/icons/SiGoogledomains.d.ts +0 -4
  116. package/icons/SiGoogledomains.mjs +0 -27
  117. package/icons/SiGooglehangouts.d.ts +0 -4
  118. package/icons/SiGooglehangouts.mjs +0 -27
  119. package/icons/SiGooglemybusiness.cjs +0 -51
  120. package/icons/SiGooglemybusiness.d.ts +0 -4
  121. package/icons/SiGooglemybusiness.mjs +0 -27
  122. package/icons/SiGoogleoptimize.cjs +0 -51
  123. package/icons/SiGoogleoptimize.d.ts +0 -4
  124. package/icons/SiGoogleoptimize.mjs +0 -27
  125. package/icons/SiGooglepodcasts.cjs +0 -51
  126. package/icons/SiGooglepodcasts.d.ts +0 -4
  127. package/icons/SiGooglepodcasts.mjs +0 -27
  128. package/icons/SiIbm.cjs +0 -51
  129. package/icons/SiIbm.d.ts +0 -4
  130. package/icons/SiIbm.mjs +0 -27
  131. package/icons/SiIbmcloud.cjs +0 -51
  132. package/icons/SiIbmcloud.d.ts +0 -4
  133. package/icons/SiIbmcloud.mjs +0 -27
  134. package/icons/SiIbmwatson.cjs +0 -51
  135. package/icons/SiIbmwatson.d.ts +0 -4
  136. package/icons/SiIbmwatson.mjs +0 -27
  137. package/icons/SiInternetexplorer.cjs +0 -51
  138. package/icons/SiInternetexplorer.d.ts +0 -4
  139. package/icons/SiInternetexplorer.mjs +0 -27
  140. package/icons/SiMicrosoft.cjs +0 -51
  141. package/icons/SiMicrosoft.d.ts +0 -4
  142. package/icons/SiMicrosoftacademic.cjs +0 -51
  143. package/icons/SiMicrosoftacademic.d.ts +0 -4
  144. package/icons/SiMicrosoftacademic.mjs +0 -27
  145. package/icons/SiMicrosoftaccess.cjs +0 -51
  146. package/icons/SiMicrosoftaccess.d.ts +0 -4
  147. package/icons/SiMicrosoftaccess.mjs +0 -27
  148. package/icons/SiMicrosoftazure.cjs +0 -51
  149. package/icons/SiMicrosoftazure.d.ts +0 -4
  150. package/icons/SiMicrosoftazure.mjs +0 -27
  151. package/icons/SiMicrosoftbing.cjs +0 -51
  152. package/icons/SiMicrosoftbing.d.ts +0 -4
  153. package/icons/SiMicrosoftbing.mjs +0 -27
  154. package/icons/SiMicrosoftedge.cjs +0 -51
  155. package/icons/SiMicrosoftedge.d.ts +0 -4
  156. package/icons/SiMicrosoftedge.mjs +0 -27
  157. package/icons/SiMicrosoftexcel.cjs +0 -51
  158. package/icons/SiMicrosoftexcel.d.ts +0 -4
  159. package/icons/SiMicrosoftexcel.mjs +0 -27
  160. package/icons/SiMicrosoftexchange.cjs +0 -51
  161. package/icons/SiMicrosoftexchange.d.ts +0 -4
  162. package/icons/SiMicrosoftexchange.mjs +0 -27
  163. package/icons/SiMicrosoftonedrive.cjs +0 -51
  164. package/icons/SiMicrosoftonedrive.d.ts +0 -4
  165. package/icons/SiMicrosoftonedrive.mjs +0 -27
  166. package/icons/SiMicrosoftonenote.cjs +0 -51
  167. package/icons/SiMicrosoftonenote.d.ts +0 -4
  168. package/icons/SiMicrosoftonenote.mjs +0 -27
  169. package/icons/SiMicrosoftoutlook.cjs +0 -51
  170. package/icons/SiMicrosoftoutlook.d.ts +0 -4
  171. package/icons/SiMicrosoftoutlook.mjs +0 -27
  172. package/icons/SiMicrosoftpowerpoint.cjs +0 -51
  173. package/icons/SiMicrosoftpowerpoint.d.ts +0 -4
  174. package/icons/SiMicrosoftpowerpoint.mjs +0 -27
  175. package/icons/SiMicrosoftsharepoint.cjs +0 -51
  176. package/icons/SiMicrosoftsharepoint.d.ts +0 -4
  177. package/icons/SiMicrosoftsharepoint.mjs +0 -27
  178. package/icons/SiMicrosoftsqlserver.cjs +0 -51
  179. package/icons/SiMicrosoftsqlserver.d.ts +0 -4
  180. package/icons/SiMicrosoftsqlserver.mjs +0 -27
  181. package/icons/SiMicrosoftstore.cjs +0 -51
  182. package/icons/SiMicrosoftstore.d.ts +0 -4
  183. package/icons/SiMicrosoftstore.mjs +0 -27
  184. package/icons/SiMicrosoftteams.cjs +0 -51
  185. package/icons/SiMicrosoftteams.d.ts +0 -4
  186. package/icons/SiMicrosoftteams.mjs +0 -27
  187. package/icons/SiMicrosofttranslator.cjs +0 -51
  188. package/icons/SiMicrosofttranslator.d.ts +0 -4
  189. package/icons/SiMicrosofttranslator.mjs +0 -27
  190. package/icons/SiMicrosoftvisio.cjs +0 -51
  191. package/icons/SiMicrosoftvisio.d.ts +0 -4
  192. package/icons/SiMicrosoftvisio.mjs +0 -27
  193. package/icons/SiMicrosoftword.cjs +0 -51
  194. package/icons/SiMicrosoftword.d.ts +0 -4
  195. package/icons/SiMicrosoftword.mjs +0 -27
  196. package/icons/SiMinecraft.cjs +0 -51
  197. package/icons/SiMinecraft.d.ts +0 -4
  198. package/icons/SiMinecraft.mjs +0 -27
  199. package/icons/SiMojangstudios.cjs +0 -51
  200. package/icons/SiMojangstudios.d.ts +0 -4
  201. package/icons/SiMojangstudios.mjs +0 -27
  202. package/icons/SiPlaywright.cjs +0 -51
  203. package/icons/SiPlaywright.d.ts +0 -4
  204. package/icons/SiPlaywright.mjs +0 -27
  205. package/icons/SiPowerapps.cjs +0 -51
  206. package/icons/SiPowerapps.d.ts +0 -4
  207. package/icons/SiPowerapps.mjs +0 -27
  208. package/icons/SiPowerautomate.cjs +0 -51
  209. package/icons/SiPowerautomate.d.ts +0 -4
  210. package/icons/SiPowerautomate.mjs +0 -27
  211. package/icons/SiPowerbi.cjs +0 -51
  212. package/icons/SiPowerbi.d.ts +0 -4
  213. package/icons/SiPowerbi.mjs +0 -27
  214. package/icons/SiPowerfx.cjs +0 -51
  215. package/icons/SiPowerfx.d.ts +0 -4
  216. package/icons/SiPowerfx.mjs +0 -27
  217. package/icons/SiPowerpages.cjs +0 -51
  218. package/icons/SiPowerpages.d.ts +0 -4
  219. package/icons/SiPowerpages.mjs +0 -27
  220. package/icons/SiPowershell.cjs +0 -51
  221. package/icons/SiPowershell.d.ts +0 -4
  222. package/icons/SiPowershell.mjs +0 -27
  223. package/icons/SiPowervirtualagents.cjs +0 -51
  224. package/icons/SiPowervirtualagents.d.ts +0 -4
  225. package/icons/SiPowervirtualagents.mjs +0 -27
  226. package/icons/SiRenovatebot.d.ts +0 -4
  227. package/icons/SiSkype.cjs +0 -51
  228. package/icons/SiSkype.d.ts +0 -4
  229. package/icons/SiSkype.mjs +0 -27
  230. package/icons/SiSkypeforbusiness.cjs +0 -51
  231. package/icons/SiSkypeforbusiness.d.ts +0 -4
  232. package/icons/SiSkypeforbusiness.mjs +0 -27
  233. package/icons/SiVisualbasic.cjs +0 -51
  234. package/icons/SiVisualbasic.d.ts +0 -4
  235. package/icons/SiVisualbasic.mjs +0 -27
  236. package/icons/SiVisualstudio.cjs +0 -51
  237. package/icons/SiVisualstudio.d.ts +0 -4
  238. package/icons/SiVisualstudio.mjs +0 -27
  239. package/icons/SiVisualstudioappcenter.cjs +0 -51
  240. package/icons/SiVisualstudioappcenter.d.ts +0 -4
  241. package/icons/SiVisualstudioappcenter.mjs +0 -27
  242. package/icons/SiVisualstudiocode.cjs +0 -51
  243. package/icons/SiVisualstudiocode.d.ts +0 -4
  244. package/icons/SiVisualstudiocode.mjs +0 -27
  245. package/icons/SiWindows.d.ts +0 -4
  246. package/icons/SiWindows10.d.ts +0 -4
  247. package/icons/SiWindows10.mjs +0 -27
  248. package/icons/SiWindows11.cjs +0 -51
  249. package/icons/SiWindows11.d.ts +0 -4
  250. package/icons/SiWindows11.mjs +0 -27
  251. package/icons/SiWindows95.cjs +0 -51
  252. package/icons/SiWindows95.d.ts +0 -4
  253. package/icons/SiWindows95.mjs +0 -27
  254. package/icons/SiWindowsterminal.cjs +0 -51
  255. package/icons/SiWindowsterminal.d.ts +0 -4
  256. package/icons/SiWindowsterminal.mjs +0 -27
  257. package/icons/SiWindowsxp.cjs +0 -51
  258. package/icons/SiWindowsxp.d.ts +0 -4
  259. package/icons/SiWindowsxp.mjs +0 -27
  260. package/icons/SiXamarin.d.ts +0 -4
  261. package/icons/SiXamarin.mjs +0 -27
  262. package/icons/SiXaml.cjs +0 -51
  263. package/icons/SiXaml.d.ts +0 -4
  264. package/icons/SiXaml.mjs +0 -27
  265. package/icons/SiXbox.cjs +0 -51
  266. package/icons/SiXbox.d.ts +0 -4
  267. package/icons/SiXbox.mjs +0 -27
  268. package/icons/SiYammer.cjs +0 -51
  269. package/icons/SiYammer.d.ts +0 -4
  270. package/icons/SiYammer.mjs +0 -27
  271. package/src/icons/SiAzureartifacts.tsx +0 -45
  272. package/src/icons/SiAzuredataexplorer.tsx +0 -45
  273. package/src/icons/SiAzurefunctions.tsx +0 -45
  274. package/src/icons/SiAzurepipelines.tsx +0 -45
  275. package/src/icons/SiCsharp.tsx +0 -45
  276. package/src/icons/SiDaimler.tsx +0 -45
  277. package/src/icons/SiDataverse.tsx +0 -45
  278. package/src/icons/SiDesignernews.tsx +0 -45
  279. package/src/icons/SiDocusign.tsx +0 -45
  280. package/src/icons/SiDynamics365.tsx +0 -45
  281. package/src/icons/SiGoogledomains.tsx +0 -45
  282. package/src/icons/SiGooglehangouts.tsx +0 -45
  283. package/src/icons/SiGooglemybusiness.tsx +0 -45
  284. package/src/icons/SiGoogleoptimize.tsx +0 -45
  285. package/src/icons/SiGooglepodcasts.tsx +0 -45
  286. package/src/icons/SiIbm.tsx +0 -45
  287. package/src/icons/SiIbmcloud.tsx +0 -45
  288. package/src/icons/SiIbmwatson.tsx +0 -45
  289. package/src/icons/SiInternetexplorer.tsx +0 -45
  290. package/src/icons/SiMicrosoftacademic.tsx +0 -45
  291. package/src/icons/SiMicrosoftaccess.tsx +0 -45
  292. package/src/icons/SiMicrosoftazure.tsx +0 -45
  293. package/src/icons/SiMicrosoftbing.tsx +0 -45
  294. package/src/icons/SiMicrosoftedge.tsx +0 -45
  295. package/src/icons/SiMicrosoftexcel.tsx +0 -45
  296. package/src/icons/SiMicrosoftexchange.tsx +0 -45
  297. package/src/icons/SiMicrosoftonedrive.tsx +0 -45
  298. package/src/icons/SiMicrosoftonenote.tsx +0 -45
  299. package/src/icons/SiMicrosoftoutlook.tsx +0 -45
  300. package/src/icons/SiMicrosoftpowerpoint.tsx +0 -45
  301. package/src/icons/SiMicrosoftsharepoint.tsx +0 -45
  302. package/src/icons/SiMicrosoftsqlserver.tsx +0 -45
  303. package/src/icons/SiMicrosoftstore.tsx +0 -45
  304. package/src/icons/SiMicrosoftteams.tsx +0 -45
  305. package/src/icons/SiMicrosofttranslator.tsx +0 -45
  306. package/src/icons/SiMicrosoftvisio.tsx +0 -45
  307. package/src/icons/SiMicrosoftword.tsx +0 -45
  308. package/src/icons/SiMinecraft.tsx +0 -45
  309. package/src/icons/SiMojangstudios.tsx +0 -45
  310. package/src/icons/SiPlaywright.tsx +0 -45
  311. package/src/icons/SiPowerapps.tsx +0 -45
  312. package/src/icons/SiPowerautomate.tsx +0 -45
  313. package/src/icons/SiPowerfx.tsx +0 -45
  314. package/src/icons/SiPowerpages.tsx +0 -45
  315. package/src/icons/SiPowershell.tsx +0 -45
  316. package/src/icons/SiPowervirtualagents.tsx +0 -45
  317. package/src/icons/SiSkype.tsx +0 -45
  318. package/src/icons/SiSkypeforbusiness.tsx +0 -45
  319. package/src/icons/SiVisualbasic.tsx +0 -45
  320. package/src/icons/SiVisualstudio.tsx +0 -45
  321. package/src/icons/SiVisualstudioappcenter.tsx +0 -45
  322. package/src/icons/SiVisualstudiocode.tsx +0 -45
  323. package/src/icons/SiWindows10.tsx +0 -45
  324. package/src/icons/SiWindows11.tsx +0 -45
  325. package/src/icons/SiWindows95.tsx +0 -45
  326. package/src/icons/SiWindowsterminal.tsx +0 -45
  327. package/src/icons/SiWindowsxp.tsx +0 -45
  328. package/src/icons/SiXamarin.tsx +0 -45
  329. package/src/icons/SiXaml.tsx +0 -45
  330. package/src/icons/SiXbox.tsx +0 -45
  331. package/src/icons/SiYammer.tsx +0 -45
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#87CF3E';
21
+ const defaultColor = '#86BE43';
22
22
 
23
23
  const SiLinuxmint: IconType = React.forwardRef<SVGSVGElement, SiLinuxmintProps>(function SiLinuxmint({title = 'Linux Mint', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
@@ -36,7 +36,7 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M0 1.693v4.193h1.828c1.276 0 1.502.865 1.502 2.058l.01 7.412c0 3.84 3.44 6.951 7.68 6.951h10.464c1.342 0 2.516-.83 2.516-2.108V8.706c0-3.84-3.44-6.95-7.683-6.95h-4.405v-.013L0 1.693zm5.723 2.566h2.102V14.82c0 1.413.984 2.51 2.139 2.51l7.17.03c1.496 0 2.661-1.01 2.661-2.206l-.012-5.607a1.2 1.2 0 0 0-.386-.91 1.224 1.224 0 0 0-.917-.384c-.374 0-.65.12-.918.384a1.2 1.2 0 0 0-.386.91v4.798h-2.223V9.548c0-.364-.124-.648-.389-.91a1.208 1.208 0 0 0-.917-.384c-.366 0-.647.12-.914.384-.265.262-.39.546-.39.91v4.798H10.12V9.548c0-.95.36-1.792 1.042-2.466a3.445 3.445 0 0 1 2.485-1.022c.937 0 1.752.345 2.413.97a3.448 3.448 0 0 1 2.42-.97c.954 0 1.803.348 2.485 1.022a3.385 3.385 0 0 1 1.041 2.466l.009 5.991c-.105 1.004-.539 1.894-1.28 2.637h-.002a4.367 4.367 0 0 1-3.174 1.314H9.574v-.038c-.976-.103-1.846-.519-2.57-1.217-.845-.825-1.281-1.846-1.281-3.01V4.26z' />
39
+ <path d='M5.438 5.906v8.438c0 2.06 1.69 3.75 3.75 3.75h5.625c2.06 0 3.75-1.69 3.75-3.75V9.656a2.827 2.827 0 0 0-2.813-2.812 2.8 2.8 0 0 0-1.875.737A2.8 2.8 0 0 0 12 6.844a2.827 2.827 0 0 0-2.812 2.812v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688h1.875V9.656c0-.529.408-.937.937-.937s.938.408.938.937v4.688a1.86 1.86 0 0 1-1.875 1.875H9.188a1.86 1.86 0 0 1-1.875-1.875V5.906ZM12 0C5.384 0 0 5.384 0 12s5.384 12 12 12 12-5.384 12-12S18.616 0 12 0m0 1.875A10.11 10.11 0 0 1 22.125 12 10.11 10.11 0 0 1 12 22.125 10.11 10.11 0 0 1 1.875 12 10.11 10.11 0 0 1 12 1.875' />
40
40
  </svg>
41
41
  );
42
42
  });
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { IconType } from '../types';
5
5
 
6
- type SiPowerbiProps = React.ComponentPropsWithoutRef<'svg'> & {
6
+ type SiLiteralProps = React.ComponentPropsWithoutRef<'svg'> & {
7
7
  /**
8
8
  * The title provides an accessible short text description to the SVG
9
9
  */
@@ -18,9 +18,9 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#F2C811';
21
+ const defaultColor = '#000000';
22
22
 
23
- const SiPowerbi: IconType = React.forwardRef<SVGSVGElement, SiPowerbiProps>(function SiPowerbi({title = 'Power BI', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiLiteral: IconType = React.forwardRef<SVGSVGElement, SiLiteralProps>(function SiLiteral({title = 'Literal', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -36,10 +36,10 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M10 12a1 1 0 0 1 1 1v11H4a1 1 0 0 1-1-1V13a1 1 0 0 1 1-1h6Zm-2-.5V7a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v17h-4.5V13a1.5 1.5 0 0 0-1.5-1.5H8Zm5-6V1a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v22a1 1 0 0 1-1 1h-3.5V7A1.5 1.5 0 0 0 15 5.5h-2Z' />
39
+ <path d='m11.148 5.719.128-1.798 3.234.223-1.52-2.902 1.63-.836L16.176 3.4l1.966-2.75 1.495 1.05-1.916 2.665 3.212.221-.128 1.797-3.167-.217 1.498 2.878-1.628.836-1.578-3.017-1.99 2.771-1.495-1.05L14.36 5.94zm-8.129 9.513L5.197 0l2.569.355-1.817 12.708 5.978.825-.361 2.525zM20.981 21.7 4.328 24l-.36-2.524 16.652-2.3z' />
40
40
  </svg>
41
41
  );
42
42
  });
43
43
 
44
- export { SiPowerbi as default, defaultColor };
44
+ export { SiLiteral as default, defaultColor };
45
45
 
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiLobstersProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#AC130D';
22
+
23
+ const SiLobsters: IconType = React.forwardRef<SVGSVGElement, SiLobstersProps>(function SiLobsters({title = 'Lobsters', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M0 0v24h24V0zm5.414 4.02h7.86c.105 0 .15.014.15.134-.015.285 0 .556 0 .841v.12c-.21.015-.42 0-.615.03-.3.045-.6.089-.885.164-.525.165-.793.527-.853 1.022a5.09 5.09 0 0 0-.047.674v9.586c0 .405.046.808.091 1.198.045.435.33.72.736.87.345.135.718.167 1.078.182.945.03 1.877.014 2.792-.226 1.32-.33 2.204-1.156 2.64-2.46.134-.42.193-.855.298-1.29.015-.03.046-.09.076-.09h.99c-.03 1.8.03 3.599 0 5.399H5.25v-.944c0-.165 0-.149.15-.164.344-.03.689-.045 1.034-.105.69-.12 1.005-.467 1.11-1.172.03-.21.047-.434.047-.644V7.035c0-.27-.032-.54-.062-.795-.045-.465-.344-.749-.779-.914-.405-.15-.825-.166-1.245-.196h-.226v-.976c0-.105.03-.134.135-.134z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiLobsters as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiMingww64Props = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#000000';
22
+
23
+ const SiMingww64: IconType = React.forwardRef<SVGSVGElement, SiMingww64Props>(function SiMingww64({title = 'MinGW-w64', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='m -3e-4,9.3955 4.187,-4.187 4.1869,4.187 -4.187,4.187 z m 0,10.417 4.187,-4.1869 4.1869,4.187 -4.187,4.1869 z m 5.2086,-5.2085 4.1869,-4.187 4.187,4.187 -4.187,4.187 z m 0,-10.417 L 9.3953,0 13.5822,4.187 9.3952,8.3738 Z m 5.2085,5.2084 4.187,-4.1869 4.1869,4.187 -4.187,4.1869 z M 15.6253,4.187 19.8123,0 l 4.1869,4.187 -4.187,4.1869 z m -5.208,15.626 4.187,-4.1869 4.1869,4.187 L 14.6042,24 Z m 5.2086,-5.2085 4.187,-4.187 4.1868,4.187 -4.1869,4.187 z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiMingww64 as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiMoqProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#F4BE00';
22
+
23
+ const SiMoq: IconType = React.forwardRef<SVGSVGElement, SiMoqProps>(function SiMoq({title = 'Moq', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M12.1341.0013A13 13 0 0 0 10.853.05c-.7988.066-1.771.2708-2.6115.547-.6786.2161-2.672 1.152-2.672 1.248 0 .024-.0722.0733-.1562.1153-.3063.1381-1.3338.9726-1.9102 1.543-.5705.5764-1.405 1.602-1.543 1.9083-.042.084-.0893.1562-.1133.1562-.0961 0-1.0322 1.9829-1.2364 2.6134-.8106 2.5039-.8108 5.1452.0059 7.6252.1981.6004.8211 1.958 1.1094 2.4024.066.096.1742.282.2402.4082.066.12.1516.2226.1817.2226.036 0 .0585.0285.0585.0645 0 .114.7266.9728 1.375 1.6153 1.3812 1.375 2.9498 2.3192 4.8713 2.9317.7386.2342 1.4276.3646 2.4844.4727 1.0088.102 1.1066.102 2.1153 0 .5825-.0601 1.29-.1606 1.5782-.2266.6965-.1621 1.8325-.5533 2.463-.8536.4863-.2281 1.5728-.853 1.795-1.0332.054-.042.3178-.251.582-.455.6125-.4804 1.4044-1.2744 1.8848-1.8868.2041-.2642.415-.528.457-.582.1802-.2223.811-1.3088 1.0391-1.7892.2942-.6245.6835-1.7718.8516-2.4864.066-.2942.1686-1.0019.2227-1.5723.096-.9728.096-1.0987 0-2.1075-.2822-2.9182-1.4049-5.3442-3.4044-7.3498-.6425-.6485-1.5012-1.375-1.6153-1.375-.036 0-.0664-.0245-.0664-.0606 0-.03-.1026-.1136-.2227-.1797-.126-.066-.3061-.1741-.4082-.2402-.4263-.2762-1.7943-.9073-2.3887-1.1055C14.6354.2241 13.403.0167 12.134.0013M4.7433 8.312a1.5 1.5 0 0 1 .211 0c.1893.013.3817.0618.5664.1504l.252.1211.3242-.1328c.8046-.3363 1.7117-.0053 1.9219.6973.102.3482.102 5.0133 0 5.1153-.084.0841-.9363.0958-1.0684.0118-.078-.048-.0894-.3969-.1074-2.4024-.018-2.552-.0134-2.5037-.3496-2.3536l-.1426.0723v2.336c0 2.672.0414 2.4688-.541 2.4688s-.541.1963-.541-2.4337c0-2.0115-.0117-2.3165-.0958-2.3946-.048-.054-.1318-.0957-.1738-.0957s-.1258.0417-.1738.0957c-.0841.078-.0957.378-.0957 2.3595 0 1.6813-.0183 2.282-.0723 2.336-.1141.114-.9796.0966-1.0997-.0235-.084-.09-.0961-.3481-.078-2.5098.018-2.1677.0308-2.4324.1269-2.6485.2088-.4571.6494-.7339 1.1367-.7696m6.8244 0c.2812-.015.5753.0133.877.0899.5764.144 1.1221.607 1.4043 1.1894.1562.3303.1563.337.1563 1.8321 0 1.4592-.0045 1.5073-.1426 1.7716-.3002.5764-.6669.9003-1.2793 1.1465-.4324.1681-1.2727.1625-1.7891-.0176-.4804-.1741-.9316-.5893-1.1778-1.0996l-.1738-.3594v-3.004l.1562-.2989c.4053-.761 1.1253-1.205 1.9688-1.25m6.1389.086a2.8 2.8 0 0 1 .3613 0c.1395.0088.282.0285.4238.0586.1742.036.4265.1195.5586.1855.2522.1261.75.5718.75.6738 0 .03.036.1024.084.1504.042.054.1314.2457.1915.4258.168.4804.1699 2.6243.0078 3.1407-.1682.5285-.5473.9894-1.0997 1.3497-.4563.2942-.4618.3016-.4258.5898.036.3663.2458.666.582.834.3303.1682.3595.2213.3595.6837 0 .3963-.114.6074-.3301.6074-.2462 0-.8277-.2466-1.0919-.4688-.5104-.4143-.8594-1.0857-.8594-1.6621 0-.2462-.0893-.4512-.1914-.4512-.2281 0-.92-.6362-1.1602-1.0625-.2401-.4384-.2818-.786-.2578-2.209l.0176-1.3224.1816-.3535c.3448-.685 1.0686-1.1145 1.8985-1.17ZM11.724 9.5367c-.1321 0-.3293.0494-.4434.1035-.114.054-.266.1794-.332.2695-.1141.1561-.1246.2633-.1426 1.4102-.012 1.0929-.0002 1.267.0898 1.4532.3363.6485 1.32.6485 1.6563 0 .09-.1862.1019-.3603.0899-1.4532-.018-1.1469-.0285-1.254-.1426-1.4102-.1621-.2222-.4752-.373-.7754-.373m6.0177.0761c-.0783.0013-.1468.008-.1934.0215-.168.042-.4269.2992-.541.5274-.072.156-.0898.4333-.0898 1.334.006 1.261.0376 1.3858.4219 1.668.2762.2042.7918.2099 1.08.0117.3964-.2642.4263-.4068.4083-1.7578-.018-1.165-.024-1.2139-.1621-1.418-.084-.1201-.1977-.2451-.2637-.2872-.099-.0585-.4252-.1035-.6602-.0996' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiMoq as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiOllamaProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#000000';
22
+
23
+ const SiOllama: IconType = React.forwardRef<SVGSVGElement, SiOllamaProps>(function SiOllama({title = 'Ollama', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M16.361 10.26a.894.894 0 0 0-.558.47l-.072.148.001.207c0 .193.004.217.059.353.076.193.152.312.291.448.24.238.51.3.872.205a.86.86 0 0 0 .517-.436.752.752 0 0 0 .08-.498c-.064-.453-.33-.782-.724-.897a1.06 1.06 0 0 0-.466 0zm-9.203.005c-.305.096-.533.32-.65.639a1.187 1.187 0 0 0-.06.52c.057.309.31.59.598.667.362.095.632.033.872-.205.14-.136.215-.255.291-.448.055-.136.059-.16.059-.353l.001-.207-.072-.148a.894.894 0 0 0-.565-.472 1.02 1.02 0 0 0-.474.007Zm4.184 2c-.131.071-.223.25-.195.383.031.143.157.288.353.407.105.063.112.072.117.136.004.038-.01.146-.029.243-.02.094-.036.194-.036.222.002.074.07.195.143.253.064.052.076.054.255.059.164.005.198.001.264-.03.169-.082.212-.234.15-.525-.052-.243-.042-.28.087-.355.137-.08.281-.219.324-.314a.365.365 0 0 0-.175-.48.394.394 0 0 0-.181-.033c-.126 0-.207.03-.355.124l-.085.053-.053-.032c-.219-.13-.259-.145-.391-.143a.396.396 0 0 0-.193.032zm.39-2.195c-.373.036-.475.05-.654.086-.291.06-.68.195-.951.328-.94.46-1.589 1.226-1.787 2.114-.04.176-.045.234-.045.53 0 .294.005.357.043.524.264 1.16 1.332 2.017 2.714 2.173.3.033 1.596.033 1.896 0 1.11-.125 2.064-.727 2.493-1.571.114-.226.169-.372.22-.602.039-.167.044-.23.044-.523 0-.297-.005-.355-.045-.531-.288-1.29-1.539-2.304-3.072-2.497a6.873 6.873 0 0 0-.855-.031zm.645.937a3.283 3.283 0 0 1 1.44.514c.223.148.537.458.671.662.166.251.26.508.303.82.02.143.01.251-.043.482-.08.345-.332.705-.672.957a3.115 3.115 0 0 1-.689.348c-.382.122-.632.144-1.525.138-.582-.006-.686-.01-.853-.042-.57-.107-1.022-.334-1.35-.68-.264-.28-.385-.535-.45-.946-.03-.192.025-.509.137-.776.136-.326.488-.73.836-.963.403-.269.934-.46 1.422-.512.187-.02.586-.02.773-.002zm-5.503-11a1.653 1.653 0 0 0-.683.298C5.617.74 5.173 1.666 4.985 2.819c-.07.436-.119 1.04-.119 1.503 0 .544.064 1.24.155 1.721.02.107.031.202.023.208a8.12 8.12 0 0 1-.187.152 5.324 5.324 0 0 0-.949 1.02 5.49 5.49 0 0 0-.94 2.339 6.625 6.625 0 0 0-.023 1.357c.091.78.325 1.438.727 2.04l.13.195-.037.064c-.269.452-.498 1.105-.605 1.732-.084.496-.095.629-.095 1.294 0 .67.009.803.088 1.266.095.555.288 1.143.503 1.534.071.128.243.393.264.407.007.003-.014.067-.046.141a7.405 7.405 0 0 0-.548 1.873c-.062.417-.071.552-.071.991 0 .56.031.832.148 1.279L3.42 24h1.478l-.05-.091c-.297-.552-.325-1.575-.068-2.597.117-.472.25-.819.498-1.296l.148-.29v-.177c0-.165-.003-.184-.057-.293a.915.915 0 0 0-.194-.25 1.74 1.74 0 0 1-.385-.543c-.424-.92-.506-2.286-.208-3.451.124-.486.329-.918.544-1.154a.787.787 0 0 0 .223-.531c0-.195-.07-.355-.224-.522a3.136 3.136 0 0 1-.817-1.729c-.14-.96.114-2.005.69-2.834.563-.814 1.353-1.336 2.237-1.475.199-.033.57-.028.776.01.226.04.367.028.512-.041.179-.085.268-.19.374-.431.093-.215.165-.333.36-.576.234-.29.46-.489.822-.729.413-.27.884-.467 1.352-.561.17-.035.25-.04.569-.04.319 0 .398.005.569.04a4.07 4.07 0 0 1 1.914.997c.117.109.398.457.488.602.034.057.095.177.132.267.105.241.195.346.374.43.14.068.286.082.503.045.343-.058.607-.053.943.016 1.144.23 2.14 1.173 2.581 2.437.385 1.108.276 2.267-.296 3.153-.097.15-.193.27-.333.419-.301.322-.301.722-.001 1.053.493.539.801 1.866.708 3.036-.062.772-.26 1.463-.533 1.854a2.096 2.096 0 0 1-.224.258.916.916 0 0 0-.194.25c-.054.109-.057.128-.057.293v.178l.148.29c.248.476.38.823.498 1.295.253 1.008.231 2.01-.059 2.581a.845.845 0 0 0-.044.098c0 .006.329.009.732.009h.73l.02-.074.036-.134c.019-.076.057-.3.088-.516.029-.217.029-1.016 0-1.258-.11-.875-.295-1.57-.597-2.226-.032-.074-.053-.138-.046-.141.008-.005.057-.074.108-.152.376-.569.607-1.284.724-2.228.031-.26.031-1.378 0-1.628-.083-.645-.182-1.082-.348-1.525a6.083 6.083 0 0 0-.329-.7l-.038-.064.131-.194c.402-.604.636-1.262.727-2.04a6.625 6.625 0 0 0-.024-1.358 5.512 5.512 0 0 0-.939-2.339 5.325 5.325 0 0 0-.95-1.02 8.097 8.097 0 0 1-.186-.152.692.692 0 0 1 .023-.208c.208-1.087.201-2.443-.017-3.503-.19-.924-.535-1.658-.98-2.082-.354-.338-.716-.482-1.15-.455-.996.059-1.8 1.205-2.116 3.01a6.805 6.805 0 0 0-.097.726c0 .036-.007.066-.015.066a.96.96 0 0 1-.149-.078A4.857 4.857 0 0 0 12 3.03c-.832 0-1.687.243-2.456.698a.958.958 0 0 1-.148.078c-.008 0-.015-.03-.015-.066a6.71 6.71 0 0 0-.097-.725C8.997 1.392 8.337.319 7.46.048a2.096 2.096 0 0 0-.585-.041Zm.293 1.402c.248.197.523.759.682 1.388.03.113.06.244.069.292.007.047.026.152.041.233.067.365.098.76.102 1.24l.002.475-.12.175-.118.178h-.278c-.324 0-.646.041-.954.124l-.238.06c-.033.007-.038-.003-.057-.144a8.438 8.438 0 0 1 .016-2.323c.124-.788.413-1.501.696-1.711.067-.05.079-.049.157.013zm9.825-.012c.17.126.358.46.498.888.28.854.36 2.028.212 3.145-.019.14-.024.151-.057.144l-.238-.06a3.693 3.693 0 0 0-.954-.124h-.278l-.119-.178-.119-.175.002-.474c.004-.669.066-1.19.214-1.772.157-.623.434-1.185.68-1.382.078-.062.09-.063.159-.012z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiOllama as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiOrganicmapsProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#006C35';
22
+
23
+ const SiOrganicmaps: IconType = React.forwardRef<SVGSVGElement, SiOrganicmapsProps>(function SiOrganicmaps({title = 'Organic Maps', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M22.99476 3.97191c.57344 1.52442-2.49444 5.23073-5.41889 6.18183-5.28984-1.83216-5.46185 1.24474-9.79128 4.16784 5.11784 3.5385 10.4794.7832 10.37901-2.69928-4.02829 2.30771-6.55139 2.55943-7.99932 2.48955 4.87411-.96505 10.1353-3.95804 11.23764-5.21687.001.0559.002.1118.002.16789C21.40392 15.0769 12.11446 24 12.11446 24s-4.86272-4.65635-7.55173-9.51937c-.37589-.005-2.63809.81712-3.47235-.28487-.93184-1.23071 2.5231-5.35664 5.51926-6.58743 5.36147 2.43362 8.3003-3.87413 9.97757-4.22377C11.58413.41946 6.63831 1.6363 6.07916 6.04191c2.78111-1.58044 6.193-2.47552 7.7699-2.40556-4.43003.90522-9.5045 4.18187-11.02408 5.4266C2.82498 4.05756 6.98404 0 12.11445 0c3.03397 0 5.72822 1.41895 7.42346 3.61379.0001 0 3.02726-.98455 3.45728.35812zm-1.0608.4475c-.39846-.54223-1.78554.0911-1.78554.0911.19411.32556.36823.66393.5204 1.01367a8.86 8.86 0 0 1 .39354 1.09643s1.41637-1.45988.8716-2.20117zm-19.814 9.26475c.43072.58597 1.93005-.0985 1.93005-.0985a9.66 9.66 0 0 1-.56258-1.09567 9.575 9.575 0 0 1-.4254-1.18507s-1.5309 1.57801-.94207 2.37928z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiOrganicmaps as default, defaultColor };
45
+
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiOutlineProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#000000';
22
+
23
+ const SiOutline: IconType = React.forwardRef<SVGSVGElement, SiOutlineProps>(function SiOutline({title = 'Outline', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M 15.081 21.857 L 15.081 22.459 C 15.081 23.636 13.812 24.378 12.785 23.8 L 3.543 18.602 C 3.058 18.329 2.758 17.816 2.758 17.26 L 2.758 6.742 C 2.758 6.185 3.058 5.672 3.543 5.399 L 12.785 0.201 C 13.812 -0.378 15.082 0.365 15.081 1.544 L 15.081 2.145 L 16.178 1.814 C 17.167 1.517 18.163 2.258 18.162 3.29 L 18.162 3.915 L 19.511 3.746 C 20.431 3.632 21.243 4.348 21.242 5.275 L 21.242 18.726 C 21.243 19.652 20.431 20.37 19.511 20.254 L 18.162 20.085 L 18.162 20.71 C 18.163 21.743 17.167 22.484 16.178 22.186 L 15.081 21.857 Z M 15.081 20.249 L 16.621 20.71 L 16.621 3.29 L 15.081 3.753 L 15.081 20.249 Z M 18.162 5.467 L 18.162 18.534 L 19.702 18.726 L 19.702 5.275 L 18.162 5.467 Z M 2.758 16.801 L 2.758 7.2 L 2.758 16.801 Z M 4.298 6.742 L 4.298 17.26 L 13.54 22.459 L 13.54 1.544 L 4.298 6.742 Z M 5.838 7.765 L 7.379 6.995 L 7.379 17.005 L 5.838 16.235 L 5.838 7.765 Z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiOutline as default, defaultColor };
45
+
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { IconType } from '../types';
5
5
 
6
- type SiAzuredevopsProps = React.ComponentPropsWithoutRef<'svg'> & {
6
+ type SiPlaystationportableProps = React.ComponentPropsWithoutRef<'svg'> & {
7
7
  /**
8
8
  * The title provides an accessible short text description to the SVG
9
9
  */
@@ -18,9 +18,9 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#0078D7';
21
+ const defaultColor = '#003791';
22
22
 
23
- const SiAzuredevops: IconType = React.forwardRef<SVGSVGElement, SiAzuredevopsProps>(function SiAzuredevops({title = 'Azure DevOps', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiPlaystationportable: IconType = React.forwardRef<SVGSVGElement, SiPlaystationportableProps>(function SiPlaystationportable({title = 'PlayStation Portable', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -36,10 +36,10 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M0 8.877L2.247 5.91l8.405-3.416V.022l7.37 5.393L2.966 8.338v8.225L0 15.707zm24-4.45v14.651l-5.753 4.9-9.303-3.057v3.056l-5.978-7.416 15.057 1.798V5.415z' />
39
+ <path d='M0 9.93v.296h7.182v1.626H.001v2.217h.295v-1.921h7.182V9.93zm11.29 0v3.844H7.478v.296h4.124v-3.844h3.813V9.93zm5.233 0v.296h7.182v1.626h-7.182v2.217h.296v-1.921H24V9.93z' />
40
40
  </svg>
41
41
  );
42
42
  });
43
43
 
44
- export { SiAzuredevops as default, defaultColor };
44
+ export { SiPlaystationportable as default, defaultColor };
45
45
 
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiRedsysProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#DC7C26';
22
+
23
+ const SiRedsys: IconType = React.forwardRef<SVGSVGElement, SiRedsysProps>(function SiRedsys({title = 'Redsys', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M11.626 24c-3.989-.108-7.476-2.03-9.89-5.873A10.9 10.9 0 0 1 .17 13.959a12.4 12.4 0 0 1 .239-4.996c.44-1.711 1.275-3.197 2.339-4.58.075-.099.169-.263.314-.174.098.061.023.207-.019.324-.473 1.36-.46 2.756.225 3.984.783 1.411 1.964 2.438 3.67 2.705 1.636.258 3.07-.211 4.21-1.317 1.378-1.34 1.95-2.99 1.415-4.946-.285-1.036-.768-1.922-1.612-2.578-1.092-.848-2.33-1.26-3.722-1.12-.098.01-.225.08-.267-.056s.103-.14.187-.178A11.9 11.9 0 0 1 12.071 0c1.74.01 3.427.384 5.006 1.125 2.152 1.008 3.91 2.498 5.133 4.552a12.4 12.4 0 0 1 1.688 4.93c.154 1.313.08 2.584-.188 3.863-.333 1.575-.942 3.028-1.875 4.34-.853 1.2-1.851 2.241-3.103 3.052-.998.647-2.025 1.177-3.16 1.538-1.115.356-2.245.544-3.946.595z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiRedsys as default, defaultColor };
45
+
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { IconType } from '../types';
5
5
 
6
- type SiRenovatebotProps = React.ComponentPropsWithoutRef<'svg'> & {
6
+ type SiRenovateProps = React.ComponentPropsWithoutRef<'svg'> & {
7
7
  /**
8
8
  * The title provides an accessible short text description to the SVG
9
9
  */
@@ -20,7 +20,7 @@
20
20
 
21
21
  const defaultColor = '#1A1F6C';
22
22
 
23
- const SiRenovatebot: IconType = React.forwardRef<SVGSVGElement, SiRenovatebotProps>(function SiRenovatebot({title = 'RenovateBot', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiRenovate: IconType = React.forwardRef<SVGSVGElement, SiRenovateProps>(function SiRenovate({title = 'Renovate', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -41,5 +41,5 @@
41
41
  );
42
42
  });
43
43
 
44
- export { SiRenovatebot as default, defaultColor };
44
+ export { SiRenovate as default, defaultColor };
45
45
 
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { IconType } from '../types';
5
5
 
6
- type SiWindowsProps = React.ComponentPropsWithoutRef<'svg'> & {
6
+ type SiTechcrunchProps = React.ComponentPropsWithoutRef<'svg'> & {
7
7
  /**
8
8
  * The title provides an accessible short text description to the SVG
9
9
  */
@@ -18,9 +18,9 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#0078D4';
21
+ const defaultColor = '#029F00';
22
22
 
23
- const SiWindows: IconType = React.forwardRef<SVGSVGElement, SiWindowsProps>(function SiWindows({title = 'Windows', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiTechcrunch: IconType = React.forwardRef<SVGSVGElement, SiTechcrunchProps>(function SiTechcrunch({title = 'TechCrunch', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -36,10 +36,10 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M0,0H11.377V11.372H0ZM12.623,0H24V11.372H12.623ZM0,12.623H11.377V24H0Zm12.623,0H24V24H12.623' />
39
+ <path d='M0 6v4h4v8h4v-8h4V6Zm12 4v8h12v-4h-8v-4zm4 0h8V6h-8z' />
40
40
  </svg>
41
41
  );
42
42
  });
43
43
 
44
- export { SiWindows as default, defaultColor };
44
+ export { SiTechcrunch as default, defaultColor };
45
45
 
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiUnjsProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#ECDC5A';
22
+
23
+ const SiUnjs: IconType = React.forwardRef<SVGSVGElement, SiUnjsProps>(function SiUnjs({title = 'UnJS', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M22.686 0H1.29A1.477 1.477 0 0 0 0 1.297V22.68C.085 23.43.711 24 1.484 24h21.014A1.5 1.5 0 0 0 24 22.498V1.484C24 .711 23.412.077 22.686 0zm-4.393 15.05c.52-.011 1.004.113 1.398.514.041.042.077.088.116.131.246.327.353.694.398 1.08.024.209.03.42.031.63.004.883.001 1.768.002 2.652 0 .203-.065.368-.252.468a.445.445 0 0 1-.658-.38c-.004-.214-.002-.428-.002-.641 0-.779.002-1.557-.004-2.336-.002-.282-.056-.556-.213-.799a.937.937 0 0 0-.713-.433c-.62-.071-1.131.133-1.527.617-.17.208-.238.452-.238.718v2.836a.46.46 0 0 1-.61.448c-.178-.056-.295-.232-.3-.453-.002-.086 0-.172 0-.258l-.002-4.131c0-.184.055-.342.215-.443a.43.43 0 0 1 .449-.022c.155.08.236.213.248.387.002.035 0 .072 0 .12.03-.024.053-.04.074-.06.388-.352.839-.583 1.363-.63.076-.007.15-.012.225-.014zm-7.75.151c.235.014.413.226.414.496v1.647c0 .424-.002.847.006 1.271.004.21.054.412.156.598.142.259.36.423.645.5.364.107.753.09 1.107-.047.371-.146.58-.434.649-.82.026-.146.032-.299.033-.448.003-.9.001-1.802.002-2.703 0-.25.12-.422.338-.48.052-.014.109-.01.164-.014.258.044.408.214.408.47-.001 1.024.012 2.047-.018 3.07-.02.696-.333 1.254-.95 1.613-.262.152-.55.234-.85.27-.386.054-.779.03-1.155-.071-.598-.174-1.044-.53-1.283-1.121-.126-.312-.161-.638-.162-.97-.003-.925-.001-1.85 0-2.776 0-.304.205-.502.496-.485z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiUnjs as default, defaultColor };
45
+
@@ -18,7 +18,7 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#AC162C';
21
+ const defaultColor = '#A41E22';
22
22
 
23
23
  const SiVulkan: IconType = React.forwardRef<SVGSVGElement, SiVulkanProps>(function SiVulkan({title = 'Vulkan', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
@@ -3,7 +3,7 @@
3
3
 
4
4
  import { IconType } from '../types';
5
5
 
6
- type SiMicrosoftProps = React.ComponentPropsWithoutRef<'svg'> & {
6
+ type SiWebgpuProps = React.ComponentPropsWithoutRef<'svg'> & {
7
7
  /**
8
8
  * The title provides an accessible short text description to the SVG
9
9
  */
@@ -18,9 +18,9 @@
18
18
  size?: string | number;
19
19
  }
20
20
 
21
- const defaultColor = '#5E5E5E';
21
+ const defaultColor = '#005A9C';
22
22
 
23
- const SiMicrosoft: IconType = React.forwardRef<SVGSVGElement, SiMicrosoftProps>(function SiMicrosoft({title = 'Microsoft', color = 'currentColor', size = 24, ...others }, ref) {
23
+ const SiWebgpu: IconType = React.forwardRef<SVGSVGElement, SiWebgpuProps>(function SiWebgpu({title = 'WebGPU', color = 'currentColor', size = 24, ...others }, ref) {
24
24
  if (color === 'default') {
25
25
  color = defaultColor;
26
26
  }
@@ -36,10 +36,10 @@
36
36
  {...others}
37
37
  >
38
38
  <title>{title}</title>
39
- <path d='M0 0v11.408h11.408V0zm12.594 0v11.408H24V0zM0 12.594V24h11.408V12.594zm12.594 0V24H24V12.594z' />
39
+ <path d='m0 4.784 8.652 14.432 8.652-14.432zm22.032.145L20.07 8.202H24L22.032 4.93zm-4.46 0-4.192 6.993h8.384zm2.498 3.575 1.962 3.273L24 8.504zm-6.69 3.72 4.192 6.992 4.192-6.992z' />
40
40
  </svg>
41
41
  );
42
42
  });
43
43
 
44
- export { SiMicrosoft as default, defaultColor };
44
+ export { SiWebgpu as default, defaultColor };
45
45
 
@@ -0,0 +1,45 @@
1
+
2
+ import * as React from 'react';
3
+
4
+ import { IconType } from '../types';
5
+
6
+ type SiZerotierProps = React.ComponentPropsWithoutRef<'svg'> & {
7
+ /**
8
+ * The title provides an accessible short text description to the SVG
9
+ */
10
+ title?: string;
11
+ /**
12
+ * Hex color or color name or "default" to use the default hex for each icon
13
+ */
14
+ color?: string;
15
+ /**
16
+ * The size of the Icon.
17
+ */
18
+ size?: string | number;
19
+ }
20
+
21
+ const defaultColor = '#FFB441';
22
+
23
+ const SiZerotier: IconType = React.forwardRef<SVGSVGElement, SiZerotierProps>(function SiZerotier({title = 'ZeroTier', color = 'currentColor', size = 24, ...others }, ref) {
24
+ if (color === 'default') {
25
+ color = defaultColor;
26
+ }
27
+
28
+ return (
29
+ <svg
30
+ xmlns='http://www.w3.org/2000/svg'
31
+ width={size}
32
+ height={size}
33
+ fill={color}
34
+ viewBox='0 0 24 24'
35
+ ref={ref}
36
+ {...others}
37
+ >
38
+ <title>{title}</title>
39
+ <path d='M4.01 0A3.999 3.999 0 0 0 .014 4v16c0 2.209 1.79 4 3.996 4h15.98a3.998 3.998 0 0 0 3.996-4V4c0-2.209-1.79-4-3.996-4zm-.672 2.834h17.326a.568.568 0 1 1 0 1.137h-8.129c.021.059.033.123.033.19v1.804A6.06 6.06 0 0 1 18.057 12c0 3.157-2.41 5.75-5.489 6.037v2.56a.568.568 0 1 1-1.136 0v-2.56A6.061 6.061 0 0 1 5.943 12a6.06 6.06 0 0 1 5.489-6.035V4.16c0-.066.012-.13.033-.19H3.338a.568.568 0 1 1 0-1.136zm8.094 4.307A4.89 4.89 0 0 0 7.113 12a4.89 4.89 0 0 0 4.319 4.86zm1.136 0v9.718A4.892 4.892 0 0 0 16.888 12a4.892 4.892 0 0 0-4.32-4.86z' />
40
+ </svg>
41
+ );
42
+ });
43
+
44
+ export { SiZerotier as default, defaultColor };
45
+