UNPKG

@lucide/lab

Version:

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

17 lines (14 loc) 454 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 starNorth = [ ["path", { d: "M3 12h18", key: "1i2n21" }], ["path", { d: "M12 3v18", key: "108xh3" }], ["path", { d: "M17 7 7 17", key: "15tmo1" }], ["path", { d: "m7 7 10 10", key: "1fmybs" }] ]; export { starNorth as default }; //# sourceMappingURL=star-north.js.map