diff --git a/apps/customer-service/src/components/icons/android.tsx b/apps/customer-service/src/components/icons/android.tsx index 1b5bf9548..7b6f769d8 100644 --- a/apps/customer-service/src/components/icons/android.tsx +++ b/apps/customer-service/src/components/icons/android.tsx @@ -5,35 +5,15 @@ export type AndroidProps = ComponentPropsWithoutRef<'svg'>; export const Android: FC = ({ ...props }) => { return ( - - - - - - - - - - - - - - - - - - + Android + ); };