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