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