Skip to content

Latest commit

History

History
34 lines (22 loc) 路 837 Bytes

File metadata and controls

34 lines (22 loc) 路 837 Bytes

@m3e/icons

The @m3e/icons package provides SVG鈥慴ased icon modules for the @m3e/web component suite. Each icon is a standalone ES module that registers itself when imported, making it available to the m3e-icon component.

Examples

Import a single icon

import "@m3e/icons/outlined/search";

Import all icons for a variant

import "@m3e/icons/outlined";
import "@m3e/icons/rounded";
import "@m3e/icons/sharp";

Import all icons

import "@m3e/icons";

馃 Contributing

See the root monorepo CONTRIBUTING.md for guidelines on contributing to this package.

馃搫 License

This package is licensed under the MIT License. Material Symbols icons are licensed under the Apache License 2.0 (see LICENSE-APACHE and NOTICE).