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