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