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