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