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