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