open-icon
Version:
Open Icon
27 lines (26 loc) • 655 B
JavaScript
// lib/meta/icon_note-search 2.svg.ts
var meta = {
"description": "The note-search 2 icon is a visual representation of a magnifying glass searching through a document or note. This icon is commonly used in user interfaces to indicate search functionality within notes or documents.",
"category": [
"Interface",
"Document"
],
"tag": [
"search",
"document",
"note",
"find",
"magnifying glass",
"searching",
"user interface",
"information",
"lookup",
"query"
],
"title": "Note Search 2"
};
var icon_note_search_2_svg_default = meta;
export {
icon_note_search_2_svg_default as default,
meta
};