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