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