16 lines
189 B
SCSS
16 lines
189 B
SCSS
.icon {
|
|
display: inline-flex;
|
|
width: 1.2rem;
|
|
height: 1.2rem;
|
|
|
|
&::v-deep > svg {
|
|
width: 100%;
|
|
height: 100%;
|
|
fill: currentColor;
|
|
|
|
* {
|
|
fill: inherit;
|
|
}
|
|
}
|
|
}
|