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