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