rdesign/frontend/node_modules/lucide/dist/esm/icons/minimize-2.js

17 lines
394 B
JavaScript

/**
* @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 Minimize2 = [
["path", { d: "m14 10 7-7" }],
["path", { d: "M20 10h-6V4" }],
["path", { d: "m3 21 7-7" }],
["path", { d: "M4 14h6v6" }]
];
export { Minimize2 as default };
//# sourceMappingURL=minimize-2.js.map