@o7/icon 0.1.2 → 0.1.3
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} from '../common.js';import '../icon.css';import {i} from '../store.js';const {size,style:st,class:c,...props}=$props();const style=$derived(s(size,st));</script>{#if i(536)}<svg class="🟃r"><g id="🟃1Fg" class="🟃l"><path d="M13 17V9"/><path d="M18
|
|
1
|
+
<script>import {s} from '../common.js';import '../icon.css';import {i} from '../store.js';const {size,style:st,class:c,...props}=$props();const style=$derived(s(size,st));</script>{#if i(536)}<svg class="🟃r"><g id="🟃1Fg" class="🟃l"><path d="M13 17V9"/><path d="M18 17V5"/><path d="M3 3v16a2 2 0 0 0 2 2h16"/><path d="M8 17v-3"/></g></svg>{/if}<svg class="🟃i{c?' '+c:''}" viewBox="0 0 24 24" {style} {...props}><use href="#🟃1Fg" /></svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import {IIC} from '../common.js';declare const ChartColumnIncreasing:IIC;
|
|
2
|
-
/**  */
|
|
3
3
|
type ChartColumnIncreasing=InstanceType<typeof ChartColumnIncreasing>;export default ChartColumnIncreasing;
|