trackleft / material-symbols-svg-rounded
Material Symbols Rounded SVG icon assets for use by PHP / Drupal projects.
Package info
github.com/trackleft/material-symbols-packagist
Type:drupal-library
pkg:composer/trackleft/material-symbols-svg-rounded
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-10 16:30:25 UTC
README
Composer package that contains Material Symbols Rounded SVG assets for use by PHP / Drupal projects.
Only the "rounded" style is included (weight 400), matching the style
already used across Arizona Quickstart via the Material Symbols Rounded
web font. SVGs are sourced from the official
@material-symbols/svg-400
package published from marella/material-symbols,
which optimizes Google's Material Symbols icon set.
Updating
- Check the latest version of
@material-symbols/svg-400on npm. - Download and extract the
rounded/directory from that package into this repo'srounded/directory, replacing its contents. - Update
composer.jsonif the icon set's own license terms change. - Tag a new release matching the upstream version.
Instructions for non-Drupal Projects
If using this package in a non-Drupal project, you may want to add the following configuration to your project's composer.json file:
{
"extra": {
"installer-disable": [
"drupal"
]
}
}
License
Material Symbols icons are licensed under the
Apache License, Version 2.0 by Google. See LICENSE for the
full license text.