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