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