@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 716 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 tire = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }],
["path", { d: "M12 14v4", key: "1thi36" }],
["path", { d: "m10.1 12.62-3.8 1.23", key: "65fvw6" }],
["path", { d: "M10.82 10.38 8.47 7.15", key: "1o4mzi" }],
["path", { d: "m13.9 12.62 3.8 1.23", key: "m4ix74" }],
["path", { d: "m13.18 10.38 2.35-3.23", key: "18e8u9" }]
];
export { tire as default };
//# sourceMappingURL=tire.js.map