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