UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

26 lines (22 loc) 620 B
/** * @license lucide v0.469.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import defaultAttributes from '../defaultAttributes.js'; const TentTree = [ "svg", defaultAttributes, [ ["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