Skip to content

Commit

Permalink
Readded the money icon file was _moneyIcon, changed it to moneyIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley authored May 19, 2024
1 parent 25688ce commit 0b5cecc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/components/icons/moneyIcon.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
export default function MoneyIcon(props) {
return (
<svg
{...props}
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round">
<path d="M12 6v12m-3-2.818.879.659c1.171.879 3.07.879 4.242 0 1.172-.879 1.172-2.303 0-3.182C13.536 12.219 12.768 12 12 12c-.725 0-1.45-.22-2.003-.659-1.106-.879-1.106-2.303 0-3.182s2.9-.879 4.006 0l.415.33M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z" />
</svg>
);
}

0 comments on commit 0b5cecc

Please sign in to comment.