open-icon
Version:
Open Icon
13 lines (12 loc) • 491 B
JavaScript
// lib/meta/icon_circle-user.svg.ts
var meta = {
description: "The circle-user icon represents a user profile within a circle. It is commonly used to indicate a person or account in a user interface design.",
category: ["Interface", "Symbol"],
tag: ["profile", "person", "avatar", "account", "round", "outline", "UI", "user interface", "login", "member"],
title: "Circle User"
};
var icon_circle_user_svg_default = meta;
export {
icon_circle_user_svg_default as default,
meta
};