UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

20 lines (18 loc) 586 B
/** * @license lucide-solid v0.488.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-slash-2.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M22 2 2 22", key: "y4kqgn" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]; var CircleSlash2 = (props) => <Icon {...props} iconNode={iconNode} name="circle-slash-2" />; var circle_slash_2_default = CircleSlash2; export { circle_slash_2_default as default }; //# sourceMappingURL=circle-slash-2.jsx.map