open-icon
Version:
Open Icon
13 lines (12 loc) • 478 B
JavaScript
// lib/meta/icon_talk-user.svg.ts
var meta = {
description: "An icon representing a user talking or engaging in conversation. Commonly used for chat applications, messaging features, and user profiles.",
category: ["Interface"],
tag: ["user", "talk", "conversation", "chat", "messaging", "communication", "profile", "avatar", "dialogue", "speech"],
title: "Talk User"
};
var icon_talk_user_svg_default = meta;
export {
icon_talk_user_svg_default as default,
meta
};