open-icon
Version:
Open Icon
13 lines (12 loc) • 561 B
JavaScript
// lib/meta/icon_simple-note-left.svg.ts
var meta = {
description: "The simple note left icon is a minimalistic representation of a piece of paper with lines, indicating a note or message. The icon is designed with a leftward orientation.",
category: ["Interface", "Document", "Text"],
tag: ["note", "message", "left", "document", "paper", "simple", "communication", "reminder", "minimalistic", "information"],
title: "Simple Note Left"
};
var icon_simple_note_left_svg_default = meta;
export {
icon_simple_note_left_svg_default as default,
meta
};