lucide-solid
Version:
A Lucide icon library package for Solid applications.
22 lines (20 loc) • 655 B
JSX
/**
* @license lucide-solid v0.536.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-3x2.tsx
import Icon from "../Icon";
var iconNode = [
["path", { d: "M15 3v18", key: "14nvp0" }],
["path", { d: "M3 12h18", key: "1i2n21" }],
["path", { d: "M9 3v18", key: "fh3hqa" }],
["rect", { x: "3", y: "3", width: "18", height: "18", rx: "2", key: "h1oib" }]
];
var Grid3x2 = (props) => <Icon {...props} iconNode={iconNode} name="grid-3x2" />;
var grid_3x2_default = Grid3x2;
export {
grid_3x2_default as default
};
//# sourceMappingURL=grid-3x2.jsx.map