ix-icons
ix-icons copied to clipboard
feat: fetch svg from asset path
๐ What is the new behavior?
Activate v3 preview feature with a meta header tag
<meta name="ix-icons:v3-preview" content="svg-path-loading;" />
Define a custom svg fetching path via
<meta name="ix-icons:path" content="/my/path/to/asset/folder/with/the/svgs" />
๐ Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
- [x] ๐งช Unit tests were added/updated and pass (
pnpm test
) - [x] ๐ธ Visual regression tests were added/updated and pass (Guide)
- [x] ๐๏ธ Successful compilation (
pnpm build
, changes pushed)