Skip to content

Commit

Permalink
chore: add new copy icon
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Amrutiya <[email protected]>
  • Loading branch information
amitamrutiya committed Oct 29, 2024
1 parent fb42a65 commit 904713f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/icons/Copy/CopyIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ interface CopyIconProps {

const CopyIcon: React.FC<CopyIconProps> = ({ width, height, fill = 'white', style }) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={width}
height={height}
viewBox="0 0 22 22"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill={fill}
style={style}
>
<g mask="url(#mask0_15532_38310)">
<path d="M14.6654 0.914062H3.66536C2.65703 0.914062 1.83203 1.73906 1.83203 2.7474V15.5807H3.66536V2.7474H14.6654V0.914062ZM17.4154 4.58073H7.33203C6.3237 4.58073 5.4987 5.40573 5.4987 6.41406V19.2474C5.4987 20.2557 6.3237 21.0807 7.33203 21.0807H17.4154C18.4237 21.0807 19.2487 20.2557 19.2487 19.2474V6.41406C19.2487 5.40573 18.4237 4.58073 17.4154 4.58073ZM17.4154 19.2474H7.33203V6.41406H17.4154V19.2474Z" />
</g>
<path d="M15.5 3H5.5C4.4 3 3.5 3.9 3.5 5V17H5.5V5H15.5V3ZM18.5 7H9.5C8.4 7 7.5 7.9 7.5 9V21C7.5 22.1 8.4 23 9.5 23H18.5C19.6 23 20.5 22.1 20.5 21V9C20.5 7.9 19.6 7 18.5 7ZM18.5 21H9.5V9H18.5V21Z" />
</svg>
);

Expand Down

0 comments on commit 904713f

Please sign in to comment.