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