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