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