@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 735 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 hockeyMask = [
[
"path",
{
d: "M2 12a10 10 0 1 0 20 0c0-4.1-.4-6.6-1.9-8.1S16.1 2 12 2s-6.6.4-8.1 1.9S2 7.9 2 12",
key: "1j5pi6"
}
],
["path", { d: "M12 6h.01", key: "1vi96p" }],
["circle", { cx: "8", cy: "10.5", r: "2", key: "1ifbbn" }],
["circle", { cx: "16", cy: "10.5", r: "2", key: "7cttfh" }],
["path", { d: "M8.5 17h.01", key: "1mvp11" }],
["path", { d: "M12 15h.01", key: "q59x07" }],
["path", { d: "M15.5 17h.01", key: "1kw5ju" }]
];
export { hockeyMask as default };
//# sourceMappingURL=hockey-mask.js.map