Some icons look better using stroke over fill

This commit is contained in:
2022-08-14 23:40:24 +02:00
parent 8d03ea5eec
commit 3a58e77da0
4 changed files with 28 additions and 9 deletions

View File

@@ -13,9 +13,3 @@
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline>
</svg>
</template>
<style lang="scss" scoped>
svg {
fill: none !important;
}
</style>