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