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