1.0.16 • Published 7 months ago

mui-symbols v1.0.16

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

MUI Symbols

A React icon library for Material Symbols compatible with Material UI.

Installation

npm install mui-symbols

Usage

Use this library the same way you would use @mui/icons-material:

// Named import
import { Abc } from "mui-symbols";

// Default import
import Abc from "mui-symbols/Abc";

// Style variations
import AbcOutlined from "mui-symbols/AbcOutlined"; // Same as "Abc"
import AbcRounded from "mui-symbols/AbcRounded";
import AbcSharp from "mui-symbols/AbcSharp";
import AbcRoundedFill from "mui-symbols/AbcRoundedFill";

// Icons with numerical names
import TenK from "mui-symbols/TenK"; // Represents "10k"
import SixtyFps from "mui-symbols/SixtyFps"; // Represents "60fps"
1.0.16

7 months ago

1.0.15

1 year ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago