@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 568 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 sausage = [
[
"path",
{ d: "M22 19a3 3 0 1 1-6 0A11 11 0 0 0 5 8a3 3 0 1 1 0-6 17 17 0 0 1 17 17", key: "okqsz6" }
],
["path", { d: "M12.8 11.2 2 22", key: "a53jcc" }],
[
"path",
{
d: "m9.2 8.8-2.5 2.5a3.1 3.1 0 0 0 0 4.2l1.8 1.8a3.1 3.1 0 0 0 4.2 0l2.5-2.5",
key: "u0qojg"
}
]
];
export { sausage as default };
//# sourceMappingURL=sausage.js.map