open-icon
Version:
Open Icon
13 lines (12 loc) • 502 B
JavaScript
// lib/meta/icon_file-user.svg.ts
var meta = {
description: "The file-user icon represents a user profile within a file. It is commonly used to indicate documents or folders that are related to a specific user or account.",
category: ["Interface", "Document"],
tag: ["profile", "file", "user", "avatar", "account", "data", "personal", "information", "document", "folder"],
title: "File User"
};
var icon_file_user_svg_default = meta;
export {
icon_file_user_svg_default as default,
meta
};