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