https://packagist.org/packages/az-digital/az-icons
Composer package that contains the Arizona Icons assets for use by PHP / 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"
]
}
}