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