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