Skip to content

Commit 904713f

Browse files
committed
chore: add new copy icon
Signed-off-by: Amit Amrutiya <amitamrutiya2210@gmail.com>
1 parent fb42a65 commit 904713f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/icons/Copy/CopyIcon.tsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@ interface CopyIconProps {
1010

1111
const CopyIcon: React.FC<CopyIconProps> = ({ width, height, fill = 'white', style }) => (
1212
<svg
13+
xmlns="http://www.w3.org/2000/svg"
1314
width={width}
1415
height={height}
15-
viewBox="0 0 22 22"
16-
xmlns="http://www.w3.org/2000/svg"
16+
viewBox="0 0 24 24"
1717
fill={fill}
1818
style={style}
1919
>
20-
<g mask="url(#mask0_15532_38310)">
21-
<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" />
22-
</g>
20+
<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" />
2321
</svg>
2422
);
2523

0 commit comments

Comments
 (0)