@iconify-svelte/devicon 1.0.7 → 1.0.8

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,11 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/v/vl57pcc.css';
4
+ import '../../css/b/b0k3hobt.css';
5
+
6
+ let {width, height, ...props} = $props();
7
+
8
+ const viewBox = {"width":128,"height":128};
9
+ const content = `<path class="vl57pcc"/><path class="b0k3hobt"/>`;
10
+ </script>
11
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="devicon:css" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .b0k3hobt {
2
+ fill: #fff;
3
+ d: path("M45.836 117.762c-8.219-.008-13.293-4.64-13.195-13.16V83.05q0-6.481 3.793-9.852c4.543-4.379 15.082-4.644 19.53.067c2.743 2.417 3.778 7.355 3.532 11.964H50.06c.074-1.808-.024-4.554-1.09-5.586c-1.383-1.87-5.035-1.652-6.004.297c-.594 1.059-.89 2.621-.89 4.696v18.71q0 5.884 4.09 5.95q1.914-.001 2.905-1.39c.918-1.099 1.063-3.528.989-5.29h9.437c.645 8.969-4.652 15.254-13.66 15.144Zm29.957 0c-9.11.125-13.184-6.36-12.934-15.145h8.91c-.25 3.832 1.067 7.32 4.223 7.078q2.11 0 2.969-1.324c1.086-1.613 1.293-6.265-.266-8.066c-1.085-1.735-4.996-3.266-7.058-4.297q-4.423-2.115-6.367-5.027c-2.93-4.305-2.657-13.754 1.449-17.586c3.992-4.727 14.414-4.942 18.41-.098c2.465 2.496 3.54 7.41 3.332 11.934h-8.578c.074-1.86-.102-4.86-.824-5.95q-.762-1.39-2.871-1.39q-3.762.001-3.762 4.496c.027 3.18 1.27 4.488 4.16 5.816c3.742 1.453 8.5 3.938 10.227 6.942c5.144 9.16 1.613 23.148-11.02 22.613Zm28.77 0c-9.11.125-13.184-6.36-12.934-15.145h8.91c-.25 3.832 1.066 7.32 4.223 7.078q2.108 0 2.969-1.324c1.085-1.613 1.289-6.265-.266-8.066c-1.086-1.735-4.996-3.266-7.059-4.297q-4.423-2.115-6.367-5.027c-2.93-4.305-2.656-13.754 1.45-17.586c3.992-4.727 14.413-4.942 18.41-.098c2.464 2.496 3.539 7.41 3.332 11.934h-8.579c.07-1.86-.101-4.86-.824-5.95q-.762-1.39-2.87-1.39q-3.763.001-3.763 4.496c.028 3.18 1.27 4.488 4.16 5.816c3.743 1.453 8.5 3.938 10.227 6.942c5.145 9.16 1.614 23.148-11.02 22.613Z");
4
+ }
@@ -0,0 +1,4 @@
1
+ .vl57pcc {
2
+ fill: #639;
3
+ d: path("M0 0h107.52C118.831 0 128 9.168 128 20.48v87.04c0 11.312-9.168 20.48-20.48 20.48H20.48C9.169 128 0 118.832 0 107.52Z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "devicon",
3
3
  "info": {
4
4
  "name": "Devicon",
5
- "total": 998,
5
+ "total": 999,
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": 1765175530
28
+ "lastModified": 1765694227
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.7",
4
+ "version": "1.0.8",
5
5
  "homepage": "https://icon-sets.iconify.design/devicon/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -714,6 +714,10 @@
714
714
  "types": "./types/gfwqskkx.d.ts",
715
715
  "svelte": "./components/c/csharp.svelte"
716
716
  },
717
+ "./css": {
718
+ "types": "./types/gfwqskkx.d.ts",
719
+ "svelte": "./components/c/css.svelte"
720
+ },
717
721
  "./css3": {
718
722
  "types": "./types/gfwqskkx.d.ts",
719
723
  "svelte": "./components/c/css3.svelte"