| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/framework7/node_modules/framework7-icons/react/esm/ |
Upload File : |
function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
import React from 'react';
function BitcoinCircle(props) {
var children = props.children,
attrs = _objectWithoutPropertiesLoose(props, ["children"]);
return /*#__PURE__*/React.createElement("svg", _extends({
fill: "currentcolor",
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 56 56"
}, attrs), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M24,0 C37.254834,0 48,10.745166 48,24 C48,37.254834 37.254834,48 24,48 C10.745166,48 0,37.254834 0,24 C0,10.745166 10.745166,0 24,0 Z M24,4 C12.954305,4 4,12.954305 4,24 C4,35.045695 12.954305,44 24,44 C35.045695,44 44,35.045695 44,24 C44,12.954305 35.045695,4 24,4 Z M21.4272435,11.1428571 L21.4272435,14.1752022 L23.9202671,14.1752022 L23.9202671,11.1428571 L27.0365466,11.1428571 L27.0365466,14.1752022 L26.2891264,14.1752022 C30.0828315,14.1752022 32.4626465,16.068641 32.4626465,19.0790726 C32.4626465,21.2313269 30.8107749,23.0294127 28.6689414,23.3427155 L28.6689414,23.4516904 C31.4127281,23.6560184 33.4285714,25.6039447 33.4285714,28.2057204 C33.4285714,31.5538989 30.9247437,33.6902608 26.8558193,33.8247978 L27.0365466,33.8247978 L27.0365466,36.8571429 L23.9202671,36.8571429 L23.9202671,33.8315495 L21.4272435,33.8315495 L21.4272435,36.8571429 L18.310964,36.8571429 L18.310964,33.8315495 L17.4978098,33.8315495 L17.4978098,33.8247978 L14.5714286,33.8247978 L14.5714286,30.7924528 L17.4978098,30.7924528 L17.4978098,17.2075472 L14.5714286,17.2075472 L14.5714286,14.1752022 L18.310964,14.1752022 L18.310964,11.1428571 L21.4272435,11.1428571 Z M25.125,24.8571429 L21.4285714,24.8571429 L21.4285714,30.8571429 L25.2272727,30.8571429 C27.7694805,30.8571429 29.1428571,29.797477 29.1428571,27.8213433 C29.1428571,25.8881691 27.7256494,24.8571429 25.125,24.8571429 Z M25.0468085,17.1428571 L21.4285714,17.1428571 L21.4285714,22.2857143 L24.5945289,22.2857143 C26.943465,22.2857143 28.2857143,21.312 28.2857143,19.6388571 C28.2857143,18.048 27.1039514,17.1428571 25.0468085,17.1428571 Z",
transform: "translate(4 4)"
}));
}
export default BitcoinCircle;