@o7/icon 0.3.25 → 0.3.26
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/dist/lucide/Snowflake.svelte +1 -1
- package/dist/lucide/Snowflake.svelte.d.ts +1 -1
- package/dist/lucide/SunSnow.svelte +1 -1
- package/dist/lucide/SunSnow.svelte.d.ts +1 -1
- package/dist/lucide/ThermometerSnowflake.svelte +1 -1
- package/dist/lucide/ThermometerSnowflake.svelte.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(4623)}<svg class="🟃r" use:n><g id="🟃14m" class="🟃l"><
|
|
1
|
+
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(4623)}<svg class="🟃r" use:n><g id="🟃14m" class="🟃l"><path d="m10 20-1.25-2.5L6 18"/><path d="M10 4 8.75 6.5 6 6"/><path d="m14 20 1.25-2.5L18 18"/><path d="m14 4 1.25 2.5L18 6"/><path d="m17 21-3-6h-4"/><path d="m17 3-3 6 1.5 3"/><path d="M2 12h6.5L10 9"/><path d="m20 10-1.5 2 1.5 2"/><path d="M22 12h-6.5L14 15"/><path d="m4 10 1.5 2L4 14"/><path d="m7 21 3-6-1.5-3"/><path d="m7 3 3 6h4"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃14m"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const Snowflake:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type Snowflake=InstanceType<typeof Snowflake>;export default Snowflake;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(4277)}<svg class="🟃r" use:n><g id="🟃c7K" class="🟃l"><path d="M10
|
|
1
|
+
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(4277)}<svg class="🟃r" use:n><g id="🟃c7K" class="🟃l"><path d="M10 21v-1"/><path d="M10 4V3"/><path d="M10 9a3 3 0 0 0 0 6"/><path d="m14 20 1.25-2.5L18 18"/><path d="m14 4 1.25 2.5L18 6"/><path d="m17 21-3-6 1.5-3H22"/><path d="m17 3-3 6 1.5 3"/><path d="M2 12h1"/><path d="m20 10-1.5 2 1.5 2"/><path d="m3.64 18.36.7-.7"/><path d="m4.34 6.34-.7-.7"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃c7K"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const SunSnow:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type SunSnow=InstanceType<typeof SunSnow>;export default SunSnow;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(5487)}<svg class="🟃r" use:n><g id="🟃7sN" class="🟃l"><path d="
|
|
1
|
+
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(5487)}<svg class="🟃r" use:n><g id="🟃7sN" class="🟃l"><path d="m10 20-1.25-2.5L6 18"/><path d="M10 4 8.75 6.5 6 6"/><path d="M10.585 15H10"/><path d="M2 12h6.5L10 9"/><path d="M20 14.54a4 4 0 1 1-4 0V4a2 2 0 0 1 4 0z"/><path d="m4 10 1.5 2L4 14"/><path d="m7 21 3-6-1.5-3"/><path d="m7 3 3 6h2"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃7sN"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const ThermometerSnowflake:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type ThermometerSnowflake=InstanceType<typeof ThermometerSnowflake>;export default ThermometerSnowflake;
|