@use "@styles/abstracts/functions" as fun; .icon { display: block; margin: auto; width: var(--icon-size, #{fun.convert-px(40)}); } .lines { fill: var(--color-fg); stroke-width: 4; } .picture { fill: var(--color-primary-lighter); stroke: var(--color-border); } .background { fill: var(--color-bg); stroke: var(--color-border); stroke-width: 4; }