UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.06 kB
"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 CoinVertical = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M198.51 56.09C186.44 35.4 169.92 24 152 24h-48c-17.92 0-34.44 11.4-46.51 32.09C46.21 75.42 40 101 40 128s6.21 52.58 17.49 71.91C69.56 220.6 86.08 232 104 232h48c17.92 0 34.44-11.4 46.51-32.09C209.79 180.58 216 155 216 128s-6.21-52.58-17.49-71.91zm1.28 63.91h-32a152.78 152.78 0 00-9.68-48h30.59c6.12 13.38 10.16 30 11.09 48zm-20.6-64h-28.73a83.13 83.13 0 00-12-16H152c10 0 19.4 6 27.19 16zM56 128c0-47.7 22-88 48-88s48 40.3 48 88-22 88-48 88-48-40.3-48-88zm96 88h-13.51a83.13 83.13 0 0012-16h28.73C171.4 210 162 216 152 216zm36.7-32h-30.58a152.78 152.78 0 009.68-48h32c-.94 18-4.98 34.62-11.1 48z" })); exports.default = CoinVertical;