@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 781 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 belt = [
["path", { d: "M7.3 9H3c-.6 0-1-.4-1-1V4c0-.6.4-1 1-1h4.3", key: "1imxws" }],
["path", { d: "M6 6h3", key: "qh3tn0" }],
["path", { d: "M13 6h.01", key: "cksc78" }],
["rect", { width: "10", height: "8", x: "7", y: "2", rx: "2", key: "3xru4v" }],
["path", { d: "M16.7 3H21c.6 0 1 .4 1 1v4c0 .6-.4 1-1 1h-4.3", key: "vnlabj" }],
["path", { d: "m10.5 10-8.1 6.2", key: "qz383w" }],
["path", { d: "M21.6 8.8 12.2 16", key: "fvikpm" }],
["path", { d: "M3 22c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1h16l3 3-3 3Z", key: "1n2mdy" }]
];
export { belt as default };
//# sourceMappingURL=belt.js.map