@icons-pack/react-simple-icons 12.8.0 → 12.9.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.
- package/README.md +1 -1
- package/icons/SiActigraph.cjs +2 -2
- package/icons/SiActigraph.d.ts +1 -1
- package/icons/SiActigraph.mjs +2 -2
- package/icons/SiAntennapod.cjs +51 -0
- package/icons/SiAntennapod.d.ts +4 -0
- package/icons/SiAntennapod.mjs +27 -0
- package/icons/SiBackstageCasting.cjs +51 -0
- package/icons/SiBackstageCasting.d.ts +4 -0
- package/icons/SiBackstageCasting.mjs +27 -0
- package/icons/SiBrandfetch.cjs +51 -0
- package/icons/SiBrandfetch.d.ts +4 -0
- package/icons/SiBrandfetch.mjs +27 -0
- package/icons/SiCrunchyroll.cjs +2 -2
- package/icons/SiCrunchyroll.d.ts +1 -1
- package/icons/SiCrunchyroll.mjs +2 -2
- package/icons/SiDmm.cjs +51 -0
- package/icons/SiDmm.d.ts +4 -0
- package/icons/SiDmm.mjs +27 -0
- package/icons/SiEverydotorg.cjs +51 -0
- package/icons/SiEverydotorg.d.ts +4 -0
- package/icons/SiEverydotorg.mjs +27 -0
- package/icons/SiFormbricks.cjs +51 -0
- package/icons/SiFormbricks.d.ts +4 -0
- package/icons/SiFormbricks.mjs +27 -0
- package/icons/SiFreetube.cjs +51 -0
- package/icons/SiFreetube.d.ts +4 -0
- package/icons/SiFreetube.mjs +27 -0
- package/icons/SiFrigate.cjs +51 -0
- package/icons/SiFrigate.d.ts +4 -0
- package/icons/SiFrigate.mjs +27 -0
- package/icons/SiGimp.cjs +2 -2
- package/icons/SiGimp.d.ts +1 -1
- package/icons/SiGimp.mjs +2 -2
- package/icons/SiGooglelens.cjs +1 -1
- package/icons/SiGooglelens.mjs +1 -1
- package/icons/SiGoogletv.cjs +51 -0
- package/icons/SiGoogletv.d.ts +4 -0
- package/icons/SiGoogletv.mjs +27 -0
- package/icons/SiGsma.cjs +51 -0
- package/icons/SiGsma.d.ts +4 -0
- package/icons/SiGsma.mjs +27 -0
- package/icons/SiHaveibeenpwned.cjs +2 -2
- package/icons/SiHaveibeenpwned.d.ts +1 -1
- package/icons/SiHaveibeenpwned.mjs +2 -2
- package/icons/SiHbomax.cjs +51 -0
- package/icons/SiHbomax.d.ts +4 -0
- package/icons/SiHbomax.mjs +27 -0
- package/icons/SiJdoodle.cjs +51 -0
- package/icons/SiJdoodle.d.ts +4 -0
- package/icons/SiJdoodle.mjs +27 -0
- package/icons/SiKdeneon.cjs +51 -0
- package/icons/SiKdeneon.d.ts +4 -0
- package/icons/SiKdeneon.mjs +27 -0
- package/icons/SiNetim.cjs +51 -0
- package/icons/SiNetim.d.ts +4 -0
- package/icons/SiNetim.mjs +27 -0
- package/icons/SiNewpipe.cjs +51 -0
- package/icons/SiNewpipe.d.ts +4 -0
- package/icons/SiNewpipe.mjs +27 -0
- package/icons/SiNhost.cjs +51 -0
- package/icons/SiNhost.d.ts +4 -0
- package/icons/SiNhost.mjs +27 -0
- package/icons/SiNotebooklm.cjs +51 -0
- package/icons/SiNotebooklm.d.ts +4 -0
- package/icons/SiNotebooklm.mjs +27 -0
- package/icons/SiOpencritic.cjs +51 -0
- package/icons/SiOpencritic.d.ts +4 -0
- package/icons/SiOpencritic.mjs +27 -0
- package/icons/SiPremid.cjs +51 -0
- package/icons/SiPremid.d.ts +4 -0
- package/icons/SiPremid.mjs +27 -0
- package/icons/SiRadiofrance.cjs +51 -0
- package/icons/SiRadiofrance.d.ts +4 -0
- package/icons/SiRadiofrance.mjs +27 -0
- package/icons/SiSimplelocalize.cjs +51 -0
- package/icons/SiSimplelocalize.d.ts +4 -0
- package/icons/SiSimplelocalize.mjs +27 -0
- package/icons/SiSwisscows.cjs +51 -0
- package/icons/SiSwisscows.d.ts +4 -0
- package/icons/SiSwisscows.mjs +27 -0
- package/icons/SiTidal.cjs +1 -1
- package/icons/SiTidal.mjs +1 -1
- package/icons/SiWindsurf.cjs +51 -0
- package/icons/SiWindsurf.d.ts +4 -0
- package/icons/SiWindsurf.mjs +27 -0
- package/index.cjs +69 -0
- package/index.d.ts +23 -0
- package/index.mjs +23 -0
- package/package.json +2 -2
- package/src/icons/SiActigraph.tsx +2 -2
- package/src/icons/SiAntennapod.tsx +45 -0
- package/src/icons/SiBackstageCasting.tsx +45 -0
- package/src/icons/SiBrandfetch.tsx +45 -0
- package/src/icons/SiCrunchyroll.tsx +2 -2
- package/src/icons/SiDmm.tsx +45 -0
- package/src/icons/SiEverydotorg.tsx +45 -0
- package/src/icons/SiFormbricks.tsx +45 -0
- package/src/icons/SiFreetube.tsx +45 -0
- package/src/icons/SiFrigate.tsx +45 -0
- package/src/icons/SiGimp.tsx +2 -2
- package/src/icons/SiGooglelens.tsx +1 -1
- package/src/icons/SiGoogletv.tsx +45 -0
- package/src/icons/SiGsma.tsx +45 -0
- package/src/icons/SiHaveibeenpwned.tsx +2 -2
- package/src/icons/SiHbomax.tsx +45 -0
- package/src/icons/SiJdoodle.tsx +45 -0
- package/src/icons/SiKdeneon.tsx +45 -0
- package/src/icons/SiNetim.tsx +45 -0
- package/src/icons/SiNewpipe.tsx +45 -0
- package/src/icons/SiNhost.tsx +45 -0
- package/src/icons/SiNotebooklm.tsx +45 -0
- package/src/icons/SiOpencritic.tsx +45 -0
- package/src/icons/SiPremid.tsx +45 -0
- package/src/icons/SiRadiofrance.tsx +45 -0
- package/src/icons/SiSimplelocalize.tsx +45 -0
- package/src/icons/SiSwisscows.tsx +45 -0
- package/src/icons/SiTidal.tsx +1 -1
- package/src/icons/SiWindsurf.tsx +45 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiSimplelocalizeProps = 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 = '#222B33';
|
|
22
|
+
|
|
23
|
+
const SiSimplelocalize: IconType = React.forwardRef<SVGSVGElement, SiSimplelocalizeProps>(function SiSimplelocalize({title = 'SimpleLocalize', 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='M9.62 1.5q1.63 0 3.017.834a6.1 6.1 0 0 1 2.175 2.197 3.5 3.5 0 0 1 1.988-.606q1.5 0 2.55 1.06 1.05 1.062 1.05 2.577a4 4 0 0 1-.225 1.327q1.65.34 2.738 1.667Q24 11.882 24 13.625q0 1.326-.637 2.444a4.7 4.7 0 0 1-1.666 1.715c-1.966 1.409-6.07 3.414-11.223 4.683-1.866.459 3.785-3.98.853-3.98q-.15 0-.24-.011L5.4 18.475a5.17 5.17 0 0 1-2.7-.74 5.53 5.53 0 0 1-1.969-1.99A5.3 5.3 0 0 1 0 13.02q0-1.78 1.013-3.183T3.6 7.866v-.303a6 6 0 0 1 .806-3.032A6 6 0 0 1 6.6 2.315 5.86 5.86 0 0 1 9.62 1.5' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiSimplelocalize as default, defaultColor };
|
|
45
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiSwisscowsProps = React.ComponentPropsWithoutRef<'svg'> & {
|
|
7
|
+
/**
|
|
8
|
+
* The title provides an accessible short text description to the SVG
|
|
9
|
+
*/
|
|
10
|
+
title?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Hex color or color name or "default" to use the default hex for each icon
|
|
13
|
+
*/
|
|
14
|
+
color?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The size of the Icon.
|
|
17
|
+
*/
|
|
18
|
+
size?: string | number;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const defaultColor = '#000000';
|
|
22
|
+
|
|
23
|
+
const SiSwisscows: IconType = React.forwardRef<SVGSVGElement, SiSwisscowsProps>(function SiSwisscows({title = 'Swisscows', 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.591 24 .282-1.45c-.065-1.365-.279-2.682-.803-3.86.393-.62.534-1.683.647-2.793l-1.646-2.71c-.048.01-.29-.232-.414-.402l-.178.014c-2.661.191-2.711-2.508-2.336-4.563.366-1.395-1.782-.603-1.604-.69C.384 7.11.912 6.401 1.565 6.16c.243.205 1.32.383 1.023 2.016-.547.956-.069 5.358 2.807 3.28l.427-.623c1.247-.748 2.092-1.235 3.698-1.872.49-.624 1.552-1.964 1.804-2.208.06-.06.375-.321.818-.61.696-.909 1.407-2.59 1.34-3.29-.315.275-.648.576-1.059-.077-.324-.517.447-1.06 1.186-.969l.038-.044C13.133.984 14.74-.334 14.757.078c-.376.322-.737.69-.455 1.283.438-.34.823-.367 1.207-.223l.393.148c1.299.275 2.79-.919 2.818.023l.01.331c-.205.174-.46.332-.75.479.241.018.528-.06.76-.16l.008.302-.502.46c-.442.67-.985 1.327-1.641 1.783.018.101.015.291.013.527a5.747 5.747 0 0 0 2.243-.244l-.013-.022c-.212-.346.047-1.057.378-1.418.098-.108.298-.144.373-.177l1.038.95c-.024.145-.04.26-.115.343-.445.488-1.154.735-1.531.46-.635.74-1.36 1.253-2.253 1.477.016.062.035.121.056.179.125.151.225.318.292.504.092.185.166.359.227.526.632-.047 1.195-.021 2.117-.138l2.343.74 1.715.52-.994.54-.937-.46c-.73-.147-1.398.411-2.313-.13-.185.081-.397.198-.63.338.397.129.832.286 1.433.444l1.462 2.43.598 1.389-1.047-.258-.143-.904c-.685-1.147-1.351-1.054-1.98-1.493-.51.12-1.168.345-1.862.557-.367.685-.838 1.46-1.548 2.084l-2.51 1.248a1.815 1.815 0 0 1 .08.291c.352.16.722.454.395.624a.786.786 0 0 1-.415.065 2.015 2.015 0 0 1-.022.085c.265.232.465.535.146.617-.137.036-.29.01-.444-.039-.03.039-.062.076-.095.111.143.32.196.67-.125.614-.145-.025-.28-.118-.404-.233a2.155 2.155 0 0 1-.042.019c.046.371-.008.789-.313.616-.164-.093-.276-.283-.363-.481-.04 0-.079-.002-.118-.005-.27.67-.628 1.303-1.042 1.793l2.073.469.742.73-1.092.54-.396-.846c-.724.027-2.172.082-2.207.02a59.342 59.342 0 0 1-.496-1.435c-.285.242-.603.49-.958.744-.028 1.49-.382 2.68-.473 3.688.203.412.197.845.262 1.262zM17.883 5.432c-.542.068-.944.05-1.263-.02.005.227.02.47.058.706a5.206 5.206 0 0 0 1.205-.686z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiSwisscows as default, defaultColor };
|
|
45
|
+
|
package/src/icons/SiTidal.tsx
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
|
|
21
21
|
const defaultColor = '#000000';
|
|
22
22
|
|
|
23
|
-
const SiTidal: IconType = React.forwardRef<SVGSVGElement, SiTidalProps>(function SiTidal({title = '
|
|
23
|
+
const SiTidal: IconType = React.forwardRef<SVGSVGElement, SiTidalProps>(function SiTidal({title = 'TIDAL', color = 'currentColor', size = 24, ...others }, ref) {
|
|
24
24
|
if (color === 'default') {
|
|
25
25
|
color = defaultColor;
|
|
26
26
|
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
import { IconType } from '../types';
|
|
5
|
+
|
|
6
|
+
type SiWindsurfProps = 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 = '#0B100F';
|
|
22
|
+
|
|
23
|
+
const SiWindsurf: IconType = React.forwardRef<SVGSVGElement, SiWindsurfProps>(function SiWindsurf({title = 'Windsurf', 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.55 5.067c-1.2038-.002-2.1806.973-2.1806 2.1765v4.8676c0 .972-.8035 1.7594-1.7597 1.7594-.568 0-1.1352-.286-1.4718-.7659l-4.9713-7.1003c-.4125-.5896-1.0837-.941-1.8103-.941-1.1334 0-2.1533.9635-2.1533 2.153v4.8957c0 .972-.7969 1.7594-1.7596 1.7594-.57 0-1.1363-.286-1.4728-.7658L.4076 5.1598C.2822 4.9798 0 5.0688 0 5.2882v4.2452c0 .2147.0656.4228.1884.599l5.4748 7.8183c.3234.462.8006.8052 1.3509.9298 1.3771.313 2.6446-.747 2.6446-2.0977v-4.893c0-.972.7875-1.7593 1.7596-1.7593h.003a1.798 1.798 0 0 1 1.4718.7658l4.9723 7.0994c.4135.5905 1.05.941 1.8093.941 1.1587 0 2.1515-.9645 2.1515-2.153v-4.8948c0-.972.7875-1.7594 1.7596-1.7594h.194a.22.22 0 0 0 .2204-.2202v-4.622a.22.22 0 0 0-.2203-.2203Z' />
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
export { SiWindsurf as default, defaultColor };
|
|
45
|
+
|