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