iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 871 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 CandyCane2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.292 5.673a6.375 6.375 0 0111.042 6.375l-1.938 3.356a2.25 2.25 0 01-3.897-2.25l1.938-3.356a1.875 1.875 0 00-3.248-1.875l-5.687 9.851a2.25 2.25 0 01-3.897-2.25l5.687-9.851zm7.958-1.034a4.875 4.875 0 00-6.659 1.784l-5.687 9.851a.75.75 0 101.299.75l5.687-9.851a3.375 3.375 0 015.846 3.375l-1.938 3.356a.75.75 0 001.3.75l1.937-3.356a4.875 4.875 0 00-1.785-6.66z", fill: "#323544" }));
exports.default = CandyCane2;