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