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" > );