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