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