@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 589 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 bagHand = [
["path", { d: "M8 8c0-2.8 1.8-5 4-5s4 2.2 4 5", key: "1m6jzl" }],
[
"path",
{
d: "m21 18.6-2-9.8c-.1-.5-.5-.8-1-.8H6c-.5 0-.9.3-1 .8l-2 9.8v.4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2Z",
key: "l462o9"
}
],
["path", { d: "M12 12v4", key: "tww15h" }],
["path", { d: "M18 8A6 6 0 0 1 6 8", key: "pqao60" }]
];
export { bagHand as default };
//# sourceMappingURL=bag-hand.js.map