Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Shriya-Chauhan committed Jan 2, 2025
1 parent 931e1d6 commit 84089b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelina-website/src/components/icons/Clipboard.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function IconClipboard({ className }: any) {
return (
<svg className={className || 'inline-block'} fill='currentColor' viewBox='0 0 20 20' >
<svg className={className || 'inline-block'} fill='currentColor' viewBox='0 0 20 20'>
<path d='M15.6 2l-1.2 3H5.6L4.4 2C3.629 2 3 2.629 3 3.4v15.2c0 .77.629 1.4 1.399 1.4h11.2c.77 0 1.4-.631 1.4-1.4V3.4C17 2.629 16.369 2 15.6 2zm-2 2l.9-2h-2.181L11.6 0H8.4l-.72 2H5.5l.899 2H13.6z' />
</svg>
);
Expand Down

0 comments on commit 84089b9

Please sign in to comment.