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