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