@ant-design/web3-icons
Version:
A collection of Web3 icons.
64 lines (63 loc) • 6.87 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.JovayCircleColorful = void 0;
var React = _interopRequireWildcard(require("react"));
var _icons = _interopRequireDefault(require("@ant-design/icons"));
var _antd = require("antd");
var _classnames = _interopRequireDefault(require("classnames"));
var _utils = require("../utils");
var _jsxRuntime = require("react/jsx-runtime");
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
// GENERATE BY ./scripts/generate.ts
// DON NOT EDIT IT MANUALLY
var SVGComponent = function SVGComponent(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", {
...props,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
fill: "#326cff",
cx: "150",
cy: "150",
r: "150"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M205.57 254.45c-1.63 0-3.29-.38-4.84-1.19-5.12-2.68-7.1-9-4.42-14.12l27.42-52.43-27.22-47.47c-2.87-5.01-1.14-11.41 3.87-14.28 5.01-2.88 11.41-1.14 14.28 3.87l29.3 51.09c2.27 3.96 2.37 8.74.25 12.79l-29.36 56.13a10.472 10.472 0 0 1-9.28 5.62Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M96.39 255.58c-5.58 0-10.21-4.4-10.45-10.03-.24-5.77 4.24-10.65 10.02-10.89l59.12-2.47 27.5-47.31c2.9-5 9.31-6.69 14.31-3.79s6.69 9.31 3.79 14.3l-29.6 50.92a13.27 13.27 0 0 1-10.96 6.61l-63.28 2.64h-.44v.02Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M136.05 216.58h-.03l-58.89-.17c-4.57-.01-8.76-2.33-11.21-6.18l-33.93-53.48c-3.1-4.88-1.65-11.35 3.23-14.44 4.88-3.1 11.35-1.65 14.44 3.23l31.7 49.96 54.73.16c5.78.02 10.45 4.72 10.43 10.5-.02 5.77-4.7 10.43-10.46 10.43h-.01Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M94.43 176.45c-3.63 0-7.15-1.89-9.09-5.26l-29.3-51.09a13.246 13.246 0 0 1-.25-12.79l29.36-56.13c2.68-5.12 9-7.1 14.12-4.42s7.1 9 4.42 14.12l-27.42 52.43 27.22 47.47c2.87 5.01 1.14 11.41-3.87 14.28a10.43 10.43 0 0 1-5.2 1.39Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M108.36 120.33c-1.79 0-3.59-.46-5.25-1.42-5-2.9-6.69-9.31-3.79-14.3l29.6-50.92c2.3-3.95 6.39-6.42 10.96-6.61l63.28-2.64c5.76-.25 10.65 4.24 10.89 10.02.24 5.77-4.24 10.65-10.02 10.89l-59.11 2.47-27.5 47.31a10.464 10.464 0 0 1-9.06 5.21Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M259.19 159.33c-3.46 0-6.85-1.72-8.85-4.86l-31.7-49.96-54.73-.16c-5.78-.02-10.45-4.72-10.43-10.5.02-5.77 4.7-10.43 10.46-10.43h.03l58.89.17c4.57.01 8.76 2.33 11.21 6.18L268 143.25c3.1 4.88 1.65 11.35-3.23 14.44-1.74 1.1-3.68 1.63-5.6 1.63h.02Z"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 300 300"
};
/** */
const JovayCircleColorful = exports.JovayCircleColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-jovay-circle-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
JovayCircleColorful.displayName = 'JovayCircleColorful';