open-icon
Version:
Open Icon
26 lines (25 loc) • 558 B
JavaScript
// lib/meta/icon_speech-balloon.svg.ts
var meta = {
"description": "A speech balloon icon commonly used to represent communication, chatting, messaging, or commenting in user interface designs.",
"category": [
"Interface"
],
"tag": [
"communication",
"chatting",
"messaging",
"commenting",
"dialogue",
"conversation",
"talk",
"bubble",
"texting",
"interaction"
],
"title": "Speech Balloon"
};
var icon_speech_balloon_svg_default = meta;
export {
icon_speech_balloon_svg_default as default,
meta
};