open-icon
Version:
Open Icon
26 lines (25 loc) • 638 B
JavaScript
// lib/meta/icon_speech-balloons.svg.ts
var meta = {
"description": "The speech balloons icon is commonly used in user interfaces to represent conversations, dialogues or messaging systems. It typically symbolizes communication and interactions between users.",
"category": [
"Interface"
],
"tag": [
"communication",
"conversations",
"dialogue",
"messages",
"chat",
"conversation bubbles",
"talk",
"speech",
"user interface",
"messaging"
],
"title": "Speech Balloons"
};
var icon_speech_balloons_svg_default = meta;
export {
icon_speech_balloons_svg_default as default,
meta
};