open-icon
Version:
Open Icon
27 lines (26 loc) • 581 B
JavaScript
// lib/meta/icon_talk-search.svg.ts
var meta = {
"description": "The talk-search icon depicts a speech bubble with a magnifying glass, symbolizing a search function within a messaging or communication platform.",
"category": [
"Interface",
"Symbol"
],
"tag": [
"conversation",
"chat",
"search",
"find",
"communication",
"messaging",
"lookup",
"speech bubble",
"magnifying glass",
"online"
],
"title": "Talk Search"
};
var icon_talk_search_svg_default = meta;
export {
icon_talk_search_svg_default as default,
meta
};