@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
25 lines (22 loc) • 709 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 rugby = [
[
"path",
{
d: "M15.7 2.3c-.2-.2-.9-.4-1.7-.3a4.6 4.6 0 0 0-3.7 5.7c.3.2.9.4 1.7.3a4.6 4.6 0 0 0 3.7-5.7",
key: "qfa2jo"
}
],
["path", { d: "M20 12H4", key: "1mtusc" }],
["rect", { width: "4", height: "6", x: "2", y: "16", rx: "1", key: "1i7j66" }],
["path", { d: "M4 2v14", key: "1wnboq" }],
["rect", { width: "4", height: "6", x: "18", y: "16", rx: "1", key: "dzzpzw" }],
["path", { d: "M20 2v14", key: "fh206s" }]
];
export { rugby as default };
//# sourceMappingURL=rugby.js.map