Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mskelton/icons
- Owner: mskelton
- Created: 2023-03-19T22:39:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T02:53:26.000Z (11 months ago)
- Last Synced: 2024-10-18T08:17:46.965Z (3 months ago)
- Topics: icons, material-icons, material-symbols, npm
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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"
```