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