@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 512 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 whisks = [
["path", { d: "M6 2v20", key: "19zrjx" }],
["path", { d: "M6 10s-4 5.8-4 8 1.8 4 4 4 4-1.8 4-4-4-8-4-8", key: "1mktbt" }],
["path", { d: "M18 2v20", key: "8k8ijc" }],
["path", { d: "M18 10s-4 5.8-4 8 1.8 4 4 4 4-1.8 4-4-4-8-4-8", key: "e0tllj" }]
];
export { whisks as default };
//# sourceMappingURL=whisks.js.map