UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

16 lines (13 loc) 428 B
/** * @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 SquareArrowDownLeft = [ ["path", { d: "M15 15H9l6-6" }], ["path", { d: "M9 15V9" }], ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] ]; export { SquareArrowDownLeft as default }; //# sourceMappingURL=square-arrow-down-left.mjs.map