open-icon
Version:
Open Icon
13 lines (12 loc) • 449 B
JavaScript
// lib/meta/icon_note-user.svg.ts
var meta = {
description: "An icon representing a user note, typically used to indicate user-related information or notes.",
category: ["Interface", "Symbol"],
tag: ["user", "note", "information", "communication", "profile", "reminder", "contact", "message", "notification", "avatar"],
title: "Note User"
};
var icon_note_user_svg_default = meta;
export {
icon_note_user_svg_default as default,
meta
};