mirror of
https://github.com/iconify/iconify.git
synced 2025-01-06 07:20:40 +00:00
chore: fix links in readme files
This commit is contained in:
parent
fd2bff92e1
commit
98042b283c
@ -399,8 +399,6 @@ This example adds an icon stored in `postIcon` to every list item. If it was ren
|
||||
|
||||
Instead of using `<Icon />`, you must use `<svelte:component />` to make sure component is rendered dynamically.
|
||||
|
||||
This example is based on the Iconify Sapper demo: https://github.com/iconify/iconify/blob/master/packages/sapper-demo/src/routes/blog/index.svelte
|
||||
|
||||
## Full documentation
|
||||
|
||||
For extended documentation visit [Iconify for Svelte documentation](https://docs.iconify.design/icon-components/svelte/).
|
||||
|
@ -438,7 +438,7 @@ In an example above, all icons that start with "baseline-", such as "baseline-ho
|
||||
|
||||
#### All attributes
|
||||
|
||||
For an example of full icon set files that include metadata, look in icon set files in `@iconify/json` package or browse it at GitHub: [https://github.com/iconify/collections-json](https://github.com/iconify/collections-json)
|
||||
For an example of full icon set files that include metadata, look in icon set files in `@iconify/json` package or browse it at GitHub: [https://github.com/iconify/icon-sets](https://github.com/iconify/icon-sets)
|
||||
|
||||
For an example of individual icons, look in JavaScript files in NPM packages such as `@iconify/icons-mdi`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user