Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mskelton/icons

Material icons packaged as React components.
https://github.com/mskelton/icons

icons material-icons material-symbols npm

Last synced: about 1 month ago
JSON representation

Material icons packaged as React components.

Awesome Lists containing this project

README

        

# @mskelton/icons

[![Build status](https://github.com/mskelton/icons/workflows/Build/badge.svg)](https://github.com/mskelton/icons/actions)
[![npm](https://img.shields.io/npm/v/@mskelton/icons)](https://www.npmjs.com/package/@mskelton/icons)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

Material icons packaged as React components.

## Installation

### npm

```bash
npm install @mskelton/icons
```

### Yarn

```bash
yarn add @mskelton/icons
```

### pnpm

```bash
pnpm add @mskelton/icons
```

### Bun

```bash
bun add @mskelton/icons
```

## Usage

This package provides rounded
[material symbols](https://fonts.google.com/icons?icon.style=Rounded) with a
weight of 700. Solid and outlined variations are included for each icon.

```javascript
import { MdFileCopy } from "@mskelton/icons/solid"
import { MdFileCopy } from "@mskelton/icons/outline"
```