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