1.0.0-rc.7 • Published 3 years ago

@gdo-bzh/icon v1.0.0-rc.7

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

version

icon

NPM JavaScript Style Guide

Install

yarn add react @gdo-bzh/box @xstyled/system @xstyled/styled-components styled-components
# or
npm i react @gdo-bzh/box @xstyled/system @xstyled/styled-components styled-components -S

Usage

import React from 'react'
import { Icon } from '@gdo-bzh/icon'
import {AiFillAlert} from 'react-icons/ai

const Example = () => <Icon Component={AiFillAlert} size="tiny" color="purple" background="gray" />

License

MIT © gdo-bzh