diff --git a/src/components/client/about/icons/AwarenessIcon.tsx b/src/components/client/about/icons/AwarenessIcon.tsx deleted file mode 100644 index 7b4b12d87..000000000 --- a/src/components/client/about/icons/AwarenessIcon.tsx +++ /dev/null @@ -1,23 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function AwarenessIcon({ ...props }: SvgIconProps) { - return ( - - - - - - ) -} diff --git a/src/components/client/about/icons/ExpertiseIcon.tsx b/src/components/client/about/icons/ExpertiseIcon.tsx deleted file mode 100644 index b48f2e629..000000000 --- a/src/components/client/about/icons/ExpertiseIcon.tsx +++ /dev/null @@ -1,137 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function ExpertiseIcon({ ...props }: SvgIconProps) { - return ( - - - - - - - - - - - - - - - - - - - - - - - - ) -} diff --git a/src/components/client/about/icons/PrivacyIcon.tsx b/src/components/client/about/icons/PrivacyIcon.tsx deleted file mode 100644 index fa03c8a73..000000000 --- a/src/components/client/about/icons/PrivacyIcon.tsx +++ /dev/null @@ -1,47 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function PrivacyIcon({ ...props }: SvgIconProps) { - return ( - - - - - - - - - - - - ) -} diff --git a/src/components/client/about/icons/ProactiveIcon.tsx b/src/components/client/about/icons/ProactiveIcon.tsx deleted file mode 100644 index 92899b81f..000000000 --- a/src/components/client/about/icons/ProactiveIcon.tsx +++ /dev/null @@ -1,67 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function ProactiveIcon({ ...props }: SvgIconProps) { - return ( - - - - - - - - - - - - - - - - - ) -} diff --git a/src/components/client/about/icons/RespectIcon.tsx b/src/components/client/about/icons/RespectIcon.tsx deleted file mode 100644 index 7bba100c4..000000000 --- a/src/components/client/about/icons/RespectIcon.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function RespectIcon({ ...props }: SvgIconProps) { - return ( - - - - - - - - - - - - - ) -} diff --git a/src/components/client/about/icons/VoluntaryIcon.tsx b/src/components/client/about/icons/VoluntaryIcon.tsx deleted file mode 100644 index 18d64f6b7..000000000 --- a/src/components/client/about/icons/VoluntaryIcon.tsx +++ /dev/null @@ -1,36 +0,0 @@ -import React from 'react' -import { SvgIcon, SvgIconProps } from '@mui/material' - -import theme from 'common/theme' - -export default function VoluntaryIcon({ ...props }: SvgIconProps) { - return ( - - - - - - - - - - - - - ) -}