aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/atoms/icons/feed.module.scss
blob: bf15c233ba50b85e25d8c8570fc5ad3af51e29e7 (plain)
1
2
3
4
5
6
@use "../../../styles/abstracts/functions" as fun;

.icon {
  display: block;
  width: var(--icon-size, #{fun.convert-px(40)});
}