Socket
Book a DemoInstallSign in
Socket

md.icons

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md.icons

Material design icons for React

latest
Source
npmnpm
Version
2.5.1
Version published
Weekly downloads
1
-99.69%
Maintainers
1
Weekly downloads
 
Created
Source

md.icons

Material design icons for React.

Demo

Install

npm install md.icons

Usage

import * as mdi from 'md.icons'

<mdi.Check />
<mdi.ThumbUp size={20} fill="gray" />
// magically aligned to text
<button>
  <mdi.ThumbUp center /> Like
</button>

Props

PropTypeDefaultDescription
sizenumber | stringvoidSet width and height prop
centerbooleanfalseAlign icon to text, magically, see also react-inline-center
textbooleanfalseShortcut for size="1.2em"

Development

npm start

FAQs

Package last updated on 13 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts