@iconify-svelte/arcticons 1.0.1 → 1.0.2

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,19 @@
1
+ <script>
2
+ import Icon from '@iconify/css-svelte';
3
+
4
+ let {width, height, ...props} = $props();
5
+
6
+ const viewBox = {"width":48,"height":48};
7
+ const content = `<path class="qfda5krt" />`;
8
+ </script>
9
+ <Icon width={width} height={height} viewBox={viewBox} content={content} fallback="arcticons:flashfood-alt" {...props}></Icon>
10
+ <style>
11
+ :global .qfda5krt {
12
+ fill: none;
13
+ stroke: currentColor;
14
+ stroke-linecap: round;
15
+ stroke-linejoin: round;
16
+ d: path("M15.67 42.284c-.607 1.216-1.671 1.52-2.735.912c-.912-.456-1.368-1.824-.76-2.888l11.247-21.127c.76-1.368.304-3.04-.912-3.648c-1.368-.607-2.736-.303-3.496 1.216l-7.903 14.288c-.912-1.368-1.368-2.736-1.672-4.104c-.76-3.496-.456-6.84.912-10.184c1.824-4.103 4.712-6.991 8.967-8.36c3.04-1.063 6.232-1.823 9.424-2.735c1.216-.304 2.432-.608 3.8-1.064c1.368-.304 2.28.152 2.584 1.52c1.064 4.256 2.28 8.36 3.343 12.615c1.216 5.624.304 10.792-3.8 15.047c-2.735 2.888-6.839 4.56-10.943 4.56l3.192-6.687c.76-1.368.304-3.04-.912-3.648c-1.368-.608-2.736-.304-3.496 1.216z");
17
+ }
18
+
19
+ </style>
package/iconify.json CHANGED
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1757879111
32
+ "lastModified": 1763621163
33
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-svelte/arcticons",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "homepage": "https://icon-sets.iconify.design/arcticons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "CC-BY-SA-4.0",
@@ -17958,9 +17958,9 @@
17958
17958
  "types": "./types/gfwqskkx.d.ts",
17959
17959
  "svelte": "./components/f/flashdim.svelte"
17960
17960
  },
17961
- "./flashfood": {
17961
+ "./flashfood-alt": {
17962
17962
  "types": "./types/gfwqskkx.d.ts",
17963
- "svelte": "./components/f/flashfood.svelte"
17963
+ "svelte": "./components/f/flashfood-alt.svelte"
17964
17964
  },
17965
17965
  "./flashinvaders": {
17966
17966
  "types": "./types/gfwqskkx.d.ts",
@@ -54498,6 +54498,10 @@
54498
54498
  "types": "./types/gfwqskkx.d.ts",
54499
54499
  "svelte": "./components/f/flare-social.svelte"
54500
54500
  },
54501
+ "./flashfood": {
54502
+ "types": "./types/gfwqskkx.d.ts",
54503
+ "svelte": "./components/f/flashfood.svelte"
54504
+ },
54501
54505
  "./folder-in-folder": {
54502
54506
  "types": "./types/gfwqskkx.d.ts",
54503
54507
  "svelte": "./components/f/folder-in-folder.svelte"