@semcore/icon 3.13.4 → 3.14.0
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/AppsBlock/m/index.js +0 -1
- package/AppsBlock/m/index.mjs +0 -1
- package/CHANGELOG.md +6 -0
- package/color/GitHubInvert/l/index.d.ts +6 -0
- package/color/GitHubInvert/l/index.js +50 -0
- package/color/GitHubInvert/l/index.mjs +30 -0
- package/color/GitHubInvert/m/index.d.ts +6 -0
- package/color/GitHubInvert/m/index.js +50 -0
- package/color/GitHubInvert/m/index.mjs +30 -0
- package/lib/cjs/Icon.js +7 -7
- package/lib/es6/Icon.js +7 -7
- package/package.json +1 -1
- package/svg-new/color/GitHubInvert/l.svg +1 -0
- package/svg-new/color/GitHubInvert/m.svg +1 -0
- package/svg-new/icon/AppsBlock/l.svg +1 -1
- package/svg-new/icon/AppsBlock/m.svg +1 -1
package/AppsBlock/m/index.js
CHANGED
|
@@ -38,7 +38,6 @@ function AppsBlock(_ref, ref) {
|
|
|
38
38
|
fillRule: "evenodd",
|
|
39
39
|
clipRule: "evenodd",
|
|
40
40
|
d: "M1 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2 3V3h2v2H3ZM9 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V2Zm2 3V3h2v2h-2ZM1 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 3v-2h2v2H3Z",
|
|
41
|
-
fill: "#191B23",
|
|
42
41
|
shapeRendering: "geometricPrecision"
|
|
43
42
|
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
44
43
|
d: "M11 10a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1Z",
|
package/AppsBlock/m/index.mjs
CHANGED
|
@@ -21,7 +21,6 @@ function AppsBlock({
|
|
|
21
21
|
fillRule: "evenodd",
|
|
22
22
|
clipRule: "evenodd",
|
|
23
23
|
d: "M1 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2 3V3h2v2H3ZM9 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V2Zm2 3V3h2v2h-2ZM1 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 3v-2h2v2H3Z",
|
|
24
|
-
fill: "#191B23",
|
|
25
24
|
shapeRendering: "geometricPrecision"
|
|
26
25
|
}), /*#__PURE__*/React.createElement("path", {
|
|
27
26
|
d: "M11 10a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1Z",
|
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function GitHubInvert(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '24' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '24' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 24 24' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "GitHubInvert",
|
|
33
|
+
"data-group": "l",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M11.998 1C9.386 1 6.86 1.954 4.87 3.69a11.353 11.353 0 0 0-3.73 6.784A11.52 11.52 0 0 0 2.59 18.12a11.054 11.054 0 0 0 5.934 4.86c.55.104.75-.244.75-.544 0-.267-.01-.976-.015-1.917-3.06.68-3.705-1.512-3.705-1.512a2.98 2.98 0 0 0-1.22-1.65c-1-.7.075-.686.075-.686.349.049.683.18.975.38.293.202.536.47.713.783.149.278.35.523.592.72a2.288 2.288 0 0 0 2.608.216c.05-.57.298-1.105.699-1.507-2.445-.285-5.01-1.252-5.01-5.574a4.425 4.425 0 0 1 1.131-3.027 4.155 4.155 0 0 1 .109-2.984s.923-.304 3.024 1.156a10.164 10.164 0 0 1 5.507 0c2.099-1.46 3.02-1.156 3.02-1.156a4.15 4.15 0 0 1 .11 2.984 4.415 4.415 0 0 1 1.13 3.027c0 4.333-2.57 5.286-5.02 5.565.262.274.464.601.593.962.129.36.181.744.153 1.127 0 1.507-.013 2.724-.013 3.093 0 .302.198.653.756.543a11.055 11.055 0 0 0 5.93-4.865 11.52 11.52 0 0 0 1.442-7.645 11.353 11.353 0 0 0-3.732-6.783A10.838 10.838 0 0 0 11.998 1Z",
|
|
41
|
+
fill: "#fff",
|
|
42
|
+
shapeRendering: "geometricPrecision"
|
|
43
|
+
}));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
GitHubInvert.displayName = 'GitHubInvert';
|
|
47
|
+
|
|
48
|
+
var _default = (0, _core.createBaseComponent)(GitHubInvert);
|
|
49
|
+
|
|
50
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function GitHubInvert({
|
|
8
|
+
width = '24',
|
|
9
|
+
height = '24',
|
|
10
|
+
viewBox = '0 0 24 24',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "GitHubInvert",
|
|
16
|
+
"data-group": "l",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M11.998 1C9.386 1 6.86 1.954 4.87 3.69a11.353 11.353 0 0 0-3.73 6.784A11.52 11.52 0 0 0 2.59 18.12a11.054 11.054 0 0 0 5.934 4.86c.55.104.75-.244.75-.544 0-.267-.01-.976-.015-1.917-3.06.68-3.705-1.512-3.705-1.512a2.98 2.98 0 0 0-1.22-1.65c-1-.7.075-.686.075-.686.349.049.683.18.975.38.293.202.536.47.713.783.149.278.35.523.592.72a2.288 2.288 0 0 0 2.608.216c.05-.57.298-1.105.699-1.507-2.445-.285-5.01-1.252-5.01-5.574a4.425 4.425 0 0 1 1.131-3.027 4.155 4.155 0 0 1 .109-2.984s.923-.304 3.024 1.156a10.164 10.164 0 0 1 5.507 0c2.099-1.46 3.02-1.156 3.02-1.156a4.15 4.15 0 0 1 .11 2.984 4.415 4.415 0 0 1 1.13 3.027c0 4.333-2.57 5.286-5.02 5.565.262.274.464.601.593.962.129.36.181.744.153 1.127 0 1.507-.013 2.724-.013 3.093 0 .302.198.653.756.543a11.055 11.055 0 0 0 5.93-4.865 11.52 11.52 0 0 0 1.442-7.645 11.353 11.353 0 0 0-3.732-6.783A10.838 10.838 0 0 0 11.998 1Z",
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
shapeRendering: "geometricPrecision"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
GitHubInvert.displayName = 'GitHubInvert';
|
|
30
|
+
export default createBaseComponent(GitHubInvert);
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
11
|
+
|
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
|
+
|
|
14
|
+
var _react = _interopRequireDefault(require("react"));
|
|
15
|
+
|
|
16
|
+
var _core = require("@semcore/core");
|
|
17
|
+
|
|
18
|
+
var _icon = _interopRequireDefault(require("@semcore/icon"));
|
|
19
|
+
|
|
20
|
+
var _excluded = ["width", "height", "viewBox"];
|
|
21
|
+
|
|
22
|
+
function GitHubInvert(_ref, ref) {
|
|
23
|
+
var _ref$width = _ref.width,
|
|
24
|
+
width = _ref$width === void 0 ? '16' : _ref$width,
|
|
25
|
+
_ref$height = _ref.height,
|
|
26
|
+
height = _ref$height === void 0 ? '16' : _ref$height,
|
|
27
|
+
_ref$viewBox = _ref.viewBox,
|
|
28
|
+
viewBox = _ref$viewBox === void 0 ? '0 0 16 16' : _ref$viewBox,
|
|
29
|
+
props = (0, _objectWithoutProperties2["default"])(_ref, _excluded);
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement(_icon["default"], (0, _extends2["default"])({
|
|
31
|
+
ref: ref,
|
|
32
|
+
"data-name": "GitHubInvert",
|
|
33
|
+
"data-group": "m",
|
|
34
|
+
width: width,
|
|
35
|
+
height: height,
|
|
36
|
+
viewBox: viewBox
|
|
37
|
+
}, props), /*#__PURE__*/_react["default"].createElement("path", {
|
|
38
|
+
fillRule: "evenodd",
|
|
39
|
+
clipRule: "evenodd",
|
|
40
|
+
d: "M7.999 1c-1.662 0-3.27.607-4.536 1.712A7.225 7.225 0 0 0 1.09 7.029a7.331 7.331 0 0 0 .921 4.865 7.035 7.035 0 0 0 3.776 3.094c.35.065.478-.156.478-.347 0-.17-.006-.621-.01-1.22-1.947.434-2.357-.962-2.357-.962a1.897 1.897 0 0 0-.778-1.05c-.635-.445.049-.437.049-.437.222.032.434.114.62.243.186.128.342.298.454.497.094.177.223.333.377.46a1.48 1.48 0 0 0 1.103.322c.196-.023.385-.086.557-.185a1.55 1.55 0 0 1 .444-.96c-1.556-.18-3.189-.797-3.189-3.547a2.816 2.816 0 0 1 .721-1.926 2.644 2.644 0 0 1 .069-1.9s.587-.192 1.924.736a6.468 6.468 0 0 1 3.505 0c1.335-.928 1.922-.735 1.922-.735.258.6.283 1.28.07 1.9a2.81 2.81 0 0 1 .719 1.925c0 2.757-1.636 3.364-3.195 3.542.167.174.296.382.378.612.082.229.115.473.097.717 0 .959-.009 1.733-.009 1.968 0 .193.126.416.482.346a7.034 7.034 0 0 0 3.773-3.096 7.33 7.33 0 0 0 .918-4.866 7.224 7.224 0 0 0-2.375-4.316A6.897 6.897 0 0 0 8 1Z",
|
|
41
|
+
fill: "#fff",
|
|
42
|
+
shapeRendering: "geometricPrecision"
|
|
43
|
+
}));
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
GitHubInvert.displayName = 'GitHubInvert';
|
|
47
|
+
|
|
48
|
+
var _default = (0, _core.createBaseComponent)(GitHubInvert);
|
|
49
|
+
|
|
50
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { createBaseComponent } from '@semcore/core';
|
|
5
|
+
import Icon from '@semcore/icon';
|
|
6
|
+
|
|
7
|
+
function GitHubInvert({
|
|
8
|
+
width = '16',
|
|
9
|
+
height = '16',
|
|
10
|
+
viewBox = '0 0 16 16',
|
|
11
|
+
...props
|
|
12
|
+
}, ref) {
|
|
13
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({
|
|
14
|
+
ref: ref,
|
|
15
|
+
"data-name": "GitHubInvert",
|
|
16
|
+
"data-group": "m",
|
|
17
|
+
width: width,
|
|
18
|
+
height: height,
|
|
19
|
+
viewBox: viewBox
|
|
20
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
d: "M7.999 1c-1.662 0-3.27.607-4.536 1.712A7.225 7.225 0 0 0 1.09 7.029a7.331 7.331 0 0 0 .921 4.865 7.035 7.035 0 0 0 3.776 3.094c.35.065.478-.156.478-.347 0-.17-.006-.621-.01-1.22-1.947.434-2.357-.962-2.357-.962a1.897 1.897 0 0 0-.778-1.05c-.635-.445.049-.437.049-.437.222.032.434.114.62.243.186.128.342.298.454.497.094.177.223.333.377.46a1.48 1.48 0 0 0 1.103.322c.196-.023.385-.086.557-.185a1.55 1.55 0 0 1 .444-.96c-1.556-.18-3.189-.797-3.189-3.547a2.816 2.816 0 0 1 .721-1.926 2.644 2.644 0 0 1 .069-1.9s.587-.192 1.924.736a6.468 6.468 0 0 1 3.505 0c1.335-.928 1.922-.735 1.922-.735.258.6.283 1.28.07 1.9a2.81 2.81 0 0 1 .719 1.925c0 2.757-1.636 3.364-3.195 3.542.167.174.296.382.378.612.082.229.115.473.097.717 0 .959-.009 1.733-.009 1.968 0 .193.126.416.482.346a7.034 7.034 0 0 0 3.773-3.096 7.33 7.33 0 0 0 .918-4.866 7.224 7.224 0 0 0-2.375-4.316A6.897 6.897 0 0 0 8 1Z",
|
|
24
|
+
fill: "#fff",
|
|
25
|
+
shapeRendering: "geometricPrecision"
|
|
26
|
+
}));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
GitHubInvert.displayName = 'GitHubInvert';
|
|
30
|
+
export default createBaseComponent(GitHubInvert);
|
package/lib/cjs/Icon.js
CHANGED
|
@@ -44,16 +44,16 @@ var styles = (
|
|
|
44
44
|
/*__reshadow_css_start__*/
|
|
45
45
|
_core.sstyled.insert(
|
|
46
46
|
/*__inner_css_start__*/
|
|
47
|
-
".
|
|
47
|
+
".___SIcon_1w0ev_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1w0ev)}.___SIcon_1w0ev_gg_.__keyboardFocused_1w0ev_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1w0ev_gg_.__interactive_1w0ev_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1w0ev_gg_.__interactive_1w0ev_gg_:hover{color:var(--color-interactive_1w0ev)}}"
|
|
48
48
|
/*__inner_css_end__*/
|
|
49
|
-
, "
|
|
49
|
+
, "1w0ev_gg_")
|
|
50
50
|
/*__reshadow_css_end__*/
|
|
51
51
|
, {
|
|
52
|
-
"__SIcon": "
|
|
53
|
-
"--color": "--
|
|
54
|
-
"_keyboardFocused": "
|
|
55
|
-
"_interactive": "
|
|
56
|
-
"--color-interactive": "--color-
|
|
52
|
+
"__SIcon": "___SIcon_1w0ev_gg_",
|
|
53
|
+
"--color": "--color_1w0ev",
|
|
54
|
+
"_keyboardFocused": "__keyboardFocused_1w0ev_gg_",
|
|
55
|
+
"_interactive": "__interactive_1w0ev_gg_",
|
|
56
|
+
"--color-interactive": "--color-interactive_1w0ev"
|
|
57
57
|
});
|
|
58
58
|
|
|
59
59
|
function Icon(props, ref) {
|
package/lib/es6/Icon.js
CHANGED
|
@@ -20,16 +20,16 @@ var styles = (
|
|
|
20
20
|
/*__reshadow_css_start__*/
|
|
21
21
|
_sstyled.insert(
|
|
22
22
|
/*__inner_css_start__*/
|
|
23
|
-
".
|
|
23
|
+
".___SIcon_1w0ev_gg_{display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;shape-rendering:geometricPrecision;box-sizing:content-box;fill:currentColor;flex-shrink:0;outline:0;color:var(--color_1w0ev)}.___SIcon_1w0ev_gg_.__keyboardFocused_1w0ev_gg_{box-shadow:var(--intergalactic-keyboard-focus, 0px 0px 0px 3px rgba(0, 143, 248, 0.3))}.___SIcon_1w0ev_gg_.__interactive_1w0ev_gg_{cursor:pointer}@media (hover:hover){.___SIcon_1w0ev_gg_.__interactive_1w0ev_gg_:hover{color:var(--color-interactive_1w0ev)}}"
|
|
24
24
|
/*__inner_css_end__*/
|
|
25
|
-
, "
|
|
25
|
+
, "1w0ev_gg_")
|
|
26
26
|
/*__reshadow_css_end__*/
|
|
27
27
|
, {
|
|
28
|
-
"__SIcon": "
|
|
29
|
-
"--color": "--
|
|
30
|
-
"_keyboardFocused": "
|
|
31
|
-
"_interactive": "
|
|
32
|
-
"--color-interactive": "--color-
|
|
28
|
+
"__SIcon": "___SIcon_1w0ev_gg_",
|
|
29
|
+
"--color": "--color_1w0ev",
|
|
30
|
+
"_keyboardFocused": "__keyboardFocused_1w0ev_gg_",
|
|
31
|
+
"_interactive": "__interactive_1w0ev_gg_",
|
|
32
|
+
"--color-interactive": "--color-interactive_1w0ev"
|
|
33
33
|
});
|
|
34
34
|
|
|
35
35
|
function Icon(props, ref) {
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.998 1C9.386 1 6.86 1.954 4.87 3.69a11.353 11.353 0 0 0-3.73 6.784A11.52 11.52 0 0 0 2.59 18.12a11.054 11.054 0 0 0 5.934 4.86c.55.104.75-.244.75-.544 0-.267-.01-.976-.015-1.917-3.06.68-3.705-1.512-3.705-1.512a2.98 2.98 0 0 0-1.22-1.65c-1-.7.075-.686.075-.686.349.049.683.18.975.38.293.202.536.47.713.783.149.278.35.523.592.72a2.288 2.288 0 0 0 2.608.216c.05-.57.298-1.105.699-1.507-2.445-.285-5.01-1.252-5.01-5.574a4.425 4.425 0 0 1 1.131-3.027 4.155 4.155 0 0 1 .109-2.984s.923-.304 3.024 1.156a10.164 10.164 0 0 1 5.507 0c2.099-1.46 3.02-1.156 3.02-1.156a4.15 4.15 0 0 1 .11 2.984 4.415 4.415 0 0 1 1.13 3.027c0 4.333-2.57 5.286-5.02 5.565.262.274.464.601.593.962.129.36.181.744.153 1.127 0 1.507-.013 2.724-.013 3.093 0 .302.198.653.756.543a11.055 11.055 0 0 0 5.93-4.865 11.52 11.52 0 0 0 1.442-7.645 11.353 11.353 0 0 0-3.732-6.783A10.838 10.838 0 0 0 11.998 1Z" fill="#fff"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.999 1c-1.662 0-3.27.607-4.536 1.712A7.225 7.225 0 0 0 1.09 7.029a7.331 7.331 0 0 0 .921 4.865 7.035 7.035 0 0 0 3.776 3.094c.35.065.478-.156.478-.347 0-.17-.006-.621-.01-1.22-1.947.434-2.357-.962-2.357-.962a1.897 1.897 0 0 0-.778-1.05c-.635-.445.049-.437.049-.437.222.032.434.114.62.243.186.128.342.298.454.497.094.177.223.333.377.46a1.48 1.48 0 0 0 1.103.322c.196-.023.385-.086.557-.185a1.55 1.55 0 0 1 .444-.96c-1.556-.18-3.189-.797-3.189-3.547a2.816 2.816 0 0 1 .721-1.926 2.644 2.644 0 0 1 .069-1.9s.587-.192 1.924.736a6.468 6.468 0 0 1 3.505 0c1.335-.928 1.922-.735 1.922-.735.258.6.283 1.28.07 1.9a2.81 2.81 0 0 1 .719 1.925c0 2.757-1.636 3.364-3.195 3.542.167.174.296.382.378.612.082.229.115.473.097.717 0 .959-.009 1.733-.009 1.968 0 .193.126.416.482.346a7.034 7.034 0 0 0 3.773-3.096 7.33 7.33 0 0 0 .918-4.866 7.224 7.224 0 0 0-2.375-4.316A6.897 6.897 0 0 0 8 1Z" fill="#fff"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm2 5V5h4v4H5ZM3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Zm2 5v-4h4v4H5ZM13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4Zm2 5V5h4v4h-4ZM17 13a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1Z"
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4Zm2 5V5h4v4H5ZM3 14a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6Zm2 5v-4h4v4H5ZM13 4a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4Zm2 5V5h4v4h-4ZM17 13a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2 3V3h2v2H3ZM9 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V2Zm2 3V3h2v2h-2ZM1 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 3v-2h2v2H3Z"
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm2 3V3h2v2H3ZM9 2a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V2Zm2 3V3h2v2h-2ZM1 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-4Zm2 3v-2h2v2H3Z"/><path d="M11 10a1 1 0 1 1 2 0v1h1a1 1 0 1 1 0 2h-1v1a1 1 0 1 1-2 0v-1h-1a1 1 0 1 1 0-2h1v-1Z"/></svg>
|