@arcblock/icons 2.4.16 → 2.4.17
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/EmptyIcon.js +40 -0
- package/lib/icons/empty.svg +3 -0
- package/lib/index.js +21 -1
- package/package.json +2 -2
- package/src/icons/empty.svg +3 -0
- package/src/index.js +1 -0
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="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.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.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
|
|
|
@@ -1857,4 +1857,24 @@ Account.defaultProps = {
|
|
|
1857
1857
|
viewBox: "0 0 14 14",
|
|
1858
1858
|
fill: "none",
|
|
1859
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"
|
|
1860
1880
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/icons",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.17",
|
|
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": "074d03aa938b1a9f52d2d9ef2bb8d68bb08d061e"
|
|
46
46
|
}
|
|
@@ -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
|
@@ -56,3 +56,4 @@ 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
58
|
export { default as Account } from './icons/account.svg';
|
|
59
|
+
export { default as EmptyIcon } from './icons/empty.svg';
|