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