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