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