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