6.1.0 • Published 5 months ago

@react-md/material-icons v6.1.0

Weekly downloads
996
License
MIT
Repository
github
Last release
5 months ago

@react-md/material-icons

This package converts each material icon into a React component as inline SVG icons.

Documentation

Check out the documentation site to see all the available icons and in-depth usage.

Installation

With npm:

npm install --save @react-md/core @react-md/material-icons

With pnpm:

pnpm add @react-md/core @react-md/material-icons

With yarn:

yarn add @react-md/core @react-md/material-icons

Add base styles

If you only want to use the icons in this package without the rest of react-md:

@use "@react-md/core" with (
  $icon-disable-font: true,
  $icon-disable-symbol: true,
  $icon-disable-inline: true,
  $icon-disable-spacing-before: true,
  $icon-disable-spacing-after: true,
  $icon-disable-spacing-above: true,
  $icon-disable-spacing-below: true,
  $icon-disable-primary-color: true,
  $icon-disable-secondary-color: true,
  $icon-disable-warning-color: true,
  $icon-disable-error-color: true,
  $icon-disable-success-color: true,
  $icon-disable-text-primary-color: true,
  $icon-disable-text-secondary-color: true,
  $icon-disable-text-hint-color: true,
  $icon-disable-text-disabled-color: true,
  $icon-disable-dense: true,
  $icon-disable-rotator: true,
  $disable-default-system-theme: true
);

@include core.icon-styles;

If you are using react-md already and only want to use the SVG icons in this package:

@use "@react-md/core" with (
  $icon-disable-font: true,
  $icon-disable-symbol: true
);

@include core.styles;

Use the icon components

The documentation site will allow you to search and find all the available icons, but here's a quick example.

import FavoriteOutlinedIcon from "@react-md/material-icons/FavoriteOutlinedIcon";

function Example() {
  return <FavoriteOutlinedIcon />;
}
6.1.0

5 months ago

6.0.0-next.19

10 months ago

6.0.0-next.18

12 months ago

6.0.1

6 months ago

6.0.0

6 months ago

6.0.2

5 months ago

6.0.0-next.22

7 months ago

6.0.0-next.21

8 months ago

6.0.0-next.20

10 months ago

6.0.0-next.17

1 year ago

6.0.0-next.16

1 year ago

6.0.0-next.15

1 year ago

6.0.0-next.14

2 years ago

6.0.0-next.13

2 years ago

6.0.0-next.12

2 years ago

6.0.0-next.11

2 years ago

6.0.0-next.10

2 years ago

6.0.0-next.9

2 years ago

6.0.0-next.8

2 years ago

6.0.0-next.6

2 years ago

6.0.0-next.7

2 years ago

6.0.0-next.4

2 years ago

6.0.0-next.5

2 years ago

6.0.0-next.3

2 years ago

5.1.6

2 years ago

6.0.0-next.0

2 years ago

6.0.0-next.1

2 years ago

6.0.0-next.2

2 years ago

5.1.3

3 years ago

5.1.2

4 years ago

5.1.0

4 years ago

4.0.3

4 years ago

5.0.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

3.0.0-alpha.0

4 years ago

2.9.1

4 years ago

2.9.0

4 years ago

2.8.5

4 years ago

2.8.4

4 years ago

2.8.0

5 years ago

2.8.3

4 years ago

2.8.2

5 years ago

2.7.1

5 years ago

2.7.0

5 years ago

2.6.0

5 years ago

2.5.5

5 years ago

2.5.4

5 years ago

2.5.0

5 years ago

2.4.2

5 years ago

2.4.1

5 years ago

2.4.0

5 years ago

2.3.1

5 years ago

2.3.0

5 years ago

2.3.0-alpha.3

5 years ago

2.3.0-alpha.2

5 years ago

2.3.0-alpha.1

5 years ago

2.2.1

5 years ago

2.2.2

5 years ago

2.3.0-alpha.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.2

5 years ago

2.0.0

5 years ago

2.0.0-beta.2

5 years ago

2.0.0-beta.1

5 years ago

2.0.0-beta.0

5 years ago

2.0.0-alpha.15

5 years ago

2.0.0-alpha.14

6 years ago

2.0.0-alpha.13

6 years ago

2.0.0-alpha.12

6 years ago

2.0.0-alpha.11

6 years ago

2.0.0-alpha.10

6 years ago

2.0.0-alpha.9

6 years ago

2.0.0-alpha.8

6 years ago

2.0.0-alpha.7

6 years ago

2.0.0-alpha.6

6 years ago

2.0.0-alpha.5

6 years ago

2.0.0-alpha.3

6 years ago

2.0.0-alpha.1

7 years ago

2.0.0-alpha.0

7 years ago