lucide
Version:
A Lucide icon library package for web and javascript applications.
20 lines (17 loc) • 510 B
JavaScript
/**
* @license lucide v0.525.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const TentTree = [
["circle", { cx: "4", cy: "4", r: "2" }],
["path", { d: "m14 5 3-3 3 3" }],
["path", { d: "m14 10 3-3 3 3" }],
["path", { d: "M17 14V2" }],
["path", { d: "M17 14H7l-5 8h20Z" }],
["path", { d: "M8 14v8" }],
["path", { d: "m9 14 5 8" }]
];
export { TentTree as default };
//# sourceMappingURL=tent-tree.js.map