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