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