@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 811 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 tieBowRibbon = [
["rect", { width: "4", height: "4", x: "10", y: "7", key: "qbcm6j" }],
["path", { d: "M8 9h2", key: "1g203m" }],
[
"path",
{ d: "M10 7C8.8 5.5 6.6 4 4 4 2.9 4 2 6.2 2 9s.9 5 2 5c2.6 0 4.8-1.5 6-3", key: "24ago" }
],
["path", { d: "M14 9h2", key: "116p9w" }],
[
"path",
{ d: "M14 11c1.2 1.5 3.4 3 6 3 1.1 0 2-2.2 2-5s-.9-5-2-5c-2.6 0-4.8 1.5-6 3", key: "1uvcvc" }
],
["path", { d: "M5.5 13.83 4 20l3-1 2 2 2.5-10", key: "12v0ra" }],
["path", { d: "M18.5 13.83 20 20l-3-1-2 2-2.5-10", key: "ulhsq1" }]
];
export { tieBowRibbon as default };
//# sourceMappingURL=tie-bow-ribbon.js.map