/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/projects/ng-devtools/src/lib/shared/icon/icon.component.scss
18 строк
348 B
hawkgs
refactor(devtools): change upstream and downstream signal deps icons
11 мар 2026, 19:25
11 мар 2026, 19:25
832d428
Код
Авторство
О чём код?
$default-size: 16px; :host { position: relative; display: block; width: var(--icon-size, $default-size); height: var(--icon-size, $default-size); svg { position: absolute; top: 0; left: 0; fill: var(--icon-color, currentColor); stroke: var(--icon-color, currentColor); width: inherit; height: inherit; } }