UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.45 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 Bitcoin = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M10.738 15.048c.895.237 2.853.754 3.164-.496.318-1.279-1.58-1.704-2.505-1.912a12.763 12.763 0 01-.27-.063l-.602 2.416.213.055zM11.583 11.519c.747.2 2.375.633 2.658-.502.29-1.163-1.293-1.513-2.066-1.684a9.572 9.572 0 01-.226-.052l-.546 2.19.18.048z", fill: "#323544" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22.46c5.523 0 10-4.476 10-10 0-5.522-4.477-10-10-10s-10 4.478-10 10c0 5.524 4.477 10 10 10zm2.21-13.947c1.385.477 2.398 1.193 2.2 2.523-.145.974-.685 1.446-1.402 1.612.985.513 1.485 1.299 1.008 2.661-.592 1.692-1.999 1.835-3.87 1.48l-.454 1.82-1.097-.273.448-1.795a42.01 42.01 0 01-.874-.227l-.45 1.803-1.096-.273.454-1.823-.304-.08c-.157-.04-.316-.082-.478-.122l-1.428-.356.545-1.256s.808.214.797.199c.311.076.449-.126.503-.261l1.231-4.938c.014-.233-.066-.527-.51-.638.016-.012-.798-.198-.798-.198l.292-1.172 1.513.378-.001.005c.227.057.462.11.7.165l.45-1.802 1.097.274-.44 1.766c.294.067.59.135.878.207l.438-1.755 1.097.274-.45 1.802z", fill: "#323544" })); exports.default = Bitcoin;