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