UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

21 lines (18 loc) 529 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 Expand = [ ["path", { d: "m15 15 6 6" }], ["path", { d: "m15 9 6-6" }], ["path", { d: "M21 16.2V21h-4.8" }], ["path", { d: "M21 7.8V3h-4.8" }], ["path", { d: "M3 16.2V21h4.8" }], ["path", { d: "m3 21 6-6" }], ["path", { d: "M3 7.8V3h4.8" }], ["path", { d: "M9 9 3 3" }] ]; export { Expand as default }; //# sourceMappingURL=expand.js.map