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