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