Skip to content

Commit

Permalink
lint: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nethen committed Dec 14, 2024
1 parent 4265309 commit 1b88038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/iconography/Iconography.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const DownloadIcon = ({ color }: { color?: ColorVariant }) => {
y: "0",
},
};

const bottomPath = {
initial: {
y: "0",
Expand All @@ -55,6 +56,7 @@ export const DownloadIcon = ({ color }: { color?: ColorVariant }) => {
y: "100%",
},
};

return (
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
Expand Down

0 comments on commit 1b88038

Please sign in to comment.