@gdo-bzh/icon

yarn add react @gdo-bzh/box @xstyled/system @xstyled/styled-components styled-components

Usage no npm install needed!

<script type="module">
  import gdoBzhIcon from 'https://cdn.skypack.dev/@gdo-bzh/icon';
</script>

README

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