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