Skip to content

Hovakimyan/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@hovakimyan/icons

How to install

You can Install the package in your project with:

// with npm
npm install @hovakimyan/icons
 
// with yarn
yarn add @hovakimyan/icons

Demo

List of icons you can check in my ui components library

https://hovakimyan.github.io/react-ui/?path=/story/atoms-icon--icons-list

Example of how to use icons in project, you can check in Icon atom of my ui components library

https://github.com/Hovakimyan/react-ui/tree/master/src/atoms/Icon

Usage

Here you can find list of icons from material design

usages can be different

  • import full list of icons
    import list from '@hovakimyan/icons'
  • import only needed part from lib
    import {
        groups, 
        iconGroupNames, 
        iconNames
    } from '@hovakimyan/icons'
    • Import icons with groups groups
    • Import list of icon group names iconGroupNames
    • Import list of icon names iconNames

Every icons is SVG string

List of icon groups

action,
alert,
av,
communication,
content,
device,
editor,
file,
hardware,
image,
maps,
navigation,
notification,
places,
social,
toggle

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published