open-icon
Version:
Open Icon
13 lines (12 loc) • 549 B
JavaScript
// lib/meta/icon_simple-note-multi-empty.svg.ts
var meta = {
description: "An icon representing a simple note with multiple lines, that is empty. It can be used to indicate a blank or empty note or document in a user interface.",
category: ["Interface", "Document"],
tag: ["note", "paper", "document", "blank", "empty", "lines", "information", "memo", "reminder", "interface"],
title: "Simple Note Multi Empty"
};
var icon_simple_note_multi_empty_svg_default = meta;
export {
icon_simple_note_multi_empty_svg_default as default,
meta
};