@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 578 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 pepperChilli = [
["path", { d: "M18 7V4a2 2 0 0 0-4 0", key: "1preb3" }],
["path", { d: "M14 10s2 0 4 2c2-2 4-2 4-2", key: "2o2v2i" }],
[
"path",
{
d: "M22 10c0 6.6-5.4 12-12 12-4.4 0-8-2.7-8-6v-.4C3.3 17.1 5 18 7 18c3.9 0 7-3.6 7-8 0-1.7 1.3-3 3-3h2c1.7 0 3 1.3 3 3",
key: "wd80z2"
}
]
];
export { pepperChilli as default };
//# sourceMappingURL=pepper-chilli.js.map