19 declare(strict_types=1);
40 public function getName(): string;
61 public function getSize(): string;
withSize(string $size)
Set the size for this icon.
getAbbreviation()
Get the abbreviation of this icon.
getName()
Get the name of the icon.
withAbbreviation(string $abbreviation)
Set the abbreviation for this icon.
getSize()
Get the size of this icon.
withDisabled(bool $is_disabled)
Get an icon like this, but marked as disabled.
isDisabled()
Is the Icon disabled?