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