
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
material-symbols-react
Advanced tools
A simple React component wrapper for Material Symbols on-top of Ravindra Marella's npm package of Google's Material Symbols.
Author: Bryan Waldeva
npm install material-symbols-react
import { MaterialSymbol } from "material-symbols-react";
export default function Component() {
return (
<MaterialSymbol symbol="home" />
)
}
Refer to the Google Material Symbols Documentation from Ravindra Marella for list of symbols (icons) and details on the effect of the props below.
| Prop | Type (Typescript) | Notes |
|---|---|---|
symbol | '10k' | '10mp' | ... | 'zoom_out_map' | Required. Refer to Google Material Symbols Documentation. |
styling | outlined | rounded | sharp | Optional. Default false. |
filled | boolean | undefined | Optional. Default false. |
weight | 100 | ... | 700 | undefined | Optional. Default 400. |
grade | -25 | ... | 100 | undefined | Optional. Default 0. |
size | 20 | ... | 48 | undefined | Optional. Default 24. Refer to Optical Size in documentation. |
className | string | undefined | Optional. Default undefined. You can set any CSS className for additional styling. |
ref | React.ForwardRef<HTMLSpanElement> | undefined | Optional. Default undefined. Can forward a ref to the underlying span element. |
...props | ... | undefined | Optional. Default undefined. Any additional component props applicable to a span element. |
Material Symbols are created by Google. Ravindra Marella's NPM package of the Material Symbols is distributed with an Apache 2.0 License This package is distributed with an MIT License.
FAQs
React component for Material Symbols
We found that material-symbols-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.