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