1.0.1 • Published 6 months ago

@kelysty/icons v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@kelysty/icons · npm package

Install

Using npm:

npm install --save-dev @kelysty/icons

Using yarn:

yarn add --dev @kelysty/icons

Usage

ES Module

import {AbbrApi} from '@kelysty/icons';

Common JS

const {AbbrApi} = require('@kelysty/icons');

Default or Named import

Using default import from @kelysty/icons/*componentName

import AbbrApi from '@kelysty/icons/esm/AbbrApi';
// esm: pay attention on .../esm/AbbrApi

const AbbrApi = require('@kelysty/icons/AbbrApi');
// commonjs

or using named import

import {AbbrApi} from '@kelysty/icons';
// esm

const {AbbrApi} = require('@kelysty/icons');
// commonjs

SVG image

You might need an appropriate loader for this

import abbrApiIcon from '@kelysty/icons/svgs/abbr-api.svg';

Many Thanks!

Thanks to Yandex LLC and Gravity UI!

This icons library had been created based on Gravity UI pack of icons as a training example. We're going to extend and develop it in the future. Once our icons pack become different enough, we'll remove this statement. But we'll never forget, that this all couldn't've happend without 'big brother' =)

Yandex, thank you very much!

Have a look at the original Gravity UI icons pack

1.0.1

6 months ago

1.0.0

6 months ago