open-icon
Version:
Open Icon
26 lines (25 loc) • 559 B
JavaScript
// lib/meta/icon_speech-balloon-2.svg.ts
var meta = {
"description": "A speech balloon icon indicating conversation or dialogue, commonly used in user interfaces for messaging or chat features.",
"category": [
"Interface"
],
"tag": [
"communication",
"chat",
"conversation",
"dialogue",
"speech",
"bubble",
"message",
"messaging",
"talk",
"user interface"
],
"title": "Speech Balloon 2"
};
var icon_speech_balloon_2_svg_default = meta;
export {
icon_speech_balloon_2_svg_default as default,
meta
};