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