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