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