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