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