open-icon
Version:
Open Icon
26 lines (25 loc) • 570 B
JavaScript
// lib/meta/icon_user-add.svg.ts
var meta = {
"description": "The user-add icon represents the action of adding a new user or creating a new account. It typically signifies the functionality to register or include a new member to a platform or system.",
"category": [
"Interface"
],
"tag": [
"user",
"add",
"create",
"register",
"sign up",
"member",
"profile",
"account",
"new user",
"join"
],
"title": "User Add"
};
var icon_user_add_svg_default = meta;
export {
icon_user_add_svg_default as default,
meta
};