@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
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiMojangstudiosProps = 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 = '#EF323D';
22
-
23
- const SiMojangstudios: IconType = React.forwardRef<SVGSVGElement, SiMojangstudiosProps>(function SiMojangstudios({title = 'Mojang Studios', 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.484 2.077a3.725 3.725 0 1 0 3.725 3.726 3.725 3.725 0 0 0-3.725-3.726zm-12.23.091a.182.182 0 0 0-.181.182v6.905a.182.182 0 0 0 .182.182h1.453a.182.182 0 0 0 .182-.182V4.44a.454.454 0 0 1 .455-.454h.454a.454.454 0 0 1 .454.454v2.994a.182.182 0 0 0 .182.182h1.453a.182.182 0 0 0 .182-.182V4.44a.454.454 0 0 1 .454-.454h.453a.454.454 0 0 1 .454.454l.002 4.816a.182.182 0 0 0 .182.182h1.453a.182.182 0 0 0 .182-.182V4.167a.182.182 0 0 0-.181-.182H7.34a.909.909 0 0 1-.908-.91l.001-.725a.182.182 0 0 0-.182-.182zm18.375 0a.182.182 0 0 0-.182.182v1.454a.182.182 0 0 0 .182.181h3.453v3.18a.454.454 0 0 1-.454.455h-1.363a1.82 1.82 0 0 1-1.81-1.655.18.18 0 0 0-.18-.162h-1.458a.18.18 0 0 0-.182.19 3.634 3.634 0 0 0 3.63 3.444H21.9a.182.182 0 0 0 .182-.182v-.727a.909.909 0 0 1 .908-.908h.727a.182.182 0 0 0 .182-.182V2.35a.182.182 0 0 0-.182-.182zm-6.152 1.817a1.817 1.817 0 0 1 1.824 1.818 1.82 1.82 0 0 1-1.817 1.817 1.817 1.817 0 0 1-.007-3.635zm-8.77 6.361a3.634 3.634 0 0 0-3.634 3.635v3.452a.182.182 0 0 0 .182.182h1.453a.182.182 0 0 0 .182-.182v-3.452a1.817 1.817 0 0 1 1.817-1.817h1.364a.454.454 0 0 1 .453.454v.909a.454.454 0 0 1-.454.454H3.071a.182.182 0 0 0-.181.182v1.453a.182.182 0 0 0 .181.182h2a.454.454 0 0 1 .453.454v1.181a.182.182 0 0 0 .182.182H7.16a.182.182 0 0 0 .182-.182v-5.088a.182.182 0 0 0-.182-.181l-.73-.003a.909.909 0 0 1-.906-.909v-.724a.182.182 0 0 0-.181-.181zm4.932 0a.182.182 0 0 0-.181.182v6.905a.182.182 0 0 0 .181.182h1.454a.182.182 0 0 0 .182-.182v-4.815a.454.454 0 0 1 .454-.454h2.726a.454.454 0 0 1 .454.454v4.815a.182.182 0 0 0 .182.182h1.454a.182.182 0 0 0 .181-.182v-5.088a.182.182 0 0 0-.181-.181l-.728-.001a.909.909 0 0 1-.908-.909v-.726a.182.182 0 0 0-.181-.182zm11.578 0c-1.557 0-2.955 1-3.412 2.489-.744 2.428.984 4.658 3.27 4.776a.18.18 0 0 0 .19-.183v-1.176a.454.454 0 0 1 .454-.454h.909a.454.454 0 0 1 .454.454v1.182a.182.182 0 0 0 .182.181h1.453a.182.182 0 0 0 .182-.181v-3.271a.182.182 0 0 0-.182-.182h-3.27a.182.182 0 0 0-.182.182v.96a.516.516 0 0 1-.606.51 1.175 1.175 0 0 1-.52-.226c-.587-.466-.883-1.285-.557-2.134a1.744 1.744 0 0 1 1.631-1.11h3.504a.182.182 0 0 0 .182-.181v-1.454a.182.182 0 0 0-.182-.182zM1.003 19.325c-.529 0-.922.32-.922.734 0 .361.162.575.586.759.11.039.25.096.306.113.247.072.257.196.216.308-.04.112-.205.16-.363.097-.11-.043-.283-.21-.295-.227a.083.083 0 0 0-.045-.027H.485a.082.082 0 0 0-.064.013l-.386.269a.083.083 0 0 0-.018.118c.223.288.55.44.93.44.567 0 .97-.35.97-.827 0-.313-.17-.536-.629-.73a8.734 8.734 0 0 0-.314-.129c-.203-.066-.213-.163-.179-.256s.17-.134.302-.081c.07.028.244.186.263.205a.097.097 0 0 0 .048.03.082.082 0 0 0 .067-.014l.383-.286a.083.083 0 0 0 .014-.119 1.093 1.093 0 0 0-.869-.39zm18.257 0a1.297 1.297 0 1 0 1.297 1.297 1.297 1.297 0 0 0-1.297-1.297zm3.825 0c-.528 0-.921.32-.921.734 0 .361.161.575.585.759.11.039.25.096.307.113.247.072.256.196.215.308-.04.112-.204.16-.363.097-.11-.043-.283-.21-.295-.227a.083.083 0 0 0-.045-.027.082.082 0 0 0-.065.013l-.385.269a.083.083 0 0 0-.019.118c.223.288.55.44.93.44.568 0 .971-.35.971-.827 0-.313-.17-.536-.63-.73a9.661 9.661 0 0 0-.313-.129c-.204-.066-.213-.163-.18-.256.034-.093.171-.134.302-.081.07.028.245.186.263.205a.097.097 0 0 0 .049.03.082.082 0 0 0 .066-.014l.383-.286a.083.083 0 0 0 .014-.119 1.093 1.093 0 0 0-.869-.39zm-19.443.066a.092.092 0 0 0-.092.092v.46a.092.092 0 0 0 .092.091h.55a.092.092 0 0 1 .092.092v1.635a.092.092 0 0 0 .092.092h.536a.092.092 0 0 0 .092-.092v-1.635a.092.092 0 0 1 .092-.092h.55a.092.092 0 0 0 .092-.092v-.459a.092.092 0 0 0-.092-.092zm3.878 0a.092.092 0 0 0-.092.092v1.292c0 .755.337 1.144 1.095 1.144.738 0 1.096-.41 1.096-1.147v-1.289a.092.092 0 0 0-.092-.092h-.525a.092.092 0 0 0-.092.092v1.223c0 .41-.112.553-.387.553-.274 0-.386-.143-.386-.553v-1.223a.092.092 0 0 0-.092-.092zm3.985 0a.092.092 0 0 0-.092.092v2.278a.092.092 0 0 0 .092.092h.764c.87 0 1.412-.473 1.412-1.238 0-.751-.522-1.224-1.409-1.224zm4.061 0a.092.092 0 0 0-.092.092v2.278c0 .051.041.092.092.092h.552a.092.092 0 0 0 .092-.092v-2.278a.092.092 0 0 0-.092-.092zm-3.363.63h.04c.467 0 .704.18.704.594 0 .428-.237.609-.71.609h-.034a.093.093 0 0 1-.094-.092v-1.02a.093.093 0 0 1 .094-.092zm7.052.022a.579.579 0 0 1 .584.58.58.58 0 0 1-.58.578.579.579 0 0 1-.004-1.158z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiMojangstudios as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPlaywrightProps = 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 = '#2EAD33';
22
-
23
- const SiPlaywright: IconType = React.forwardRef<SVGSVGElement, SiPlaywrightProps>(function SiPlaywright({title = 'Playwright', 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='M23.996 7.462c-.056.837-.257 2.135-.716 3.85-.995 3.715-4.27 10.874-10.42 9.227-6.15-1.65-5.407-9.487-4.412-13.201.46-1.716.934-2.94 1.305-3.694.42-.853.846-.289 1.815.523.684.573 2.41 1.791 5.011 2.488 2.601.697 4.706.506 5.583.352 1.245-.219 1.897-.494 1.834.455Zm-9.807 3.863s-.127-1.819-1.773-2.286c-1.644-.467-2.613 1.04-2.613 1.04Zm4.058 4.539-7.769-2.172s.446 2.306 3.338 3.153c2.862.836 4.43-.98 4.43-.981Zm2.701-2.51s-.13-1.818-1.773-2.286c-1.644-.469-2.612 1.038-2.612 1.038ZM8.57 18.23c-4.749 1.279-7.261-4.224-8.021-7.08C.197 9.831.044 8.832.003 8.188c-.047-.73.455-.52 1.415-.354.677.118 2.3.261 4.308-.28a11.28 11.28 0 0 0 2.41-.956c-.058.197-.114.4-.17.61-.433 1.618-.827 4.055-.632 6.426-1.976.732-2.267 2.423-2.267 2.423l2.524-.715c.227 1.002.6 1.987 1.15 2.838a5.914 5.914 0 0 1-.171.049Zm-4.188-6.298c1.265-.333 1.363-1.631 1.363-1.631l-3.374.888s.745 1.076 2.01.743Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPlaywright as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowerappsProps = 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 = '#742774';
22
-
23
- const SiPowerapps: IconType = React.forwardRef<SVGSVGElement, SiPowerappsProps>(function SiPowerapps({title = 'Power Apps', 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='M19.012,18.027L14.261,23.21C14.072,23.417 13.803,23.535 13.523,23.535C13.242,23.535 12.974,23.417 12.784,23.21L8.636,18.685C8.286,18.304 8.286,17.712 8.636,17.332L12.902,12.677C13.251,12.296 13.251,11.704 12.902,11.323L8.636,6.668C8.286,6.288 8.286,5.696 8.636,5.315L12.784,0.79C12.974,0.583 13.242,0.465 13.523,0.465C13.803,0.465 14.072,0.583 14.261,0.79L19.012,5.973C18.598,5.977 18.203,6.153 17.924,6.459L14.084,10.647C13.387,11.409 13.387,12.591 14.084,13.353L17.924,17.541C18.217,17.861 18.614,18.023 19.012,18.027ZM11.399,22.438L10.772,23.154C10.582,23.372 10.307,23.496 10.018,23.496C9.73,23.496 9.455,23.372 9.265,23.154L0.371,12.989C-0.124,12.426 -0.124,11.574 0.371,11.011L9.265,0.846C9.455,0.628 9.73,0.504 10.018,0.504C10.307,0.504 10.582,0.628 10.772,0.846L11.399,1.562L8.268,4.978C7.743,5.548 7.743,6.436 8.268,7.006L12.534,11.661C12.708,11.852 12.708,12.148 12.534,12.339L8.268,16.994C7.743,17.564 7.743,18.452 8.268,19.022L11.399,22.438ZM19.756,17.216C19.567,17.414 19.304,17.527 19.03,17.527C18.749,17.527 18.482,17.409 18.292,17.203L14.453,13.015C13.93,12.444 13.93,11.556 14.453,10.985L18.292,6.797C18.482,6.591 18.749,6.473 19.03,6.473C19.304,6.473 19.567,6.586 19.756,6.784L23.606,10.985C24.131,11.556 24.131,12.444 23.606,13.015L19.756,17.216Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowerapps as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowerautomateProps = 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 = '#0066FF';
22
-
23
- const SiPowerautomate: IconType = React.forwardRef<SVGSVGElement, SiPowerautomateProps>(function SiPowerautomate({title = 'Power Automate', 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='m20.079 7.235 3.666 4.097c.34.38.34.956 0 1.336l-7.63 8.528c-.19.213-.462.334-.748.334H7.289l12.79-14.295ZM6.789 21.53H1.005c-.867 0-1.326-1.025-.748-1.671L15.748 2.545c.139.057.265.145.367.259l3.631 4.058a.478.478 0 0 0-.039.039L6.916 21.197a.497.497 0 0 0-.127.333Zm8.356-19.06-8.192 9.155L.257 4.141c-.578-.646-.119-1.671.748-1.671h14.14Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowerautomate as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowerfxProps = 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 = '#7F2157';
22
-
23
- const SiPowerfx: IconType = React.forwardRef<SVGSVGElement, SiPowerfxProps>(function SiPowerfx({title = 'Power Fx', 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='M7.579 23.47H1.092A1.099 1.099 0 0 1 0 22.377c0-.198.054-.392.155-.561l2.575-4.291a4.377 4.377 0 0 0 0-4.497l-1.544-2.572a6.556 6.556 0 0 1-.934-3.372C.252 3.489 3.21.53 6.805.53h11.84c.849 0 1.374.926.937 1.654l-2.639 4.4h-.301a.498.498 0 0 0-.429.242l-.391.651-.072-.12a1.59 1.59 0 0 0-1.365-.773H8.74c-1.239 0-2.004 1.35-1.367 2.411l2.575 4.291a3.87 3.87 0 0 1 0 3.981l-2.575 4.292a1.592 1.592 0 0 0 .206 1.911Zm7.742-.53c-.197.329-.553.53-.936.53H8.739a1.097 1.097 0 0 1-1.092-1.092c0-.198.054-.393.156-.562l2.574-4.292a4.375 4.375 0 0 0 0-4.496l-2.574-4.29a1.092 1.092 0 0 1 .936-1.654h5.646c.383 0 .739.201.936.53l2.574 4.29a6.562 6.562 0 0 1 0 6.745l-2.574 4.291Zm.793-.349 2.21-3.685a7.06 7.06 0 0 0 0-7.259l-2.21-3.684.528-.879h6.264c.849 0 1.374.926.937 1.654l-2.576 4.29-.018.032-.039.066-.018.033-.024.045-.012.021-.017.033-.01.018a4.381 4.381 0 0 0-.407 2.819l.003.016c.012.063.026.127.041.189l.007.026.009.036.007.029.023.084.009.029.004.015c.019.063.039.126.061.189l.027.076.013.035c.078.206.172.408.282.603l.024.042.035.06 2.576 4.292c.102.169.155.364.155.562 0 .599-.493 1.092-1.092 1.092H17.26c-.384 0-.739-.201-.937-.53l-.209-.349Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowerfx as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowerpagesProps = 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 = '#A493E7';
22
-
23
- const SiPowerpages: IconType = React.forwardRef<SVGSVGElement, SiPowerpagesProps>(function SiPowerpages({title = 'Power Pages', 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='M5.42 14.624 3.585 16a1.258 1.258 0 0 0 0 2.014l7.66 5.745a1.257 1.257 0 0 0 1.51 0l2.612-1.959a1.841 1.841 0 0 1-.828-.337c-3.081-2.223-6.1-4.531-9.119-6.839Zm13.16-4.622 4.925 3.694c.66.503.66 1.497 0 2.001l-7.155 5.366a1.259 1.259 0 0 1-1.511 0l-5.693-4.27c.294-.038.58-.15.828-.337l8.606-6.454Zm-18.077.309a1.259 1.259 0 0 1 .001-2.014L11.245.241a1.257 1.257 0 0 1 1.51 0l7.661 5.745c.671.503.671 1.51 0 2.013L9.674 16.056a1.262 1.262 0 0 1-1.511 0l-7.66-5.745Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowerpages as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowershellProps = 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 = '#5391FE';
22
-
23
- const SiPowershell: IconType = React.forwardRef<SVGSVGElement, SiPowershellProps>(function SiPowershell({title = 'PowerShell', 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='M23.181 2.974c.568 0 .923.463.792 1.035l-3.659 15.982c-.13.572-.697 1.035-1.265 1.035H.819c-.568 0-.923-.463-.792-1.035L3.686 4.009c.13-.572.697-1.035 1.265-1.035zm-8.375 9.346c.251-.394.227-.905-.09-1.243L9.122 5.125c-.38-.404-1.037-.407-1.466-.003-.429.402-.468 1.056-.088 1.46l4.662 4.96v.11l-7.42 5.374c-.45.327-.533.977-.187 1.453.346.476.991.597 1.44.27l8.229-5.91c.28-.196.438-.365.514-.52zm-2.796 4.399a.928.928 0 00-.934.923c0 .51.418.923.934.923h4.433a.928.928 0 00.934-.923.928.928 0 00-.934-.923z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowershell as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiPowervirtualagentsProps = 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 = '#0B556A';
22
-
23
- const SiPowervirtualagents: IconType = React.forwardRef<SVGSVGElement, SiPowervirtualagentsProps>(function SiPowervirtualagents({title = 'Power Virtual Agents', 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='M5.498 6.532H1a1 1 0 0 0-1 .999v9.997a1 1 0 0 0 1 .999h3.998a1 1 0 0 1 1 1v3.188a.75.75 0 0 0 1.28.53l4.425-4.425a1 1 0 0 1 .707-.293h4.584a1 1 0 0 0 .978-.793 1.24 1.24 0 0 1-1.612-.133l-4.425-4.425a.499.499 0 0 0-.353-.146H6.998a1.5 1.5 0 0 1-1.5-1.5V6.532ZM24 9.031l-.006 2.665a1 1 0 0 1-.986.833h-4.015a1 1 0 0 0-.999 1l-.002 3.235-.021.143-.004.013a.75.75 0 0 1-.566.531l-.132.017-.132-.007-.132-.031-.127-.057-.119-.084-.045-.042-4.425-4.425a1.003 1.003 0 0 0-.707-.293h-4.61a1 1 0 0 1-.974-.999V9.031H24Zm-.009-.5V5.033H5.998v3.498h17.993ZM23.728.827a.989.989 0 0 0-.708-.293H6.998a.996.996 0 0 0-.462.113l-.028.015-.018.01-.008.005-.027.017-.016.011L6.43.71l-.026.019-.011.009-.024.018-.012.01-.019.017-.021.019-.018.016-.017.017-.006.006a.988.988 0 0 0-.06.069l-.012.016-.017.023-.018.026-.013.02-.016.024-.01.017-.013.024-.01.018-.008.017a.588.588 0 0 0-.02.044l-.012.028-.009.025a.96.96 0 0 0-.024.076l-.008.028-.006.029-.002.011a1.099 1.099 0 0 0-.017.115L6 1.475l-.002.058v2.999h17.993V1.297a.993.993 0 0 0-.263-.47Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiPowervirtualagents as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiSkypeProps = 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 = '#00AFF0';
22
-
23
- const SiSkype: IconType = React.forwardRef<SVGSVGElement, SiSkypeProps>(function SiSkype({title = 'Skype', 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.069 18.874c-4.023 0-5.82-1.979-5.82-3.464 0-.765.561-1.296 1.333-1.296 1.723 0 1.273 2.477 4.487 2.477 1.641 0 2.55-.895 2.55-1.811 0-.551-.269-1.16-1.354-1.429l-3.576-.895c-2.88-.724-3.403-2.286-3.403-3.751 0-3.047 2.861-4.191 5.549-4.191 2.471 0 5.393 1.373 5.393 3.199 0 .784-.688 1.24-1.453 1.24-1.469 0-1.198-2.037-4.164-2.037-1.469 0-2.292.664-2.292 1.617s1.153 1.258 2.157 1.487l2.637.587c2.891.649 3.624 2.346 3.624 3.944 0 2.476-1.902 4.324-5.722 4.324m11.084-4.882l-.029.135-.044-.24c.015.045.044.074.059.12.12-.675.181-1.363.181-2.052 0-1.529-.301-3.012-.898-4.42-.569-1.348-1.395-2.562-2.427-3.596-1.049-1.033-2.247-1.856-3.595-2.426-1.318-.631-2.801-.93-4.328-.93-.72 0-1.444.07-2.143.204l.119.06-.239-.033.119-.025C8.91.274 7.829 0 6.731 0c-1.789 0-3.47.698-4.736 1.967C.729 3.235.032 4.923.032 6.716c0 1.143.292 2.265.844 3.258l.02-.124.041.239-.06-.115c-.114.645-.172 1.299-.172 1.955 0 1.53.3 3.017.884 4.416.568 1.362 1.378 2.576 2.427 3.609 1.034 1.05 2.247 1.857 3.595 2.442 1.394.6 2.877.898 4.404.898.659 0 1.334-.06 1.977-.179l-.119-.062.24.046-.135.03c1.002.569 2.126.871 3.294.871 1.783 0 3.459-.69 4.733-1.963 1.259-1.259 1.962-2.951 1.962-4.749 0-1.138-.299-2.262-.853-3.266' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiSkype as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiSkypeforbusinessProps = 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 = '#00AFF0';
22
-
23
- const SiSkypeforbusiness: IconType = React.forwardRef<SVGSVGElement, SiSkypeforbusinessProps>(function SiSkypeforbusiness({title = 'Skype for Business', 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='M14.04 10.92l-2.52-.56c-.96-.24-2.04-.52-2.04-1.44 0-.92.76-1.56 2.16-1.56 2.84 0 2.6 1.96 4 1.96.72 0 1.36-.4 1.36-1.16 0-1.76-2.8-3.08-5.2-3.08-2.56 0-5.28 1.08-5.28 4 0 1.4.48 2.92 3.24 3.64l3.44.88c1.04.24 1.36.84 1.36 1.36 0 .88-.92 1.84-2.48 1.84-3.08 0-2.64-2.44-4.28-2.44-.72 0-1.32.52-1.32 1.24 0 1.44 1.76 3.4 5.6 3.4 3.68 0 5.52-1.84 5.52-4.24-.04-1.6-.76-3.2-3.56-3.84zm9.08 3.04c.12-.64.16-1.28.16-1.96C23.28 5.76 18.24.72 12 .72c-.68 0-1.32.04-1.96.16C9.04.32 7.92 0 6.72 0 3 0 0 3 0 6.72c0 1.2.32 2.36.88 3.32-.12.64-.16 1.28-.16 1.96 0 6.24 5.04 11.28 11.28 11.28.68 0 1.32-.04 1.96-.16 1 .56 2.12.88 3.32.88C21 24 24 21 24 17.28c0-1.2-.32-2.36-.88-3.32zm-5.84 8.32c-.88 0-1.72-.24-2.48-.64l-.52-.32-.6.12c-.52.08-1.08.16-1.68.16a9.56 9.56 0 01-9.56-9.56c0-.56.04-1.12.16-1.68l.12-.6-.32-.52c-.44-.76-.64-1.6-.64-2.48 0-2.76 2.24-5 5-5 .88 0 1.72.24 2.48.64l.52.32.6-.12c.56-.08 1.12-.16 1.68-.16A9.56 9.56 0 0121.6 12c0 .56-.04 1.12-.16 1.68l-.12.6.32.52c.44.76.64 1.6.64 2.48 0 2.76-2.24 5-5 5Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiSkypeforbusiness as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiVisualbasicProps = 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 = '#512BD4';
22
-
23
- const SiVisualbasic: IconType = React.forwardRef<SVGSVGElement, SiVisualbasicProps>(function SiVisualbasic({title = 'Visual Basic', 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='M6.363 17.719a7.57 7.57 0 0 1 .34-1.348L10.887 4.5h1.863l-5.473 15h-1.91L0 4.5h1.934l4.09 11.895c.078.218.14.437.187.656s.098.441.152.668zM20.66 11.53c.5.063.957.188 1.371.375s.766.442 1.055.762.512.691.668 1.113.238.89.246 1.406c0 .696-.133 1.31-.398 1.84s-.622.98-1.067 1.348-.96.645-1.547.832-1.203.285-1.851.293h-4.371v-15h4.265c.54 0 1.059.066 1.559.2s.95.335 1.348.609.714.628.949 1.066.355.957.363 1.559c0 .859-.227 1.601-.68 2.226s-1.09 1.067-1.91 1.324v.047zm-4.137-.597h1.793c.43 0 .832-.051 1.207-.153s.704-.258.985-.469.5-.488.656-.832.238-.746.246-1.207c0-.43-.078-.785-.234-1.066s-.367-.504-.633-.668-.57-.277-.914-.34-.707-.097-1.09-.105h-2.016v4.84zm2.38 6.972c.437 0 .85-.05 1.242-.152s.738-.262 1.043-.48.539-.5.703-.844.254-.762.27-1.254c0-.54-.102-.98-.306-1.324s-.476-.614-.82-.809-.73-.332-1.16-.41-.875-.117-1.336-.117h-2.016v5.39h2.38z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiVisualbasic as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiVisualstudioProps = 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 = '#5C2D91';
22
-
23
- const SiVisualstudio: IconType = React.forwardRef<SVGSVGElement, SiVisualstudioProps>(function SiVisualstudio({title = 'Visual Studio', 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='M17.583.063a1.5 1.5 0 00-1.032.392 1.5 1.5 0 00-.001 0A.88.88 0 0016.5.5L8.528 9.316 3.875 5.5l-.407-.35a1 1 0 00-1.024-.154 1 1 0 00-.012.005l-1.817.75a1 1 0 00-.077.036 1 1 0 00-.047.028 1 1 0 00-.038.022 1 1 0 00-.048.034 1 1 0 00-.03.024 1 1 0 00-.044.036 1 1 0 00-.036.033 1 1 0 00-.032.035 1 1 0 00-.033.038 1 1 0 00-.035.044 1 1 0 00-.024.034 1 1 0 00-.032.05 1 1 0 00-.02.035 1 1 0 00-.024.05 1 1 0 00-.02.045 1 1 0 00-.016.044 1 1 0 00-.016.047 1 1 0 00-.015.055 1 1 0 00-.01.04 1 1 0 00-.008.054 1 1 0 00-.006.05A1 1 0 000 6.668v10.666a1 1 0 00.615.917l1.817.764a1 1 0 001.035-.164l.408-.35 4.653-3.815 7.973 8.815a1.5 1.5 0 00.072.065 1.5 1.5 0 00.057.05 1.5 1.5 0 00.058.042 1.5 1.5 0 00.063.044 1.5 1.5 0 00.065.038 1.5 1.5 0 00.065.036 1.5 1.5 0 00.068.031 1.5 1.5 0 00.07.03 1.5 1.5 0 00.073.025 1.5 1.5 0 00.066.02 1.5 1.5 0 00.08.02 1.5 1.5 0 00.068.014 1.5 1.5 0 00.075.01 1.5 1.5 0 00.075.008 1.5 1.5 0 00.073.003 1.5 1.5 0 00.077 0 1.5 1.5 0 00.078-.005 1.5 1.5 0 00.067-.007 1.5 1.5 0 00.087-.015 1.5 1.5 0 00.06-.012 1.5 1.5 0 00.08-.022 1.5 1.5 0 00.068-.02 1.5 1.5 0 00.07-.028 1.5 1.5 0 00.09-.037l4.944-2.377a1.5 1.5 0 00.476-.362 1.5 1.5 0 00.09-.112 1.5 1.5 0 00.004-.007 1.5 1.5 0 00.08-.125 1.5 1.5 0 00.062-.12 1.5 1.5 0 00.009-.017 1.5 1.5 0 00.04-.108 1.5 1.5 0 00.015-.037 1.5 1.5 0 00.03-.107 1.5 1.5 0 00.009-.037 1.5 1.5 0 00.017-.1 1.5 1.5 0 00.008-.05 1.5 1.5 0 00.006-.09 1.5 1.5 0 00.004-.08V3.942a1.5 1.5 0 000-.003 1.5 1.5 0 000-.032 1.5 1.5 0 00-.01-.15 1.5 1.5 0 00-.84-1.17L18.206.21a1.5 1.5 0 00-.622-.146zM18 6.92v10.163l-6.198-5.08zM3 8.574l3.099 3.427-3.1 3.426z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiVisualstudio as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiVisualstudioappcenterProps = 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 = '#CB2E6D';
22
-
23
- const SiVisualstudioappcenter: IconType = React.forwardRef<SVGSVGElement, SiVisualstudioappcenterProps>(function SiVisualstudioappcenter({title = 'Visual Studio App Center', 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='M18 0v20.625L0 17.94 18 24l6-2.497V2.498L18 0Zm-6.3 5.445L7.8 8.04V4.223h-.09l-2.063-.634L1.5 6.99v1.594l2.685 1.747L1.5 12.079v1.594l4.148 3.408L7.8 16.44v-3.818l3.9 2.595 3.3-1.016v-7.74l-3.3-1.016Zm-6.285 6.161v3.233L2.79 13.001l2.625-1.395Zm6.585.833-4.245-2.108L12 8.224v4.215ZM2.79 7.695l2.625-1.837V9.09L2.79 7.695Z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiVisualstudioappcenter as default, defaultColor };
45
-
@@ -1,45 +0,0 @@
1
-
2
- import * as React from 'react';
3
-
4
- import { IconType } from '../types';
5
-
6
- type SiVisualstudiocodeProps = 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 = '#007ACC';
22
-
23
- const SiVisualstudiocode: IconType = React.forwardRef<SVGSVGElement, SiVisualstudiocodeProps>(function SiVisualstudiocode({title = 'Visual Studio Code', 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='M23.15 2.587L18.21.21a1.494 1.494 0 0 0-1.705.29l-9.46 8.63-4.12-3.128a.999.999 0 0 0-1.276.057L.327 7.261A1 1 0 0 0 .326 8.74L3.899 12 .326 15.26a1 1 0 0 0 .001 1.479L1.65 17.94a.999.999 0 0 0 1.276.057l4.12-3.128 9.46 8.63a1.492 1.492 0 0 0 1.704.29l4.942-2.377A1.5 1.5 0 0 0 24 20.06V3.939a1.5 1.5 0 0 0-.85-1.352zm-5.146 14.861L10.826 12l7.178-5.448v10.896z' />
40
- </svg>
41
- );
42
- });
43
-
44
- export { SiVisualstudiocode as default, defaultColor };
45
-