diff --git a/src/components/Link/index.tsx b/src/components/Link/index.tsx index 48720f1d..fb650dd7 100644 --- a/src/components/Link/index.tsx +++ b/src/components/Link/index.tsx @@ -7,7 +7,6 @@ import { getDataTestAttributeProp } from '../utils' import { ThemeType } from '../assets/styles/themes' import { Typography } from 'antd' import React, { FC, ReactNode } from 'react' -import { faTireRugged } from '@fortawesome/pro-regular-svg-icons' const { dark, light } = ThemeType