UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

22 lines (20 loc) 646 B
/** * @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/rows-4.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }], ["path", { d: "M21 7.5H3", key: "1hm9pq" }], ["path", { d: "M21 12H3", key: "2avoz0" }], ["path", { d: "M21 16.5H3", key: "n7jzkj" }] ]; var Rows4 = (props) => <Icon {...props} iconNode={iconNode} name="rows-4" />; var rows_4_default = Rows4; export { rows_4_default as default }; //# sourceMappingURL=rows-4.jsx.map