fix: Update the icon for low priority (#6978)

This commit is contained in:
Pranav Raj S
2023-04-24 13:52:14 -07:00
committed by GitHub
parent 92fa9c4fdc
commit c071f66cdd
5 changed files with 74 additions and 82 deletions

View File

@@ -3,7 +3,7 @@
:width="size"
:height="size"
fill="none"
viewBox="0 0 24 24"
:viewBox="viewBox"
xmlns="http://www.w3.org/2000/svg"
>
<path
@@ -33,6 +33,10 @@ export default {
type: String,
default: 'outline',
},
viewBox: {
type: String,
default: '0 0 24 24',
},
},
computed: {