UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.02 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 CoinBitcoin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-coin-bitcoin", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 3.34A10 10 0 112 12l.005-.324A10 10 0 0117 3.34zM13 6a1 1 0 00-1 1h-1a1 1 0 00-2 0 1 1 0 100 2v6a1 1 0 000 2c0 1.333 2 1.333 2 0h1a1 1 0 002 0v-.15c1.167-.394 2-1.527 2-2.85l-.005-.175a3.063 3.063 0 00-.734-1.827c.46-.532.739-1.233.739-1.998 0-1.323-.833-2.456-2-2.85V7a1 1 0 00-1-1zm.09 7c.492 0 .91.437.91 1s-.418 1-.91 1H11v-2h2.09zm0-4c.492 0 .91.437.91 1 0 .522-.36.937-.806.993L13.09 11H11V9h2.09z" })); exports.default = CoinBitcoin;