Skip to content

Commit dd68bb8

Browse files
[autofix.ci] apply automated fixes
1 parent 95b2237 commit dd68bb8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/features/icons.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The naming follows [Iconify](https://iconify.design/)'s convention of `{collecti
2121
- `<logos-vue />` - <logos-vue /> from [SVG Logos](https://github.com/gilbarbara/logos) - [`@iconify-json/logos`](https://npmjs.com/package/@iconify-json/logos)
2222
- And much more...
2323

24-
2524
::: code-group
2625

2726
```bash [pnpm]
@@ -40,7 +39,6 @@ npm install @iconify-json/[the-collection-you-want]
4039

4140
We use [Iconify](https://iconify.design) as our data source of icons. You need to install the corresponding icon-set in `dependencies` by following the `@iconify-json/*` pattern. For example, `@iconify-json/mdi` for [Material Design Icons](https://materialdesignicons.com/), `@iconify-json/tabler` for [Tabler](https://tabler-icons.io/). You can refer to [Icônes](https://icones.js.org/) or [Iconify](https://icon-sets.iconify.design/) for all the collections available.
4241

43-
4442
### Styling Icons
4543

4644
You can style the icons just like other HTML elements. For example:

0 commit comments

Comments
 (0)