open-icon
Version:
Open Icon
25 lines (24 loc) • 569 B
JavaScript
// lib/meta/icon_chevron-double-left.svg.ts
var meta = {
"description": "The chevron-double-left icon is a double arrow pointing to the left, commonly used to indicate moving back to the previous page or section.",
"category": [
"Arrows"
],
"tag": [
"back",
"double arrow",
"navigation",
"previous",
"direction",
"left",
"pointing",
"interface",
"arrow symbol"
],
"title": "Chevron Double Left"
};
var icon_chevron_double_left_svg_default = meta;
export {
icon_chevron_double_left_svg_default as default,
meta
};