UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

21 lines (19 loc) 727 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/align-start-vertical.tsx import Icon from "../Icon"; var iconNode = [ ["rect", { width: "9", height: "6", x: "6", y: "14", rx: "2", key: "lpm2y7" }], ["rect", { width: "16", height: "6", x: "6", y: "4", rx: "2", key: "rdj6ps" }], ["path", { d: "M2 2v20", key: "1ivd8o" }] ]; var AlignStartVertical = (props) => <Icon {...props} iconNode={iconNode} name="align-start-vertical" />; var align_start_vertical_default = AlignStartVertical; export { align_start_vertical_default as default }; //# sourceMappingURL=align-start-vertical.jsx.map