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