UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.03 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 Candy = (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", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M7.05 11.293l4.243-4.243a2 2 0 012.828 0l2.829 2.83a2 2 0 010 2.828l-4.243 4.243a2 2 0 01-2.828 0L7.05 14.12a2 2 0 010-2.828zM16.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.248" })); exports.default = Candy;