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