iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.64 kB
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 CoinsBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M188 86.11V84c0-14.62-10.83-27.55-30.51-36.4C140.87 40.12 119 36 96 36s-44.87 4.12-61.49 11.6C14.83 56.45 4 69.38 4 84v40c0 14.62 10.83 27.55 30.51 36.4A131.67 131.67 0 0068 169.88V172c0 14.62 10.83 27.55 30.51 36.4C115.13 215.88 137 220 160 220s44.87-4.12 61.49-11.6C241.17 199.55 252 186.62 252 172v-40c0-22.14-25.29-39.92-64-45.89zM228 132c0 7.75-21.77 22.48-61.81 23.88C180.33 147.4 188 136.3 188 124v-13.56c25.88 4.71 40 15.04 40 21.56zm-120.63 15.63c-3.63.24-7.42.37-11.37.37-5.08 0-9.89-.22-14.43-.61a10.94 10.94 0 00-1.14-.09c-1.51-.14-3-.3-4.43-.48v-15.89A187 187 0 0096 132a187 187 0 0020-1.07v15.89c-2.49.3-5.07.56-7.75.75-.25.01-.59.03-.88.06zM164 117.14V124c0 4.78-8.28 12.21-24 17.54v-15a115.32 115.32 0 0017.49-6.13q3.44-1.55 6.51-3.27zM96 60c44 0 68 15.85 68 24s-24 24-68 24-68-15.85-68-24 24-24 68-24zm-68 64v-6.86q3.08 1.71 6.51 3.26A115.32 115.32 0 0052 126.53v15c-15.72-5.32-24-12.75-24-17.53zm64 48h4q5.44 0 10.77-.32 4.45 1.57 9.23 2.86v15c-15.72-5.33-24-12.76-24-17.54zm48 22.82v-15.88a186.45 186.45 0 0020 1.06 187 187 0 0020-1.07v15.89a170.08 170.08 0 01-40 0zm64-5.28v-15a115.32 115.32 0 0017.49-6.13q3.44-1.54 6.51-3.26V172c0 4.78-8.28 12.21-24 17.54z" }));
exports.default = CoinsBold;