@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 713 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 stroller = [
["path", { d: "M14 12.95c1.6-1.6 4.1-1.6 5.7.05", key: "172v27" }],
["circle", { cx: "11", cy: "6.5", r: "2.5", key: "18uiu5" }],
["path", { d: "M18.3 17.2 5.45 4.5", key: "ln5vyk" }],
[
"path",
{
d: "M19.7 17 13 18.1c-2.7.5-5.5-1-5.7-4.1-.4-2.6-.9-5.7-1.3-8.3A2 2 0 0 0 2 6",
key: "115qgu"
}
],
["circle", { cx: "8", cy: "19", r: "2", key: "t8fc5s" }],
["circle", { cx: "20", cy: "19", r: "2", key: "1obnsp" }]
];
export { stroller as default };
//# sourceMappingURL=stroller.js.map