UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 981 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 CarrotFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 80h-32.56a64 64 0 01-10.19 77.26c-8.52 8.69-19.61 16.92-31.85 24.51a4 4 0 01-4.91-.59l-34.84-34.84a8 8 0 00-11.49.18 8.23 8.23 0 00.41 11.38l29.88 29.88a4 4 0 01-1 6.39C95.74 214.79 53 228.54 46.78 230.48a16 16 0 01-21.26-21.26c2.73-8.71 29-90.27 64.86-133.35a4 4 0 015.9-.26l42.05 42.06a8 8 0 0011.71-.43 8.19 8.19 0 00-.6-11.1l-41.36-41.36a4 4 0 01.63-6.18 64 64 0 0167.28-2V24a8 8 0 018.54-8 8.18 8.18 0 017.47 8.28v28.41l26.34-26.35a8 8 0 0111.32 11.32L203.31 64h28.41a8.18 8.18 0 018.28 7.47 8 8 0 01-8 8.53z" })); exports.default = CarrotFill;