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