Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokesh-coder/lo-icon
My personal brand icon
https://github.com/lokesh-coder/lo-icon
Last synced: 21 days ago
JSON representation
My personal brand icon
- Host: GitHub
- URL: https://github.com/lokesh-coder/lo-icon
- Owner: lokesh-coder
- Created: 2020-05-23T04:11:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T03:56:49.000Z (about 1 year ago)
- Last Synced: 2024-03-29T14:20:27.268Z (10 months ago)
- Language: JavaScript
- Homepage: https://lokesh-coder.github.io/lo-icon/
- Size: 309 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- my-awesome-list - lo-icon - coder | 1 | (JavaScript)
README
Simple · Unique · Deep
## Installation
```bash
yarn add lo-icon
npm install lo-icon
bun install lo-icon
pnpm install lo-icon
```## Usage
### CSS Icon
```js
import 'lo-icon/css/index.css';
``````html
```
```html
@import url('~/lo-icon/css/index.css');
```
```html
```### Local Image
```jsx
import SVGImg from 'lo-icon/images/svg/lo-icon.svg';;
```### Hosted image
```html
```### CDN Image
```jsx
import { svgPath } from 'lo-icon/cdn';;
```### React Component
```jsx
import LoIcon from 'lo-icon/react';;
```### React ESM import
```html
import LoIcon from 'https://cdn.jsdelivr.net/npm/[email protected]/react/+esm';
```