import * as React from 'react'; export interface UnorderedList24Props extends React.SVGProps { ariaLabel?: string } export default function UnorderedList24({ ariaLabel, ...props }: UnorderedList24Props) { return ( ); }