open-icon
Version:
Open Icon
13 lines (12 loc) • 473 B
JavaScript
// lib/meta/icon_simple-note.svg.ts
var meta = {
description: "A simple note icon typically representing a sticky note or a piece of paper for writing down quick ideas or reminders.",
category: ["Interface", "Document"],
tag: ["note", "paper", "writing", "reminder", "sticky note", "message", "communication", "list", "memo", "notepad"],
title: "Simple Note"
};
var icon_simple_note_svg_default = meta;
export {
icon_simple_note_svg_default as default,
meta
};