@logo-elements/icon
Version:
Web component for creating SVG icons
43 lines (25 loc) • 902 B
Markdown
# @logo-elements/icon
Icon Library is a Web Component for creating SVG icons, part of
the [Logo Elements Design System](http://elements.logo.com.tr).
[](https://www.npmjs.com/package/@logo-elements/icon)
```html
<logo-elements-icon name="leds:user"></logo-elements-icon>
```
## Installation
Install `logo-elements-icon`:
```sh
npm i @logo-elements/icon --save
```
Once installed, import it in your application:
```js
import '@logo-elements/icon/logo-elements-icon.js';
```
## Getting started
Logo Elements components use the LEDS theme by default.
## Entry points
- The component with the LEDS theme:
`theme/leds/logo-elements-icon.js`
- Alias for `theme/leds/logo-elements-icon.js`:
`logo-elements-icon.js`
#### For more detailed information, please visit:
[Logo Elements Documentation ↗](http://elements.logo.com.tr)