lucide-solid
Version:
A Lucide icon library package for Solid applications
21 lines (19 loc) • 610 B
JSX
/**
* @license lucide-solid v0.488.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/grid-2x2.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M12 3v18", key: "108xh3" }],
["path", { d: "M3 12h18", key: "1i2n21" }],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
];
var Grid2x2 = (props) => <Icon {...props} iconNode={iconNode} name="grid-2x2" />;
var grid_2x2_default = Grid2x2;
export {
grid_2x2_default as default
};
//# sourceMappingURL=grid-2x2.jsx.map