@arcblock/icons 2.1.48 → 2.1.52
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/Globe.js +54 -0
- package/lib/Notification.js +39 -0
- package/lib/QuestionMarkCircle.js +42 -0
- package/lib/icons/globe.svg +6 -0
- package/lib/icons/notification.svg +4 -0
- package/lib/icons/question-mark-circle.svg +4 -0
- package/lib/index.js +76 -1
- package/package.json +2 -2
- package/src/icons/globe.svg +6 -0
- package/src/icons/notification.svg +4 -0
- package/src/icons/question-mark-circle.svg +4 -0
- package/src/index.js +3 -0
package/lib/Globe.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
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.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M1 10a9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9zm9-7.667a7.667 7.667 0 1 0 0 15.333 7.667 7.667 0 0 0 0-15.333z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M1 10c0-.368.3-.667.667-.667h16.667a.667.667 0 1 1 0 1.334H1.667A.667.667 0 0 1 1.001 10z",
|
|
31
|
+
fill: "currentColor"
|
|
32
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M8.219 1.863C8.696 1.36 9.299 1 10 1s1.304.359 1.781.863c.476.504.874 1.196 1.195 1.997C13.618 5.464 14 7.636 14 10s-.383 4.536-1.024 6.14c-.32.8-.719 1.493-1.195 1.997-.477.504-1.079.863-1.781.863-.703 0-1.305-.359-1.782-.863-.476-.504-.874-1.196-1.194-1.997C6.383 14.536 6 12.364 6 10s.382-4.536 1.024-6.14c.32-.8.718-1.493 1.194-1.997zm.044 2.492C7.698 5.766 7.334 7.762 7.334 10c0 2.238.364 4.234.929 5.645.283.707.603 1.235.925 1.575.32.339.595.447.813.447.218 0 .492-.108.813-.447.321-.34.642-.867.925-1.575.564-1.411.928-3.407.928-5.645 0-2.238-.364-4.234-.928-5.645-.283-.708-.604-1.235-.925-1.575-.32-.339-.595-.447-.813-.447-.218 0-.493.108-.813.447-.322.34-.642.867-.925 1.575z",
|
|
36
|
+
fill: "currentColor"
|
|
37
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M3.637 3.754c.261-.26.683-.26.943.001A7.64 7.64 0 0 0 10 6h.002a7.64 7.64 0 0 0 5.42-2.245.667.667 0 0 1 .943.942 8.974 8.974 0 0 1-6.364 2.636 8.974 8.974 0 0 1-6.365-2.636.667.667 0 0 1 .001-.943zm6.364 3.58H10v-.667l.002.666H10zM6.556 13.35A8.974 8.974 0 0 1 10 12.667a8.974 8.974 0 0 1 6.364 2.636.667.667 0 0 1-.944.942A7.64 7.64 0 0 0 10.001 14H10a7.642 7.642 0 0 0-5.42 2.245.667.667 0 0 1-.944-.942 8.974 8.974 0 0 1 2.92-1.953zM10 12.667v.666L10 12.667z",
|
|
41
|
+
fill: "currentColor"
|
|
42
|
+
})]
|
|
43
|
+
}));
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
Component.defaultProps = {
|
|
47
|
+
width: "21",
|
|
48
|
+
height: "20",
|
|
49
|
+
viewBox: "0 0 21 20",
|
|
50
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
51
|
+
};
|
|
52
|
+
Component.displayName = "globe";
|
|
53
|
+
var _default = Component;
|
|
54
|
+
exports.default = _default;
|
|
@@ -0,0 +1,39 @@
|
|
|
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: "M9.251 2.5c-2.576-.006-4.747 2.1-4.766 4.506v5.784c0 .793-.084 1.778-.58 2.71h12.19c-.496-.932-.58-1.917-.58-2.711V7.01c-.035-2.403-2.21-4.502-4.797-4.508L9.25 2.5zM17.015 7v5.789c0 .79.1 1.562.53 2.219l.287.438c.436.664-.033 1.554-.817 1.554H2.985c-.785 0-1.255-.89-.818-1.554l.287-.438c.43-.657.53-1.428.53-2.218V7c.024-3.291 2.927-6.008 6.27-6l1.467.003c3.344.008 6.254 2.706 6.294 5.998zM11.06 18.06A1.5 1.5 0 0 0 11.5 17H13a3 3 0 0 1-6 0h1.5a1.5 1.5 0 0 0 2.56 1.06z",
|
|
26
|
+
fill: "currentColor"
|
|
27
|
+
})
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
Component.defaultProps = {
|
|
32
|
+
width: "20",
|
|
33
|
+
height: "20",
|
|
34
|
+
viewBox: "0 0 20 20",
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
36
|
+
};
|
|
37
|
+
Component.displayName = "notification";
|
|
38
|
+
var _default = Component;
|
|
39
|
+
exports.default = _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
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.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
22
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
23
|
+
d: "M9.928 13.133a.981.981 0 0 0-.678.252.79.79 0 0 0-.281.61c0 .27.094.482.283.636.19.154.41.231.663.231.257 0 .48-.076.673-.228.19-.153.287-.365.287-.639a.796.796 0 0 0-.275-.61.958.958 0 0 0-.672-.252zM12.633 7.2a2.526 2.526 0 0 0-1.035-.88c-.441-.212-.955-.32-1.528-.32-.617 0-1.166.129-1.63.383-.467.255-.826.582-1.07.972-.245.392-.37.786-.37 1.172 0 .205.086.397.254.57.169.174.38.262.625.262.419 0 .705-.246.85-.729.132-.399.296-.703.485-.905.177-.19.465-.286.856-.286.336 0 .602.095.813.29.208.191.309.42.309.698a.78.78 0 0 1-.1.387c-.07.125-.156.24-.258.342-.108.109-.287.27-.53.484a9.184 9.184 0 0 0-.679.647 2.268 2.268 0 0 0-.42.656 2.27 2.27 0 0 0-.159.884c0 .288.08.511.24.663.156.15.352.227.58.227.439 0 .714-.24.796-.687.041-.186.073-.316.094-.39.019-.067.046-.136.081-.205.034-.068.089-.144.162-.227.076-.088.179-.19.305-.306.472-.422.805-.727.99-.908.19-.186.356-.41.493-.665A1.9 1.9 0 0 0 13 8.416a2.18 2.18 0 0 0-.367-1.217",
|
|
24
|
+
fill: "currentColor"
|
|
25
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
26
|
+
fillRule: "evenodd",
|
|
27
|
+
clipRule: "evenodd",
|
|
28
|
+
d: "M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zm0 1.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18z",
|
|
29
|
+
fill: "currentColor"
|
|
30
|
+
})]
|
|
31
|
+
}));
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
Component.defaultProps = {
|
|
35
|
+
width: "20",
|
|
36
|
+
height: "20",
|
|
37
|
+
viewBox: "0 0 20 20",
|
|
38
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
39
|
+
};
|
|
40
|
+
Component.displayName = "question-mark-circle";
|
|
41
|
+
var _default = Component;
|
|
42
|
+
exports.default = _default;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="21" height="20" viewBox="0 0 21 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.00061 10C1.00061 5.02931 5.02992 1 10.0006 1C14.9713 1 19.0006 5.02931 19.0006 10C19.0006 14.9707 14.9713 19 10.0006 19C5.02992 19 1.00061 14.9707 1.00061 10ZM10.0006 2.33333C5.7663 2.33333 2.33394 5.76569 2.33394 10C2.33394 14.2343 5.7663 17.6667 10.0006 17.6667C14.2349 17.6667 17.6673 14.2343 17.6673 10C17.6673 5.76569 14.2349 2.33333 10.0006 2.33333Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.00061 9.99998C1.00061 9.63179 1.29909 9.33331 1.66728 9.33331H18.3339C18.7021 9.33331 19.0006 9.63179 19.0006 9.99998C19.0006 10.3682 18.7021 10.6666 18.3339 10.6666H1.66728C1.29909 10.6666 1.00061 10.3682 1.00061 9.99998Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.21884 1.86345C8.69616 1.35873 9.29805 1 10.0006 1C10.7032 1 11.3051 1.35873 11.7824 1.86345C12.2584 2.36676 12.6564 3.0593 12.9766 3.85979C13.6185 5.46448 14.0006 7.63564 14.0006 10C14.0006 12.3644 13.6185 14.5355 12.9766 16.1402C12.6564 16.9407 12.2584 17.6332 11.7824 18.1366C11.3051 18.6413 10.7032 19 10.0006 19C9.29805 19 8.69616 18.6413 8.21884 18.1366C7.74284 17.6332 7.34489 16.9407 7.02468 16.1402C6.38278 14.5355 6.00064 12.3644 6.00064 10C6.00064 7.63564 6.38278 5.46448 7.02468 3.85979C7.34489 3.0593 7.74284 2.36676 8.21884 1.86345ZM8.26264 4.355C7.69808 5.76635 7.33397 7.76186 7.33397 10C7.33397 12.2381 7.69808 14.2336 8.26264 15.645C8.54566 16.3525 8.86599 16.8804 9.18757 17.2204C9.50783 17.559 9.78281 17.6667 10.0006 17.6667C10.2185 17.6667 10.4935 17.559 10.8137 17.2204C11.1353 16.8804 11.4556 16.3525 11.7386 15.645C12.3032 14.2336 12.6673 12.2381 12.6673 10C12.6673 7.76186 12.3032 5.76635 11.7386 4.355C11.4556 3.64747 11.1353 3.11964 10.8137 2.7796C10.4935 2.44096 10.2185 2.33333 10.0006 2.33333C9.78281 2.33333 9.50783 2.44096 9.18757 2.7796C8.86599 3.11964 8.54566 3.64747 8.26264 4.355Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.63735 3.75381C3.89804 3.49381 4.32015 3.49437 4.58016 3.75506C5.29108 4.46785 6.13585 5.03312 7.06593 5.41839C7.99601 5.80365 8.99306 6.00131 9.99977 6.00001H10.0015C11.0082 6.00131 12.0053 5.80365 12.9353 5.41839C13.8654 5.03312 14.7102 4.46785 15.4211 3.75506C15.6811 3.49437 16.1032 3.49381 16.3639 3.75381C16.6246 4.01382 16.6252 4.43593 16.3652 4.69662C15.5302 5.53381 14.538 6.19772 13.4456 6.65022C12.3535 7.10261 11.1827 7.33476 10.0006 7.33334C8.81853 7.33476 7.64779 7.10261 6.55567 6.65022C5.46328 6.19772 4.47109 5.53381 3.63611 4.69662C3.3761 4.43593 3.37666 4.01382 3.63735 3.75381ZM10.0006 7.33334C10.0003 7.33334 10.0001 7.33334 9.99977 7.33334L10.0006 6.66667L10.0015 7.33334C10.0012 7.33334 10.0009 7.33334 10.0006 7.33334ZM6.55567 13.3498C7.64779 12.8974 8.81853 12.6653 10.0006 12.6667C11.1827 12.6653 12.3535 12.8974 13.4456 13.3498C14.538 13.8023 15.5302 14.4662 16.3652 15.3034C16.6252 15.5641 16.6246 15.9862 16.3639 16.2462C16.1032 16.5062 15.6811 16.5057 15.4211 16.245C14.7102 15.5322 13.8654 14.9669 12.9353 14.5816C12.0053 14.1964 11.0082 13.9987 10.0015 14H9.99977C8.99306 13.9987 7.99601 14.1964 7.06593 14.5816C6.13585 14.9669 5.29108 15.5322 4.58016 16.245C4.32015 16.5057 3.89804 16.5062 3.63735 16.2462C3.37666 15.9862 3.3761 15.5641 3.63611 15.3034C4.47109 14.4662 5.46328 13.8023 6.55567 13.3498ZM10.0006 12.6667C10.0009 12.6667 10.0012 12.6667 10.0015 12.6667L10.0006 13.3333L9.99977 12.6667C10.0001 12.6667 10.0003 12.6667 10.0006 12.6667Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.25107 2.50001C6.67528 2.49385 4.50443 4.60042 4.48473 7.00559V12.7899C4.48473 13.5826 4.40145 14.5678 3.90413 15.4998H16.0954C15.599 14.5684 15.5146 13.5831 15.5146 12.7889V7.01078C15.4804 4.60752 13.3051 2.50948 10.7176 2.50301C10.7174 2.50301 10.7177 2.50301 10.7176 2.50301L9.25107 2.50001ZM17.0146 7.00094V12.7889C17.0146 13.5789 17.1156 14.3509 17.5456 15.0078L17.8325 15.4458C18.2685 16.1098 17.7995 16.9998 17.0146 16.9998H2.98473C2.19974 16.9998 1.72975 16.1098 2.16674 15.4458L2.45374 15.0078C2.88473 14.3509 2.98473 13.5799 2.98473 12.7899V6.99994C3.00773 3.70898 5.9107 0.992018 9.25465 1.00002L10.7206 1.00302C14.0646 1.01102 16.9746 3.70898 17.0146 7.00094Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0602 18.0606C11.3415 17.7793 11.4996 17.3978 11.4996 17H12.9996C12.9996 17.7956 12.6835 18.5587 12.1209 19.1213C11.5583 19.6839 10.7952 19.9999 9.9996 19.9999C9.20396 19.9999 8.4409 19.6839 7.8783 19.1213C7.3157 18.5587 6.99963 17.7956 6.99963 17H8.49963C8.49963 17.3978 8.65767 17.7793 8.93896 18.0606C9.22026 18.3419 9.60178 18.4999 9.9996 18.4999C10.3974 18.4999 10.7789 18.3419 11.0602 18.0606Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.92829 13.1334C9.66345 13.1334 9.43718 13.2175 9.2499 13.3853C9.06275 13.553 8.96862 13.756 8.96862 13.9953C8.96862 14.2651 9.06331 14.4767 9.2524 14.6307C9.44205 14.7847 9.66289 14.8624 9.91534 14.8624C10.172 14.8624 10.3959 14.7858 10.5875 14.6339C10.7789 14.4813 10.8746 14.2687 10.8746 13.9952C10.8746 13.7559 10.7831 13.5528 10.6 13.3852C10.4169 13.2177 10.1937 13.1334 9.92829 13.1334ZM12.6335 7.19985C12.3898 6.83002 12.0416 6.53427 11.5978 6.31997C11.1566 6.10763 10.6426 5.99999 10.0698 5.99999C9.45305 5.99999 8.90415 6.12893 8.43908 6.38333C7.97345 6.63815 7.61365 6.96509 7.36969 7.35497C7.12462 7.7468 7 8.14086 7 8.52656C7 8.73223 7.08577 8.92424 7.25398 9.09691C7.42302 9.27068 7.63328 9.35854 7.8789 9.35854C8.29803 9.35854 8.58362 9.11264 8.72899 8.6303C8.86141 8.23137 9.02474 7.92712 9.21355 7.7255C9.39123 7.53557 9.67946 7.43921 10.0698 7.43921C10.4065 7.43921 10.6721 7.53362 10.8829 7.72814C11.0906 7.92002 11.1916 8.14866 11.1916 8.42714C11.1916 8.56778 11.1588 8.69407 11.0929 8.81354C11.0229 8.93886 10.9356 9.05402 10.8335 9.1565C10.7256 9.26455 10.5475 9.42677 10.3041 9.64009C10.0206 9.88864 9.79183 10.1063 9.6253 10.287C9.45124 10.4749 9.31019 10.6957 9.20478 10.9431C9.09951 11.1922 9.04604 11.4895 9.04604 11.8272C9.04604 12.1153 9.12639 12.3384 9.28512 12.4903C9.44219 12.6407 9.63783 12.7172 9.86688 12.7172C10.3048 12.7172 10.5799 12.4779 10.6618 12.0301C10.7033 11.8439 10.7348 11.7138 10.7557 11.6399C10.7746 11.5727 10.802 11.5036 10.8373 11.4347C10.8715 11.3675 10.9257 11.2915 10.9988 11.2084C11.075 11.1205 11.1779 11.0175 11.304 10.9023C11.7759 10.4804 12.1088 10.1752 12.2935 9.99447C12.484 9.8083 12.6501 9.58426 12.7872 9.32916C12.9284 9.06808 13 8.76049 13 8.41587C13.0003 7.97989 12.8765 7.57038 12.6328 7.1993" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5ZM10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" fill="currentColor"/>
|
|
4
|
+
</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.Plan = exports.PersonIcon = exports.Pending = exports.PassportIcon = exports.OpenIn = exports.NFT = exports.Mobile = exports.Log = exports.LockIcon = exports.LauncherLogoNotext = exports.LauncherLogoBg = exports.LauncherLogo = exports.Label = exports.Key = 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.ABTNode = void 0;
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
@@ -1797,4 +1797,79 @@ Server.defaultProps = {
|
|
|
1797
1797
|
height: "32",
|
|
1798
1798
|
viewBox: "0 0 32 32",
|
|
1799
1799
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1800
|
+
};
|
|
1801
|
+
|
|
1802
|
+
var Globe = function Globe(props) {
|
|
1803
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1804
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1805
|
+
fillRule: "evenodd",
|
|
1806
|
+
clipRule: "evenodd",
|
|
1807
|
+
d: "M1 10a9 9 0 0 1 9-9 9 9 0 0 1 9 9 9 9 0 0 1-9 9 9 9 0 0 1-9-9zm9-7.667a7.667 7.667 0 1 0 0 15.333 7.667 7.667 0 0 0 0-15.333z",
|
|
1808
|
+
fill: "currentColor"
|
|
1809
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1810
|
+
fillRule: "evenodd",
|
|
1811
|
+
clipRule: "evenodd",
|
|
1812
|
+
d: "M1 10c0-.368.3-.667.667-.667h16.667a.667.667 0 1 1 0 1.334H1.667A.667.667 0 0 1 1.001 10z",
|
|
1813
|
+
fill: "currentColor"
|
|
1814
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1815
|
+
fillRule: "evenodd",
|
|
1816
|
+
clipRule: "evenodd",
|
|
1817
|
+
d: "M8.219 1.863C8.696 1.36 9.299 1 10 1s1.304.359 1.781.863c.476.504.874 1.196 1.195 1.997C13.618 5.464 14 7.636 14 10s-.383 4.536-1.024 6.14c-.32.8-.719 1.493-1.195 1.997-.477.504-1.079.863-1.781.863-.703 0-1.305-.359-1.782-.863-.476-.504-.874-1.196-1.194-1.997C6.383 14.536 6 12.364 6 10s.382-4.536 1.024-6.14c.32-.8.718-1.493 1.194-1.997zm.044 2.492C7.698 5.766 7.334 7.762 7.334 10c0 2.238.364 4.234.929 5.645.283.707.603 1.235.925 1.575.32.339.595.447.813.447.218 0 .492-.108.813-.447.321-.34.642-.867.925-1.575.564-1.411.928-3.407.928-5.645 0-2.238-.364-4.234-.928-5.645-.283-.708-.604-1.235-.925-1.575-.32-.339-.595-.447-.813-.447-.218 0-.493.108-.813.447-.322.34-.642.867-.925 1.575z",
|
|
1818
|
+
fill: "currentColor"
|
|
1819
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1820
|
+
fillRule: "evenodd",
|
|
1821
|
+
clipRule: "evenodd",
|
|
1822
|
+
d: "M3.637 3.754c.261-.26.683-.26.943.001A7.64 7.64 0 0 0 10 6h.002a7.64 7.64 0 0 0 5.42-2.245.667.667 0 0 1 .943.942 8.974 8.974 0 0 1-6.364 2.636 8.974 8.974 0 0 1-6.365-2.636.667.667 0 0 1 .001-.943zm6.364 3.58H10v-.667l.002.666H10zM6.556 13.35A8.974 8.974 0 0 1 10 12.667a8.974 8.974 0 0 1 6.364 2.636.667.667 0 0 1-.944.942A7.64 7.64 0 0 0 10.001 14H10a7.642 7.642 0 0 0-5.42 2.245.667.667 0 0 1-.944-.942 8.974 8.974 0 0 1 2.92-1.953zM10 12.667v.666L10 12.667z",
|
|
1823
|
+
fill: "currentColor"
|
|
1824
|
+
})]
|
|
1825
|
+
}));
|
|
1826
|
+
};
|
|
1827
|
+
|
|
1828
|
+
exports.Globe = Globe;
|
|
1829
|
+
Globe.defaultProps = {
|
|
1830
|
+
width: "21",
|
|
1831
|
+
height: "20",
|
|
1832
|
+
viewBox: "0 0 21 20",
|
|
1833
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1834
|
+
};
|
|
1835
|
+
|
|
1836
|
+
var Notification = function Notification(props) {
|
|
1837
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1838
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1839
|
+
fillRule: "evenodd",
|
|
1840
|
+
clipRule: "evenodd",
|
|
1841
|
+
d: "M9.251 2.5c-2.576-.006-4.747 2.1-4.766 4.506v5.784c0 .793-.084 1.778-.58 2.71h12.19c-.496-.932-.58-1.917-.58-2.711V7.01c-.035-2.403-2.21-4.502-4.797-4.508L9.25 2.5zM17.015 7v5.789c0 .79.1 1.562.53 2.219l.287.438c.436.664-.033 1.554-.817 1.554H2.985c-.785 0-1.255-.89-.818-1.554l.287-.438c.43-.657.53-1.428.53-2.218V7c.024-3.291 2.927-6.008 6.27-6l1.467.003c3.344.008 6.254 2.706 6.294 5.998zM11.06 18.06A1.5 1.5 0 0 0 11.5 17H13a3 3 0 0 1-6 0h1.5a1.5 1.5 0 0 0 2.56 1.06z",
|
|
1842
|
+
fill: "currentColor"
|
|
1843
|
+
})
|
|
1844
|
+
}));
|
|
1845
|
+
};
|
|
1846
|
+
|
|
1847
|
+
exports.Notification = Notification;
|
|
1848
|
+
Notification.defaultProps = {
|
|
1849
|
+
width: "20",
|
|
1850
|
+
height: "20",
|
|
1851
|
+
viewBox: "0 0 20 20",
|
|
1852
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1853
|
+
};
|
|
1854
|
+
|
|
1855
|
+
var QuestionMarkCircle = function QuestionMarkCircle(props) {
|
|
1856
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", _objectSpread(_objectSpread({}, props), {}, {
|
|
1857
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1858
|
+
d: "M9.928 13.133a.981.981 0 0 0-.678.252.79.79 0 0 0-.281.61c0 .27.094.482.283.636.19.154.41.231.663.231.257 0 .48-.076.673-.228.19-.153.287-.365.287-.639a.796.796 0 0 0-.275-.61.958.958 0 0 0-.672-.252zM12.633 7.2a2.526 2.526 0 0 0-1.035-.88c-.441-.212-.955-.32-1.528-.32-.617 0-1.166.129-1.63.383-.467.255-.826.582-1.07.972-.245.392-.37.786-.37 1.172 0 .205.086.397.254.57.169.174.38.262.625.262.419 0 .705-.246.85-.729.132-.399.296-.703.485-.905.177-.19.465-.286.856-.286.336 0 .602.095.813.29.208.191.309.42.309.698a.78.78 0 0 1-.1.387c-.07.125-.156.24-.258.342-.108.109-.287.27-.53.484a9.184 9.184 0 0 0-.679.647 2.268 2.268 0 0 0-.42.656 2.27 2.27 0 0 0-.159.884c0 .288.08.511.24.663.156.15.352.227.58.227.439 0 .714-.24.796-.687.041-.186.073-.316.094-.39.019-.067.046-.136.081-.205.034-.068.089-.144.162-.227.076-.088.179-.19.305-.306.472-.422.805-.727.99-.908.19-.186.356-.41.493-.665A1.9 1.9 0 0 0 13 8.416a2.18 2.18 0 0 0-.367-1.217",
|
|
1859
|
+
fill: "currentColor"
|
|
1860
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
|
|
1861
|
+
fillRule: "evenodd",
|
|
1862
|
+
clipRule: "evenodd",
|
|
1863
|
+
d: "M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15zm0 1.5a9 9 0 1 0 0-18 9 9 0 0 0 0 18z",
|
|
1864
|
+
fill: "currentColor"
|
|
1865
|
+
})]
|
|
1866
|
+
}));
|
|
1867
|
+
};
|
|
1868
|
+
|
|
1869
|
+
exports.QuestionMarkCircle = QuestionMarkCircle;
|
|
1870
|
+
QuestionMarkCircle.defaultProps = {
|
|
1871
|
+
width: "20",
|
|
1872
|
+
height: "20",
|
|
1873
|
+
viewBox: "0 0 20 20",
|
|
1874
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1800
1875
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcblock/icons",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.52",
|
|
4
4
|
"description": "ArcBlock SVG icons collection.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svg",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
48
48
|
"jest": "^24.1.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "f18933f9572861a3484438906614094b9497719e"
|
|
51
51
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="21" height="20" viewBox="0 0 21 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.00061 10C1.00061 5.02931 5.02992 1 10.0006 1C14.9713 1 19.0006 5.02931 19.0006 10C19.0006 14.9707 14.9713 19 10.0006 19C5.02992 19 1.00061 14.9707 1.00061 10ZM10.0006 2.33333C5.7663 2.33333 2.33394 5.76569 2.33394 10C2.33394 14.2343 5.7663 17.6667 10.0006 17.6667C14.2349 17.6667 17.6673 14.2343 17.6673 10C17.6673 5.76569 14.2349 2.33333 10.0006 2.33333Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M1.00061 9.99998C1.00061 9.63179 1.29909 9.33331 1.66728 9.33331H18.3339C18.7021 9.33331 19.0006 9.63179 19.0006 9.99998C19.0006 10.3682 18.7021 10.6666 18.3339 10.6666H1.66728C1.29909 10.6666 1.00061 10.3682 1.00061 9.99998Z" fill="currentColor"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.21884 1.86345C8.69616 1.35873 9.29805 1 10.0006 1C10.7032 1 11.3051 1.35873 11.7824 1.86345C12.2584 2.36676 12.6564 3.0593 12.9766 3.85979C13.6185 5.46448 14.0006 7.63564 14.0006 10C14.0006 12.3644 13.6185 14.5355 12.9766 16.1402C12.6564 16.9407 12.2584 17.6332 11.7824 18.1366C11.3051 18.6413 10.7032 19 10.0006 19C9.29805 19 8.69616 18.6413 8.21884 18.1366C7.74284 17.6332 7.34489 16.9407 7.02468 16.1402C6.38278 14.5355 6.00064 12.3644 6.00064 10C6.00064 7.63564 6.38278 5.46448 7.02468 3.85979C7.34489 3.0593 7.74284 2.36676 8.21884 1.86345ZM8.26264 4.355C7.69808 5.76635 7.33397 7.76186 7.33397 10C7.33397 12.2381 7.69808 14.2336 8.26264 15.645C8.54566 16.3525 8.86599 16.8804 9.18757 17.2204C9.50783 17.559 9.78281 17.6667 10.0006 17.6667C10.2185 17.6667 10.4935 17.559 10.8137 17.2204C11.1353 16.8804 11.4556 16.3525 11.7386 15.645C12.3032 14.2336 12.6673 12.2381 12.6673 10C12.6673 7.76186 12.3032 5.76635 11.7386 4.355C11.4556 3.64747 11.1353 3.11964 10.8137 2.7796C10.4935 2.44096 10.2185 2.33333 10.0006 2.33333C9.78281 2.33333 9.50783 2.44096 9.18757 2.7796C8.86599 3.11964 8.54566 3.64747 8.26264 4.355Z" fill="currentColor"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.63735 3.75381C3.89804 3.49381 4.32015 3.49437 4.58016 3.75506C5.29108 4.46785 6.13585 5.03312 7.06593 5.41839C7.99601 5.80365 8.99306 6.00131 9.99977 6.00001H10.0015C11.0082 6.00131 12.0053 5.80365 12.9353 5.41839C13.8654 5.03312 14.7102 4.46785 15.4211 3.75506C15.6811 3.49437 16.1032 3.49381 16.3639 3.75381C16.6246 4.01382 16.6252 4.43593 16.3652 4.69662C15.5302 5.53381 14.538 6.19772 13.4456 6.65022C12.3535 7.10261 11.1827 7.33476 10.0006 7.33334C8.81853 7.33476 7.64779 7.10261 6.55567 6.65022C5.46328 6.19772 4.47109 5.53381 3.63611 4.69662C3.3761 4.43593 3.37666 4.01382 3.63735 3.75381ZM10.0006 7.33334C10.0003 7.33334 10.0001 7.33334 9.99977 7.33334L10.0006 6.66667L10.0015 7.33334C10.0012 7.33334 10.0009 7.33334 10.0006 7.33334ZM6.55567 13.3498C7.64779 12.8974 8.81853 12.6653 10.0006 12.6667C11.1827 12.6653 12.3535 12.8974 13.4456 13.3498C14.538 13.8023 15.5302 14.4662 16.3652 15.3034C16.6252 15.5641 16.6246 15.9862 16.3639 16.2462C16.1032 16.5062 15.6811 16.5057 15.4211 16.245C14.7102 15.5322 13.8654 14.9669 12.9353 14.5816C12.0053 14.1964 11.0082 13.9987 10.0015 14H9.99977C8.99306 13.9987 7.99601 14.1964 7.06593 14.5816C6.13585 14.9669 5.29108 15.5322 4.58016 16.245C4.32015 16.5057 3.89804 16.5062 3.63735 16.2462C3.37666 15.9862 3.3761 15.5641 3.63611 15.3034C4.47109 14.4662 5.46328 13.8023 6.55567 13.3498ZM10.0006 12.6667C10.0009 12.6667 10.0012 12.6667 10.0015 12.6667L10.0006 13.3333L9.99977 12.6667C10.0001 12.6667 10.0003 12.6667 10.0006 12.6667Z" fill="currentColor"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.25107 2.50001C6.67528 2.49385 4.50443 4.60042 4.48473 7.00559V12.7899C4.48473 13.5826 4.40145 14.5678 3.90413 15.4998H16.0954C15.599 14.5684 15.5146 13.5831 15.5146 12.7889V7.01078C15.4804 4.60752 13.3051 2.50948 10.7176 2.50301C10.7174 2.50301 10.7177 2.50301 10.7176 2.50301L9.25107 2.50001ZM17.0146 7.00094V12.7889C17.0146 13.5789 17.1156 14.3509 17.5456 15.0078L17.8325 15.4458C18.2685 16.1098 17.7995 16.9998 17.0146 16.9998H2.98473C2.19974 16.9998 1.72975 16.1098 2.16674 15.4458L2.45374 15.0078C2.88473 14.3509 2.98473 13.5799 2.98473 12.7899V6.99994C3.00773 3.70898 5.9107 0.992018 9.25465 1.00002L10.7206 1.00302C14.0646 1.01102 16.9746 3.70898 17.0146 7.00094Z" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.0602 18.0606C11.3415 17.7793 11.4996 17.3978 11.4996 17H12.9996C12.9996 17.7956 12.6835 18.5587 12.1209 19.1213C11.5583 19.6839 10.7952 19.9999 9.9996 19.9999C9.20396 19.9999 8.4409 19.6839 7.8783 19.1213C7.3157 18.5587 6.99963 17.7956 6.99963 17H8.49963C8.49963 17.3978 8.65767 17.7793 8.93896 18.0606C9.22026 18.3419 9.60178 18.4999 9.9996 18.4999C10.3974 18.4999 10.7789 18.3419 11.0602 18.0606Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.92829 13.1334C9.66345 13.1334 9.43718 13.2175 9.2499 13.3853C9.06275 13.553 8.96862 13.756 8.96862 13.9953C8.96862 14.2651 9.06331 14.4767 9.2524 14.6307C9.44205 14.7847 9.66289 14.8624 9.91534 14.8624C10.172 14.8624 10.3959 14.7858 10.5875 14.6339C10.7789 14.4813 10.8746 14.2687 10.8746 13.9952C10.8746 13.7559 10.7831 13.5528 10.6 13.3852C10.4169 13.2177 10.1937 13.1334 9.92829 13.1334ZM12.6335 7.19985C12.3898 6.83002 12.0416 6.53427 11.5978 6.31997C11.1566 6.10763 10.6426 5.99999 10.0698 5.99999C9.45305 5.99999 8.90415 6.12893 8.43908 6.38333C7.97345 6.63815 7.61365 6.96509 7.36969 7.35497C7.12462 7.7468 7 8.14086 7 8.52656C7 8.73223 7.08577 8.92424 7.25398 9.09691C7.42302 9.27068 7.63328 9.35854 7.8789 9.35854C8.29803 9.35854 8.58362 9.11264 8.72899 8.6303C8.86141 8.23137 9.02474 7.92712 9.21355 7.7255C9.39123 7.53557 9.67946 7.43921 10.0698 7.43921C10.4065 7.43921 10.6721 7.53362 10.8829 7.72814C11.0906 7.92002 11.1916 8.14866 11.1916 8.42714C11.1916 8.56778 11.1588 8.69407 11.0929 8.81354C11.0229 8.93886 10.9356 9.05402 10.8335 9.1565C10.7256 9.26455 10.5475 9.42677 10.3041 9.64009C10.0206 9.88864 9.79183 10.1063 9.6253 10.287C9.45124 10.4749 9.31019 10.6957 9.20478 10.9431C9.09951 11.1922 9.04604 11.4895 9.04604 11.8272C9.04604 12.1153 9.12639 12.3384 9.28512 12.4903C9.44219 12.6407 9.63783 12.7172 9.86688 12.7172C10.3048 12.7172 10.5799 12.4779 10.6618 12.0301C10.7033 11.8439 10.7348 11.7138 10.7557 11.6399C10.7746 11.5727 10.802 11.5036 10.8373 11.4347C10.8715 11.3675 10.9257 11.2915 10.9988 11.2084C11.075 11.1205 11.1779 11.0175 11.304 10.9023C11.7759 10.4804 12.1088 10.1752 12.2935 9.99447C12.484 9.8083 12.6501 9.58426 12.7872 9.32916C12.9284 9.06808 13 8.76049 13 8.41587C13.0003 7.97989 12.8765 7.57038 12.6328 7.1993" fill="currentColor"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 17.5C14.1421 17.5 17.5 14.1421 17.5 10C17.5 5.85786 14.1421 2.5 10 2.5C5.85786 2.5 2.5 5.85786 2.5 10C2.5 14.1421 5.85786 17.5 10 17.5ZM10 19C14.9706 19 19 14.9706 19 10C19 5.02944 14.9706 1 10 1C5.02944 1 1 5.02944 1 10C1 14.9706 5.02944 19 10 19Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
package/src/index.js
CHANGED
|
@@ -52,3 +52,6 @@ export { default as Key } from './icons/key.svg';
|
|
|
52
52
|
export { default as Label } from './icons/label.svg';
|
|
53
53
|
export { default as Plan } from './icons/plan.svg';
|
|
54
54
|
export { default as Server } from './icons/server.svg';
|
|
55
|
+
export { default as Globe } from './icons/globe.svg';
|
|
56
|
+
export { default as Notification } from './icons/notification.svg';
|
|
57
|
+
export { default as QuestionMarkCircle } from './icons/question-mark-circle.svg';
|