UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 611 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-check-big.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }], ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }] ]; var CircleCheckBig = (props) => <Icon {...props} iconNode={iconNode} name="circle-check-big" />; var circle_check_big_default = CircleCheckBig; export { circle_check_big_default as default }; //# sourceMappingURL=circle-check-big.jsx.map