iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 823 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 Candy = (props) => React.createElement("svg", { className: "lucide lucide-candy", 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: "M9.5 7.5l-2 2a4.95 4.95 0 107 7l2-2a4.95 4.95 0 10-7-7zM14 6.5v10M10 7.5v10" }),
React.createElement("path", { d: "M16 7l1-5 1.37.68A3 3 0 0019.7 3H21v1.3c0 .46.1.92.32 1.33L22 7l-5 1M8 17l-1 5-1.37-.68A3 3 0 004.3 21H3v-1.3a3 3 0 00-.32-1.33L2 17l5-1" }));
exports.default = Candy;