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