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