1.5.0 • Published 6 days ago

@nine-thirty-five/material-symbols-react v1.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 days ago

Use Google's Material Symbols (icons) in React with ease.

NPM version Downloads npm-typescriptGitHub License](./LICENSE)

Installation

# npm
npm install @nine-thirty-five/material-symbols-react

# yarn
yarn add @nine-thirty-five/material-symbols-react

# pnpm
pnpm add @nine-thirty-five/material-symbols-react

Usage

@nine-thirty-five/material-symbols-react provides three Material icon variants in both default and filled types.

Icon variants are:

  • Outlined
  • Rounded
  • Sharp

Importing

There are two ways to import an icon based on your prefered type and variant.

// Outlined variant
import { Search } from '@nine-thirty-five/material-symbols-react/outlined';
import { Home } from '@nine-thirty-five/material-symbols-react/outlined/filled';

// Rounded variant
import { Star } from '@nine-thirty-five/material-symbols-react/outlined';
import { Favorite } from '@nine-thirty-five/material-symbols-react/outlined/filled';

// Sharp variant
import { Delete } from '@nine-thirty-five/material-symbols-react/outlined';
import { Login } from '@nine-thirty-five/material-symbols-react/outlined/filled';

Component Props

Icon component support all props that a React SVG component supports.

// Sample props
<Search className="yourClassName" />
<Home style={{fill: 'red'}} />
<Star height='1rem' width='1rem' />
<Favorite height={16} width={16} />
<Delete fill='red' />
<Login viewBox='0 0 24 24' />

License

Material design icons are created by Google.

We have made these icons available for you to incorporate into your products under the Apache License Version 2.0. Feel free to remix and re-share these icons and documentation in your products. We'd love attribution in your app's about screen, but it's not required.

1.5.0

6 days ago

1.4.3

20 days ago

1.4.2

27 days ago

1.4.1

2 months ago

1.4.0

2 months ago

1.2.0

3 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.0

5 months ago

1.1.3

4 months ago

1.3.0

3 months ago

1.1.2

4 months ago

1.0.2

5 months ago