@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
27 lines (24 loc) • 835 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 football = [
[
"path",
{
d: "M21 3c-.8-.8-3-1.2-5.8-.9s-6 1.6-8.8 4.4-4 6-4.4 8.8.1 5 .9 5.8 3 1.2 5.8.9 6-1.6 8.8-4.4 4-6 4.4-8.8-.1-5-.9-5.8",
key: "11cimt"
}
],
["path", { d: "M6.4 17.6 9 15", key: "17ohsz" }],
["path", { d: "M8.7 21.9c-.8-3.3-3.4-5.8-6.7-6.7", key: "py3vyr" }],
["path", { d: "m8.1 13.9 2 2", key: "18da3y" }],
["path", { d: "m11 11 2 2", key: "gzk4uv" }],
["path", { d: "m13.9 8.1 2 2", key: "1tyu3t" }],
["path", { d: "M15.3 2.1c.8 3.3 3.4 5.8 6.6 6.6", key: "1j8z1g" }],
["path", { d: "m15 9 2.6-2.6", key: "szh70n" }]
];
export { football as default };
//# sourceMappingURL=football.js.map