open-icon
Version:
Open Icon
27 lines (26 loc) • 609 B
JavaScript
// lib/meta/icon_arrow-share.svg.ts
var meta = {
"description": "The arrow-share icon represents the action of sharing or transferring information. It typically symbolizes the sharing of data or content from one source to another.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow",
"share",
"transfer",
"communication",
"connection",
"technology",
"social media",
"networking",
"collaboration",
"interaction"
],
"title": "Arrow Share"
};
var icon_arrow_share_svg_default = meta;
export {
icon_arrow_share_svg_default as default,
meta
};