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