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