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