UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

22 lines (19 loc) 643 B
/** * @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 soccerPitch = [ ["path", { d: "M12 5v5", key: "5zocua" }], ["path", { d: "M12 14v5", key: "1qm3yk" }], ["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }], ["path", { d: "M2 9h4v6H2", key: "192yem" }], [ "path", { d: "M3 19c-.6 0-1-.4-1-1V6c0-.6.4-1 1-1h18c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1Z", key: "1fv9jh" } ], ["path", { d: "M22 15h-4V9h4", key: "1nvwh7" }] ]; export { soccerPitch as default }; //# sourceMappingURL=soccer-pitch.js.map