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