UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 967 B
"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 CarrotBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 60h-19l19.51-19.51a12 12 0 10-17-17L196 43V24a12 12 0 00-24 0v26a68 68 0 00-76 13.87C55.45 103.68 25.18 197 21.78 207.77A20 20 0 0040 236a20.12 20.12 0 008.24-1.78c7.64-2.42 56.79-18.34 98.91-41.82l.54-.3c17.1-9.57 33-20.39 44.44-32A68 68 0 00206 84h26a12 12 0 000-24zm-56.89 83.12l-.09.09c-8.11 8.28-19.11 16.2-31.33 23.52l-23.21-23.21a12 12 0 10-17 17l18.22 18.22c-30.29 15.17-62.13 26.42-75.26 30.82 6.77-20.22 29.79-84.8 58.34-119.74l30.7 30.7a12 12 0 1017-17l-29.94-29.94a44 44 0 0152.57 69.54z" })); exports.default = CarrotBold;