@arcblock/icons 2.10.68 → 2.10.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/DidBrandLogo.js +33 -0
- package/lib/icons/did-brand-logo.svg +3 -0
- package/lib/index.js +18 -1
- package/package.json +2 -2
- package/src/icons/did-brand-logo.svg +3 -0
- package/src/index.js +1 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
11
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
12
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
13
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
|
|
14
|
+
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
15
|
+
var Component = function Component(props) {
|
|
16
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
17
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M33.495 66c-8.836 0-16 7.163-16 16v9.454h-16V82c0-17.673 14.327-32 32-32h284.071c17.673 0 32 14.327 32 32v185.418c0 17.674-14.327 32-32 32H33.496c-17.674 0-32-14.326-32-32v-8.375h16v8.375c0 8.837 7.163 16 16 16h284.07c8.836 0 16-7.163 16-16V82c0-8.837-7.164-16-16-16H33.496zm164.071 49.893c11.604 0 21.653 2.442 30.148 7.326 8.599 4.773 15.281 11.544 20.047 20.314 4.766 8.769 7.149 19.092 7.149 30.969 0 11.766-2.383 21.978-7.149 30.636-4.766 8.658-11.448 15.374-20.047 20.147-8.495 4.773-18.544 7.159-30.148 7.159h-40.559V115.893h40.559zm-.621 97.737c11.707 0 20.72-3.441 27.04-10.323 6.319-6.993 9.479-16.595 9.479-28.805 0-12.321-3.16-22.034-9.479-29.138-6.32-7.104-15.333-10.656-27.04-10.656h-18.959v78.922h18.959zm-61.154-97.737h-20.979v116.551h20.979V115.893zm-94.231 0c11.603 0 21.652 2.442 30.148 7.327 8.599 4.773 15.28 11.544 20.046 20.313 4.766 8.769 7.149 19.092 7.149 30.969 0 11.766-2.383 21.978-7.149 30.636-4.765 8.658-11.447 15.374-20.046 20.147-8.496 4.773-18.545 7.16-30.148 7.16H1V115.893h40.56zm-.622 97.737c11.707 0 20.72-3.441 27.04-10.323 6.32-6.993 9.48-16.595 9.48-28.805 0-12.321-3.16-22.034-9.48-29.138-6.32-7.104-15.333-10.656-27.04-10.656H21.98v78.922h18.96zm257.41-65.644c0 6.482-5.255 11.737-11.738 11.737-6.482 0-11.737-5.255-11.737-11.737s5.255-11.737 11.737-11.737c6.483 0 11.738 5.255 11.738 11.737zm0 54.774c0 6.482-5.255 11.737-11.738 11.737-6.482 0-11.737-5.255-11.737-11.737 0-6.483 5.255-11.738 11.737-11.738 6.483 0 11.738 5.255 11.738 11.738z",
|
|
21
|
+
fill: "#4598FA"
|
|
22
|
+
})
|
|
23
|
+
}));
|
|
24
|
+
};
|
|
25
|
+
Component.defaultProps = {
|
|
26
|
+
width: "16",
|
|
27
|
+
height: "16",
|
|
28
|
+
viewBox: "0 0 350 350",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
};
|
|
32
|
+
Component.displayName = "did-brand-logo";
|
|
33
|
+
var _default = exports.default = Component;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.4953 66C24.6588 66 17.4953 73.1634 17.4953 82V91.4545H1.49532V82C1.49532 64.3269 15.8222 50 33.4953 50H317.566C335.239 50 349.566 64.3269 349.566 82V267.418C349.566 285.092 335.239 299.418 317.566 299.418H33.4953C15.8222 299.418 1.49532 285.092 1.49532 267.418V259.043H17.4953V267.418C17.4953 276.255 24.6588 283.418 33.4953 283.418H317.566C326.402 283.418 333.566 276.255 333.566 267.418V82C333.566 73.1634 326.402 66 317.566 66H33.4953ZM197.566 115.893C209.17 115.893 219.219 118.335 227.714 123.219C236.313 127.992 242.995 134.763 247.761 143.533C252.527 152.302 254.91 162.625 254.91 174.502C254.91 186.268 252.527 196.48 247.761 205.138C242.995 213.796 236.313 220.512 227.714 225.285C219.219 230.058 209.17 232.444 197.566 232.444H157.007V115.893H197.566ZM196.945 213.63C208.652 213.63 217.665 210.189 223.985 203.307C230.304 196.314 233.464 186.712 233.464 174.502C233.464 162.181 230.304 152.468 223.985 145.364C217.665 138.26 208.652 134.708 196.945 134.708H177.986V213.63H196.945ZM135.791 115.893H114.812V232.444H135.791V115.893ZM41.5598 115.893C53.1631 115.893 63.2124 118.335 71.7077 123.22C80.3066 127.993 86.9888 134.764 91.7545 143.533C96.5201 152.302 98.903 162.625 98.903 174.502C98.903 186.268 96.5201 196.48 91.7545 205.138C86.9888 213.796 80.3066 220.512 71.7077 225.285C63.2124 230.058 53.1631 232.445 41.5598 232.445H1V115.893H41.5598ZM40.9382 213.63C52.6451 213.63 61.6584 210.189 67.9781 203.307C74.2977 196.314 77.4575 186.712 77.4575 174.502C77.4575 162.181 74.2977 152.468 67.9781 145.364C61.6584 138.26 52.6451 134.708 40.9382 134.708H21.9792V213.63H40.9382ZM298.348 147.986C298.348 154.468 293.093 159.723 286.61 159.723C280.128 159.723 274.873 154.468 274.873 147.986C274.873 141.504 280.128 136.249 286.61 136.249C293.093 136.249 298.348 141.504 298.348 147.986ZM298.348 202.76C298.348 209.242 293.093 214.497 286.61 214.497C280.128 214.497 274.873 209.242 274.873 202.76C274.873 196.277 280.128 191.022 286.61 191.022C293.093 191.022 298.348 196.277 298.348 202.76Z" fill="#4598FA"/>
|
|
3
|
+
</svg>
|
package/lib/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.WalletTextLogo = exports.Tx = exports.Token = exports.Team = exports.Switch = exports.StoreLogoNotext = exports.StoreLogoBg = exports.StoreLogo = exports.Store = exports.Setting = exports.ServerLogoNotext = exports.ServerLogoBg = exports.ServerLogo = exports.Server = exports.Rollup = exports.RevokeIcon = exports.QuestionMarkCircle = exports.Plan = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.Notification = exports.NFT = exports.Mobile = exports.Log = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.Label = exports.Key = exports.Globe = exports.ForbidLoginIcon = exports.ExternalIssuerIcon = exports.EmptyIcon = exports.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = exports.DidLogoColorful = exports.DidLogo = exports.DeleteIcon = exports.Dashboard = exports.Dapp = exports.Copy = exports.ConnectLogo = exports.Connect = exports.Computer = exports.CodeFolder = exports.Circles = exports.BridgeMoveOut = exports.BridgeMoveIn = exports.Bridge = exports.Blocklets = exports.Approve = exports.AllowLoginIcon = exports.Add = exports.Account = exports.ABTNode = void 0;
|
|
6
|
+
exports.WalletTextLogo = exports.Tx = exports.Token = exports.Team = exports.Switch = exports.StoreLogoNotext = exports.StoreLogoBg = exports.StoreLogo = exports.Store = exports.Setting = exports.ServerLogoNotext = exports.ServerLogoBg = exports.ServerLogo = exports.Server = exports.Rollup = exports.RevokeIcon = exports.QuestionMarkCircle = exports.Plan = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.Notification = exports.NFT = exports.Mobile = exports.Log = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.Label = exports.Key = exports.Globe = exports.ForbidLoginIcon = exports.ExternalIssuerIcon = exports.EmptyIcon = exports.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = exports.DidLogoColorful = exports.DidLogo = exports.DidBrandLogo = exports.DeleteIcon = exports.Dashboard = exports.Dapp = exports.Copy = exports.ConnectLogo = exports.Connect = exports.Computer = exports.CodeFolder = exports.Circles = exports.BridgeMoveOut = exports.BridgeMoveIn = exports.Bridge = exports.Blocklets = exports.Approve = exports.AllowLoginIcon = exports.Add = exports.Account = exports.ABTNode = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
@@ -1716,4 +1716,21 @@ EmptyIcon.defaultProps = {
|
|
|
1716
1716
|
viewBox: "0 0 32 32",
|
|
1717
1717
|
fill: "none",
|
|
1718
1718
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1719
|
+
};
|
|
1720
|
+
var DidBrandLogo = exports.DidBrandLogo = function DidBrandLogo(props) {
|
|
1721
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1722
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1723
|
+
fillRule: "evenodd",
|
|
1724
|
+
clipRule: "evenodd",
|
|
1725
|
+
d: "M33.495 66c-8.836 0-16 7.163-16 16v9.454h-16V82c0-17.673 14.327-32 32-32h284.071c17.673 0 32 14.327 32 32v185.418c0 17.674-14.327 32-32 32H33.496c-17.674 0-32-14.326-32-32v-8.375h16v8.375c0 8.837 7.163 16 16 16h284.07c8.836 0 16-7.163 16-16V82c0-8.837-7.164-16-16-16H33.496zm164.071 49.893c11.604 0 21.653 2.442 30.148 7.326 8.599 4.773 15.281 11.544 20.047 20.314 4.766 8.769 7.149 19.092 7.149 30.969 0 11.766-2.383 21.978-7.149 30.636-4.766 8.658-11.448 15.374-20.047 20.147-8.495 4.773-18.544 7.159-30.148 7.159h-40.559V115.893h40.559zm-.621 97.737c11.707 0 20.72-3.441 27.04-10.323 6.319-6.993 9.479-16.595 9.479-28.805 0-12.321-3.16-22.034-9.479-29.138-6.32-7.104-15.333-10.656-27.04-10.656h-18.959v78.922h18.959zm-61.154-97.737h-20.979v116.551h20.979V115.893zm-94.231 0c11.603 0 21.652 2.442 30.148 7.327 8.599 4.773 15.28 11.544 20.046 20.313 4.766 8.769 7.149 19.092 7.149 30.969 0 11.766-2.383 21.978-7.149 30.636-4.765 8.658-11.447 15.374-20.046 20.147-8.496 4.773-18.545 7.16-30.148 7.16H1V115.893h40.56zm-.622 97.737c11.707 0 20.72-3.441 27.04-10.323 6.32-6.993 9.48-16.595 9.48-28.805 0-12.321-3.16-22.034-9.48-29.138-6.32-7.104-15.333-10.656-27.04-10.656H21.98v78.922h18.96zm257.41-65.644c0 6.482-5.255 11.737-11.738 11.737-6.482 0-11.737-5.255-11.737-11.737s5.255-11.737 11.737-11.737c6.483 0 11.738 5.255 11.738 11.737zm0 54.774c0 6.482-5.255 11.737-11.738 11.737-6.482 0-11.737-5.255-11.737-11.737 0-6.483 5.255-11.738 11.737-11.738 6.483 0 11.738 5.255 11.738 11.738z",
|
|
1726
|
+
fill: "#4598FA"
|
|
1727
|
+
})
|
|
1728
|
+
}));
|
|
1729
|
+
};
|
|
1730
|
+
DidBrandLogo.defaultProps = {
|
|
1731
|
+
width: "16",
|
|
1732
|
+
height: "16",
|
|
1733
|
+
viewBox: "0 0 350 350",
|
|
1734
|
+
fill: "none",
|
|
1735
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1719
1736
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/icons",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.69",
|
|
4
4
|
"description": "ArcBlock SVG icons collection.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svg",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
44
44
|
"jest": "^29.7.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "4b3b22a5487469fdbd2abd68c0bb74cb06a68bd9"
|
|
47
47
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 350 350" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.4953 66C24.6588 66 17.4953 73.1634 17.4953 82V91.4545H1.49532V82C1.49532 64.3269 15.8222 50 33.4953 50H317.566C335.239 50 349.566 64.3269 349.566 82V267.418C349.566 285.092 335.239 299.418 317.566 299.418H33.4953C15.8222 299.418 1.49532 285.092 1.49532 267.418V259.043H17.4953V267.418C17.4953 276.255 24.6588 283.418 33.4953 283.418H317.566C326.402 283.418 333.566 276.255 333.566 267.418V82C333.566 73.1634 326.402 66 317.566 66H33.4953ZM197.566 115.893C209.17 115.893 219.219 118.335 227.714 123.219C236.313 127.992 242.995 134.763 247.761 143.533C252.527 152.302 254.91 162.625 254.91 174.502C254.91 186.268 252.527 196.48 247.761 205.138C242.995 213.796 236.313 220.512 227.714 225.285C219.219 230.058 209.17 232.444 197.566 232.444H157.007V115.893H197.566ZM196.945 213.63C208.652 213.63 217.665 210.189 223.985 203.307C230.304 196.314 233.464 186.712 233.464 174.502C233.464 162.181 230.304 152.468 223.985 145.364C217.665 138.26 208.652 134.708 196.945 134.708H177.986V213.63H196.945ZM135.791 115.893H114.812V232.444H135.791V115.893ZM41.5598 115.893C53.1631 115.893 63.2124 118.335 71.7077 123.22C80.3066 127.993 86.9888 134.764 91.7545 143.533C96.5201 152.302 98.903 162.625 98.903 174.502C98.903 186.268 96.5201 196.48 91.7545 205.138C86.9888 213.796 80.3066 220.512 71.7077 225.285C63.2124 230.058 53.1631 232.445 41.5598 232.445H1V115.893H41.5598ZM40.9382 213.63C52.6451 213.63 61.6584 210.189 67.9781 203.307C74.2977 196.314 77.4575 186.712 77.4575 174.502C77.4575 162.181 74.2977 152.468 67.9781 145.364C61.6584 138.26 52.6451 134.708 40.9382 134.708H21.9792V213.63H40.9382ZM298.348 147.986C298.348 154.468 293.093 159.723 286.61 159.723C280.128 159.723 274.873 154.468 274.873 147.986C274.873 141.504 280.128 136.249 286.61 136.249C293.093 136.249 298.348 141.504 298.348 147.986ZM298.348 202.76C298.348 209.242 293.093 214.497 286.61 214.497C280.128 214.497 274.873 209.242 274.873 202.76C274.873 196.277 280.128 191.022 286.61 191.022C293.093 191.022 298.348 196.277 298.348 202.76Z" fill="#4598FA"/>
|
|
3
|
+
</svg>
|
package/src/index.js
CHANGED
|
@@ -58,3 +58,4 @@ export { default as Notification } from './icons/notification.svg';
|
|
|
58
58
|
export { default as QuestionMarkCircle } from './icons/question-mark-circle.svg';
|
|
59
59
|
export { default as Account } from './icons/account.svg';
|
|
60
60
|
export { default as EmptyIcon } from './icons/empty.svg';
|
|
61
|
+
export { default as DidBrandLogo } from './icons/did-brand-logo.svg';
|