Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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';

```