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