open-icon
Version:
Open Icon
27 lines (26 loc) • 698 B
JavaScript
// lib/meta/icon_arrow-down copy.svg.ts
var meta = {
"description": "The arrow-down copy icon represents a downward pointing arrow with a duplicate symbol, indicating the action of copying an item or content downwards. This icon is commonly used in interfaces to signify the ability to duplicate and move content in a downward direction.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"arrow down",
"copy",
"duplicate",
"downward",
"action",
"interface",
"symbol",
"content",
"move",
"item"
],
"title": "Arrow Down Copy"
};
var icon_arrow_down_copy_svg_default = meta;
export {
icon_arrow_down_copy_svg_default as default,
meta
};