lucide-solid
Version:
A Lucide icon library package for Solid applications.
21 lines (19 loc) • 687 B
JSX
/**
* @license lucide-solid v0.562.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
// src/icons/square-pause.tsx
import Icon from "../Icon";
var iconNode = [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["line", { x1: "10", x2: "10", y1: "15", y2: "9", key: "c1nkhi" }],
["line", { x1: "14", x2: "14", y1: "15", y2: "9", key: "h65svq" }]
];
var SquarePause = (props) => <Icon {...props} iconNode={iconNode} name="square-pause" />;
var square_pause_default = SquarePause;
export {
square_pause_default as default
};
//# sourceMappingURL=square-pause.jsx.map