@steeze-ui/svelte-icon
Advanced tools
Comparing version 1.2.0 to 1.2.1
# @steeze-ui/svelte-icon | ||
## 1.2.1 | ||
### Patch Changes | ||
- render polygon, polyline & line elements in component | ||
## 1.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@steeze-ui/svelte-icon", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"devDependencies": { | ||
"@steeze-ui/feather-icons": "^1.0.0-next.0", | ||
"@steeze-ui/heroicons": "^1.0.1", | ||
@@ -6,0 +7,0 @@ "@steeze-ui/iconic-free": "^1.0.1", |
@@ -10,11 +10,5 @@ export interface IconSource { | ||
} | ||
path?: { | ||
[key: string]: { | ||
[key: string]: string | ||
}[] | ||
rect?: { | ||
[key: string]: string | ||
}[] | ||
circle?: { | ||
[key: string]: string | ||
}[] | ||
} |
Sorry, the diff of this file is not supported yet
7099
15
34