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