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