open-icon
Version:
Open Icon
25 lines (24 loc) • 558 B
JavaScript
// lib/meta/icon_note-search.svg.ts
var meta = {
"description": "The note-search icon is used to represent a search function within a note-taking application or feature, allowing users to quickly find specific notes using keywords or phrases.",
"category": [
"Interface"
],
"tag": [
"search",
"note",
"query",
"find",
"lookup",
"research",
"information",
"tool",
"document"
],
"title": "Note Search"
};
var icon_note_search_svg_default = meta;
export {
icon_note_search_svg_default as default,
meta
};