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