1.0.0 • Published 5 years ago

react-shape-icons v1.0.0

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

Shape.so Icons

Icons for Shape.so

NPM JavaScript Style Guide

Install

npm install --save react-shape-icons

Usage

import React from 'react';

import { ShapeIcons } from 'react-shape-icons';

const App = () => {
  return (
    <div>
      <ShapeIcons
        name='simple-write'
        background='black'
        color='yellow'
        size={100}
        borderRadius={5}
      />
    </div>
  );
};

export default App;

License

MIT © ThatGalNatalie

1.0.0

5 years ago