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