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