az-digital / az-icons
Supplementary Icon Set for the University of Arizona.
Package info
github.com/az-digital/az-icons-packagist
Language:CSS
Type:drupal-library
pkg:composer/az-digital/az-icons
v1.0.4
2025-09-05 20:26 UTC
Requires
This package is auto-updated.
Last update: 2026-02-24 04:37:19 UTC
README
https://packagist.org/packages/az-digital/az-icons
Composer package that contains the Arizona Icons assets for use by PHP / Drupal projects.
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"
]
}
}