
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@badrap/material-symbols-omnibus
Advanced tools
> [!NOTE] > Importing this package pulls in data for _all_ Material Symbol icons. You're probably better off using something like [marella/material-symbols](https://github.com/marella/material-symbols).
[!NOTE] Importing this package pulls in data for all Material Symbol icons. You're probably better off using something like marella/material-symbols.
A library to resolve a Material Symbol icons name to an SVG path.
The icons are the outlined variant with the 20px optical size. Both the filled and outlined versions are available.
npm i @badrap/material-symbols-omnibus
import { resolveMaterialSymbol } from "@badrap/material-symbols-omnibus";
export function MaterialSymbol(props: { name: string }) {
const data = resolveMaterialSymbol(props.name);
if (!data) {
return null;
}
return (
<svg width={data.width} height={data.height} viewBox={data.viewBox}>
<path d={data.path} />
</svg>
);
}
Material Symbols are available under the Apache License Version 2.0. Therefore this package is also available under the same license.
FAQs
> [!NOTE] > Importing this package pulls in data for _all_ Material Symbol icons. You're probably better off using something like [marella/material-symbols](https://github.com/marella/material-symbols).
The npm package @badrap/material-symbols-omnibus receives a total of 16 weekly downloads. As such, @badrap/material-symbols-omnibus popularity was classified as not popular.
We found that @badrap/material-symbols-omnibus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.