@kelysty/icons
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @kelysty/icons

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

1.75 MB

Total Files

2566

Last publish

Collaborators

  • ivanpostarnak