import type { SVGProps } from "react"; const SvgRangeSelectionIcon = (props: SVGProps) => ( ); export default SvgRangeSelectionIcon;