UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

18 lines (15 loc) 454 B
/** * @license lucide v0.542.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const ListChevronsDownUp = [ ["path", { d: "m15 18 3-3 3 3" }], ["path", { d: "m15 6 3 3 3-3" }], ["path", { d: "M3 12h8" }], ["path", { d: "M3 18h8" }], ["path", { d: "M3 6h8" }] ]; export { ListChevronsDownUp as default }; //# sourceMappingURL=list-chevrons-down-up.js.map