UNPKG

@lucide/lab

Version:

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

18 lines (15 loc) 571 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 arrowsUpDownSquare = [ ["path", { d: "m6 9 3-3 3 3", key: "1cy1gs" }], ["path", { d: "M9 6v6", key: "exg0pk" }], ["rect", { width: "20", height: "20", x: "2", y: "2", rx: "2", key: "1btzen" }], ["path", { d: "M15 18v-6", key: "jbu0s7" }], ["path", { d: "m18 15-3 3-3-3", key: "h7onfb" }] ]; export { arrowsUpDownSquare as default }; //# sourceMappingURL=arrows-up-down-square.js.map