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