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