open-icon
Version:
Open Icon
27 lines (26 loc) • 563 B
JavaScript
// lib/meta/icon_talk-star.svg.ts
var meta = {
"description": "A star icon designed with a speech bubble, indicating communication or conversation. Can be used to represent messages or notifications.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"communication",
"conversation",
"message",
"notification",
"chat",
"talk",
"star",
"speech bubble",
"dialogue",
"interaction"
],
"title": "Talk Star"
};
var icon_talk_star_svg_default = meta;
export {
icon_talk_star_svg_default as default,
meta
};