Leafygreen UI SVG icons as Svelte components.
This library builds icons from MongoDB Leafygreen UI as Svelte components with zero dependencies.
yarn add -D svelte-leafygreen-icons
<script>
import { ActivityFeed } from "svelte-leafygreen-icons";
</script>
<ActivityFeed />
Refer to docs/README.md for a full list of icons.
$$restProps
are forwarded to the svg
element.