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