UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 928 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 CoffeeBeanThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M209 47c-32.36-32.35-95-22.33-139.7 22.34S14.63 176.66 47 209c12.82 12.81 30.38 19 49.71 19 29.46 0 63-14.34 90-41.32C231.35 142 241.37 79.34 209 47zM75 75c25.47-25.46 57-39.09 84.26-39.09 14.51 0 27.83 3.87 38.43 11.84-25.76 7.05-63 26.4-73.6 79.49-10.5 52.52-49.25 69.26-72.91 74.58C23.77 172.12 34.16 115.81 75 75zm106 106c-39 39-92.17 50.23-122.71 27.25 25.75-7 63-26.39 73.62-79.48 10.5-52.53 49.25-69.26 72.91-74.59C232.23 83.88 221.84 140.19 181 181z" })); exports.default = CoffeeBeanThin;