@ant-design/web3-icons
Version:
A collection of Web3 icons.
56 lines (55 loc) • 5.99 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BlzColorful = 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)("path", {
d: "M65.45 336.92a40.62 40.62 0 1 1-.15.15l.15-.15M343.54 72.91a40.66 40.66 0 1 1 0 57.5 40.62 40.62 0 0 1-.05-57.41h.05M117.59 305.64l42.9 42.9 39.3-39.3a77.42 77.42 0 0 1-43-43ZM310.5 200.67l39.3-39.3-42.9-42.9-39.3 39.3a77.35 77.35 0 0 1 25.9 17.1 75.64 75.64 0 0 1 17 25.8",
fill: "#fdba4d"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M342.17 392.39a40.66 40.66 0 1 1 57.5 0 40.62 40.62 0 0 1-57.45.05l-.05-.05M69.53 126.79a40.66 40.66 0 1 1 57.5 0 40.62 40.62 0 0 1-57.45 0M303.66 346.83l42.9-42.9-39.3-39.3a77.42 77.42 0 0 1-43 43M203.07 155.54l-39.3-39.3-42.9 42.9 39.3 39.3a77.35 77.35 0 0 1 17.1-25.9 75.64 75.64 0 0 1 25.8-17",
fill: "#5da9dd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M274.92 40.7a40.67 40.67 0 1 1 0-.06v.06M274.92 429.44a40.67 40.67 0 1 1 0-.06ZM249 102.7h-25.6v50.4a74.86 74.86 0 0 1 25.6 0M249 319.26a74.86 74.86 0 0 1-25.6 0v50.4H249",
fill: "#18568c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M414.3 264.63a40.67 40.67 0 1 1 .06 0h-.06M40.7 271.54a40.7 40.7 0 1 1 40.7-40.71 40.7 40.7 0 0 1-40.7 40.71M310.81 243.64h50.4V218h-50.4a74.86 74.86 0 0 1 0 25.6ZM154.21 243.64a74.86 74.86 0 0 1 0-25.6h-50.4v25.6",
fill: "#18578c"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M290.7 233.84a57.7 57.7 0 1 1-57.7-57.7 57.72 57.72 0 0 1 57.7 57.7Z",
fill: "#18568b"
})]
});
};
SVGComponent.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 455 470.14"
};
/** */
const BlzColorful = exports.BlzColorful = /*#__PURE__*/React.forwardRef((props, ref) => {
const {
getPrefixCls
} = React.useContext(_antd.ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('web3-icon-blz-colorful');
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_icons.default, {
...props,
className: (0, _classnames.default)(prefixCls, props.className),
ref: ref,
component: (0, _utils.eraseDefaultProps)(SVGComponent)
});
});
BlzColorful.displayName = 'BlzColorful';