UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.05 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 CarrotThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M232 68h-38.34l33.17-33.17a4 4 0 10-5.66-5.66L188 62.34V24a4 4 0 00-8 0v40a60 60 0 00-78.39 5.54c-17.12 16.79-34.51 45.72-51.7 86-11.93 28-19.61 52-20.59 55.09A12.05 12.05 0 0040 228a12 12 0 005.36-1.28c3.12-1 27.13-8.65 55.09-20.59 40.29-17.2 69.24-34.61 86-51.71A60 60 0 00192 76h40a4 4 0 000-8zm-51.26 80.79c-9.76 10-23.42 19.39-38.37 27.91l-27.54-27.53a4 4 0 00-5.65 5.65l25.9 25.91C92.61 203.55 43.34 219 42.64 219.18a4.45 4.45 0 00-.71.3 4 4 0 01-5.41-5.41 4.45 4.45 0 00.3-.71c.29-1 29.72-95 67.62-135.27l36.74 36.73a4 4 0 005.65 0 4 4 0 000-5.65l-36.65-36.65a52 52 0 0170.56 76.27z" })); exports.default = CarrotThin;