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