open-icon
Version:
Open Icon
27 lines (26 loc) • 696 B
JavaScript
// lib/meta/icon_arrow-headed-share.svg.ts
var meta = {
"description": "An arrow-headed-share icon typically represents the action of sharing or spreading information. The icon features a directional arrow pointed to the right with a distinct arrowhead, symbolizing the transfer or dissemination of data.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"share",
"arrow",
"direction",
"transfer",
"spread",
"communication",
"social media",
"networking",
"information",
"technology"
],
"title": "Arrow Headed Share"
};
var icon_arrow_headed_share_svg_default = meta;
export {
icon_arrow_headed_share_svg_default as default,
meta
};