@iconify-svelte/devicon-plain 1.0.6 → 1.0.7

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,10 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+ import '../../css/d/dd3-ei2f.css';
4
+
5
+ let {width, height, ...props} = $props();
6
+
7
+ const viewBox = {"width":128,"height":128};
8
+ const content = `<path class="dd3-ei2f"/>`;
9
+ </script>
10
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="devicon-plain:css" {...props}></Icon>
@@ -0,0 +1,4 @@
1
+ .dd3-ei2f {
2
+ fill: currentColor;
3
+ d: path("M0 107.52C0 118.831 9.168 128 20.48 128h87.04c11.312 0 20.48-9.168 20.48-20.48V20.48C128 9.169 118.832 0 107.52 0H0Zm45.836 10.242c-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.418 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.098 1.063-3.528.989-5.29h9.437c.645 8.969-4.652 15.254-13.66 15.145Zm29.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.108 0 2.969-1.324c1.086-1.613 1.293-6.265-.266-8.066c-1.086-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.539 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.226 6.942c5.145 9.16 1.614 23.148-11.019 22.613Zm28.77 0c-9.11.125-13.184-6.36-12.934-15.145h8.91c-.25 3.832 1.067 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.871-1.39q-3.762.001-3.762 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.613 23.148-11.02 22.613Z");
4
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "devicon-plain",
3
3
  "info": {
4
4
  "name": "Devicon Plain",
5
- "total": 728,
5
+ "total": 729,
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": false
27
27
  },
28
- "lastModified": 1764228269
28
+ "lastModified": 1765694219
29
29
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/devicon-plain",
3
3
  "type": "module",
4
- "version": "1.0.6",
4
+ "version": "1.0.7",
5
5
  "homepage": "https://icon-sets.iconify.design/devicon-plain/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -514,6 +514,10 @@
514
514
  "types": "./types/gfwqskkx.d.ts",
515
515
  "svelte": "./components/c/csharp.svelte"
516
516
  },
517
+ "./css": {
518
+ "types": "./types/gfwqskkx.d.ts",
519
+ "svelte": "./components/c/css.svelte"
520
+ },
517
521
  "./css3": {
518
522
  "types": "./types/gfwqskkx.d.ts",
519
523
  "svelte": "./components/c/css3.svelte"