open-icon
Version:
Open Icon
26 lines (25 loc) • 658 B
JavaScript
// lib/meta/icon_chevron-double-down.svg.ts
var meta = {
"description": "The chevron double down icon is typically used to indicate to users to double tap or further expand a section on a website or application. It usually signifies additional content below or within a page.",
"category": [
"Arrows"
],
"tag": [
"chevron double down",
"expand",
"scroll",
"navigate",
"reveal",
"pointer",
"direction",
"interface",
"web design",
"user interface"
],
"title": "Chevron Double Down"
};
var icon_chevron_double_down_svg_default = meta;
export {
icon_chevron_double_down_svg_default as default,
meta
};