@o7/icon 0.3.34 → 0.3.35
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 '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(226)}<svg class="🟃r" use:n><g id="🟃3F" class="🟃l"><path d="M16
|
|
1
|
+
<script>import {s,i,n} from '../i.js';import '../i.css';const {size:a,style:b,class:c,...p}=$props();</script>{#if i(226)}<svg class="🟃r" use:n><g id="🟃3F" class="🟃l"><path d="M16 3h2a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-2"/><path d="M8 21H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" style={s(a,b)} {...p}><use href="#🟃3F"/></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {Icon} from '../icon.js';declare const Brackets:Icon;
|
|
2
|
-
/**  */
|
|
3
3
|
type Brackets=InstanceType<typeof Brackets>;export default Brackets;
|