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