open-icon
Version:
Open Icon
27 lines (26 loc) • 502 B
JavaScript
// lib/meta/icon_note-star.svg.ts
var meta = {
"description": "A star symbol often used to indicate importance or to highlight something in a note or document.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"star",
"note",
"importance",
"highlight",
"favorite",
"marker",
"reminder",
"notation",
"bookmark",
"ui"
],
"title": "Note Star"
};
var icon_note_star_svg_default = meta;
export {
icon_note_star_svg_default as default,
meta
};