UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

17 lines (14 loc) 391 B
/** * @license lucide v0.525.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const Move3d = [ ["path", { d: "M5 3v16h16" }], ["path", { d: "m5 19 6-6" }], ["path", { d: "m2 6 3-3 3 3" }], ["path", { d: "m18 16 3 3-3 3" }] ]; export { Move3d as default }; //# sourceMappingURL=move-3d.js.map