iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.44 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 CoinsThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M180 93.11V84c0-22.43-36.9-40-84-40S12 61.57 12 84v40c0 19.14 26.86 34.72 64 38.89V172c0 22.43 36.9 40 84 40s84-17.57 84-40v-40c0-18.88-26.13-34.63-64-38.89zM236 132c0 15.45-30.54 32-76 32a165.71 165.71 0 01-28-2.34v-1.39c28.61-6.31 48-20 48-36.27v-22.83c32.22 3.83 56 16.76 56 30.83zm-127.81 23.59Q102.3 156 96 156c-5.47 0-10.72-.25-15.73-.69H80c-4.16-.38-8.16-.9-12-1.56V121.8a174.87 174.87 0 0028 2.2 174.87 174.87 0 0028-2.2v31.92a155 155 0 01-15.52 1.85zM172 101.32V124c0 10.88-15.16 22.3-40 28.11v-31.84c17.63-3.89 31.75-10.58 40-18.95zM96 52c45.46 0 76 16.55 76 32s-30.54 32-76 32-76-16.55-76-32 30.54-32 76-32zm-76 72v-22.68c8.25 8.37 22.37 15.06 40 19v31.84C35.16 146.3 20 134.88 20 124zm64 48v-8.4c3.91.26 7.92.4 12 .4s8.06-.14 12-.39a123.93 123.93 0 0016 4.63v31.87C99.16 194.3 84 182.88 84 172zm48 29.72v-31.95a174.48 174.48 0 0028 2.23 174.87 174.87 0 0028-2.2v31.92a173.07 173.07 0 01-56 0zM236 172c0 10.88-15.16 22.3-40 28.11v-31.84c17.63-3.89 31.75-10.58 40-19z" }));
exports.default = CoinsThin;