open-icon
Version:
Open Icon
27 lines (26 loc) • 569 B
JavaScript
// lib/meta/icon_chevron-down.svg.ts
var meta = {
"description": "The chevron-down icon is a simple arrow pointing downwards. It is commonly used to indicate 'expand' or 'show more' actions in various interfaces.",
"category": [
"Arrows",
"Interface"
],
"tag": [
"down",
"expand",
"show more",
"navigation",
"pointer",
"direction",
"arrowhead",
"dropdown",
"menu",
"select"
],
"title": "Chevron Down"
};
var icon_chevron_down_svg_default = meta;
export {
icon_chevron_down_svg_default as default,
meta
};