@iconify-svelte/simple-icons 1.0.12 → 1.0.13
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/components/a/anichart.svelte +10 -0
- package/components/a/apachepdfbox.svelte +10 -0
- package/components/e/effect.svelte +10 -0
- package/components/f/flower.svelte +10 -0
- package/components/n/niri.svelte +10 -0
- package/components/o/odido.svelte +10 -0
- package/components/o/omarchy.svelte +10 -0
- package/components/p/pipecat.svelte +10 -0
- package/components/r/readthedocs.svelte +2 -2
- package/components/r/reflex.svelte +10 -0
- package/components/s/sanity.svelte +2 -2
- package/components/s/scan.svelte +10 -0
- package/css/b/beablq.css +4 -0
- package/css/b/bxys1wii.css +4 -0
- package/css/g/g18k-eb.css +4 -0
- package/css/m/mrwhghbh.css +4 -0
- package/css/o/oexk_ebm.css +4 -0
- package/css/o/otgaq2ub.css +4 -0
- package/css/r/r2drn0bb.css +4 -0
- package/css/s/s9ppn5by.css +4 -0
- package/css/s/s_lpyv8o.css +4 -0
- package/css/w/wmfbunbt.css +4 -0
- package/css/x/xbgg6ccu.css +4 -0
- package/css/y/yalavabw.css +4 -0
- package/iconify.json +3 -3
- package/package.json +41 -1
- package/css/c/cmh956bq.css +0 -4
- package/css/y/y2qb10sq.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r2drn0bb.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="r2drn0bb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:anichart" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/x/xbgg6ccu.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xbgg6ccu"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:apachepdfbox" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/bxys1wii.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="bxys1wii"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:effect" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/y/yalavabw.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="yalavabw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:flower" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/otgaq2ub.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="otgaq2ub"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:niri" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/o/oexk_ebm.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oexk_ebm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:odido" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/g18k-eb.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g18k-eb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:omarchy" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/m/mrwhghbh.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="mrwhghbh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:pipecat" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/s9ppn5by.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="s9ppn5by"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:readthedocs" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/b/beablq.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="beablq"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:reflex" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/s_lpyv8o.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="s_lpyv8o"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:sanity" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wmfbunbt.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wmfbunbt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:scan" {...props}></Icon>
|
package/css/b/beablq.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bxys1wii {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M11.846.007a.8.8 0 0 0-.312.103L.454 6.346a.8.8 0 0 0-.397.855a.8.8 0 0 0 .408.78L3.99 9.976L1.033 11.64a.76.76 0 0 0-.374.838c-.033.265.07.541.378.715l10.546 5.967a.8.8 0 0 0 .61.073a.8.8 0 0 0 .27-.094l10.548-5.968c.31-.175.412-.454.376-.72a.76.76 0 0 0-.383-.79l-3.01-1.693l3.554-2.012a.8.8 0 0 0 .399-.836a.8.8 0 0 0-.412-.753L12.455.13a.8.8 0 0 0-.28-.097a.8.8 0 0 0-.227-.033m6.482 10.853l2.78 1.566l-9.205 5.21l-9.21-5.213l2.76-1.554l5.99 3.387a.83.83 0 0 0 .638.076a.8.8 0 0 0 .285-.098zm3.572 6.03a.75.75 0 0 0-.35.098l-9.67 5.47l-9.635-5.45a.75.75 0 0 0-1.01.267a.717.717 0 0 0 .27.99l9.976 5.644a.75.75 0 0 0 .372.098c.079 0 .294-.026.46-.117l9.978-5.645a.716.716 0 0 0 .27-.99a.75.75 0 0 0-.661-.364");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mrwhghbh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M3.309 5.116a.87.87 0 0 1 .958.24L7.369 8.89h9.262l3.102-3.536a.867.867 0 0 1 1.52.573v7.807H24v1.735h-4.482V8.232l-1.842 2.099a.87.87 0 0 1-.652.295H6.976a.87.87 0 0 1-.652-.295l-1.842-2.1v7.239H0v-1.735h2.747V5.928c0-.362.224-.685.562-.812m16.209 12.089H24v1.735h-4.482zM0 17.205h4.482v1.735H0zm9.253-2.892a1.157 1.157 0 1 1-2.314 0a1.157 1.157 0 0 1 2.314 0m7.807 0a1.157 1.157 0 1 1-2.313 0a1.157 1.157 0 0 1 2.313 0");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oexk_ebm {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M20.923 15.077a3.077 3.077 0 1 0 0-6.154a3.077 3.077 0 0 0 0 6.154m-17.846 0a3.077 3.077 0 1 0 0-6.154a3.077 3.077 0 0 0 0 6.154m3.692 0a3.077 3.077 0 0 0 0-6.154zm10.462 0a3.077 3.077 0 0 1 0-6.154zm-3.693-6.154h-3.077v6.154h3.077z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.otgaq2ub {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16.239 21.913c0 1.043-.522 2.087-4.174 2.087s-4.174-1.044-4.174-2.087c0-1.566 1.044-2.609 4.174-2.609s4.174 1.043 4.174 2.609M7.89 0c2.087 0 10.435 6.26 10.435 11.478c0 3.521-1.65 5.062-3.095 5.736c-1.094.511-1.397-.17-.789-1.218c.41-.705.753-1.557.753-2.431c0-1.565-.521-2.609-1.565-3.652c-1.043-1.044-2.384-1.565-3.13-1.565c-1.044 0-1.565 3.067-1.565 4.695c0 1.298.387 2.466.776 3.313c.367.799.06 1.347-.764 1.045c-.899-.331-1.978-.984-2.621-2.271c-1.044-2.087-.522-5.09-.522-7.826C5.804 3.13 5.804 0 7.891 0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.r2drn0bb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M17.293 2.951a9 9 0 0 0-5.162 1.62l1.572 4.483a4.68 4.68 0 0 1 3.596-1.706c1.068 0 2.113.364 2.935 1.045c.51.41.957.487 1.468.07l1.837-1.438c.552-.44.622-.98.135-1.467a9.12 9.12 0 0 0-6.38-2.607M6.3 3.127L0 21.05h4.89l1.068-3.1h5.33l1.04 3.1h4.871L10.92 3.127Zm2.3 5.882l1.674 4.966h-3.2Zm12.386 6.318c-.272-.014-.544.103-.845.327c-.81.646-1.808.98-2.841.98q-.502 0-.976-.102l1.58 4.508a9.13 9.13 0 0 0 5.583-2.421c.517-.494.446-1.057-.058-1.497l-1.797-1.515c-.223-.18-.434-.27-.646-.28");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s9ppn5by {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M10.806 11.568a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.66c1.917.155 4.09-.137 4.09-.137c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65 0 0 0-.285-.03m0-2.85a.573.573 0 0 0-.076 1.123s1.403.465 3.788.66c1.917.155 4.09-.136 4.09-.136c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6 0 0 0-.285-.03M6.81 0C3.812.021 2.693.941 2.693.941v22.39s1.09-.943 4.602-.799s4.234 1.378 8.55 1.46q.366.008.702.008c3.732 0 4.699-.668 4.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122 7.43.008A34 34 0 0 0 6.81 0m2.508 1.46s1.815.6 5.173.77c2.837.138 5.678-.28 5.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718 1.105 0 1.157c0 0-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0 0 .852-.45 2.043-.57c.688-.07 1.625-.076 1.625-.076m-.557 2.863c.32-.008.56 0 .56 0a.58.58 0 0 1 .001 1.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0 0 .852-.45 2.043-.57c.334-.038.74-.059 1.06-.067m.557 2.85c.71.06.71 1.097 0 1.156c0 0-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0 0 .853-.452 2.044-.57c.684-.064 1.62-.06 1.62-.06");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.s_lpyv8o {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m23.327 15.205l-.893-1.555l-4.321 2.632l4.799-6.11l.726-.426l-.179-.27l.33-.421l-1.515-1.261l-.693.883l-13.992 8.186l5.173-6.221l9.636-5.282l-.915-1.769l-5.248 2.876l2.584-3.106l-1.481-1.305l-5.816 6.994l-5.777 3.168l4.423-5.847l2.771-1.442l-.88-1.789l-8.075 4.203L6.186 4.43L4.648 3.198L0 9.349l.072.058l.868 1.768l5.153-2.683l-4.696 6.207l.77.617l.458.885l5.425-2.974l-5.974 7.185l1.481 1.304l.297-.358l14.411-8.459l-4.785 6.094l.078.065l-.007.005l.992 1.726l6.364-3.877l-2.451 3.954l1.642 1.077L24 15.648z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wmfbunbt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23.363 9.13a5.8 5.8 0 0 1 0 5.285l-3.376 5.948a6.11 6.11 0 0 1-4.603 2.853h-6.76a6.09 6.09 0 0 1-4.605-2.83l-3.384-6.03a5.8 5.8 0 0 1 0-5.276l3.384-5.806A5.73 5.73 0 0 1 8.623.784h6.76a5.74 5.74 0 0 1 4.605 2.49zm-14.47 5.94a2.22 2.22 0 0 0-1.542.73a5.41 5.41 0 0 0 4.43 2.44a4.305 4.305 0 0 0 4.886-3.716c.124-3.02-2.04-3.834-4.264-4.248c-1.12-.232-2.207-.382-2.207-1.427c0-.888.946-1.26 1.95-1.26a2.49 2.49 0 0 1 2.132 1.21l2.182-1.46a4.98 4.98 0 0 0-4.314-2.256c-2.298 0-4.513 1.27-4.662 3.683c0 2.821 2.04 3.759 4.048 4.066c1.319.183 2.489.43 2.489 1.535c0 1.302-1.012 1.6-2.15 1.6c-1.658 0-1.658-.88-2.92-.88");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.xbgg6ccu {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22.335 1.88c.016.798.11 1.587.275 2.357c.163.754.398 1.502.803 2.173q.223.37.507.695a.48.48 0 0 1 .04.452a877 877 0 0 0-6.825 1.99A841 841 0 0 0 10.31 11.6a.26.26 0 0 1 .033-.174a.27.27 0 0 1 .213-.132l11.41-4.388a14.7 14.7 0 0 1-.344-2.5a14.7 14.7 0 0 1 .085-2.478a.33.33 0 0 1 .367-.262a.32.32 0 0 1 .259.217zm-1.463-1q-.015 0-.03.004L5.564 1.94c-.436.03-.823.284-1.033.667c-.292.53-.197 1.187.246 1.585c.12.108.262.189.377.301a1 1 0 0 1 .215.313a4 4 0 0 1 .718 4.12a3.8 3.8 0 0 1-.89 1.334l-3.1-.676l1.963-4.87a.24.24 0 0 0-.117-.357a.23.23 0 0 0-.296.13L1.313 9.405l-.495-.182a.3.3 0 0 0-.242.077a.3.3 0 0 0-.091.171L0 17.444a.36.36 0 0 0 .546-.017a27 27 0 0 0 .978-6.876l5.724.642a.65.65 0 0 0 .322.057a.66.66 0 0 0 .322-.115a407 407 0 0 1 5.266-2.387A416 416 0 0 1 18.42 6.45a.28.28 0 0 1 .204.115a.28.28 0 0 1 .04.254a4.3 4.3 0 0 0-.841 1.045l.015.042q.02.054.052.101a.284.284 0 0 0 .419.036a4.02 4.02 0 0 1 2.729-1.335a.4.4 0 0 0 .186-.313a.4.4 0 0 0-.066-.244a1.13 1.13 0 0 1-.851-.306l.821-3.284a.68.68 0 0 0-.523-.244a133 133 0 0 1-13.428.51a.213.213 0 0 1-.233-.28a.19.19 0 0 1 .177-.127l13.524-1.095a1.2 1.2 0 0 0 .242-.134c.061-.043.125-.1.124-.182a.134.134 0 0 0-.133-.13zm-.992 2.355a.2.2 0 0 1 .134.17l-.545 1.486a1.97 1.97 0 0 1-.848.615L7.66 7.971l-.883-3.397l13.1-1.34Zm3.934 9.212L8.738 23.122l-8.565-3.23a11.7 11.7 0 0 0 2.872-1.147a11.88 11.88 0 0 0 5.393-6.456a.49.49 0 0 1 .557-.23a.48.48 0 0 1 .35.431l-.15 7.906l14.08-8.154a.42.42 0 0 1 .317-.003a.42.42 0 0 1 .224.204zm-.055-4.115l.005 3.291a.29.29 0 0 1-.26.2a.29.29 0 0 1-.29-.2l.054-3.343a.243.243 0 0 1 .245-.211a.25.25 0 0 1 .245.262z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.yalavabw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m18.938 5.31l-.647-2.263l-1.094-.28l-.062-1.11L15.318.514l-1.036.274l-.69-.788h-2.175l-.619.788L9.751.372l-1.754.764L7.61 2.22l-1.347.067l-1.066 2.325l.68 1.125l-.63.96l.29 2.03l1.251.415l.012 1.302l1.937 1.119l.908-.284l.66.816v4.973H9.24v-.578H7.037v1.162H9.23v.579h1.075v3.517H5.062v1.162H7.42V24h6.929v-1.09h2.262v-1.162h-5.147v-4.626h1.624v-.927h-1.624v-4.097h1.286l.76-.74l.84.336l2.098-.76l.202-1.238l1.266-.13l.83-2.043l-.535-1.166Zm-1.453 2.243l-.377.928l-1.455.15l-.237 1.442l-1.045.377l-1.128-.452l-.963.937h-1.42l-.808-1l-1.176.367l-.921-.532L7.94 8.3l-1.356-.448l-.126-.88l.792-1.208l-.742-1.227l.515-1.124l1.42-.071l.477-1.34l.852-.372l1.403.558l.806-1.027h1.082l.818.934l1.244-.329l.881.554l.077 1.36l1.274.326l.31 1.09l-.789 1.143zm-1.615 7.476h-2.783v1.163h2.783zM11.04 3.715l-1.036 1.038v1.87l1.049 1.037l2.975-.035l1.02-1.01l.046-1.834l-1.037-1.066Zm2.86 2.403l-.354.349l-2.023.024l-.36-.356v-.903l.357-.357h2.047l.354.364z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3379,
|
|
6
|
+
"version": "16.5.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1768114275
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.13",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -746,6 +746,10 @@
|
|
|
746
746
|
"types": "./types/gfwqskkx.d.ts",
|
|
747
747
|
"svelte": "./components/a/angularuniversal.svelte"
|
|
748
748
|
},
|
|
749
|
+
"./anichart": {
|
|
750
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
751
|
+
"svelte": "./components/a/anichart.svelte"
|
|
752
|
+
},
|
|
749
753
|
"./anilist": {
|
|
750
754
|
"types": "./types/gfwqskkx.d.ts",
|
|
751
755
|
"svelte": "./components/a/anilist.svelte"
|
|
@@ -930,6 +934,10 @@
|
|
|
930
934
|
"types": "./types/gfwqskkx.d.ts",
|
|
931
935
|
"svelte": "./components/a/apacheparquet.svelte"
|
|
932
936
|
},
|
|
937
|
+
"./apachepdfbox": {
|
|
938
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
939
|
+
"svelte": "./components/a/apachepdfbox.svelte"
|
|
940
|
+
},
|
|
933
941
|
"./apachepulsar": {
|
|
934
942
|
"types": "./types/gfwqskkx.d.ts",
|
|
935
943
|
"svelte": "./components/a/apachepulsar.svelte"
|
|
@@ -3746,6 +3754,10 @@
|
|
|
3746
3754
|
"types": "./types/gfwqskkx.d.ts",
|
|
3747
3755
|
"svelte": "./components/e/edx.svelte"
|
|
3748
3756
|
},
|
|
3757
|
+
"./effect": {
|
|
3758
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3759
|
+
"svelte": "./components/e/effect.svelte"
|
|
3760
|
+
},
|
|
3749
3761
|
"./egghead": {
|
|
3750
3762
|
"types": "./types/gfwqskkx.d.ts",
|
|
3751
3763
|
"svelte": "./components/e/egghead.svelte"
|
|
@@ -4378,6 +4390,10 @@
|
|
|
4378
4390
|
"types": "./types/gfwqskkx.d.ts",
|
|
4379
4391
|
"svelte": "./components/f/floorp.svelte"
|
|
4380
4392
|
},
|
|
4393
|
+
"./flower": {
|
|
4394
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4395
|
+
"svelte": "./components/f/flower.svelte"
|
|
4396
|
+
},
|
|
4381
4397
|
"./fluentbit": {
|
|
4382
4398
|
"types": "./types/gfwqskkx.d.ts",
|
|
4383
4399
|
"svelte": "./components/f/fluentbit.svelte"
|
|
@@ -8614,6 +8630,10 @@
|
|
|
8614
8630
|
"types": "./types/gfwqskkx.d.ts",
|
|
8615
8631
|
"svelte": "./components/n/nintendoswitch.svelte"
|
|
8616
8632
|
},
|
|
8633
|
+
"./niri": {
|
|
8634
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8635
|
+
"svelte": "./components/n/niri.svelte"
|
|
8636
|
+
},
|
|
8617
8637
|
"./nissan": {
|
|
8618
8638
|
"types": "./types/gfwqskkx.d.ts",
|
|
8619
8639
|
"svelte": "./components/n/nissan.svelte"
|
|
@@ -8846,6 +8866,10 @@
|
|
|
8846
8866
|
"types": "./types/gfwqskkx.d.ts",
|
|
8847
8867
|
"svelte": "./components/o/oculus.svelte"
|
|
8848
8868
|
},
|
|
8869
|
+
"./odido": {
|
|
8870
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8871
|
+
"svelte": "./components/o/odido.svelte"
|
|
8872
|
+
},
|
|
8849
8873
|
"./odin": {
|
|
8850
8874
|
"types": "./types/gfwqskkx.d.ts",
|
|
8851
8875
|
"svelte": "./components/o/odin.svelte"
|
|
@@ -8886,6 +8910,10 @@
|
|
|
8886
8910
|
"types": "./types/gfwqskkx.d.ts",
|
|
8887
8911
|
"svelte": "./components/o/omadacloud.svelte"
|
|
8888
8912
|
},
|
|
8913
|
+
"./omarchy": {
|
|
8914
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8915
|
+
"svelte": "./components/o/omarchy.svelte"
|
|
8916
|
+
},
|
|
8889
8917
|
"./oneplus": {
|
|
8890
8918
|
"types": "./types/gfwqskkx.d.ts",
|
|
8891
8919
|
"svelte": "./components/o/oneplus.svelte"
|
|
@@ -9590,6 +9618,10 @@
|
|
|
9590
9618
|
"types": "./types/gfwqskkx.d.ts",
|
|
9591
9619
|
"svelte": "./components/p/pioneerdj.svelte"
|
|
9592
9620
|
},
|
|
9621
|
+
"./pipecat": {
|
|
9622
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9623
|
+
"svelte": "./components/p/pipecat.svelte"
|
|
9624
|
+
},
|
|
9593
9625
|
"./piped": {
|
|
9594
9626
|
"types": "./types/gfwqskkx.d.ts",
|
|
9595
9627
|
"svelte": "./components/p/piped.svelte"
|
|
@@ -10614,6 +10646,10 @@
|
|
|
10614
10646
|
"types": "./types/gfwqskkx.d.ts",
|
|
10615
10647
|
"svelte": "./components/r/refinedgithub.svelte"
|
|
10616
10648
|
},
|
|
10649
|
+
"./reflex": {
|
|
10650
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
10651
|
+
"svelte": "./components/r/reflex.svelte"
|
|
10652
|
+
},
|
|
10617
10653
|
"./rekaui": {
|
|
10618
10654
|
"types": "./types/gfwqskkx.d.ts",
|
|
10619
10655
|
"svelte": "./components/r/rekaui.svelte"
|
|
@@ -11146,6 +11182,10 @@
|
|
|
11146
11182
|
"types": "./types/gfwqskkx.d.ts",
|
|
11147
11183
|
"svelte": "./components/s/scaleway.svelte"
|
|
11148
11184
|
},
|
|
11185
|
+
"./scan": {
|
|
11186
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
11187
|
+
"svelte": "./components/s/scan.svelte"
|
|
11188
|
+
},
|
|
11149
11189
|
"./scania": {
|
|
11150
11190
|
"types": "./types/gfwqskkx.d.ts",
|
|
11151
11191
|
"svelte": "./components/s/scania.svelte"
|
package/css/c/cmh956bq.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.cmh956bq {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.732 0a59 59 0 0 0-4.977.218V24a63 63 0 0 1 3.619-.687q.255-.041.509-.078q.323-.05.644-.096l.205-.03zm1.18.003V22.96a61 61 0 0 1 12.333-.213V1.485A61 61 0 0 0 8.912.003m1.707 1.81h.015c3.06.088 6.125.404 9.167.95a.59.59 0 0 1 .476.686a.59.59 0 0 1-.569.484a.6.6 0 0 1-.116-.009a60.6 60.6 0 0 0-8.992-.931a.59.59 0 0 1-.573-.607a.59.59 0 0 1 .592-.572zm-4.212.028a.59.59 0 0 1 .578.565a.59.59 0 0 1-.564.614a60 60 0 0 0-2.355.144l-.04.002a.59.59 0 0 1-.595-.542a.59.59 0 0 1 .54-.635q1.2-.097 2.401-.148zm4.202 2.834h.015a61.6 61.6 0 0 1 9.167.8a.59.59 0 0 1 .488.677a.59.59 0 0 1-.602.494l-.076-.006a60.4 60.4 0 0 0-8.99-.786a.59.59 0 0 1-.584-.596a.59.59 0 0 1 .582-.583m-4.211.097a.59.59 0 0 1 .587.555a.59.59 0 0 1-.554.622q-1.18.069-2.356.184l-.04.003a.59.59 0 0 1-.603-.533a.59.59 0 0 1 .53-.644q1.2-.117 2.4-.187zM10.6 7.535h.015c3.06-.013 6.125.204 9.167.65a.59.59 0 0 1 .498.67a.59.59 0 0 1-.593.504l-.076-.006a60 60 0 0 0-8.992-.638a.59.59 0 0 1-.592-.588a.59.59 0 0 1 .573-.592m1.153 2.846a61 61 0 0 1 8.02.515a.59.59 0 0 1 .509.66a.59.59 0 0 1-.586.514l-.076-.005a60 60 0 0 0-8.99-.492a.59.59 0 0 1-.603-.577a.59.59 0 0 1 .578-.603q.573-.012 1.148-.012m1.139 2.832a61 61 0 0 1 6.871.394a.59.59 0 0 1 .52.652a.59.59 0 0 1-.577.523l-.076-.004a60 60 0 0 0-8.991-.344a.59.59 0 0 1-.61-.568a.59.59 0 0 1 .567-.611q1.147-.042 2.296-.042");
|
|
4
|
-
}
|
package/css/y/y2qb10sq.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.y2qb10sq {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M7.394 7.31a6 6 0 0 1-.833-.68c-.913-.91-1.38-2.067-1.38-3.568v-.575C6.699.929 9.039 0 11.828 0c5.394 0 8.515 2.8 9.285 6.74H16.22c-.54-1.554-1.89-2.764-4.352-2.764c-2.422 0-4.136 1.276-4.473 3.334h-.002ZM4.683 3.062c0 3.236 2.034 5.162 6.106 6.177l4.316.983c3.854.87 6.2 3.03 6.2 6.55a6.6 6.6 0 0 1-1.436 4.239c0-3.511-1.85-5.409-6.31-6.55l-4.236-.946c-3.393-.76-6.011-2.536-6.011-6.36a6.58 6.58 0 0 1 1.37-4.093ZM17.18 16.484c-.292 2.235-2.092 3.495-4.698 3.495c-2.314 0-4.048-.946-4.703-2.99H2.694C3.518 21.44 7.224 24 12.519 24c2.828 0 5.277-.87 6.85-2.439v-.55c0-1.66-.433-2.876-1.342-3.816a5.5 5.5 0 0 0-.847-.71z");
|
|
4
|
-
}
|