open-icon
Version:
Open Icon
13 lines (12 loc) • 474 B
JavaScript
// lib/meta/icon_simple-note-center.svg.ts
var meta = {
description: "A simple note icon placed in the center, indicating a central or important note or message.",
category: ["Interface", "Document"],
tag: ["note", "message", "center", "important", "reminder", "communication", "notification", "memo", "sticky note"],
title: "Simple Note Center"
};
var icon_simple_note_center_svg_default = meta;
export {
icon_simple_note_center_svg_default as default,
meta
};