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