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