Skip to content

taskany-inc/icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskany Icons

This package contains icons as React components Usage only with @taskany/bricks

Install

$ npm i -S @taskany/icons

Usage

import { Icon360Outline } from '@taskany/icons'

const MyComponent = () => {
    ...
    return (
        <>
            ...
            <Icon360Outline noWrap size="m" />
        </>
    );
};