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