iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.12 kB
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 CarrotDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M183.6 151.6C144 192 43.81 223 43.81 223A8 8 0 0133 212.19S64 112 104.4 72.4a56 56 0 0179.2 79.2z", opacity: ".2" }),
React.createElement("path", { d: "M232 64h-28.69l26.35-26.34a8 8 0 00-11.32-11.32L192 52.69V24a8 8 0 00-16 0v32.57a64 64 0 00-77.2 10.12c-40.1 39.39-70.25 133.08-73.19 142.45a16 16 0 0021.26 21.26c9.37-2.94 103.18-33.13 142.47-73.21A64 64 0 00199.43 80H232a8 8 0 000-16zm-54.12 82c-8.94 9.12-21.25 17.8-34.85 25.73l-25.38-25.39a8 8 0 00-11.32 11.32l22.09 22.09c-40.87 21.19-86.32 35.42-87 35.63A7.93 7.93 0 0040 216a7.93 7.93 0 00.59-1.41c.29-.93 28-89.58 64-130.67l33.77 33.77a8 8 0 0011.32-11.32l-33.5-33.49a48 48 0 0161.7 73.12z" }));
exports.default = CarrotDuotone;