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