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.
import "@m3e/icons/outlined/search";import "@m3e/icons/outlined";
import "@m3e/icons/rounded";
import "@m3e/icons/sharp";import "@m3e/icons";See the root monorepo CONTRIBUTING.md for guidelines on contributing to this package.
This package is licensed under the MIT License. Material Symbols icons are licensed under the Apache License 2.0 (see LICENSE-APACHE and NOTICE).