@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
29 lines (26 loc) • 819 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 pie = [
["path", { d: "M7 2C5.5 4 8.5 5 7 7", key: "fdblq5" }],
["path", { d: "M12 2c-1.5 2 1.5 3 0 5", key: "1qq0cz" }],
["path", { d: "M17 2c-1.5 2 1.5 3 0 5", key: "1t1jp6" }],
[
"path",
{ d: "M21 16s-2-5-9-5-9 5-9 5l1.7 5.1c.2.5.7.9 1.3.9h12c.5 0 1.1-.4 1.3-.9Z", key: "bja9aa" }
],
[
"path",
{
d: "M2 16c1.7 0 1.6 1 3.3 1C7 17 7 16 8.7 16s1.6 1 3.3 1c1.7 0 1.7-1 3.3-1 1.7 0 1.6 1 3.3 1 1.7 0 1.7-1 3.3-1",
key: "171pq4"
}
],
["path", { d: "m8.5 16 1.5 6", key: "hjaadr" }],
["path", { d: "M15.5 16 14 22", key: "1dm0sk" }]
];
export { pie as default };
//# sourceMappingURL=pie.js.map