az-digital/az-icons

Supplementary Icon Set for the University of Arizona.

Installs: 7 038

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 1

Language:CSS

Type:drupal-library

v1.0.2 2024-05-09 21:13 UTC

This package is auto-updated.

Last update: 2024-07-01 00:10:19 UTC


README

Arizona Icons Packagist Repo

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"
        ]
    }
}