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