UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

18 lines (15 loc) 448 B
/** * @license lucide v0.487.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const ListCollapse = [ ["path", { d: "m3 10 2.5-2.5L3 5" }], ["path", { d: "m3 19 2.5-2.5L3 14" }], ["path", { d: "M10 6h11" }], ["path", { d: "M10 12h11" }], ["path", { d: "M10 18h11" }] ]; export { ListCollapse as default }; //# sourceMappingURL=list-collapse.js.map