17 lines
741 B
Markdown
17 lines
741 B
Markdown
# Icons
|
|
|
|
Icon system for managing iconsets, taking into account performance, maintainability and scalability.
|
|
|
|
Icons are SVGs so they can be easily scaled and styled with CSS.
|
|
|
|
## Packages
|
|
|
|
| Package | Version | Description |
|
|
| --------------------------------------------- | ------------------------------------------------------------------------------------------------ | ----------- |
|
|
| [icon](?path=/docs/icons-icon--default-story) | [](https://www.npmjs.com/package/@lion/icon) | Icon |
|
|
|
|
```js script
|
|
export default {
|
|
title: 'Icons/Intro',
|
|
};
|
|
```
|