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