@state-icons/react
v0.1.1
Published
SVG icons of the states of USA for React
Readme
State Icons React
TypeScript compatible React icon library of the 51 states of United States of America. The icons can be customized by adjusting its color, size, and other SVG properties.
Usage
- Install the library
npm install @state-icons/reactor
yarn add @state-icons/reactUse the US Postal Service (USPS) abbreviation for the state you want to add. You can find the list of the abbreviations here.
Import the icon and use it
import { MA } from "@state-icons/react";
<MA size={30} color="blue" />;License
This library is MIT licensed.
