UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

16 lines (13 loc) 445 B
/** * @license lucide v1.7.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const SquarePause = [ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }], ["line", { x1: "10", x2: "10", y1: "15", y2: "9" }], ["line", { x1: "14", x2: "14", y1: "15", y2: "9" }] ]; export { SquarePause as default }; //# sourceMappingURL=square-pause.js.map