UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

21 lines (19 loc) 714 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/circle-arrow-out-down-left.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M2 12a10 10 0 1 1 10 10", key: "1yn6ov" }], ["path", { d: "m2 22 10-10", key: "28ilpk" }], ["path", { d: "M8 22H2v-6", key: "sulq54" }] ]; var CircleArrowOutDownLeft = (props) => <Icon {...props} iconNode={iconNode} name="circle-arrow-out-down-left" />; var circle_arrow_out_down_left_default = CircleArrowOutDownLeft; export { circle_arrow_out_down_left_default as default }; //# sourceMappingURL=circle-arrow-out-down-left.jsx.map