@iconify-svelte/hugeicons 1.0.3 → 1.0.4
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/f/fire-pit.svelte +4 -3
- package/css/r/rq45ki.css +3 -0
- package/css/r/rth5ceb.css +3 -0
- package/css/t/tq0hxlu.css +3 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/b/bylij6b.css +0 -3
- package/css/o/oa89g7by.css +0 -3
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/c/cv0n0om.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/r/rth5ceb.css';
|
|
5
|
+
import '../../css/t/tq0hxlu.css';
|
|
6
|
+
import '../../css/r/rq45ki.css';
|
|
6
7
|
|
|
7
8
|
let {width, height, ...props} = $props();
|
|
8
9
|
|
|
9
10
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="cv0n0om"><path class="
|
|
11
|
+
const content = `<g class="cv0n0om"><path class="rth5ceb"/><path class="tq0hxlu"/><path class="rq45ki"/></g>`;
|
|
11
12
|
</script>
|
|
12
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="hugeicons:fire-pit" {...props}></Icon>
|
package/css/r/rq45ki.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/b/bylij6b.css
DELETED
package/css/o/oa89g7by.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.oa89g7by {
|
|
2
|
-
d: path("M8.816 17.5C5.592 16.429 4.77 11.548 6.13 8.929c.995 2.141 2.62 2.141 2.62 2.141c-1.083-4.285 1.083-7.5 5.26-8.571c-.818 1.501-1.473 3.846.187 5.349c.352-.669 1.533-2.135 3.22-2.135c0 0-1.297 2.302.11 4.308c1.625 2.315 1.209 5.763-1.207 7.478m4.18.001h-17l.66 2.485c.335 1.26.681 1.515 2.062 1.515h11.556c1.38 0 1.727-.255 2.062-1.515zm-16.944 0H2.5m17.944 0H21.5");
|
|
3
|
-
}
|