import React from 'react'; import { Icon } from '../Icon/Icon'; import type { IconPropsWithoutChildren } from '../Icon/Icon'; export const ImagefullIcon = (props: IconPropsWithoutChildren) => { return ( ); };