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