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