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