<?php
namespace nur\v\model;

interface IIconManager {
  function getIcon(string $name, $suffix=null, ?string $alt=null): array;
}