@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 764 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 butterfly = [
["path", { d: "M15.8 2C12 3.8 12 9 12 9s0-5.2-3.8-7", key: "maadmv" }],
["path", { d: "M12 9v11", key: "1fnkrn" }],
[
"path",
{
d: "M20 5c-3.5 0-6.5 3.9-8 6.3C10.5 8.9 7.5 5 4 5a2 2 0 0 0-2 2c0 2.3.6 4.4 1.5 5.6C4 13.5 4.9 14 6 14h2c-.9.4-2.1.9-2.6 1.5-1.6 1.6-.9 3.4.7 4.9 1.6 1.6 3.4 2.3 4.9.7.3-.3 1-1.1 1-1.1s.6.8 1 1.1c1.6 1.6 3.4.9 4.9-.7 1.6-1.6 2.3-3.4.7-4.9-.5-.5-1.7-1.1-2.6-1.5h2c1.1 0 2-.5 2.5-1.4.9-1.2 1.5-3.3 1.5-5.6a2 2 0 0 0-2-2",
key: "15mt2p"
}
]
];
export { butterfly as default };
//# sourceMappingURL=butterfly.js.map