open-icon
Version:
Open Icon
26 lines (25 loc) • 569 B
JavaScript
// lib/meta/icon_note-star 2.svg.ts
var meta = {
"description": "Icon representing a starred note, indicating importance or special attention. This icon is commonly used in interfaces to denote favorited items or important notes.",
"category": [
"Interface"
],
"tag": [
"star",
"note",
"importance",
"favorite",
"attention",
"mark",
"interface",
"symbol",
"important",
"highlight"
],
"title": "Note Star 2"
};
var icon_note_star_2_svg_default = meta;
export {
icon_note_star_2_svg_default as default,
meta
};