From ad19a83b042b7867d61071696ac458fbaa790a3c Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Sat, 10 May 2025 14:39:47 +0200 Subject: [PATCH] Refactor property names --- src/assets/Icons/CopyIcon.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/assets/Icons/CopyIcon.tsx b/src/assets/Icons/CopyIcon.tsx index 67ede2d..d4581c2 100644 --- a/src/assets/Icons/CopyIcon.tsx +++ b/src/assets/Icons/CopyIcon.tsx @@ -1,5 +1,4 @@ import { useTheme } from '@mui/material'; -import React from 'react'; export const CopyIcon = ({ color, height = 11, width = 10 }) => { const theme = useTheme(); @@ -14,11 +13,11 @@ export const CopyIcon = ({ color, height = 11, width = 10 }) => { xmlns="http://www.w3.org/2000/svg" > );