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