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