@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
16 lines (13 loc) • 463 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 ironingBoard = [
["path", { d: "M6 3a4 4 0 0 0 0 8h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z", key: "10d6v9" }],
["path", { d: "m6 21 12-10", key: "13nua5" }],
["path", { d: "m6 11 12 10", key: "1605xv" }]
];
export { ironingBoard as default };
//# sourceMappingURL=ironing-board.js.map