@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
package/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- export declare type IconType = React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, 'string' | 'style' | 'clipPath' | 'filter' | 'mask' | 'path' | 'className' | 'color' | 'height' | 'id' | 'lang' | 'max' | 'media' | 'method' | 'min' | 'name' | 'target' | 'type' | 'width' | 'role' | 'tabIndex' | 'crossOrigin' | 'accentHeight' | 'accumulate' | 'additive' | 'alignmentBaseline' | 'allowReorder' | 'alphabetic' | 'amplitude' | 'arabicForm' | 'ascent' | 'attributeName' | 'attributeType' | 'autoReverse' | 'azimuth' | 'baseFrequency' | 'baselineShift' | 'baseProfile' | 'bbox' | 'begin' | 'bias' | 'by' | 'calcMode' | 'capHeight' | 'clip' | 'clipPathUnits' | 'clipRule' | 'colorInterpolation' | 'colorInterpolationFilters' | 'colorProfile' | 'colorRendering' | 'contentScriptType' | 'contentStyleType' | 'cursor' | 'cx' | 'cy' | 'd' | 'decelerate' | 'descent' | 'diffuseConstant' | 'direction' | 'display' | 'divisor' | 'dominantBaseline' | 'dur' | 'dx' | 'dy' | 'edgeMode' | 'elevation' | 'enableBackground' | 'end' | 'exponent' | 'externalResourcesRequired' | 'fill' | 'fillOpacity' | 'fillRule' | 'filterRes' | 'filterUnits' | 'floodColor' | 'floodOpacity' | 'focusable' | 'fontFamily' | 'fontSize' | 'fontSizeAdjust' | 'fontStretch' | 'fontStyle' | 'fontVariant' | 'fontWeight' | 'format' | 'fr' | 'from' | 'fx' | 'fy' | 'g1' | 'g2' | 'glyphName' | 'glyphOrientationHorizontal' | 'glyphOrientationVertical' | 'glyphRef' | 'gradientTransform' | 'gradientUnits' | 'hanging' | 'horizAdvX' | 'horizOriginX' | 'href' | 'ideographic' | 'imageRendering' | 'in2' | 'in' | 'intercept' | 'k1' | 'k2' | 'k3' | 'k4' | 'k' | 'kernelMatrix' | 'kernelUnitLength' | 'kerning' | 'keyPoints' | 'keySplines' | 'keyTimes' | 'lengthAdjust' | 'letterSpacing' | 'lightingColor' | 'limitingConeAngle' | 'local' | 'markerEnd' | 'markerHeight' | 'markerMid' | 'markerStart' | 'markerUnits' | 'markerWidth' | 'maskContentUnits' | 'maskUnits' | 'mathematical' | 'mode' | 'numOctaves' | 'offset' | 'opacity' | 'operator' | 'order' | 'orient' | 'orientation' | 'origin' | 'overflow' | 'overlinePosition' | 'overlineThickness' | 'paintOrder' | 'panose1' | 'pathLength' | 'patternContentUnits' | 'patternTransform' | 'patternUnits' | 'pointerEvents' | 'points' | 'pointsAtX' | 'pointsAtY' | 'pointsAtZ' | 'preserveAlpha' | 'preserveAspectRatio' | 'primitiveUnits' | 'r' | 'radius' | 'refX' | 'refY' | 'renderingIntent' | 'repeatCount' | 'repeatDur' | 'requiredExtensions' | 'requiredFeatures' | 'restart' | 'result' | 'rotate' | 'rx' | 'ry' | 'scale' | 'seed' | 'shapeRendering' | 'slope' | 'spacing' | 'specularConstant' | 'specularExponent' | 'speed' | 'spreadMethod' | 'startOffset' | 'stdDeviation' | 'stemh' | 'stemv' | 'stitchTiles' | 'stopColor' | 'stopOpacity' | 'strikethroughPosition' | 'strikethroughThickness' | 'stroke' | 'strokeDasharray' | 'strokeDashoffset' | 'strokeLinecap' | 'strokeLinejoin' | 'strokeMiterlimit' | 'strokeOpacity' | 'strokeWidth' | 'surfaceScale' | 'systemLanguage' | 'tableValues' | 'targetX' | 'targetY' | 'textAnchor' | 'textDecoration' | 'textLength' | 'textRendering' | 'to' | 'transform' | 'u1' | 'u2' | 'underlinePosition' | 'underlineThickness' | 'unicode' | 'unicodeBidi' | 'unicodeRange' | 'unitsPerEm' | 'vAlphabetic' | 'values' | 'vectorEffect' | 'version' | 'vertAdvY' | 'vertOriginX' | 'vertOriginY' | 'vHanging' | 'vIdeographic' | 'viewBox' | 'viewTarget' | 'visibility' | 'vMathematical' | 'widths' | 'wordSpacing' | 'writingMode' | 'x1' | 'x2' | 'x' | 'xChannelSelector' | 'xHeight' | 'xlinkActuate' | 'xlinkArcrole' | 'xlinkHref' | 'xlinkRole' | 'xlinkShow' | 'xlinkTitle' | 'xlinkType' | 'xmlBase' | 'xmlLang' | 'xmlns' | 'xmlnsXlink' | 'xmlSpace' | 'y1' | 'y2' | 'y' | 'yChannelSelector' | 'z' | 'zoomAndPan' | 'aria-activedescendant' | 'aria-atomic' | 'aria-autocomplete' | 'aria-busy' | 'aria-checked' | 'aria-colcount' | 'aria-colindex' | 'aria-colspan' | 'aria-controls' | 'aria-current' | 'aria-describedby' | 'aria-details' | 'aria-disabled' | 'aria-dropeffect' | 'aria-errormessage' | 'aria-expanded' | 'aria-flowto' | 'aria-grabbed' | 'aria-haspopup' | 'aria-hidden' | 'aria-invalid' | 'aria-keyshortcuts' | 'aria-label' | 'aria-labelledby' | 'aria-level' | 'aria-live' | 'aria-modal' | 'aria-multiline' | 'aria-multiselectable' | 'aria-orientation' | 'aria-owns' | 'aria-placeholder' | 'aria-posinset' | 'aria-pressed' | 'aria-readonly' | 'aria-relevant' | 'aria-required' | 'aria-roledescription' | 'aria-rowcount' | 'aria-rowindex' | 'aria-rowspan' | 'aria-selected' | 'aria-setsize' | 'aria-sort' | 'aria-valuemax' | 'aria-valuemin' | 'aria-valuenow' | 'aria-valuetext' | 'children' | 'dangerouslySetInnerHTML' | 'onCopy' | 'onCopyCapture' | 'onCut' | 'onCutCapture' | 'onPaste' | 'onPasteCapture' | 'onCompositionEnd' | 'onCompositionEndCapture' | 'onCompositionStart' | 'onCompositionStartCapture' | 'onCompositionUpdate' | 'onCompositionUpdateCapture' | 'onFocus' | 'onFocusCapture' | 'onBlur' | 'onBlurCapture' | 'onChange' | 'onChangeCapture' | 'onBeforeInput' | 'onBeforeInputCapture' | 'onInput' | 'onInputCapture' | 'onReset' | 'onResetCapture' | 'onSubmit' | 'onSubmitCapture' | 'onInvalid' | 'onInvalidCapture' | 'onLoad' | 'onLoadCapture' | 'onError' | 'onErrorCapture' | 'onKeyDown' | 'onKeyDownCapture' | 'onKeyPress' | 'onKeyPressCapture' | 'onKeyUp' | 'onKeyUpCapture' | 'onAbort' | 'onAbortCapture' | 'onCanPlay' | 'onCanPlayCapture' | 'onCanPlayThrough' | 'onCanPlayThroughCapture' | 'onDurationChange' | 'onDurationChangeCapture' | 'onEmptied' | 'onEmptiedCapture' | 'onEncrypted' | 'onEncryptedCapture' | 'onEnded' | 'onEndedCapture' | 'onLoadedData' | 'onLoadedDataCapture' | 'onLoadedMetadata' | 'onLoadedMetadataCapture' | 'onLoadStart' | 'onLoadStartCapture' | 'onPause' | 'onPauseCapture' | 'onPlay' | 'onPlayCapture' | 'onPlaying' | 'onPlayingCapture' | 'onProgress' | 'onProgressCapture' | 'onRateChange' | 'onRateChangeCapture' | 'onSeeked' | 'onSeekedCapture' | 'onSeeking' | 'onSeekingCapture' | 'onStalled' | 'onStalledCapture' | 'onSuspend' | 'onSuspendCapture' | 'onTimeUpdate' | 'onTimeUpdateCapture' | 'onVolumeChange' | 'onVolumeChangeCapture' | 'onWaiting' | 'onWaitingCapture' | 'onAuxClick' | 'onAuxClickCapture' | 'onClick' | 'onClickCapture' | 'onContextMenu' | 'onContextMenuCapture' | 'onDoubleClick' | 'onDoubleClickCapture' | 'onDrag' | 'onDragCapture' | 'onDragEnd' | 'onDragEndCapture' | 'onDragEnter' | 'onDragEnterCapture' | 'onDragExit' | 'onDragExitCapture' | 'onDragLeave' | 'onDragLeaveCapture' | 'onDragOver' | 'onDragOverCapture' | 'onDragStart' | 'onDragStartCapture' | 'onDrop' | 'onDropCapture' | 'onMouseDown' | 'onMouseDownCapture' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseMove' | 'onMouseMoveCapture' | 'onMouseOut' | 'onMouseOutCapture' | 'onMouseOver' | 'onMouseOverCapture' | 'onMouseUp' | 'onMouseUpCapture' | 'onSelect' | 'onSelectCapture' | 'onTouchCancel' | 'onTouchCancelCapture' | 'onTouchEnd' | 'onTouchEndCapture' | 'onTouchMove' | 'onTouchMoveCapture' | 'onTouchStart' | 'onTouchStartCapture' | 'onPointerDown' | 'onPointerDownCapture' | 'onPointerMove' | 'onPointerMoveCapture' | 'onPointerUp' | 'onPointerUpCapture' | 'onPointerCancel' | 'onPointerCancelCapture' | 'onPointerEnter' | 'onPointerLeave' | 'onPointerOver' | 'onPointerOverCapture' | 'onPointerOut' | 'onPointerOutCapture' | 'onGotPointerCapture' | 'onGotPointerCaptureCapture' | 'onLostPointerCapture' | 'onLostPointerCaptureCapture' | 'onScroll' | 'onScrollCapture' | 'onWheel' | 'onWheelCapture' | 'onAnimationStart' | 'onAnimationStartCapture' | 'onAnimationEnd' | 'onAnimationEndCapture' | 'onAnimationIteration' | 'onAnimationIterationCapture' | 'onTransitionEnd' | 'onTransitionEndCapture' | 'key'> & {
2
+ export type IconType = React.ForwardRefExoticComponent<Pick<React.SVGProps<SVGSVGElement>, 'string' | 'style' | 'clipPath' | 'filter' | 'mask' | 'path' | 'className' | 'color' | 'height' | 'id' | 'lang' | 'max' | 'media' | 'method' | 'min' | 'name' | 'target' | 'type' | 'width' | 'role' | 'tabIndex' | 'crossOrigin' | 'accentHeight' | 'accumulate' | 'additive' | 'alignmentBaseline' | 'allowReorder' | 'alphabetic' | 'amplitude' | 'arabicForm' | 'ascent' | 'attributeName' | 'attributeType' | 'autoReverse' | 'azimuth' | 'baseFrequency' | 'baselineShift' | 'baseProfile' | 'bbox' | 'begin' | 'bias' | 'by' | 'calcMode' | 'capHeight' | 'clip' | 'clipPathUnits' | 'clipRule' | 'colorInterpolation' | 'colorInterpolationFilters' | 'colorProfile' | 'colorRendering' | 'contentScriptType' | 'contentStyleType' | 'cursor' | 'cx' | 'cy' | 'd' | 'decelerate' | 'descent' | 'diffuseConstant' | 'direction' | 'display' | 'divisor' | 'dominantBaseline' | 'dur' | 'dx' | 'dy' | 'edgeMode' | 'elevation' | 'enableBackground' | 'end' | 'exponent' | 'externalResourcesRequired' | 'fill' | 'fillOpacity' | 'fillRule' | 'filterRes' | 'filterUnits' | 'floodColor' | 'floodOpacity' | 'focusable' | 'fontFamily' | 'fontSize' | 'fontSizeAdjust' | 'fontStretch' | 'fontStyle' | 'fontVariant' | 'fontWeight' | 'format' | 'fr' | 'from' | 'fx' | 'fy' | 'g1' | 'g2' | 'glyphName' | 'glyphOrientationHorizontal' | 'glyphOrientationVertical' | 'glyphRef' | 'gradientTransform' | 'gradientUnits' | 'hanging' | 'horizAdvX' | 'horizOriginX' | 'href' | 'ideographic' | 'imageRendering' | 'in2' | 'in' | 'intercept' | 'k1' | 'k2' | 'k3' | 'k4' | 'k' | 'kernelMatrix' | 'kernelUnitLength' | 'kerning' | 'keyPoints' | 'keySplines' | 'keyTimes' | 'lengthAdjust' | 'letterSpacing' | 'lightingColor' | 'limitingConeAngle' | 'local' | 'markerEnd' | 'markerHeight' | 'markerMid' | 'markerStart' | 'markerUnits' | 'markerWidth' | 'maskContentUnits' | 'maskUnits' | 'mathematical' | 'mode' | 'numOctaves' | 'offset' | 'opacity' | 'operator' | 'order' | 'orient' | 'orientation' | 'origin' | 'overflow' | 'overlinePosition' | 'overlineThickness' | 'paintOrder' | 'panose1' | 'pathLength' | 'patternContentUnits' | 'patternTransform' | 'patternUnits' | 'pointerEvents' | 'points' | 'pointsAtX' | 'pointsAtY' | 'pointsAtZ' | 'preserveAlpha' | 'preserveAspectRatio' | 'primitiveUnits' | 'r' | 'radius' | 'refX' | 'refY' | 'renderingIntent' | 'repeatCount' | 'repeatDur' | 'requiredExtensions' | 'requiredFeatures' | 'restart' | 'result' | 'rotate' | 'rx' | 'ry' | 'scale' | 'seed' | 'shapeRendering' | 'slope' | 'spacing' | 'specularConstant' | 'specularExponent' | 'speed' | 'spreadMethod' | 'startOffset' | 'stdDeviation' | 'stemh' | 'stemv' | 'stitchTiles' | 'stopColor' | 'stopOpacity' | 'strikethroughPosition' | 'strikethroughThickness' | 'stroke' | 'strokeDasharray' | 'strokeDashoffset' | 'strokeLinecap' | 'strokeLinejoin' | 'strokeMiterlimit' | 'strokeOpacity' | 'strokeWidth' | 'surfaceScale' | 'systemLanguage' | 'tableValues' | 'targetX' | 'targetY' | 'textAnchor' | 'textDecoration' | 'textLength' | 'textRendering' | 'to' | 'transform' | 'u1' | 'u2' | 'underlinePosition' | 'underlineThickness' | 'unicode' | 'unicodeBidi' | 'unicodeRange' | 'unitsPerEm' | 'vAlphabetic' | 'values' | 'vectorEffect' | 'version' | 'vertAdvY' | 'vertOriginX' | 'vertOriginY' | 'vHanging' | 'vIdeographic' | 'viewBox' | 'viewTarget' | 'visibility' | 'vMathematical' | 'widths' | 'wordSpacing' | 'writingMode' | 'x1' | 'x2' | 'x' | 'xChannelSelector' | 'xHeight' | 'xlinkActuate' | 'xlinkArcrole' | 'xlinkHref' | 'xlinkRole' | 'xlinkShow' | 'xlinkTitle' | 'xlinkType' | 'xmlBase' | 'xmlLang' | 'xmlns' | 'xmlnsXlink' | 'xmlSpace' | 'y1' | 'y2' | 'y' | 'yChannelSelector' | 'z' | 'zoomAndPan' | 'aria-activedescendant' | 'aria-atomic' | 'aria-autocomplete' | 'aria-busy' | 'aria-checked' | 'aria-colcount' | 'aria-colindex' | 'aria-colspan' | 'aria-controls' | 'aria-current' | 'aria-describedby' | 'aria-details' | 'aria-disabled' | 'aria-dropeffect' | 'aria-errormessage' | 'aria-expanded' | 'aria-flowto' | 'aria-grabbed' | 'aria-haspopup' | 'aria-hidden' | 'aria-invalid' | 'aria-keyshortcuts' | 'aria-label' | 'aria-labelledby' | 'aria-level' | 'aria-live' | 'aria-modal' | 'aria-multiline' | 'aria-multiselectable' | 'aria-orientation' | 'aria-owns' | 'aria-placeholder' | 'aria-posinset' | 'aria-pressed' | 'aria-readonly' | 'aria-relevant' | 'aria-required' | 'aria-roledescription' | 'aria-rowcount' | 'aria-rowindex' | 'aria-rowspan' | 'aria-selected' | 'aria-setsize' | 'aria-sort' | 'aria-valuemax' | 'aria-valuemin' | 'aria-valuenow' | 'aria-valuetext' | 'children' | 'dangerouslySetInnerHTML' | 'onCopy' | 'onCopyCapture' | 'onCut' | 'onCutCapture' | 'onPaste' | 'onPasteCapture' | 'onCompositionEnd' | 'onCompositionEndCapture' | 'onCompositionStart' | 'onCompositionStartCapture' | 'onCompositionUpdate' | 'onCompositionUpdateCapture' | 'onFocus' | 'onFocusCapture' | 'onBlur' | 'onBlurCapture' | 'onChange' | 'onChangeCapture' | 'onBeforeInput' | 'onBeforeInputCapture' | 'onInput' | 'onInputCapture' | 'onReset' | 'onResetCapture' | 'onSubmit' | 'onSubmitCapture' | 'onInvalid' | 'onInvalidCapture' | 'onLoad' | 'onLoadCapture' | 'onError' | 'onErrorCapture' | 'onKeyDown' | 'onKeyDownCapture' | 'onKeyPress' | 'onKeyPressCapture' | 'onKeyUp' | 'onKeyUpCapture' | 'onAbort' | 'onAbortCapture' | 'onCanPlay' | 'onCanPlayCapture' | 'onCanPlayThrough' | 'onCanPlayThroughCapture' | 'onDurationChange' | 'onDurationChangeCapture' | 'onEmptied' | 'onEmptiedCapture' | 'onEncrypted' | 'onEncryptedCapture' | 'onEnded' | 'onEndedCapture' | 'onLoadedData' | 'onLoadedDataCapture' | 'onLoadedMetadata' | 'onLoadedMetadataCapture' | 'onLoadStart' | 'onLoadStartCapture' | 'onPause' | 'onPauseCapture' | 'onPlay' | 'onPlayCapture' | 'onPlaying' | 'onPlayingCapture' | 'onProgress' | 'onProgressCapture' | 'onRateChange' | 'onRateChangeCapture' | 'onSeeked' | 'onSeekedCapture' | 'onSeeking' | 'onSeekingCapture' | 'onStalled' | 'onStalledCapture' | 'onSuspend' | 'onSuspendCapture' | 'onTimeUpdate' | 'onTimeUpdateCapture' | 'onVolumeChange' | 'onVolumeChangeCapture' | 'onWaiting' | 'onWaitingCapture' | 'onAuxClick' | 'onAuxClickCapture' | 'onClick' | 'onClickCapture' | 'onContextMenu' | 'onContextMenuCapture' | 'onDoubleClick' | 'onDoubleClickCapture' | 'onDrag' | 'onDragCapture' | 'onDragEnd' | 'onDragEndCapture' | 'onDragEnter' | 'onDragEnterCapture' | 'onDragExit' | 'onDragExitCapture' | 'onDragLeave' | 'onDragLeaveCapture' | 'onDragOver' | 'onDragOverCapture' | 'onDragStart' | 'onDragStartCapture' | 'onDrop' | 'onDropCapture' | 'onMouseDown' | 'onMouseDownCapture' | 'onMouseEnter' | 'onMouseLeave' | 'onMouseMove' | 'onMouseMoveCapture' | 'onMouseOut' | 'onMouseOutCapture' | 'onMouseOver' | 'onMouseOverCapture' | 'onMouseUp' | 'onMouseUpCapture' | 'onSelect' | 'onSelectCapture' | 'onTouchCancel' | 'onTouchCancelCapture' | 'onTouchEnd' | 'onTouchEndCapture' | 'onTouchMove' | 'onTouchMoveCapture' | 'onTouchStart' | 'onTouchStartCapture' | 'onPointerDown' | 'onPointerDownCapture' | 'onPointerMove' | 'onPointerMoveCapture' | 'onPointerUp' | 'onPointerUpCapture' | 'onPointerCancel' | 'onPointerCancelCapture' | 'onPointerEnter' | 'onPointerLeave' | 'onPointerOver' | 'onPointerOverCapture' | 'onPointerOut' | 'onPointerOutCapture' | 'onGotPointerCapture' | 'onGotPointerCaptureCapture' | 'onLostPointerCapture' | 'onLostPointerCaptureCapture' | 'onScroll' | 'onScrollCapture' | 'onWheel' | 'onWheelCapture' | 'onAnimationStart' | 'onAnimationStartCapture' | 'onAnimationEnd' | 'onAnimationEndCapture' | 'onAnimationIteration' | 'onAnimationIterationCapture' | 'onTransitionEnd' | 'onTransitionEndCapture' | 'key'> & {
3
3
  title?: string;
4
4
  color?: string;
5
5
  size?: string | number;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#CB2E6D";
3
- declare const SiAzureartifacts: IconType;
4
- export { SiAzureartifacts as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#CB2E6D";
5
- const SiAzureartifacts = React.forwardRef(function SiAzureartifacts2({ title = "Azure Artifacts", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M5.2 0c-.552 0-1 .43-1 .958V11.5h15.6V.958c0-.529-.448-.958-1-.958H5.2zm3.2 2.3h2.4c.331 0 .6.257.6.575a.588.588 0 0 1-.6.575H8.4a.588.588 0 0 1-.6-.575c0-.318.269-.575.6-.575zM1.064 12C.476 12 0 12.448 0 13v10c0 .552.476 1 1.064 1H8.8a1 1 0 0 1-1-1v-8h-3a.6.6 0 1 1 0-1.201h3V12H1.064z M23 12H8.299v11c0 .552.477 1 1.064 1H23a1 1 0 0 0 1-1V13a1 1 0 0 0-1-1zm-9.8 10.2H9.6V21h3.6v1.2zm2.4-1.8h-6v-1.2h6v1.2zM15 15h-2.4a.6.6 0 0 1 0-1.201H15A.602.602 0 0 1 15 15z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiAzureartifacts as default, defaultColor };
@@ -1,51 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
-
5
- const jsxRuntime = require('react/jsx-runtime');
6
- const React = require('react');
7
-
8
- function _interopNamespaceDefault(e) {
9
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
- if (e) {
11
- for (const k in e) {
12
- if (k !== 'default') {
13
- const d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: () => e[k]
17
- });
18
- }
19
- }
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
-
27
- const defaultColor = "#0078D4";
28
- const SiAzuredataexplorer = React__namespace.forwardRef(function SiAzuredataexplorer2({ title = "Azure Data Explorer", color = "currentColor", size = 24, ...others }, ref) {
29
- if (color === "default") {
30
- color = defaultColor;
31
- }
32
- return /* @__PURE__ */ jsxRuntime.jsxs(
33
- "svg",
34
- {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- width: size,
37
- height: size,
38
- fill: color,
39
- viewBox: "0 0 24 24",
40
- ref,
41
- ...others,
42
- children: [
43
- /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M23.1765.0176a.8032.8032 0 00-.0235.002h-8.0679L7.5426 7.562l8.8666 8.8667 7.5895-7.5894V.8222a.8032.8032 0 00-.8222-.8046zm-21.245.002a.8032.8032 0 00-.5644 1.365l5.4685 5.4705L13.671.0195zm14.8937 2.326c.137 0 .2721.0533.377.1582l.9374.9355a.535.535 0 010 .7577l-.9374.9355a.5326.5326 0 01-.7558 0l-.9375-.9355a.535.535 0 010-.7577l.9375-.9355a.5353.5353 0 01.3788-.1582zM13.4426 5.734c.1369 0 .274.0513.3789.1562l.9355.9374a.5326.5326 0 010 .7559l-.9355.9374a.535.535 0 01-.7578 0l-.9355-.9374a.5326.5326 0 010-.7559l.9355-.9374a.5332.5332 0 01.379-.1562zm6.773.002a.5355.5355 0 01.3731.1581l.9296.9296a.5355.5355 0 010 .7617l-.9296.9297a.5355.5355 0 01-.7617 0l-.9296-.9297a.5355.5355 0 010-.7617l.9296-.9296a.5355.5355 0 01.3887-.1582zm-3.3845 3.3786c.1369 0 .272.0533.377.1582l.9374.9355a.535.535 0 010 .7578l-.9375.9374a.5326.5326 0 01-.7558 0l-.9374-.9374a.535.535 0 010-.7578l.9374-.9355a.5353.5353 0 01.3789-.1582zm-11.015.7226a.3799.3799 0 00-.2695.1114L.1172 15.378a.3808.3808 0 000 .539l1.1562 1.1562c.149.149.388.149.537 0l5.4314-5.4314a.3785.3785 0 000-.537L6.0856 9.9487a.3799.3799 0 00-.2695-.1114zm18.1826.416l-6.8825 6.8825 5.4724 5.4704a.8032.8032 0 001.41-.5625zM9.1792 13.265a.382.382 0 00-.2695.1133L.1113 22.1746a.3808.3808 0 000 .539l1.1562 1.1562c.149.149.39.149.539 0l8.7964-8.7984a.3808.3808 0 000-.539l-1.1542-1.1542a.382.382 0 00-.2695-.1133zm3.365 3.3475a.3799.3799 0 00-.2695.1113L6.8434 22.155a.3785.3785 0 000 .5371l1.1562 1.1562c.149.149.39.149.539 0l5.4294-5.4313a.3785.3785 0 000-.5371l-1.1562-1.1562a.3755.3755 0 00-.2676-.1113Z" })
45
- ]
46
- }
47
- );
48
- });
49
-
50
- exports.default = SiAzuredataexplorer;
51
- exports.defaultColor = defaultColor;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#0078D4";
3
- declare const SiAzuredataexplorer: IconType;
4
- export { SiAzuredataexplorer as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#0078D4";
5
- const SiAzuredataexplorer = React.forwardRef(function SiAzuredataexplorer2({ title = "Azure Data Explorer", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M23.1765.0176a.8032.8032 0 00-.0235.002h-8.0679L7.5426 7.562l8.8666 8.8667 7.5895-7.5894V.8222a.8032.8032 0 00-.8222-.8046zm-21.245.002a.8032.8032 0 00-.5644 1.365l5.4685 5.4705L13.671.0195zm14.8937 2.326c.137 0 .2721.0533.377.1582l.9374.9355a.535.535 0 010 .7577l-.9374.9355a.5326.5326 0 01-.7558 0l-.9375-.9355a.535.535 0 010-.7577l.9375-.9355a.5353.5353 0 01.3788-.1582zM13.4426 5.734c.1369 0 .274.0513.3789.1562l.9355.9374a.5326.5326 0 010 .7559l-.9355.9374a.535.535 0 01-.7578 0l-.9355-.9374a.5326.5326 0 010-.7559l.9355-.9374a.5332.5332 0 01.379-.1562zm6.773.002a.5355.5355 0 01.3731.1581l.9296.9296a.5355.5355 0 010 .7617l-.9296.9297a.5355.5355 0 01-.7617 0l-.9296-.9297a.5355.5355 0 010-.7617l.9296-.9296a.5355.5355 0 01.3887-.1582zm-3.3845 3.3786c.1369 0 .272.0533.377.1582l.9374.9355a.535.535 0 010 .7578l-.9375.9374a.5326.5326 0 01-.7558 0l-.9374-.9374a.535.535 0 010-.7578l.9374-.9355a.5353.5353 0 01.3789-.1582zm-11.015.7226a.3799.3799 0 00-.2695.1114L.1172 15.378a.3808.3808 0 000 .539l1.1562 1.1562c.149.149.388.149.537 0l5.4314-5.4314a.3785.3785 0 000-.537L6.0856 9.9487a.3799.3799 0 00-.2695-.1114zm18.1826.416l-6.8825 6.8825 5.4724 5.4704a.8032.8032 0 001.41-.5625zM9.1792 13.265a.382.382 0 00-.2695.1133L.1113 22.1746a.3808.3808 0 000 .539l1.1562 1.1562c.149.149.39.149.539 0l8.7964-8.7984a.3808.3808 0 000-.539l-1.1542-1.1542a.382.382 0 00-.2695-.1133zm3.365 3.3475a.3799.3799 0 00-.2695.1113L6.8434 22.155a.3785.3785 0 000 .5371l1.1562 1.1562c.149.149.39.149.539 0l5.4294-5.4313a.3785.3785 0 000-.5371l-1.1562-1.1562a.3755.3755 0 00-.2676-.1113Z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiAzuredataexplorer as default, defaultColor };
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#0078D7";
3
- declare const SiAzuredevops: IconType;
4
- export { SiAzuredevops as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#0078D7";
5
- const SiAzuredevops = React.forwardRef(function SiAzuredevops2({ title = "Azure DevOps", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("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" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiAzuredevops as default, defaultColor };
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#0062AD";
3
- declare const SiAzurefunctions: IconType;
4
- export { SiAzurefunctions as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#0062AD";
5
- const SiAzurefunctions = React.forwardRef(function SiAzurefunctions2({ title = "Azure Functions", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M10.537.904L6.602 12.04l4.798.037-3.748 11.018v.002L17.996 8.39h-5.022L17.847.903h-3.824zM6.903 4.91a.585.585 0 0 0-.412.17L.155 11.285a.682.682 0 0 0 0 .865l6.448 6.396a.625.625 0 0 0 .824 0 .638.638 0 0 0 0-.865l-5.436-5.53a.641.641 0 0 1 0-.865l5.324-5.344a.574.574 0 0 0 0-.865.586.586 0 0 0-.412-.169zm10.193 0a.585.585 0 0 0-.412.17.572.572 0 0 0 0 .864l5.435 5.343a.64.64 0 0 1 0 .866l-5.548 5.53a.64.64 0 0 0 0 .865.625.625 0 0 0 .824 0l6.45-6.396a.68.68 0 0 0 0-.865l-6.337-6.208a.585.585 0 0 0-.412-.169z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiAzurefunctions as default, defaultColor };
@@ -1,51 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
-
5
- const jsxRuntime = require('react/jsx-runtime');
6
- const React = require('react');
7
-
8
- function _interopNamespaceDefault(e) {
9
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
- if (e) {
11
- for (const k in e) {
12
- if (k !== 'default') {
13
- const d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: () => e[k]
17
- });
18
- }
19
- }
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
-
27
- const defaultColor = "#2560E0";
28
- const SiAzurepipelines = React__namespace.forwardRef(function SiAzurepipelines2({ title = "Azure Pipelines", color = "currentColor", size = 24, ...others }, ref) {
29
- if (color === "default") {
30
- color = defaultColor;
31
- }
32
- return /* @__PURE__ */ jsxRuntime.jsxs(
33
- "svg",
34
- {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- width: size,
37
- height: size,
38
- fill: color,
39
- viewBox: "0 0 24 24",
40
- ref,
41
- ...others,
42
- children: [
43
- /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.7997 22.1998h4.2001V24H.0004v-6.0002h1.7993v4.2zM12.6229 9.8975l-7.6353 7.6353 1.4792 1.4792 7.6345-7.6362-1.4784-1.4783zM4.365 15.1793l-.391-.3908c-.5042-.5042-.5828-1.3004-.1869-1.8934l4.6036-6.8958H.9979c-.5513.0014-.9975.4487-.9975 1v5.5002l3.5021 3.6036.8625-.9238zM23.9996.9999v8.9306a2 2 0 0 1-.8893 1.6632l-12.2834 8.2005a.9999.9999 0 0 1-1.2622-.1246L8.04 18.1457c.3313-.3313 6.4656-6.4672 6.7684-6.7698l-2.1855-2.1855L5.8533 15.96l-1.5258-1.525a1.0001 1.0001 0 0 1-.1246-1.2623L12.4034.8893A2 2 0 0 1 14.0666 0h8.9331c.5522 0 .9999.4477.9999.9999zm-2.9997 5.0003c0-1.6567-1.343-2.9997-2.9997-2.9997s-2.9997 1.343-2.9997 2.9997 1.343 2.9997 2.9997 2.9997 2.9997-1.343 2.9997-2.9997zM10.272 20.4625c-.4008 0-.7776-.156-1.0609-.4392l-.368-.3679-.8435.8417 3.4996 3.4996h5.5003c.5522 0 .9999-.4477.9999-.9999v-7.3899L11.1045 20.21a1.4944 1.4944 0 0 1-.8325.2525z" })
45
- ]
46
- }
47
- );
48
- });
49
-
50
- exports.default = SiAzurepipelines;
51
- exports.defaultColor = defaultColor;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#2560E0";
3
- declare const SiAzurepipelines: IconType;
4
- export { SiAzurepipelines as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#2560E0";
5
- const SiAzurepipelines = React.forwardRef(function SiAzurepipelines2({ title = "Azure Pipelines", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M1.7997 22.1998h4.2001V24H.0004v-6.0002h1.7993v4.2zM12.6229 9.8975l-7.6353 7.6353 1.4792 1.4792 7.6345-7.6362-1.4784-1.4783zM4.365 15.1793l-.391-.3908c-.5042-.5042-.5828-1.3004-.1869-1.8934l4.6036-6.8958H.9979c-.5513.0014-.9975.4487-.9975 1v5.5002l3.5021 3.6036.8625-.9238zM23.9996.9999v8.9306a2 2 0 0 1-.8893 1.6632l-12.2834 8.2005a.9999.9999 0 0 1-1.2622-.1246L8.04 18.1457c.3313-.3313 6.4656-6.4672 6.7684-6.7698l-2.1855-2.1855L5.8533 15.96l-1.5258-1.525a1.0001 1.0001 0 0 1-.1246-1.2623L12.4034.8893A2 2 0 0 1 14.0666 0h8.9331c.5522 0 .9999.4477.9999.9999zm-2.9997 5.0003c0-1.6567-1.343-2.9997-2.9997-2.9997s-2.9997 1.343-2.9997 2.9997 1.343 2.9997 2.9997 2.9997 2.9997-1.343 2.9997-2.9997zM10.272 20.4625c-.4008 0-.7776-.156-1.0609-.4392l-.368-.3679-.8435.8417 3.4996 3.4996h5.5003c.5522 0 .9999-.4477.9999-.9999v-7.3899L11.1045 20.21a1.4944 1.4944 0 0 1-.8325.2525z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiAzurepipelines as default, defaultColor };
@@ -1,51 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
-
5
- const jsxRuntime = require('react/jsx-runtime');
6
- const React = require('react');
7
-
8
- function _interopNamespaceDefault(e) {
9
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
- if (e) {
11
- for (const k in e) {
12
- if (k !== 'default') {
13
- const d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: () => e[k]
17
- });
18
- }
19
- }
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
-
27
- const defaultColor = "#512BD4";
28
- const SiCsharp = React__namespace.forwardRef(function SiCsharp2({ title = "C#", color = "currentColor", size = 24, ...others }, ref) {
29
- if (color === "default") {
30
- color = defaultColor;
31
- }
32
- return /* @__PURE__ */ jsxRuntime.jsxs(
33
- "svg",
34
- {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- width: size,
37
- height: size,
38
- fill: color,
39
- viewBox: "0 0 24 24",
40
- ref,
41
- ...others,
42
- children: [
43
- /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.194 7.543v8.913c0 1.103.588 2.122 1.544 2.674l7.718 4.456a3.086 3.086 0 0 0 3.088 0l7.718-4.456a3.087 3.087 0 0 0 1.544-2.674V7.543a3.084 3.084 0 0 0-1.544-2.673L13.544.414a3.086 3.086 0 0 0-3.088 0L2.738 4.87a3.085 3.085 0 0 0-1.544 2.673Zm5.403 2.914v3.087a.77.77 0 0 0 .772.772.773.773 0 0 0 .772-.772.773.773 0 0 1 1.317-.546.775.775 0 0 1 .226.546 2.314 2.314 0 1 1-4.631 0v-3.087c0-.615.244-1.203.679-1.637a2.312 2.312 0 0 1 3.274 0c.434.434.678 1.023.678 1.637a.769.769 0 0 1-.226.545.767.767 0 0 1-1.091 0 .77.77 0 0 1-.226-.545.77.77 0 0 0-.772-.772.771.771 0 0 0-.772.772Zm12.35 3.087a.77.77 0 0 1-.772.772h-.772v.772a.773.773 0 0 1-1.544 0v-.772h-1.544v.772a.773.773 0 0 1-1.317.546.775.775 0 0 1-.226-.546v-.772H12a.771.771 0 1 1 0-1.544h.772v-1.543H12a.77.77 0 1 1 0-1.544h.772v-.772a.773.773 0 0 1 1.317-.546.775.775 0 0 1 .226.546v.772h1.544v-.772a.773.773 0 0 1 1.544 0v.772h.772a.772.772 0 0 1 0 1.544h-.772v1.543h.772a.776.776 0 0 1 .772.772Zm-3.088-2.315h-1.544v1.543h1.544v-1.543Z" })
45
- ]
46
- }
47
- );
48
- });
49
-
50
- exports.default = SiCsharp;
51
- exports.defaultColor = defaultColor;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#512BD4";
3
- declare const SiCsharp: IconType;
4
- export { SiCsharp as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#512BD4";
5
- const SiCsharp = React.forwardRef(function SiCsharp2({ title = "C#", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M1.194 7.543v8.913c0 1.103.588 2.122 1.544 2.674l7.718 4.456a3.086 3.086 0 0 0 3.088 0l7.718-4.456a3.087 3.087 0 0 0 1.544-2.674V7.543a3.084 3.084 0 0 0-1.544-2.673L13.544.414a3.086 3.086 0 0 0-3.088 0L2.738 4.87a3.085 3.085 0 0 0-1.544 2.673Zm5.403 2.914v3.087a.77.77 0 0 0 .772.772.773.773 0 0 0 .772-.772.773.773 0 0 1 1.317-.546.775.775 0 0 1 .226.546 2.314 2.314 0 1 1-4.631 0v-3.087c0-.615.244-1.203.679-1.637a2.312 2.312 0 0 1 3.274 0c.434.434.678 1.023.678 1.637a.769.769 0 0 1-.226.545.767.767 0 0 1-1.091 0 .77.77 0 0 1-.226-.545.77.77 0 0 0-.772-.772.771.771 0 0 0-.772.772Zm12.35 3.087a.77.77 0 0 1-.772.772h-.772v.772a.773.773 0 0 1-1.544 0v-.772h-1.544v.772a.773.773 0 0 1-1.317.546.775.775 0 0 1-.226-.546v-.772H12a.771.771 0 1 1 0-1.544h.772v-1.543H12a.77.77 0 1 1 0-1.544h.772v-.772a.773.773 0 0 1 1.317-.546.775.775 0 0 1 .226.546v.772h1.544v-.772a.773.773 0 0 1 1.544 0v.772h.772a.772.772 0 0 1 0 1.544h-.772v1.543h.772a.776.776 0 0 1 .772.772Zm-3.088-2.315h-1.544v1.543h1.544v-1.543Z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiCsharp as default, defaultColor };
@@ -1,51 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
-
5
- const jsxRuntime = require('react/jsx-runtime');
6
- const React = require('react');
7
-
8
- function _interopNamespaceDefault(e) {
9
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
- if (e) {
11
- for (const k in e) {
12
- if (k !== 'default') {
13
- const d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: () => e[k]
17
- });
18
- }
19
- }
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
-
27
- const defaultColor = "#E6E6E6";
28
- const SiDaimler = React__namespace.forwardRef(function SiDaimler2({ title = "Daimler", color = "currentColor", size = 24, ...others }, ref) {
29
- if (color === "default") {
30
- color = defaultColor;
31
- }
32
- return /* @__PURE__ */ jsxRuntime.jsxs(
33
- "svg",
34
- {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- width: size,
37
- height: size,
38
- fill: color,
39
- viewBox: "0 0 24 24",
40
- ref,
41
- ...others,
42
- children: [
43
- /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M.718 10.48c-.622 0-.64.039-.609.225h.207c.195 0 .238.026.238.194v2.038c0 .29-.082.32-.544.346a.368.368 0 0 0 0 .168h1.623c1.235 0 1.745-.596 1.745-1.486 0-.924-.54-1.485-1.784-1.485zm4.573.03c-.203 0-.26.07-.402.402l-.855 2.025c-.116.276-.155.302-.488.346a.369.369 0 0 0 0 .168h1.235c.108 0 .138-.07.108-.194h-.371c-.238 0-.238-.065-.138-.32l.177-.47H5.67l.272.651c.047.113 0 .152-.47.165a.367.367 0 0 0 0 .168H6.87c.113 0 .139-.07.113-.194h-.1c-.22 0-.267-.04-.315-.152l-.997-2.275c-.07-.151-.1-.225-.113-.32zm16.374.026c-.604 0-.863 0-1.07.017-.178.013-.208.095-.178.208h.207c.178 0 .238.026.238.194v1.995c0 .263-.087.307-.462.333a.442.442 0 0 0 0 .168h1.36c.125 0 .138-.07.125-.194h-.22c-.224 0-.263-.044-.263-.169v-.635h.289c.263 0 .272.013.38.208.112.198.268.371.41.496.32.277.583.363.985.363.458 0 .566-.112.527-.263-.376 0-.566-.04-1.136-.497a15.656 15.656 0 0 1-.488-.432c.358-.15.583-.445.583-.807 0-.592-.458-.985-1.287-.985zm-14.21.03c-.182 0-.208.082-.182.195h.207c.199 0 .238.025.238.181v2.064c0 .177-.082.22-.428.277a.279.279 0 0 0 0 .168h1.313c.13 0 .142-.07.112-.194h-.233c-.181 0-.225-.03-.225-.182v-2.051c0-.181.056-.263.432-.29a.37.37 0 0 0 0-.168zm2.232 0c-.182 0-.208.095-.182.195.428.013.454.06.44.198l-.176 2.03c-.013.181-.052.268-.527.294a.37.37 0 0 0 0 .168h1.416c.121 0 .138-.07.108-.194h-.233c-.458 0-.458-.044-.445-.212l.138-1.939 1.192 2.358c.1 0 .134-.026.212-.181l1.036-2.177.194 1.883c.022.211-.038.259-.4.28l-.234.014a.281.281 0 0 0 0 .168h1.524c.121 0 .134-.07.121-.194-.333-.044-.402-.057-.415-.195l-.207-2.107c-.013-.125.013-.194.415-.22a.278.278 0 0 0 0-.169H12.64l-.997 2.077-1.084-2.077zm5.017 0c-.181 0-.207.082-.181.195h.207c.182 0 .238.025.238.181v1.978c0 .28-.095.337-.514.363a.444.444 0 0 0 0 .168h2.107a6.16 6.16 0 0 1 .225-.777c.047-.134-.018-.186-.143-.182l-.12.268c-.182.389-.225.41-.545.41h-.276c-.121 0-.194-.039-.194-.181V11.08c0-.28.086-.32.54-.345a.371.371 0 0 0 0-.169zm2.799 0c-.19 0-.208.082-.19.195h.207c.194 0 .233.025.233.181v1.995c0 .29-.082.32-.54.346a.281.281 0 0 0 0 .168h2.384a6.26 6.26 0 0 1 .224-.777c.044-.13-.017-.186-.142-.182l-.12.268c-.182.389-.226.41-.545.41h-.371c-.294 0-.333-.065-.333-.22v-.76h.453c.113 0 .169.039.225.376a.203.203 0 0 0 .15 0 9.378 9.378 0 0 1 0-.851c.01-.134-.038-.164-.124-.164h-.052l-.03.22c-.013.112-.04.156-.169.156h-.453v-1.11H19c.238 0 .329.069.402.332l.057.195c.138.013.19-.06.168-.195a6.266 6.266 0 0 1-.069-.583zm-16.41.169h.445c.83 0 1.261.483 1.261 1.312 0 .929-.47 1.166-1.209 1.166-.401 0-.496-.043-.496-.306zm20.309.052h.147c.488 0 .833.18.833.764 0 .583-.346.652-.773.652h-.207zm-16.301.32l.47 1.122h-.92z" })
45
- ]
46
- }
47
- );
48
- });
49
-
50
- exports.default = SiDaimler;
51
- exports.defaultColor = defaultColor;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#E6E6E6";
3
- declare const SiDaimler: IconType;
4
- export { SiDaimler as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#E6E6E6";
5
- const SiDaimler = React.forwardRef(function SiDaimler2({ title = "Daimler", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M.718 10.48c-.622 0-.64.039-.609.225h.207c.195 0 .238.026.238.194v2.038c0 .29-.082.32-.544.346a.368.368 0 0 0 0 .168h1.623c1.235 0 1.745-.596 1.745-1.486 0-.924-.54-1.485-1.784-1.485zm4.573.03c-.203 0-.26.07-.402.402l-.855 2.025c-.116.276-.155.302-.488.346a.369.369 0 0 0 0 .168h1.235c.108 0 .138-.07.108-.194h-.371c-.238 0-.238-.065-.138-.32l.177-.47H5.67l.272.651c.047.113 0 .152-.47.165a.367.367 0 0 0 0 .168H6.87c.113 0 .139-.07.113-.194h-.1c-.22 0-.267-.04-.315-.152l-.997-2.275c-.07-.151-.1-.225-.113-.32zm16.374.026c-.604 0-.863 0-1.07.017-.178.013-.208.095-.178.208h.207c.178 0 .238.026.238.194v1.995c0 .263-.087.307-.462.333a.442.442 0 0 0 0 .168h1.36c.125 0 .138-.07.125-.194h-.22c-.224 0-.263-.044-.263-.169v-.635h.289c.263 0 .272.013.38.208.112.198.268.371.41.496.32.277.583.363.985.363.458 0 .566-.112.527-.263-.376 0-.566-.04-1.136-.497a15.656 15.656 0 0 1-.488-.432c.358-.15.583-.445.583-.807 0-.592-.458-.985-1.287-.985zm-14.21.03c-.182 0-.208.082-.182.195h.207c.199 0 .238.025.238.181v2.064c0 .177-.082.22-.428.277a.279.279 0 0 0 0 .168h1.313c.13 0 .142-.07.112-.194h-.233c-.181 0-.225-.03-.225-.182v-2.051c0-.181.056-.263.432-.29a.37.37 0 0 0 0-.168zm2.232 0c-.182 0-.208.095-.182.195.428.013.454.06.44.198l-.176 2.03c-.013.181-.052.268-.527.294a.37.37 0 0 0 0 .168h1.416c.121 0 .138-.07.108-.194h-.233c-.458 0-.458-.044-.445-.212l.138-1.939 1.192 2.358c.1 0 .134-.026.212-.181l1.036-2.177.194 1.883c.022.211-.038.259-.4.28l-.234.014a.281.281 0 0 0 0 .168h1.524c.121 0 .134-.07.121-.194-.333-.044-.402-.057-.415-.195l-.207-2.107c-.013-.125.013-.194.415-.22a.278.278 0 0 0 0-.169H12.64l-.997 2.077-1.084-2.077zm5.017 0c-.181 0-.207.082-.181.195h.207c.182 0 .238.025.238.181v1.978c0 .28-.095.337-.514.363a.444.444 0 0 0 0 .168h2.107a6.16 6.16 0 0 1 .225-.777c.047-.134-.018-.186-.143-.182l-.12.268c-.182.389-.225.41-.545.41h-.276c-.121 0-.194-.039-.194-.181V11.08c0-.28.086-.32.54-.345a.371.371 0 0 0 0-.169zm2.799 0c-.19 0-.208.082-.19.195h.207c.194 0 .233.025.233.181v1.995c0 .29-.082.32-.54.346a.281.281 0 0 0 0 .168h2.384a6.26 6.26 0 0 1 .224-.777c.044-.13-.017-.186-.142-.182l-.12.268c-.182.389-.226.41-.545.41h-.371c-.294 0-.333-.065-.333-.22v-.76h.453c.113 0 .169.039.225.376a.203.203 0 0 0 .15 0 9.378 9.378 0 0 1 0-.851c.01-.134-.038-.164-.124-.164h-.052l-.03.22c-.013.112-.04.156-.169.156h-.453v-1.11H19c.238 0 .329.069.402.332l.057.195c.138.013.19-.06.168-.195a6.266 6.266 0 0 1-.069-.583zm-16.41.169h.445c.83 0 1.261.483 1.261 1.312 0 .929-.47 1.166-1.209 1.166-.401 0-.496-.043-.496-.306zm20.309.052h.147c.488 0 .833.18.833.764 0 .583-.346.652-.773.652h-.207zm-16.301.32l.47 1.122h-.92z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiDaimler as default, defaultColor };
@@ -1,51 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
-
5
- const jsxRuntime = require('react/jsx-runtime');
6
- const React = require('react');
7
-
8
- function _interopNamespaceDefault(e) {
9
- const n = Object.create(null, { [Symbol.toStringTag]: { value: 'Module' } });
10
- if (e) {
11
- for (const k in e) {
12
- if (k !== 'default') {
13
- const d = Object.getOwnPropertyDescriptor(e, k);
14
- Object.defineProperty(n, k, d.get ? d : {
15
- enumerable: true,
16
- get: () => e[k]
17
- });
18
- }
19
- }
20
- }
21
- n.default = e;
22
- return Object.freeze(n);
23
- }
24
-
25
- const React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
-
27
- const defaultColor = "#088142";
28
- const SiDataverse = React__namespace.forwardRef(function SiDataverse2({ title = "Dataverse", color = "currentColor", size = 24, ...others }, ref) {
29
- if (color === "default") {
30
- color = defaultColor;
31
- }
32
- return /* @__PURE__ */ jsxRuntime.jsxs(
33
- "svg",
34
- {
35
- xmlns: "http://www.w3.org/2000/svg",
36
- width: size,
37
- height: size,
38
- fill: color,
39
- viewBox: "0 0 24 24",
40
- ref,
41
- ...others,
42
- children: [
43
- /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
44
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16.327 4.568a3.895 3.895 0 0 1 6.671.82h.001c1.996 4.686.925 10.086-2.487 13.154-3.772 3.39-8.875 3.408-12.178.796a.54.54 0 0 0 .05-.072l1.697-2.939c1.596.819 3.11 1.04 4.439.739 1.472-.333 2.734-1.304 3.64-2.872 1.708-2.96 1.161-6.961-1.777-9.583a.396.396 0 0 0-.056-.043ZM7.673 19.432a3.895 3.895 0 0 1-6.661-.798H1.01C-.999 13.944.071 8.53 3.488 5.458c3.772-3.391 8.876-3.408 12.18-.795a.51.51 0 0 0-.051.071l-1.697 2.94c-1.595-.82-3.109-1.04-4.439-.739-1.472.333-2.734 1.304-3.639 2.872-1.709 2.959-1.162 6.961 1.776 9.582.018.016.036.03.055.043Zm1.969-3.345a4.72 4.72 0 0 1 1.612-8.746c-2.064-.234-3.829.723-4.979 2.716-1.598 2.767-1.072 6.507 1.676 8.959l1.691-2.929Zm4.718-8.174h.001a4.72 4.72 0 0 1 1.727 6.447 4.712 4.712 0 0 1-3.34 2.3c2.064.233 3.828-.724 4.979-2.716 1.598-2.768 1.071-6.508-1.676-8.96L14.36 7.913Zm-4.468 7.741a4.219 4.219 0 0 1 4.217-7.308h.002a4.22 4.22 0 0 1-4.188 7.326l-.031-.018Z" })
45
- ]
46
- }
47
- );
48
- });
49
-
50
- exports.default = SiDataverse;
51
- exports.defaultColor = defaultColor;
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#088142";
3
- declare const SiDataverse: IconType;
4
- export { SiDataverse as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#088142";
5
- const SiDataverse = React.forwardRef(function SiDataverse2({ title = "Dataverse", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M16.327 4.568a3.895 3.895 0 0 1 6.671.82h.001c1.996 4.686.925 10.086-2.487 13.154-3.772 3.39-8.875 3.408-12.178.796a.54.54 0 0 0 .05-.072l1.697-2.939c1.596.819 3.11 1.04 4.439.739 1.472-.333 2.734-1.304 3.64-2.872 1.708-2.96 1.161-6.961-1.777-9.583a.396.396 0 0 0-.056-.043ZM7.673 19.432a3.895 3.895 0 0 1-6.661-.798H1.01C-.999 13.944.071 8.53 3.488 5.458c3.772-3.391 8.876-3.408 12.18-.795a.51.51 0 0 0-.051.071l-1.697 2.94c-1.595-.82-3.109-1.04-4.439-.739-1.472.333-2.734 1.304-3.639 2.872-1.709 2.959-1.162 6.961 1.776 9.582.018.016.036.03.055.043Zm1.969-3.345a4.72 4.72 0 0 1 1.612-8.746c-2.064-.234-3.829.723-4.979 2.716-1.598 2.767-1.072 6.507 1.676 8.959l1.691-2.929Zm4.718-8.174h.001a4.72 4.72 0 0 1 1.727 6.447 4.712 4.712 0 0 1-3.34 2.3c2.064.233 3.828-.724 4.979-2.716 1.598-2.768 1.071-6.508-1.676-8.96L14.36 7.913Zm-4.468 7.741a4.219 4.219 0 0 1 4.217-7.308h.002a4.22 4.22 0 0 1-4.188 7.326l-.031-.018Z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiDataverse as default, defaultColor };
@@ -1,4 +0,0 @@
1
- import { IconType } from '../types';
2
- declare const defaultColor = "#2D72D9";
3
- declare const SiDesignernews: IconType;
4
- export { SiDesignernews as default, defaultColor };
@@ -1,27 +0,0 @@
1
- import { jsxs, jsx } from 'react/jsx-runtime';
2
- import * as React from 'react';
3
-
4
- const defaultColor = "#2D72D9";
5
- const SiDesignernews = React.forwardRef(function SiDesignernews2({ title = "Designer News", color = "currentColor", size = 24, ...others }, ref) {
6
- if (color === "default") {
7
- color = defaultColor;
8
- }
9
- return /* @__PURE__ */ jsxs(
10
- "svg",
11
- {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- width: size,
14
- height: size,
15
- fill: color,
16
- viewBox: "0 0 24 24",
17
- ref,
18
- ...others,
19
- children: [
20
- /* @__PURE__ */ jsx("title", { children: title }),
21
- /* @__PURE__ */ jsx("path", { d: "M11.27 11.98c0-3.83-2.354-6.43-6.84-6.43H0v12.9h4.524c4.354 0 6.747-2.624 6.747-6.464v-.005zM8.056 12c0 2.766-1.42 3.963-3.7 3.963h-1.16V8.037h1.16c2.185 0 3.7 1.252 3.7 3.963zM24 18.45V5.55h-2.97v7.213L16.28 5.55h-3.105v12.9h2.973v-7.723l5.084 7.718H24v.004z" })
22
- ]
23
- }
24
- );
25
- });
26
-
27
- export { SiDesignernews as default, defaultColor };