Documentation

Icon

This class stores list of available icons.

Example:

class Icon
{
	public static function getCodes(): array
	{
		return [
			'list',
			'settings',
			'math',
			'tick',
			'plane',
			'piece',
			'vacation',
		];
	}
}
© «Bitrix24», 2001-2024
Up