UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 590 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/corner-up-left.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M20 20v-7a4 4 0 0 0-4-4H4", key: "1nkjon" }], ["path", { d: "M9 14 4 9l5-5", key: "102s5s" }] ]; var CornerUpLeft = (props) => <Icon {...props} iconNode={iconNode} name="corner-up-left" />; var corner_up_left_default = CornerUpLeft; export { corner_up_left_default as default }; //# sourceMappingURL=corner-up-left.jsx.map