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