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