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