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