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