open-icon
Version:
Open Icon
27 lines (26 loc) • 675 B
JavaScript
// lib/meta/icon_text-order-desc copy.svg.ts
var meta = {
"description": "An icon indicating text in descending order, typically used for sorting text data alphabetically or numerically from Z to A or large to small. This icon is represented as an arrow pointing downwards.",
"category": [
"Interface",
"Text",
"Arrows"
],
"tag": [
"descending order",
"sort",
"alphabetically",
"numerically",
"Z to A",
"large to small",
"arrow",
"interface",
"text"
],
"title": "Text Order Descending Copy"
};
var icon_text_order_desc_copy_svg_default = meta;
export {
icon_text_order_desc_copy_svg_default as default,
meta
};