@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 519 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const barn = [
["path", { d: "M22 12H2l2-6 8-4 8 4Z", key: "1g52nw" }],
["rect", { width: "4", height: "4", x: "10", y: "8", key: "1f1gqv" }],
["path", { d: "m7 22 10-10v10L7 12Z", key: "jw2rko" }],
["path", { d: "M21 12v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-8", key: "woe9fu" }]
];
export { barn as default };
//# sourceMappingURL=barn.js.map