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