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