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