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