import type { SVGProps } from "react"; import * as React from "react"; declare const SvgCube: (props: SVGProps) => React.JSX.Element; export default SvgCube; //# sourceMappingURL=Cube.d.ts.map