@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 536 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 tie = [
["path", { d: "M2.9 3c.1-.6.5-1 1.1-1h4c.6 0 1 .4 1.1 1l.9 15-4 4-4-4Z", key: "1kimmu" }],
["path", { d: "M8.85 2.4 16 11.8", key: "10075x" }],
["path", { d: "m9.7 13.15 6.5 8.5", key: "1loi63" }],
["path", { d: "M22 5v16c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1V5l3-3Z", key: "xxl9lj" }]
];
export { tie as default };
//# sourceMappingURL=tie.js.map