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