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