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