@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-primary-darker);
}
.background {
  fill: var(--color-bg);
  stroke: var(--color-primary-darker);
  stroke-width: 4;
}