@o7/icon 0.2.8 → 0.2.9
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
<script>import {s,i,n} from '../icon.js';import '../icon.css';const {size,style:st,class:c,...props}=$props();const style=$derived(s(size,st));</script>{#if i(1477)}<svg class="🟃r" use:n><g id="🟃dbD" class="🟃l"><path d="M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-
|
|
1
|
+
<script>import {s,i,n} from '../icon.js';import '../icon.css';const {size,style:st,class:c,...props}=$props();const style=$derived(s(size,st));</script>{#if i(1477)}<svg class="🟃r" use:n><g id="🟃dbD" class="🟃l"><path d="M4 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2z"/><path d="M8 10h8"/><path d="M8 18h8"/><path d="M8 22v-6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v6"/><path d="M9 6V4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" {style} {...props}><use href="#🟃dbD" /></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {IIC} from '../icon.js';declare const Backpack:IIC;
|
|
2
|
-
/**  */
|
|
3
3
|
type Backpack=InstanceType<typeof Backpack>;export default Backpack;
|