iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 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 CoinVerticalBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M152 20h-48c-38.13 0-68 47.44-68 108s29.87 108 68 108h48c38.13 0 68-47.44 68-108S190.13 20 152 20zm37.21 152h-22.9a162.62 162.62 0 005.29-32h23.93a133.22 133.22 0 01-6.32 32zm-17.61-56a162.62 162.62 0 00-5.29-32h22.9a133.22 133.22 0 016.32 32zm5.63-56h-20a98.26 98.26 0 00-10-16H152c5.37 0 15.25 2.25 25.23 16zM74.77 189.84C65.24 173.51 60 151.55 60 128s5.24-45.51 14.77-61.84C86 46.88 97.91 44 104 44s18 2.88 29.23 22.16C142.76 82.49 148 104.45 148 128s-5.24 45.51-14.77 61.84C122 209.12 110.09 212 104 212s-18-2.88-29.23-22.16zM152 212h-4.79a98.26 98.26 0 0010-16h20c-9.96 13.75-19.84 16-25.21 16z" }));
exports.default = CoinVerticalBold;