open-icon
Version:
Open Icon
27 lines (26 loc) • 650 B
JavaScript
// lib/meta/icon_folder-search.svg.ts
var meta = {
"description": "The folder-search icon is used to represent a folder with a magnifying glass, indicating the action of searching within the folder. It is commonly used in user interfaces for search functions related to folders.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"folder",
"search",
"directory",
"exploration",
"file management",
"find",
"explorer",
"documents",
"browse",
"navigation"
],
"title": "Folder Search"
};
var icon_folder_search_svg_default = meta;
export {
icon_folder_search_svg_default as default,
meta
};