@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 712 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 snowman = [
["circle", { cx: "12", cy: "6", r: "4", key: "1frrej" }],
["path", { d: "M12 14h.01", key: "1etili" }],
["path", { d: "M12 18h.01", key: "mhygvu" }],
["path", { d: "M2 9h2V7", key: "1vkozr" }],
["path", { d: "M7 12 4 9", key: "k1na9a" }],
["path", { d: "M17.8 11.1 20 9", key: "18o8y9" }],
["path", { d: "M20 7v2h2", key: "j0rksc" }],
["path", { d: "M9 8.7a7 7 0 1 0 6 0", key: "x9vvq1" }],
["path", { d: "M5 22h14", key: "ehvnwv" }]
];
export { snowman as default };
//# sourceMappingURL=snowman.js.map