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