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