open-icon
Version:
Open Icon
13 lines (12 loc) • 522 B
JavaScript
// lib/meta/icon_caravan.svg.ts
var meta = {
description: "A caravan is a group of travelers journeying together, typically with a group of people traveling through the desert or remote areas. The icon represents a mode of transportation and adventure.",
category: ["Transport"],
tag: ["caravan", "travel", "group", "journey", "desert", "adventure", "expedition", "exploration", "pack", "camping"],
title: "Caravan"
};
var icon_caravan_svg_default = meta;
export {
icon_caravan_svg_default as default,
meta
};