iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 917 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CandyOff = (props) => React.createElement("svg", { className: "lucide lucide-candy-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M8.5 8.5l-1 1a4.95 4.95 0 007 7l1-1M11.843 6.187A4.947 4.947 0 0116.5 7.5a4.947 4.947 0 011.313 4.657M14 16.5V14M14 6.5v1.843M10 10v7.5" }),
React.createElement("path", { d: "M16 7l1-5 1.367.683A3 3 0 0019.708 3H21v1.292a3 3 0 00.317 1.341L22 7l-5 1M8 17l-1 5-1.367-.683A3 3 0 004.292 21H3v-1.292a3 3 0 00-.317-1.341L2 17l5-1M2 2l20 20" }));
exports.default = CandyOff;