iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 949 B
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 CarrotLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M232 66h-33.52l29.76-29.76a6 6 0 10-8.48-8.48L190 57.52V24a6 6 0 00-12 0v36.15a62 62 0 00-77.8 8C60.17 107.4 30.05 201.45 27.38 210a14 14 0 0018.67 18.67c8.5-2.67 102.62-32.81 141.79-72.77a62 62 0 008-77.84H232a6 6 0 000-12zm-52.69 81.41C170 157 157 166 142.69 174.24l-26.46-26.47a6 6 0 10-8.49 8.49l24 24c-41.69 22-89 36.82-89.73 37a6.57 6.57 0 00-1.06.44 2 2 0 01-2.7-2.7 6.57 6.57 0 00.45-1c.3-1 28.85-92.28 65.78-133l35.27 35.26a6 6 0 108.48-8.48l-35.1-35.1a50 50 0 0166.18 74.74z" }));
exports.default = CarrotLight;