UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

16 lines (13 loc) 425 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 SquareArrowUpRight = [ ["path", { d: "M15 15V9H9" }], ["path", { d: "m9 15 6-6" }], ["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2" }] ]; export { SquareArrowUpRight as default }; //# sourceMappingURL=square-arrow-up-right.mjs.map