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