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