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