open-icon
Version:
Open Icon
13 lines (12 loc) • 561 B
JavaScript
// lib/meta/icon_simple-note-multi.svg.ts
var meta = {
description: "A simple note icon with multiple lines denoting a list or multiple notes. Can be used in user interface designs for note-taking apps, to represent a list or a group of notes.",
category: ["Interface", "Document"],
tag: ["notes", "list", "memo", "reminder", "note-taking", "bullet points", "tasks", "checklist", "organization", "notepad"],
title: "Simple Note Multi"
};
var icon_simple_note_multi_svg_default = meta;
export {
icon_simple_note_multi_svg_default as default,
meta
};