open-icon
Version:
Open Icon
13 lines (12 loc) • 578 B
JavaScript
// lib/meta/icon_tent-camping.svg.ts
var meta = {
description: "A simple illustration of a tent for camping, featuring a triangular fabric structure supported by poles. This icon is perfect for representing camping, outdoor activities, adventure, nature, and vacation concepts.",
category: ["Miscellaneous", "Nature", "Travel"],
tag: ["tent", "camping", "outdoors", "adventure", "nature", "vacation", "travel", "wilderness", "recreation"],
title: "Tent Camping"
};
var icon_tent_camping_svg_default = meta;
export {
icon_tent_camping_svg_default as default,
meta
};