@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 643 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 hairdryer = [
["circle", { cx: "8", cy: "8", r: "2", key: "14cg06" }],
["path", { d: "M18 11s-7 3-10 3A6 6 0 0 1 8 2c3 0 10 3 10 3Z", key: "sxbuqj" }],
["path", { d: "m18 5 4-2v10l-4-2", key: "1bepys" }],
["path", { d: "m7 13.9.8 5.1c.1.5.6 1 1.2 1h2c.6 0 .9-.4.8-1l-.9-5.5", key: "4a0245" }],
["path", { d: "M11.64 18s3.3-2 7.3-2a2 2 0 0 1 0 4H17a2 2 0 0 0-2 2", key: "89wun7" }]
];
export { hairdryer as default };
//# sourceMappingURL=hairdryer.js.map