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