@iconify-svelte/devicon 1.0.4 → 1.0.5

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.
@@ -0,0 +1,13 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/q/qtsdtymm.css';
4
+ import '../../css/f/fm3a0cb.css';
5
+ import '../../css/t/t9h70ixo.css';
6
+ import '../../css/f/f7n0uxd.css';
7
+
8
+ let {width, height, ...props} = $props();
9
+
10
+ const viewBox = {"width":128,"height":128};
11
+ const content = `<path class="qtsdtymm" /><path class="fm3a0cb" /><path class="t9h70ixo" /><path class="f7n0uxd" />`;
12
+ </script>
13
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="devicon:sfml" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .f7n0uxd {
2
+ fill: #fff;
3
+ d: path("M63.17 12.844c-4.61.283-8.515 2.767-12.543 5.867c-.038.03-.065.07-.1.101l11.037 42.595h4.817l11.071-42.595l-.1-.1c-3.44-2.505-6.565-5.4-12.175-5.834a14 14 0 0 0-2.008-.033z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .fm3a0cb {
2
+ fill: #6FAD20;
3
+ d: path("M5.212 70.756S2.199 60.006 1.8 56.07l.005-.005c28.503 11.692 69.3 20.76 117.033 25.686l-5.954 18.439c-8.241 24.948-14.936 24.473-33.65 24.473h-30.84c-26.22-.146-27.866-6.633-33.65-24.473z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .qtsdtymm {
2
+ fill: #8CC445;
3
+ d: path("M109.558 31.121L84.601 12.948c-15.139-11.025-20.295-15.33-41.593 0L18.05 31.121C2.912 42.147-2.764 45.731 5.2 70.771l9.532 29.404c5.783 17.839 7.43 24.359 33.65 24.504h30.847c18.714 0 25.409.445 33.65-24.504l9.533-29.405c5.783-17.84 8.274-24.083-12.853-39.649");
4
+ }
@@ -0,0 +1,4 @@
1
+ .t9h70ixo {
2
+ fill: #fff;
3
+ d: path("m81.162 41.401l4.348-16.729h.003l20.638 15.02c4.79 3.296 8.73 6.663 10.034 12.069c1.323 5.482-.493 9.358-1.806 13.41l-10.971 33.928c-1.646 5.583-3.636 10.363-8.362 13.276c-4.793 2.955-9.028 2.447-13.279 2.447h-35.59c-5.812.156-10.96-.216-15.187-3.822c0 0-5.108-7.849-6.422-11.902L13.564 65.171c-1.948-5.5-3.156-10.54-1.037-15.69c2.145-5.214 5.86-7.285 9.299-9.79L42.43 24.707l4.348 16.73A7061 7061 0 0 0 27.545 55.55c.062.312 12.799 40.075 13.847 43.013c0 0 1.486.258 4.55.168h35.822c3.275 0 4.302-.091 4.683-.1c.138-.298 13.144-39.97 14.015-42.947z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "devicon",
3
3
  "info": {
4
4
  "name": "Devicon",
5
- "total": 994,
5
+ "total": 995,
6
6
  "author": {
7
7
  "name": "konpa",
8
8
  "url": "https://github.com/devicons/devicon/tree/master"
@@ -25,5 +25,5 @@
25
25
  "category": "Programming",
26
26
  "palette": true
27
27
  },
28
- "lastModified": 1763361440
28
+ "lastModified": 1763621205
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/devicon",
3
3
  "type": "module",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "homepage": "https://icon-sets.iconify.design/devicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -3138,6 +3138,10 @@
3138
3138
  "types": "./types/gfwqskkx.d.ts",
3139
3139
  "svelte": "./components/s/sequelize-wordmark.svelte"
3140
3140
  },
3141
+ "./sfml": {
3142
+ "types": "./types/gfwqskkx.d.ts",
3143
+ "svelte": "./components/s/sfml.svelte"
3144
+ },
3141
3145
  "./shopware": {
3142
3146
  "types": "./types/gfwqskkx.d.ts",
3143
3147
  "svelte": "./components/s/shopware.svelte"