Add isImage prop in RawIcon

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura
2021-12-30 12:44:14 +05:30
parent d3dcb320f4
commit c2402ddb72
3 changed files with 21 additions and 7 deletions

View File

@@ -10,6 +10,9 @@
-webkit-mask-size: cover;
mask-size: cover;
background-color: var(--ic-surface-normal);
background-size: cover;
background-repeat: no-repeat;
}
.ic-raw-large {
@include icSize(var(--ic-large));