Lines Matching refs:Icon
5 class Icon class
16 * @return Icon
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon
39 public static function createFromTagAttributes(TagAttributes $tagAttributes): Icon
52 …tFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAM…
63 …ew ExceptionBadArgument("The extension of the icon ($name) is not `svg`", Icon::ICON_CANONICAL_NAM…
69 throw new ExceptionNotExists($message, Icon::ICON_CANONICAL_NAME);
87 return (new Icon())
94 …ic static function createFromComboResource(string $name, TagAttributes $tagAttributes = null): Icon
96 $icon = new Icon();
106 public function setFetcherSvg(FetcherSvg $fetchSvg): Icon
112 private function setTagAttributes(TagAttributes $tagAttributes): Icon