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