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