open-icon
Version:
Open Icon
26 lines (25 loc) • 581 B
JavaScript
// lib/meta/icon_speech-balloon-square copy.svg.ts
var meta = {
"description": "This icon depicts a square speech balloon, commonly used to represent dialogue or comments in user interfaces.",
"category": [
"Interface"
],
"tag": [
"communication",
"conversation",
"dialogue",
"chat",
"bubble",
"comments",
"messaging",
"speech",
"talk",
"interact"
],
"title": "Speech Balloon Square Copy"
};
var icon_speech_balloon_square_copy_svg_default = meta;
export {
icon_speech_balloon_square_copy_svg_default as default,
meta
};