@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 829 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 flippers = [
[
"path",
{
d: "M20 17c0-4 2-7 2-13.5 0-.3-.2-.5-.5-.5C19 3 17 4 17 4s-2-1-4.5-1h-1C9 3 7 4 7 4S5 3 2.5 3c-.3 0-.5.2-.5.5C2 10 4 13 4 17",
key: "qalp38"
}
],
["path", { d: "M12 3v.5C12 10 10 13 10 17", key: "1i2zo3" }],
["rect", { width: "6", height: "7", x: "4", y: "14", rx: "3", key: "5r0l9e" }],
["path", { d: "M12 3.5C12 10 14 13 14 17", key: "18svt2" }],
["rect", { width: "6", height: "7", x: "14", y: "14", rx: "3", key: "11vnj7" }],
["path", { d: "M7 4v6", key: "qh2wlw" }],
["path", { d: "M17 4v6", key: "a2g0hx" }]
];
export { flippers as default };
//# sourceMappingURL=flippers.js.map