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