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