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