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