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