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