@arcblock/icons 2.4.13 → 2.4.16

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/Account.js ADDED
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _jsxRuntime = require("react/jsx-runtime");
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
+
14
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
15
+
16
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
17
+
18
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
19
+
20
+ var Component = function Component(props) {
21
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
22
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
23
+ fillRule: "evenodd",
24
+ clipRule: "evenodd",
25
+ d: "M6.826 1.75a1.937 1.937 0 1 0 0 3.875 1.937 1.937 0 0 0 0-3.875zM3.838 3.687a2.987 2.987 0 1 1 5.975 0 2.987 2.987 0 0 1-5.975 0zM2.556 9.812l-.102 1.302a1.009 1.009 0 0 0 1.005 1.087h6.733c.588 0 1.051-.5 1.005-1.087l-.102-1.302a2.29 2.29 0 0 0-2.234-1.79H4.79c-1.073 0-2.001.745-2.234 1.79zM1.52 9.628A3.34 3.34 0 0 1 4.79 6.971H8.86a3.34 3.34 0 0 1 3.269 2.657.53.53 0 0 1 .01.066l.104 1.338a2.059 2.059 0 0 1-2.052 2.22H3.459a2.059 2.059 0 0 1-2.052-2.22l.105-1.338a.524.524 0 0 1 .01-.066z",
26
+ fill: "currentColor"
27
+ })
28
+ }));
29
+ };
30
+
31
+ Component.defaultProps = {
32
+ width: "14",
33
+ height: "14",
34
+ viewBox: "0 0 14 14",
35
+ fill: "none",
36
+ xmlns: "http://www.w3.org/2000/svg"
37
+ };
38
+ Component.displayName = "account";
39
+ var _default = Component;
40
+ exports.default = _default;
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.82556 1.75C5.75553 1.75 4.8881 2.61743 4.8881 3.68746C4.8881 4.75749 5.75553 5.62492 6.82556 5.62492C7.89559 5.62492 8.76302 4.75749 8.76302 3.68746C8.76302 2.61743 7.89559 1.75 6.82556 1.75ZM3.8381 3.68746C3.8381 2.03753 5.17564 0.699997 6.82556 0.699997C8.47549 0.699997 9.81302 2.03753 9.81302 3.68746C9.81302 5.33739 8.47549 6.67492 6.82556 6.67492C5.17564 6.67492 3.8381 5.33739 3.8381 3.68746ZM2.55578 9.81152L2.45365 11.114C2.40768 11.7003 2.87102 12.2014 3.45908 12.2014H10.1919C10.7799 12.2014 11.2433 11.7003 11.1973 11.114L11.0952 9.81152C10.8619 8.76677 9.9343 8.02142 8.86099 8.02142H4.78994C3.71664 8.02142 2.78901 8.76677 2.55578 9.81152ZM1.52123 9.62799C1.84446 8.08029 3.20884 6.97142 4.78994 6.97142H8.86099C10.4421 6.97142 11.8065 8.08029 12.1297 9.62799C12.1343 9.64987 12.1374 9.67201 12.1392 9.69429L12.2441 11.032C12.3379 12.2286 11.3922 13.2514 10.1919 13.2514H3.45908C2.25877 13.2514 1.31304 12.2286 1.40686 11.032L1.51175 9.69429C1.51349 9.67201 1.51666 9.64987 1.52123 9.62799Z" fill="currentColor"/>
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.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = 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.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.EditIcon = exports.Disconnect = exports.DidWalletLogo = exports.DidWallet = 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;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -1837,4 +1837,24 @@ QuestionMarkCircle.defaultProps = {
1837
1837
  height: "20",
1838
1838
  viewBox: "0 0 20 20",
1839
1839
  xmlns: "http://www.w3.org/2000/svg"
1840
+ };
1841
+
1842
+ var Account = function Account(props) {
1843
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
1844
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
1845
+ fillRule: "evenodd",
1846
+ clipRule: "evenodd",
1847
+ d: "M6.826 1.75a1.937 1.937 0 1 0 0 3.875 1.937 1.937 0 0 0 0-3.875zM3.838 3.687a2.987 2.987 0 1 1 5.975 0 2.987 2.987 0 0 1-5.975 0zM2.556 9.812l-.102 1.302a1.009 1.009 0 0 0 1.005 1.087h6.733c.588 0 1.051-.5 1.005-1.087l-.102-1.302a2.29 2.29 0 0 0-2.234-1.79H4.79c-1.073 0-2.001.745-2.234 1.79zM1.52 9.628A3.34 3.34 0 0 1 4.79 6.971H8.86a3.34 3.34 0 0 1 3.269 2.657.53.53 0 0 1 .01.066l.104 1.338a2.059 2.059 0 0 1-2.052 2.22H3.459a2.059 2.059 0 0 1-2.052-2.22l.105-1.338a.524.524 0 0 1 .01-.066z",
1848
+ fill: "currentColor"
1849
+ })
1850
+ }));
1851
+ };
1852
+
1853
+ exports.Account = Account;
1854
+ Account.defaultProps = {
1855
+ width: "14",
1856
+ height: "14",
1857
+ viewBox: "0 0 14 14",
1858
+ fill: "none",
1859
+ xmlns: "http://www.w3.org/2000/svg"
1840
1860
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/icons",
3
- "version": "2.4.13",
3
+ "version": "2.4.16",
4
4
  "description": "ArcBlock SVG icons collection.",
5
5
  "keywords": [
6
6
  "svg",
@@ -42,5 +42,5 @@
42
42
  "eslint-plugin-react-hooks": "^4.6.0",
43
43
  "jest": "^24.9.0"
44
44
  },
45
- "gitHead": "f374463572e397b959e9c1ce70cdbc9f53f99076"
45
+ "gitHead": "adc624cfa03a01f24cb7d78bc35b6ed54664935e"
46
46
  }
