lucide
Version:
A Lucide icon library package for web and javascript applications.
15 lines (12 loc) • 392 B
JavaScript
/**
* @license lucide v1.24.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Ungroup = [
["rect", { x: "11", y: "14", width: "10", height: "7", rx: "2" }],
["rect", { x: "3", y: "3", width: "10", height: "7", rx: "2" }]
];
export { Ungroup as default };
//# sourceMappingURL=ungroup.mjs.map