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