UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

18 lines (15 loc) 545 B
/** * @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 steeringWheel = [ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }], ["path", { d: "m3.3 7 7 4", key: "amrslp" }], ["path", { d: "m13.7 11 7-4", key: "166ken" }], ["path", { d: "M12 14v8", key: "1tn2tj" }], ["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }] ]; export { steeringWheel as default }; //# sourceMappingURL=steering-wheel.js.map