open-icon
Version:
Open Icon
13 lines (12 loc) • 533 B
JavaScript
// lib/meta/icon_user-m.svg.ts
var meta = {
description: "The user-m icon is a simplified depiction of a person with the letter 'm' for a head, symbolizing a user profile or account. This icon is commonly used in user interfaces for representing a user's profile section.",
category: ["Interface"],
tag: ["person", "profile", "account", "avatar", "member", "human", "identity", "online", "UI", "user"],
title: "User Profile - M"
};
var icon_user_m_svg_default = meta;
export {
icon_user_m_svg_default as default,
meta
};