@arcblock/icons 2.4.15 → 2.4.18
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 +40 -0
- package/lib/EmptyIcon.js +40 -0
- package/lib/icons/account.svg +3 -0
- package/lib/icons/empty.svg +3 -0
- package/lib/index.js +41 -1
- package/package.json +2 -2
- package/src/icons/account.svg +3 -0
- package/src/icons/empty.svg +3 -0
- package/src/index.js +2 -0
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;
|
package/lib/EmptyIcon.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: "M7.361 2.4a.8.8 0 0 0-.728.469L.873 15.54a.8.8 0 0 0-.072.33V27.393a.8.8 0 0 0 .8.8h28.8a.8.8 0 0 0 .8-.8v-11.52a.8.8 0 0 0-.072-.331L25.37 2.869a.8.8 0 0 0-.728-.47H7.361zm-4.96 14.4v9.792h27.2v-9.799a.814.814 0 0 1-.104.007h-7.098l-2.066 3.1a.8.8 0 0 1-.666.356h-8.064a.8.8 0 0 1-.665-.356L8.87 16.8h-6.47zm26.816-1.6H21.97a.8.8 0 0 0-.665.356l-2.067 3.1h-7.208l-2.066-3.1a.8.8 0 0 0-.666-.356H2.785L7.876 4h16.25l5.09 11.2z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
})
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
Component.defaultProps = {
|
|
32
|
+
width: "32",
|
|
33
|
+
height: "32",
|
|
34
|
+
viewBox: "0 0 32 32",
|
|
35
|
+
fill: "none",
|
|
36
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
37
|
+
};
|
|
38
|
+
Component.displayName = "empty";
|
|
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>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.36096 2.3999C7.04725 2.3999 6.76249 2.58326 6.63267 2.86886L0.872671 15.5409C0.825415 15.6448 0.800964 15.7577 0.800964 15.8719V15.9999V27.3919C0.800964 27.8337 1.15914 28.1919 1.60096 28.1919H30.401C30.8428 28.1919 31.201 27.8337 31.201 27.3919V15.8719C31.201 15.7577 31.1765 15.6448 31.1293 15.5409L25.3693 2.86886C25.2394 2.58326 24.9547 2.3999 24.641 2.3999H7.36096ZM2.40096 16.7999V26.5919H29.601V16.7932C29.5669 16.7976 29.5321 16.7999 29.4968 16.7999H22.3993L20.3328 19.8997C20.1845 20.1222 19.9347 20.2559 19.6672 20.2559H11.6032C11.3357 20.2559 11.0859 20.1222 10.9375 19.8997L8.87104 16.7999H2.40096ZM29.2167 15.1999H21.9712C21.7037 15.1999 21.4539 15.3336 21.3056 15.5561L19.239 18.6559H12.0313L9.96483 15.5561C9.81645 15.3336 9.56667 15.1999 9.29919 15.1999H2.78519L7.8761 3.9999H24.1258L29.2167 15.1999Z" 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.EmptyIcon = 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,44 @@ 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"
|
|
1860
|
+
};
|
|
1861
|
+
|
|
1862
|
+
var EmptyIcon = function EmptyIcon(props) {
|
|
1863
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1864
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1865
|
+
fillRule: "evenodd",
|
|
1866
|
+
clipRule: "evenodd",
|
|
1867
|
+
d: "M7.361 2.4a.8.8 0 0 0-.728.469L.873 15.54a.8.8 0 0 0-.072.33V27.393a.8.8 0 0 0 .8.8h28.8a.8.8 0 0 0 .8-.8v-11.52a.8.8 0 0 0-.072-.331L25.37 2.869a.8.8 0 0 0-.728-.47H7.361zm-4.96 14.4v9.792h27.2v-9.799a.814.814 0 0 1-.104.007h-7.098l-2.066 3.1a.8.8 0 0 1-.666.356h-8.064a.8.8 0 0 1-.665-.356L8.87 16.8h-6.47zm26.816-1.6H21.97a.8.8 0 0 0-.665.356l-2.067 3.1h-7.208l-2.066-3.1a.8.8 0 0 0-.666-.356H2.785L7.876 4h16.25l5.09 11.2z",
|
|
1868
|
+
fill: "currentColor"
|
|
1869
|
+
})
|
|
1870
|
+
}));
|
|
1871
|
+
};
|
|
1872
|
+
|
|
1873
|
+
exports.EmptyIcon = EmptyIcon;
|
|
1874
|
+
EmptyIcon.defaultProps = {
|
|
1875
|
+
width: "32",
|
|
1876
|
+
height: "32",
|
|
1877
|
+
viewBox: "0 0 32 32",
|
|
1878
|
+
fill: "none",
|
|
1879
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1840
1880
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/icons",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.18",
|
|
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": "
|
|
45
|
+
"gitHead": "45fe2e3b1726e2172aad280f62b81dea7e353f1b"
|
|
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>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.36096 2.3999C7.04725 2.3999 6.76249 2.58326 6.63267 2.86886L0.872671 15.5409C0.825415 15.6448 0.800964 15.7577 0.800964 15.8719V15.9999V27.3919C0.800964 27.8337 1.15914 28.1919 1.60096 28.1919H30.401C30.8428 28.1919 31.201 27.8337 31.201 27.3919V15.8719C31.201 15.7577 31.1765 15.6448 31.1293 15.5409L25.3693 2.86886C25.2394 2.58326 24.9547 2.3999 24.641 2.3999H7.36096ZM2.40096 16.7999V26.5919H29.601V16.7932C29.5669 16.7976 29.5321 16.7999 29.4968 16.7999H22.3993L20.3328 19.8997C20.1845 20.1222 19.9347 20.2559 19.6672 20.2559H11.6032C11.3357 20.2559 11.0859 20.1222 10.9375 19.8997L8.87104 16.7999H2.40096ZM29.2167 15.1999H21.9712C21.7037 15.1999 21.4539 15.3336 21.3056 15.5561L19.239 18.6559H12.0313L9.96483 15.5561C9.81645 15.3336 9.56667 15.1999 9.29919 15.1999H2.78519L7.8761 3.9999H24.1258L29.2167 15.1999Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
package/src/index.js
CHANGED
|
@@ -55,3 +55,5 @@ 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';
|
|
59
|
+
export { default as EmptyIcon } from './icons/empty.svg';
|