Skip to content

Commit

Permalink
feat:add priority icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Nov 27, 2023
1 parent 2c7bd1b commit 8ad78bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/web/components/ui/svgs/priority-icon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default function PriorityIcon() {
return (
<>
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 12 12" fill="none">
<path d="M9.95906 7.5249L6.69906 4.2649C6.31406 3.8799 5.68406 3.8799 5.29906 4.2649L2.03906 7.5249" stroke="#EE6C4D" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</>
)
}

0 comments on commit 8ad78bc

Please sign in to comment.