v2.0.0
- Fix build script to generate full UI/Workflow icon set
- Eliminate folder-level components
Breaking Changes
A direct import must be prefixed with the .svelte
extension.
- import Icon from "svelte-spectrum-icons/ui/AlertSmall";
+ import Icon from "svelte-spectrum-icons/ui/AlertSmall.svelte";