import * as React from "react"; import { SVGProps } from "react"; const SvgCube = (props: SVGProps) => ( ); export default SvgCube;