open-icon
Version:
Open Icon
26 lines (25 loc) • 546 B
JavaScript
// lib/meta/icon_link.svg.ts
var meta = {
"description": "The icon 'link' represents a hyperlink or connection between items. It is commonly used to indicate clickable text or elements that redirect to another webpage or location.",
"category": [
"Interface"
],
"tag": [
"hyperlink",
"connection",
"web",
"URL",
"navigation",
"internet",
"clickable",
"URL",
"redirect",
"online"
],
"title": "Link"
};
var icon_link_svg_default = meta;
export {
icon_link_svg_default as default,
meta
};