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