• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/controller/timeline/icon.php
  • Класс: Bitrix\Crm\Controller\Timeline\Icon
  • Вызов: Icon::getPreparedSystemIcons
protected function getPreparedSystemIcons(): array
{
	$results = [];
	foreach ($this->getSystemIcons() as $code)
	{
		$results[] = $this->getIconDataByCode($code);
	}

	return $results;
}