import React from "react"; import { Icon, IconProps } from "../Icon"; /** * @group Icons */ export const ImageNotSupportedIcon = React.forwardRef((props, ref) => { return }); ImageNotSupportedIcon.displayName = "ImageNotSupportedIcon";