@@ -0,0 +1,3 @@
1
+ <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.82556 1.75C5.75553 1.75 4.8881 2.61743 4.8881 3.68746C4.8881 4.75749 5.75553 5.62492 6.82556 5.62492C7.89559 5.62492 8.76302 4.75749 8.76302 3.68746C8.76302 2.61743 7.89559 1.75 6.82556 1.75ZM3.8381 3.68746C3.8381 2.03753 5.17564 0.699997 6.82556 0.699997C8.47549 0.699997 9.81302 2.03753 9.81302 3.68746C9.81302 5.33739 8.47549 6.67492 6.82556 6.67492C5.17564 6.67492 3.8381 5.33739 3.8381 3.68746ZM2.55578 9.81152L2.45365 11.114C2.40768 11.7003 2.87102 12.2014 3.45908 12.2014H10.1919C10.7799 12.2014 11.2433 11.7003 11.1973 11.114L11.0952 9.81152C10.8619 8.76677 9.9343 8.02142 8.86099 8.02142H4.78994C3.71664 8.02142 2.78901 8.76677 2.55578 9.81152ZM1.52123 9.62799C1.84446 8.08029 3.20884 6.97142 4.78994 6.97142H8.86099C10.4421 6.97142 11.8065 8.08029 12.1297 9.62799C12.1343 9.64987 12.1374 9.67201 12.1392 9.69429L12.2441 11.032C12.3379 12.2286 11.3922 13.2514 10.1919 13.2514H3.45908C2.25877 13.2514 1.31304 12.2286 1.40686 11.032L1.51175 9.69429C1.51349 9.67201 1.51666 9.64987 1.52123 9.62799Z" fill="currentColor"/>
3
+ </svg>
package/src/index.js CHANGED
@@ -55,3 +55,4 @@ export { default as Server } from './icons/server.svg';
55
55
  export { default as Globe } from './icons/globe.svg';
56
56
  export { default as Notification } from './icons/notification.svg';
57
57
  export { default as QuestionMarkCircle } from './icons/question-mark-circle.svg';
58
+ export { default as Account } from './icons/account.svg';