Fix Google Icon

This commit is contained in:
Charles Bochet
2025-04-07 17:14:36 +02:00
parent 0226dec717
commit d4db399933

View File

@ -1,6 +1,6 @@
import { useTheme } from '@emotion/react';
import IconGoogleRaw from '@assets/icons/google-calendar.svg?react';
import IconGoogleRaw from '@assets/icons/google.svg?react';
import { IconComponentProps } from '@ui/display/icon/types/IconComponent';
type IconGoogleProps = Pick<IconComponentProps, 'size'>;