open-icon
Version:
Open Icon
26 lines (25 loc) • 645 B
JavaScript
// lib/meta/icon_speech-balloon-square-text.svg.ts
var meta = {
"description": "The speech balloon square text icon is a graphical representation of a square-shaped speech bubble commonly used to display short snippets of text in user interfaces.",
"category": [
"Interface"
],
"tag": [
"communication",
"message",
"chat",
"dialogue",
"text bubble",
"speech",
"conversation",
"notification",
"talk",
"messaging"
],
"title": "Speech Balloon Square Text"
};
var icon_speech_balloon_square_text_svg_default = meta;
export {
icon_speech_balloon_square_text_svg_default as default,
meta
};