open-icon
Version:
Open Icon
27 lines (26 loc) • 637 B
JavaScript
// lib/meta/icon_file-search 2.svg.ts
var meta = {
"description": "This icon depicts a magnifying glass hovering over a file, symbolizing a search function within a file. It can be used to represent search, explore, or browse actions within a document or file system.",
"category": [
"Interface",
"Document"
],
"tag": [
"search",
"find",
"document",
"browse",
"explore",
"file system",
"magnifying glass",
"search tool",
"query",
"lookup"
],
"title": "File Search 2"
};
var icon_file_search_2_svg_default = meta;
export {
icon_file_search_2_svg_default as default,
meta
};