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