UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.07 kB
"use strict"; 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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-candy-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M11.174 7.17l.119-.12a2 2 0 012.828 0l2.829 2.83a2 2 0 010 2.828l-.124.124m-2 2l-2.123 2.123a2 2 0 01-2.828 0l-2.829-2.831a2 2 0 010-2.828l2.113-2.112M16.243 9.172l3.086-.772a1.5 1.5 0 00.697-2.516L17.81 3.667a1.5 1.5 0 00-2.44.47L14.122 7.05" }), React.createElement("path", { d: "M9.172 16.243L8.4 19.329a1.5 1.5 0 01-2.516.697L3.667 17.81a1.5 1.5 0 01.47-2.44l2.913-1.248M3 3l18 18" })); exports.default = CandyOff;