UNPKG

@lucide/lab

Version:

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

17 lines (14 loc) 527 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 indianRupeeSquare = [ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }], ["path", { d: "M8 7h8", key: "i86dvs" }], ["path", { d: "M8 11h8", key: "vwpz6n" }], ["path", { d: "m12 17-4-2h1a4 4 0 0 0 0-8", key: "im3cft" }] ]; export { indianRupeeSquare as default }; //# sourceMappingURL=indian-rupee-square.js.map