open-icon
Version:
Open Icon
13 lines (12 loc) • 446 B
JavaScript
// lib/meta/icon_lake-view.svg.ts
var meta = {
description: "A scenic view of a lake surrounded by mountains and trees, capturing the beauty of nature.",
category: ["Nature", "Landscapes", "Travel"],
tag: ["scenic", "water", "mountains", "trees", "reflection", "serene", "calm", "outdoors", "relaxing", "panoramic"],
title: "Lake View"
};
var icon_lake_view_svg_default = meta;
export {
icon_lake_view_svg_default as default,
meta
};