19declare(strict_types=1);
This describes how an icon could be modified during construction of UI.
getSize()
Get the size of this icon.
getName()
Get the name of the icon.
isDisabled()
Is the Icon disabled?
withSize(string $size)
Set the size for this icon.
withAbbreviation(string $abbreviation)
Set the abbreviation for this icon.
withDisabled(bool $is_disabled)
Get an icon like this, but marked as disabled.
getAbbreviation()
Get the abbreviation of this icon.