Search by

trackleft / material-symbols-svg-rounded

trackleft

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

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.47.2 2026-09-10 16:23 UTC

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

  1. Check the latest version of @material-symbols/svg-400 on npm.
  2. Download and extract the rounded/ directory from that package into this repo's rounded/ directory, replacing its contents.
  3. Update composer.json if the icon set's own license terms change.
  4. 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.