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