MCPcopy Create free account
hub / github.com/angular/components / svgIcon

Method svgIcon

src/material/icon/icon.ts:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 /** Name of the icon in the SVG icon set. */
179 @Input()
180 get svgIcon(): string {
181 return this._svgIcon;
182 }
183 set svgIcon(value: string) {
184 if (value !== this._svgIcon) {
185 if (value) {

Callers

nothing calls this directly

Calls 2

_updateSvgIconMethod · 0.95
_clearSvgElementMethod · 0.95

Tested by

no test coverage detected