open-icon
Version:
Open Icon
27 lines (26 loc) • 585 B
JavaScript
// lib/meta/icon_note-add.svg.ts
var meta = {
"description": "An icon representing the action of adding or creating a new note. This icon typically features a symbol of a piece of paper with a plus sign or a pencil to signify that a new note can be added.",
"category": [
"Interface",
"Document"
],
"tag": [
"note",
"add",
"create",
"write",
"write down",
"notebook",
"memo",
"paper",
"text",
"editor"
],
"title": "Note Add"
};
var icon_note_add_svg_default = meta;
export {
icon_note_add_svg_default as default,
meta
};