@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 603 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 yarnBall = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M10 6h10", key: "1qtca6" }],
["path", { d: "M14 10h7.8", key: "116vvu" }],
["path", { d: "m7.2 3.2 13.6 13.6", key: "c7s9ub" }],
["path", { d: "m4 6 15.3 15.3c.4.4 1.2.7 1.7.7h1", key: "iue9wq" }],
["path", { d: "m2.2 10.2 11.6 11.6", key: "18k6pp" }]
];
export { yarnBall as default };
//# sourceMappingURL=yarn-ball.js.map