open-icon
Version:
Open Icon
27 lines (26 loc) • 552 B
JavaScript
// lib/meta/icon_note-info.svg.ts
var meta = {
"description": "A note-info icon typically represents information or notes. It is commonly used to indicate helpful information or additional details.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"note",
"info",
"information",
"details",
"message",
"communication",
"notification",
"notebook",
"reminder",
"alert"
],
"title": "Note Info"
};
var icon_note_info_svg_default = meta;
export {
icon_note_info_svg_default as default,
meta
};