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