iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 719 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 CandyCane = (props) => React.createElement("svg", { className: "lucide lucide-candy-cane", 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: "M5.7 21a2 2 0 01-3.5-2l8.6-14a6 6 0 0110.4 6 2 2 0 11-3.464-2 2 2 0 10-3.464-2zM17.75 7L15 2.1M10.9 4.8L13 9M7.9 9.7l2 4.4M4.9 14.7L7 18.9" }));
exports.default = CandyCane;