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