@o7/icon 0.3.37 → 0.3.38
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/Candy.svelte
CHANGED
|
@@ -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(1068)}<svg class="🟃r" use:n><g id="🟃2ZS" 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(1068)}<svg class="🟃r" use:n><g id="🟃2ZS" class="🟃l"><path d="M10 7v10.9"/><path d="M14 6.1V17"/><path d="M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"/><path d="M16.536 7.465a5 5 0 0 0-7.072 0l-2 2a5 5 0 0 0 0 7.07 5 5 0 0 0 7.072 0l2-2a5 5 0 0 0 0-7.07"/><path d="M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃2ZS"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const Candy:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type Candy=InstanceType<typeof Candy>;export default Candy;
|
|
@@ -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(399)}<svg class="🟃r" use:n><g id="🟃9AB" 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(399)}<svg class="🟃r" use:n><g id="🟃9AB" class="🟃l"><path d="M10 10v7.9"/><path d="M11.802 6.145a5 5 0 0 1 6.053 6.053"/><path d="M14 6.1v2.243"/><path d="m15.5 15.571-.964.964a5 5 0 0 1-7.071 0 5 5 0 0 1 0-7.07l.964-.965"/><path d="M16 7V3a1 1 0 0 1 1.707-.707 2.5 2.5 0 0 0 2.152.717 1 1 0 0 1 1.131 1.131 2.5 2.5 0 0 0 .717 2.152A1 1 0 0 1 21 8h-4"/><path d="m2 2 20 20"/><path d="M8 17v4a1 1 0 0 1-1.707.707 2.5 2.5 0 0 0-2.152-.717 1 1 0 0 1-1.131-1.131 2.5 2.5 0 0 0-.717-2.152A1 1 0 0 1 3 16h4"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃9AB"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const CandyOff:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type CandyOff=InstanceType<typeof CandyOff>;export default CandyOff;
|