@iconify-svelte/simple-icons 1.0.14 → 1.0.16
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/c/convex.svelte +10 -0
- package/components/d/deezer.svelte +2 -2
- package/components/d/denodeploy.svelte +10 -0
- package/components/d/devuan.svelte +10 -0
- package/components/i/infuse.svelte +10 -0
- package/components/k/kodular.svelte +10 -0
- package/components/l/listenhub.svelte +2 -2
- package/components/n/ndi.svelte +10 -0
- package/components/o/ory.svelte +10 -0
- package/components/p/pandoc.svelte +10 -0
- package/components/r/resend.svelte +2 -2
- package/css/c/clacabcb.css +4 -0
- package/css/g/gxg8xsf.css +4 -0
- package/css/j/j2cs7ffb.css +4 -0
- package/css/k/k-em6ubn.css +4 -0
- package/css/m/mimi84be.css +4 -0
- package/css/p/ph48qgbj.css +4 -0
- package/css/q/q7klzubw.css +4 -0
- package/css/r/r12c-3bh.css +4 -0
- package/css/r/rowc7be.css +4 -0
- package/css/v/vfac9mbf.css +4 -0
- package/css/y/y7t7606c.css +4 -0
- package/iconify.json +3 -3
- package/package.json +33 -1
- package/css/f/f49jvqyt.css +0 -4
- package/css/o/ovqg8-cb.css +0 -4
- package/css/z/zbsm0e-o.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/r12c-3bh.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="r12c-3bh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:convex" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/j2cs7ffb.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="j2cs7ffb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:deezer" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/q/q7klzubw.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="q7klzubw"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:denodeploy" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/ph48qgbj.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ph48qgbj"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:devuan" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/k/k-em6ubn.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="k-em6ubn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:infuse" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/r/rowc7be.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="rowc7be"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:kodular" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/y7t7606c.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="y7t7606c"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:listenhub" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/clacabcb.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="clacabcb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:ndi" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/g/gxg8xsf.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="gxg8xsf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:ory" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/v/vfac9mbf.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="vfac9mbf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:pandoc" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/m/mimi84be.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="mimi84be"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="simple-icons:resend" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.clacabcb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 6.78v10.438h2.565V12.81c0-.275.165-.47.43-.47c.221 0 .371.124.624.511l2.756 4.368h2.798V6.781H6.61v4.465c0 .275-.166.47-.43.47c-.222 0-.373-.123-.625-.511L2.798 6.78Zm9.798 0v10.438h4.127c2.982 0 5.393-2.35 5.393-5.226s-2.425-5.211-5.39-5.211zm10.077 0v10.438h2.564V6.781Zm-7.177 2.35h1.066c1.69 0 2.922 1.216 2.922 2.846c0 1.673-1.231 2.89-2.922 2.89h-1.066a.336.336 0 0 1-.335-.336V9.466c0-.185.15-.336.335-.336m10.792 7.068a.513.513 0 0 0-.528.509c0 .286.23.511.528.511a.51.51 0 1 0 0-1.02m0 .082c.24 0 .43.185.43.426c0 .24-.19.425-.43.425a.423.423 0 0 1-.43-.425a.42.42 0 0 1 .43-.426m-.17.155v.545h.1v-.222l.177.222h.112l-.14-.173a.06.06 0 0 1-.01-.034q-.002-.028.03-.033h.004a.15.15 0 0 0 .113-.143c0-.095-.08-.162-.188-.162zm.1.086h.094c.053 0 .09.03.09.08c0 .048-.034.075-.09.075h-.094z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.j2cs7ffb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M.693 10.024c.381 0 .693-1.256.693-2.807S1.074 4.41.693 4.41S0 5.666 0 7.217s.312 2.808.693 2.808ZM21.038 1.56c-.364 0-.684.805-.91 2.096C19.765 1.446 19.184 0 18.526 0c-.78 0-1.464 2.036-1.784 5c-.312-2.158-.788-3.536-1.325-3.536c-.745 0-1.386 2.704-1.62 6.472c-.442-1.932-1.083-3.145-1.793-3.145s-1.35 1.213-1.793 3.145c-.242-3.76-.874-6.463-1.628-6.463c-.537 0-1.013 1.378-1.325 3.535C6.938 2.036 6.262 0 5.474 0c-.658 0-1.247 1.447-1.602 3.665c-.217-1.291-.546-2.105-.91-2.105c-.675 0-1.221 2.807-1.221 6.272s.546 6.273 1.221 6.273c.277 0 .537-.476.736-1.273c.32 2.928.996 4.938 1.776 4.938c.606 0 1.143-1.204 1.507-3.11c.251 3.622.875 6.195 1.602 6.195c.46 0 .875-1.023 1.187-2.677C10.142 21.6 11 24 12.004 24s1.863-2.4 2.235-5.822c.312 1.654.727 2.677 1.186 2.677c.728 0 1.352-2.573 1.603-6.195c.364 1.906.9 3.11 1.507 3.11c.78 0 1.455-2.01 1.775-4.938c.208.797.46 1.273.737 1.273c.675 0 1.22-2.807 1.22-6.273c-.008-3.457-.553-6.272-1.23-6.272Zm2.269 8.464c.381 0 .693-1.256.693-2.807s-.312-2.807-.693-2.807s-.693 1.256-.693 2.807s.312 2.808.693 2.808Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.k-em6ubn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M18.802 7.736c0 .502-.035.8-.146 1.24a5.1 5.1 0 0 1-.968 1.932c-.176.218-.574.61-.778.764c-.077.06-2.619 1.894-5.65 4.077a842 842 0 0 0-5.638 4.077a2.6 2.6 0 0 0-.55.715a2.39 2.39 0 0 0 1.003 3.18c.703.379 1.622.372 2.293-.02a2322 2322 0 0 0 11.378-8.184a6 6 0 0 0 .845-.849a4.78 4.78 0 0 0 .76-4.416a4.86 4.86 0 0 0-1.354-2.068a15 15 0 0 0-.673-.518c-.257-.185-.48-.35-.497-.361c-.02-.017-.025.089-.025.43M4.31 5.62c-.903.2-1.573.844-1.822 1.75l-.066.234v7.712l.064.227c.302 1.093 1.212 1.8 2.316 1.8c1.158 0 2.12-.794 2.349-1.945c.044-.223.044-7.654 0-7.877a2.5 2.5 0 0 0-.23-.656A2.38 2.38 0 0 0 5.393 5.64a3 3 0 0 0-1.083-.02M6.642.03a4.79 4.79 0 0 0-4.126 3.777c-.054.263-.124.912-.1.936a1 1 0 0 0 .208-.12a4.2 4.2 0 0 1 1.393-.572c.335-.073 1.005-.09 1.366-.037c.596.089 1.104.295 1.705.698c.103.07 1.913 1.376 4.02 2.902c2.107 1.529 3.884 2.804 3.95 2.837c.098.049.15.058.328.058c.185 0 .228-.009.352-.068c.187-.091.654-.555.834-.834c.882-1.341.71-3.078-.41-4.185c-.143-.143-.938-.726-3.273-2.417C11.196 1.779 9.706.716 9.584.645A4.8 4.8 0 0 0 6.642.03");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mimi84be {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.679 0c4.648 0 7.413 2.765 7.413 6.434s-2.765 6.434-7.413 6.434H12.33L24 24h-8.245l-8.88-8.44c-.636-.588-.93-1.273-.93-1.86c0-.831.587-1.565 1.713-1.883l4.574-1.224c1.737-.465 2.936-1.81 2.936-3.572c0-2.153-1.761-3.4-3.939-3.4H0V0z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ph48qgbj {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 .415C42.518 10.56 2.297 18.812 2.297 18.812c-.792.127-1.432.54-1.816 1.167c-.433.704-.47 1.656-.066 2.326c.492.814 1.114 1.096 1.65 1.217c.845.191 1.527-.113 1.527-.113s20.562-6.11 20.407-12.214C23.922 8.131 17.694 2.948 0 .415");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.q7klzubw {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.69.002A7.5 7.5 0 0 0 9.814.51C6.69 1.69 4.064 5.018 3.41 9.627a4.6 4.6 0 0 1-.76-.499a.216.216 0 0 0-.334.063c-.487 1.26-.94 4.988.287 8.195c1.012 2.644 4.302 5.957 8.503 6.487c.572.08 1.234.127 1.98.127c3.88 0 9.124-.555 9.1-1.6c-.01-.537-1.373-.868-3.173-1.046c2.956-2.66 3.519-6.732 2.9-10.13c-.613-3.372-2.488-5.708-4.087-7.106C17.517 1.796 15.407.08 12.69.003M11.326 2.73a.793.993 0 0 1 .793.993a.793.993 0 0 1-.793.994a.793.993 0 0 1-.792-.994a.793.993 0 0 1 .792-.993m3.66 0a.793.993 0 0 1 .793.993a.793.993 0 0 1-.793.994a.793.993 0 0 1-.794-.994a.793.993 0 0 1 .794-.993m2.798 3.86a.1.1 0 0 1 .07.026c1.03 1.033 2.22 3.117 2.385 6.027c.172 3.035-1.532 7.622-6.568 8.484c-5.037.863-8.214-2.32-9.206-4.063c-.957-1.676-1.111-3.929-1.001-5.173a.07.07 0 0 1 .045-.06a.07.07 0 0 1 .074.017c.695.58 2.778 1.243 3.943 1.339a.17.17 0 0 0 .18-.172c.022-1.336.401-4.7 1.706-5.503a.1.1 0 0 1 .044-.014c1.956-.09 4.486 1.846 5.434 3.175a.17.17 0 0 0 .177.07c.993-.33 2.406-2.779 2.631-4.073a.09.09 0 0 1 .086-.08");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.r12c-3bh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15.09 18.916c3.488-.387 6.776-2.246 8.586-5.348c-.857 7.673-9.247 12.522-16.095 9.545a3.47 3.47 0 0 1-1.547-1.314c-1.539-2.417-2.044-5.492-1.318-8.282c2.077 3.584 6.3 5.78 10.374 5.399m-10.501-7.65c-1.414 3.266-1.475 7.092.258 10.24c-6.1-4.59-6.033-14.41-.074-18.953a3.44 3.44 0 0 1 1.893-.707c2.825-.15 5.695.942 7.708 2.977c-4.09.04-8.073 2.66-9.785 6.442m11.757-5.437C14.283 2.951 11.053.992 7.515.933c6.84-3.105 15.253 1.929 16.17 9.37a3.6 3.6 0 0 1-.334 2.02c-1.278 2.594-3.647 4.607-6.416 5.352c2.029-3.763 1.778-8.36-.589-11.847");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.vfac9mbf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.259 0a.95.95 0 0 0-.925.837a.74.74 0 0 0 .75.837h1.953L3.778 23.163a.74.74 0 0 0 .75.837a.95.95 0 0 0 .924-.837l2.26-21.489h2.51Q9.095 12.419 7.964 23.163a.74.74 0 0 0 .75.837a.95.95 0 0 0 .925-.837l.997-9.489h8.372a.95.95 0 0 0 .925-.837l.733-6.977a.76.76 0 0 0-.182-.591L15.988.245A.75.75 0 0 0 15.422 0Zm7.638 1.674H14.9l.06.068l-.403 3.84a.494.494 0 0 0 .5.558h3.84l.06.067l-.61 5.793h-7.534z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.y7t7606c {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.6 17.066c-.228.36-.714 1.006-1.53 1.006c-.936 0-1.525-.674-1.844-1.181c-.343-.545-.582-1.22-.751-1.82a17 17 0 0 1-.469-2.412v-.019l1.004-.105l-1.005.105a1.004 1.004 0 0 1 .898-1.1a1.01 1.01 0 0 1 1.111.889l.001.008l.021.164a16 16 0 0 0 .387 1.933c.149.534.328.993.518 1.299l.023.034q.198-.364.436-1.058c.377-1.11.735-2.613 1.102-4.18l.061-.26c.341-1.454.689-2.944 1.055-4.088c.192-.6.408-1.168.658-1.602a2.6 2.6 0 0 1 .498-.64a1.48 1.48 0 0 1 .99-.399c.496 0 .849.272 1.044.475c.202.21.359.466.481.708c.249.488.472 1.136.676 1.842c.413 1.423.811 3.302 1.196 5.131l.046.22c.374 1.775.734 3.489 1.09 4.778q.13.467.251.825c.276-.651.564-1.504.866-2.41l.043-.127c.302-.904.618-1.854.931-2.585c.162-.379.345-.755.555-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783 0 1.296.54 1.565.893c.297.391.535.874.72 1.277l.098.22c.12-.19.256-.395.399-.57c.101-.127.239-.278.408-.404c.162-.12.447-.288.825-.288c.532 0 .904.294 1.093.473c.183.173.341.382.448.525a5 5 0 0 0 .337-.473l.011-.017l.009-.013l.002-.006a1.016 1.016 0 0 1 1.386-.349c.48.283.637.898.352 1.372l-.869-.51l.869.51l-.002.003l-.003.005l-.008.016a7 7 0 0 1-.14.215a7 7 0 0 1-.371.504a4 4 0 0 1-.565.579c-.187.151-.567.42-1.064.42c-.54 0-.912-.313-1.086-.483a4 4 0 0 1-.346-.4l-.104.167l-.04.064a9 9 0 0 1-.47.717a2.4 2.4 0 0 1-.37.397a1.32 1.32 0 0 1-.84.32c-.317 0-.555-.13-.694-.233a1.5 1.5 0 0 1-.302-.301a3 3 0 0 1-.309-.524c-.09-.185-.201-.44-.308-.684a26 26 0 0 0-.19-.428a8 8 0 0 0-.306-.61l-.091.206c-.28.654-.574 1.534-.889 2.477l-.027.083c-.316.946-.654 1.954-.995 2.725c-.169.381-.362.76-.587 1.061c-.172.232-.594.736-1.274.736c-.523 0-.872-.308-1.047-.503a3 3 0 0 1-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.375-1.351-.746-3.121-1.113-4.867l-.053-.253c-.39-1.85-.772-3.65-1.16-4.987a15 15 0 0 0-.286-.89q-.093.246-.192.559c-.34 1.065-.673 2.483-1.022 3.973l-.052.224c-.361 1.54-.742 3.145-1.156 4.365c-.206.604-.44 1.177-.717 1.617zm11.429-4.419l.008.005zm6.027.53l-.012-.01zm-9.988 5.324s.007-.01.022-.022zm-9.305-2.334l.015-.015zm.382-.086l.007.004z");
|
|
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": 3393,
|
|
6
|
+
"version": "16.8.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": 1770532534
|
|
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.16",
|
|
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",
|
|
@@ -2834,6 +2834,10 @@
|
|
|
2834
2834
|
"types": "./types/gfwqskkx.d.ts",
|
|
2835
2835
|
"svelte": "./components/c/convertio.svelte"
|
|
2836
2836
|
},
|
|
2837
|
+
"./convex": {
|
|
2838
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2839
|
+
"svelte": "./components/c/convex.svelte"
|
|
2840
|
+
},
|
|
2837
2841
|
"./cookiecutter": {
|
|
2838
2842
|
"types": "./types/gfwqskkx.d.ts",
|
|
2839
2843
|
"svelte": "./components/c/cookiecutter.svelte"
|
|
@@ -3302,6 +3306,10 @@
|
|
|
3302
3306
|
"types": "./types/gfwqskkx.d.ts",
|
|
3303
3307
|
"svelte": "./components/d/deno.svelte"
|
|
3304
3308
|
},
|
|
3309
|
+
"./denodeploy": {
|
|
3310
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3311
|
+
"svelte": "./components/d/denodeploy.svelte"
|
|
3312
|
+
},
|
|
3305
3313
|
"./denon": {
|
|
3306
3314
|
"types": "./types/gfwqskkx.d.ts",
|
|
3307
3315
|
"svelte": "./components/d/denon.svelte"
|
|
@@ -3374,6 +3382,10 @@
|
|
|
3374
3382
|
"types": "./types/gfwqskkx.d.ts",
|
|
3375
3383
|
"svelte": "./components/d/devrant.svelte"
|
|
3376
3384
|
},
|
|
3385
|
+
"./devuan": {
|
|
3386
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3387
|
+
"svelte": "./components/d/devuan.svelte"
|
|
3388
|
+
},
|
|
3377
3389
|
"./dgraph": {
|
|
3378
3390
|
"types": "./types/gfwqskkx.d.ts",
|
|
3379
3391
|
"svelte": "./components/d/dgraph.svelte"
|
|
@@ -6146,6 +6158,10 @@
|
|
|
6146
6158
|
"types": "./types/gfwqskkx.d.ts",
|
|
6147
6159
|
"svelte": "./components/i/infracost.svelte"
|
|
6148
6160
|
},
|
|
6161
|
+
"./infuse": {
|
|
6162
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6163
|
+
"svelte": "./components/i/infuse.svelte"
|
|
6164
|
+
},
|
|
6149
6165
|
"./ingress": {
|
|
6150
6166
|
"types": "./types/gfwqskkx.d.ts",
|
|
6151
6167
|
"svelte": "./components/i/ingress.svelte"
|
|
@@ -6834,6 +6850,10 @@
|
|
|
6834
6850
|
"types": "./types/gfwqskkx.d.ts",
|
|
6835
6851
|
"svelte": "./components/k/kodi.svelte"
|
|
6836
6852
|
},
|
|
6853
|
+
"./kodular": {
|
|
6854
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6855
|
+
"svelte": "./components/k/kodular.svelte"
|
|
6856
|
+
},
|
|
6837
6857
|
"./koenigsegg": {
|
|
6838
6858
|
"types": "./types/gfwqskkx.d.ts",
|
|
6839
6859
|
"svelte": "./components/k/koenigsegg.svelte"
|
|
@@ -8410,6 +8430,10 @@
|
|
|
8410
8430
|
"types": "./types/gfwqskkx.d.ts",
|
|
8411
8431
|
"svelte": "./components/n/nbc.svelte"
|
|
8412
8432
|
},
|
|
8433
|
+
"./ndi": {
|
|
8434
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
8435
|
+
"svelte": "./components/n/ndi.svelte"
|
|
8436
|
+
},
|
|
8413
8437
|
"./ndr": {
|
|
8414
8438
|
"types": "./types/gfwqskkx.d.ts",
|
|
8415
8439
|
"svelte": "./components/n/ndr.svelte"
|
|
@@ -9186,6 +9210,10 @@
|
|
|
9186
9210
|
"types": "./types/gfwqskkx.d.ts",
|
|
9187
9211
|
"svelte": "./components/o/origin.svelte"
|
|
9188
9212
|
},
|
|
9213
|
+
"./ory": {
|
|
9214
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9215
|
+
"svelte": "./components/o/ory.svelte"
|
|
9216
|
+
},
|
|
9189
9217
|
"./osano": {
|
|
9190
9218
|
"types": "./types/gfwqskkx.d.ts",
|
|
9191
9219
|
"svelte": "./components/o/osano.svelte"
|
|
@@ -9322,6 +9350,10 @@
|
|
|
9322
9350
|
"types": "./types/gfwqskkx.d.ts",
|
|
9323
9351
|
"svelte": "./components/p/pandas.svelte"
|
|
9324
9352
|
},
|
|
9353
|
+
"./pandoc": {
|
|
9354
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
9355
|
+
"svelte": "./components/p/pandoc.svelte"
|
|
9356
|
+
},
|
|
9325
9357
|
"./pandora": {
|
|
9326
9358
|
"types": "./types/gfwqskkx.d.ts",
|
|
9327
9359
|
"svelte": "./components/p/pandora.svelte"
|
package/css/f/f49jvqyt.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.f49jvqyt {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M2.023 0v24h5.553v-8.434h2.998L15.326 24h6.65l-5.372-9.258a7.65 7.65 0 0 0 3.316-3.016q1.063-1.815 1.062-4.08q0-2.194-1.062-3.91q-1.063-1.747-2.95-2.742Q15.12 0 12.823 0Zm5.553 4.87h4.219q1.097 0 1.851.376q.788.378 1.2 1.098q.412.685.412 1.611c0 .926-.126 1.165-.378 1.645q-.343.72-1.03 1.13q-.651.379-1.542.38H7.576Z");
|
|
4
|
-
}
|
package/css/o/ovqg8-cb.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.ovqg8-cb {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M4.6 17.067c-.228.36-.713 1.006-1.53 1.006c-.936 0-1.526-.674-1.845-1.181c-.343-.547-.582-1.22-.75-1.82a17 17 0 0 1-.47-2.413v-.019a1.004 1.004 0 0 1 .898-1.101a1.01 1.01 0 0 1 1.11.89l.001.009l.021.163q.132.98.387 1.933c.15.534.329.993.519 1.3l.023.033q.199-.363.436-1.058c.377-1.11.735-2.613 1.102-4.18l.06-.26c.342-1.454.69-2.945 1.056-4.089c.192-.6.408-1.168.658-1.602a2.6 2.6 0 0 1 .498-.64a1.48 1.48 0 0 1 .99-.399c.496 0 .85.272 1.044.475c.202.21.36.466.481.708c.25.488.472 1.136.676 1.842c.413 1.424.811 3.303 1.196 5.132l.046.22c.374 1.775.735 3.49 1.09 4.779q.13.468.252.825c.276-.651.564-1.505.866-2.41l.043-.128c.302-.905.618-1.854.93-2.585c.163-.379.346-.755.556-1.053c.105-.147.244-.317.425-.456c.18-.14.466-.3.837-.3c.783 0 1.296.54 1.565.893c.297.391.535.874.72 1.277l.098.22c.12-.19.256-.395.4-.57c.1-.127.238-.278.407-.404c.162-.12.447-.288.825-.288c.532 0 .905.294 1.094.473c.183.173.34.382.448.525q.182-.228.337-.473l.01-.017l.01-.013l.002-.005a1.016 1.016 0 0 1 1.386-.35a1 1 0 0 1 .352 1.372l-.002.003l-.003.005l-.008.016a7 7 0 0 1-.51.72a4 4 0 0 1-.566.578c-.187.151-.567.42-1.064.42c-.54 0-.913-.313-1.087-.483a4 4 0 0 1-.346-.4l-.104.167l-.04.064a9 9 0 0 1-.47.717a2.4 2.4 0 0 1-.37.397a1.32 1.32 0 0 1-.84.32c-.317 0-.555-.13-.694-.233a1.5 1.5 0 0 1-.302-.3a3 3 0 0 1-.31-.525c-.09-.185-.2-.44-.307-.684a26 26 0 0 0-.19-.428a8 8 0 0 0-.306-.61l-.091.206c-.28.654-.574 1.534-.89 2.477l-.026.083c-.316.947-.654 1.955-.995 2.726c-.17.38-.362.76-.587 1.06c-.172.233-.594.737-1.274.737c-.523 0-.873-.308-1.048-.503a3 3 0 0 1-.446-.703c-.23-.483-.44-1.127-.635-1.83c-.374-1.352-.746-3.122-1.113-4.868l-.053-.253c-.39-1.85-.772-3.65-1.16-4.988q-.128-.45-.286-.89q-.093.246-.192.56c-.34 1.065-.673 2.483-1.022 3.973l-.052.224c-.361 1.54-.742 3.145-1.156 4.365c-.206.604-.44 1.178-.716 1.618z");
|
|
4
|
-
}
|
package/css/z/zbsm0e-o.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.zbsm0e-o {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M18.81 4.16v3.03H24V4.16h-5.19zM6.27 8.38v3.027h5.189V8.38h-5.19zm12.54 0v3.027H24V8.38h-5.19zM6.27 12.594v3.027h5.189v-3.027h-5.19zm6.271 0v3.027h5.19v-3.027h-5.19zm6.27 0v3.027H24v-3.027h-5.19zM0 16.81v3.029h5.19v-3.03H0zm6.27 0v3.029h5.189v-3.03h-5.19zm6.271 0v3.029h5.19v-3.03h-5.19zm6.27 0v3.029H24v-3.03h-5.19Z");
|
|
4
|
-
}
|