@livechat/design-system-icons 1.0.0-alpha.12 → 1.0.0-alpha.13
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/react/material/Apple.tsx +25 -0
- package/lib/react/material/Camera.tsx +19 -0
- package/lib/react/material/Chrome.tsx +66 -0
- package/lib/react/material/Code.tsx +18 -0
- package/lib/react/material/Columns.tsx +18 -0
- package/lib/react/material/ContentCopy.tsx +18 -0
- package/lib/react/material/DeviceMobile.tsx +18 -0
- package/lib/react/material/Edge.tsx +115 -0
- package/lib/react/material/Firefox.tsx +243 -0
- package/lib/react/material/Glasses.tsx +20 -0
- package/lib/react/material/InternetExplorer.tsx +18 -0
- package/lib/react/material/Linux.tsx +18 -0
- package/lib/react/material/MoveTo.tsx +22 -0
- package/lib/react/material/Opera.tsx +50 -0
- package/lib/react/material/PlayArrow.tsx +15 -0
- package/lib/react/material/Position.tsx +18 -0
- package/lib/react/material/Reply.tsx +18 -0
- package/lib/react/material/Safari.tsx +85 -0
- package/lib/react/material/TipsAndUpdates.tsx +18 -0
- package/lib/react/material/Windows.tsx +10 -0
- package/lib/react/material/index.ts +20 -0
- package/package.json +2 -2
- package/react/material/Apple.js +32 -0
- package/react/material/Camera.js +28 -0
- package/react/material/Chrome.js +73 -0
- package/react/material/Code.js +25 -0
- package/react/material/Columns.js +25 -0
- package/react/material/ContentCopy.js +25 -0
- package/react/material/DeviceMobile.js +25 -0
- package/react/material/Edge.js +136 -0
- package/react/material/Firefox.js +357 -0
- package/react/material/Glasses.js +27 -0
- package/react/material/InternetExplorer.js +25 -0
- package/react/material/Linux.js +25 -0
- package/react/material/MoveTo.js +28 -0
- package/react/material/Opera.js +65 -0
- package/react/material/PlayArrow.js +25 -0
- package/react/material/Position.js +25 -0
- package/react/material/Reply.js +25 -0
- package/react/material/Safari.js +98 -0
- package/react/material/TipsAndUpdates.js +25 -0
- package/react/material/Windows.js +23 -0
- package/react/material/index.js +160 -0
- package/svg/material/apple.svg +11 -0
- package/svg/material/camera.svg +4 -0
- package/svg/material/chrome.svg +21 -0
- package/svg/material/code.svg +3 -0
- package/svg/material/columns.svg +3 -0
- package/svg/material/content_copy.svg +3 -0
- package/svg/material/device_mobile.svg +3 -0
- package/svg/material/edge.svg +41 -0
- package/svg/material/firefox.svg +111 -0
- package/svg/material/glasses.svg +3 -0
- package/svg/material/internet_explorer.svg +3 -0
- package/svg/material/linux.svg +3 -0
- package/svg/material/move_to.svg +4 -0
- package/svg/material/opera.svg +18 -0
- package/svg/material/play_arrow.svg +3 -0
- package/svg/material/position.svg +3 -0
- package/svg/material/reply.svg +3 -0
- package/svg/material/safari.svg +29 -0
- package/svg/material/tips_and_updates.svg +3 -0
- package/svg/material/windows.svg +1 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgOpera = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M8.05 18.763c-1.328-1.567-2.187-3.88-2.244-6.48v-.566c.057-2.6.916-4.913 2.244-6.48 1.723-2.235 4.281-3.653 7.137-3.653 1.757 0 3.403.538 4.81 1.471A11.947 11.947 0 0 0 12.046 0H12C5.374 0 0 5.374 0 12c0 6.437 5.066 11.688 11.429 11.986a11.953 11.953 0 0 0 8.568-3.038 8.67 8.67 0 0 1-4.81 1.468c-2.856 0-5.414-1.418-7.137-3.653Z",
|
|
21
|
+
fill: "url(#opera_svg__a)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M8.05 5.237c1.101-1.301 2.522-2.083 4.077-2.083 3.495 0 6.324 3.96 6.324 8.846s-2.832 8.846-6.324 8.846c-1.553 0-2.976-.784-4.077-2.083 1.723 2.235 4.281 3.653 7.137 3.653a8.675 8.675 0 0 0 4.81-1.469A11.97 11.97 0 0 0 24 12c0-3.554-1.546-6.749-4.003-8.945a8.652 8.652 0 0 0-4.81-1.471c-2.856 0-5.414 1.418-7.137 3.653Z",
|
|
24
|
+
fill: "url(#opera_svg__b)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
26
|
+
id: "opera_svg__a",
|
|
27
|
+
x1: 9.999,
|
|
28
|
+
y1: 0.391,
|
|
29
|
+
x2: 9.999,
|
|
30
|
+
y2: 23.651,
|
|
31
|
+
gradientUnits: "userSpaceOnUse"
|
|
32
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
33
|
+
offset: 0.3,
|
|
34
|
+
stopColor: "#FF1B2D"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
36
|
+
offset: 0.438,
|
|
37
|
+
stopColor: "#FA1A2C"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 0.594,
|
|
40
|
+
stopColor: "#ED1528"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
42
|
+
offset: 0.758,
|
|
43
|
+
stopColor: "#D60E21"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 0.927,
|
|
46
|
+
stopColor: "#B70519"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
48
|
+
offset: 1,
|
|
49
|
+
stopColor: "#A70014"
|
|
50
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
51
|
+
id: "opera_svg__b",
|
|
52
|
+
x1: 16.025,
|
|
53
|
+
y1: 1.762,
|
|
54
|
+
x2: 16.025,
|
|
55
|
+
y2: 22.334,
|
|
56
|
+
gradientUnits: "userSpaceOnUse"
|
|
57
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
58
|
+
stopColor: "#9C0000"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
60
|
+
offset: 0.7,
|
|
61
|
+
stopColor: "#FF4B4B"
|
|
62
|
+
}))));
|
|
63
|
+
|
|
64
|
+
var _default = SvgOpera;
|
|
65
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgPlayArrow = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M8 5v14l11-7L8 5Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgPlayArrow;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgPosition = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M10.5 9h3c.28 0 .5-.22.5-.5V6h1.79c.45 0 .67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71 0L7.85 5.15a.5.5 0 0 0 .36.85H10v2.5c0 .28.22.5.5.5Zm-2 1H6V8.21c0-.45-.54-.67-.85-.35l-3.79 3.79c-.2.2-.2.51 0 .71l3.79 3.79a.5.5 0 0 0 .85-.36V14h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5Zm14.15 1.65-3.79-3.79a.501.501 0 0 0-.86.35V10h-2.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7ZM13.5 15h-3c-.28 0-.5.22-.5.5V18H8.21c-.45 0-.67.54-.35.85l3.79 3.79c.2.2.51.2.71 0l3.79-3.79a.5.5 0 0 0-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgPosition;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgReply = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M10 9V7.41c0-.89-1.08-1.34-1.71-.71L3.7 11.29a.996.996 0 0 0 0 1.41l4.59 4.59c.63.63 1.71.19 1.71-.7V14.9c5 0 8.5 1.6 11 5.1-1-5-4-10-11-11Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgReply;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgSafari = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 24 24",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M24 12A12 12 0 1 1-.002 12 12 12 0 0 1 24 12Z",
|
|
21
|
+
fill: "url(#safari_svg__a)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M23.06 12A11.06 11.06 0 1 1 .94 12a11.06 11.06 0 0 1 22.12 0Z",
|
|
24
|
+
fill: "url(#safari_svg__b)"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
26
|
+
d: "M12 1.517a.16.16 0 0 0-.161.16v1.86a.16.16 0 1 0 .322 0v-1.86a.16.16 0 0 0-.161-.16Zm-1.055.066a.16.16 0 0 0-.176.177l.08.779a.16.16 0 1 0 .322-.034l-.082-.778a.16.16 0 0 0-.144-.144Zm2.117.001a.16.16 0 0 0-.144.144l-.082.778a.161.161 0 1 0 .32.034l.082-.779a.16.16 0 0 0-.176-.177Zm-3.2.156a.16.16 0 0 0-.157.195l.385 1.82a.161.161 0 1 0 .315-.067l-.385-1.82a.16.16 0 0 0-.159-.128Zm4.284.002a.16.16 0 0 0-.159.128l-.386 1.819a.16.16 0 1 0 .315.067l.386-1.82a.16.16 0 0 0-.156-.194Zm-5.319.29a.16.16 0 0 0-.167.21l.242.745a.16.16 0 1 0 .307-.1l-.242-.744a.16.16 0 0 0-.14-.111Zm6.347 0a.16.16 0 0 0-.14.111l-.241.744a.161.161 0 1 0 .306.1l.242-.744a.16.16 0 0 0-.167-.21Zm-7.37.374a.16.16 0 0 0-.144.227l.756 1.7a.16.16 0 1 0 .295-.131l-.756-1.7a.16.16 0 0 0-.15-.096Zm8.404.006a.161.161 0 0 0-.15.096L15.3 4.206a.16.16 0 1 0 .295.132l.757-1.699a.16.16 0 0 0-.144-.227Zm-9.353.496a.16.16 0 0 0-.15.242l.39.678a.16.16 0 1 0 .28-.162l-.391-.677a.16.16 0 0 0-.129-.08Zm10.29 0a.16.16 0 0 0-.129.08l-.391.678a.161.161 0 1 0 .28.162l.39-.678a.16.16 0 0 0-.15-.242Zm-11.211.575a.162.162 0 0 0-.125.256L6.9 5.245a.161.161 0 1 0 .26-.19L6.07 3.55a.16.16 0 0 0-.136-.067Zm12.144.009a.16.16 0 0 0-.136.066l-1.095 1.504a.16.16 0 1 0 .261.19l1.094-1.504a.16.16 0 0 0-.124-.256ZM5.11 4.174a.16.16 0 0 0-.128.269l.523.582a.16.16 0 1 0 .24-.216l-.524-.581a.16.16 0 0 0-.111-.054Zm13.781.001a.162.162 0 0 0-.111.054l-.524.581a.161.161 0 1 0 .24.216l.524-.581a.161.161 0 0 0-.129-.27Zm-14.57.758a.161.161 0 0 0-.1.28l1.382 1.245a.16.16 0 1 0 .216-.24L4.436 4.975a.16.16 0 0 0-.116-.041Zm15.364.005a.16.16 0 0 0-.117.042l-1.383 1.243a.16.16 0 1 0 .216.24l1.383-1.244a.16.16 0 0 0-.1-.28Zm-16.022.84a.16.16 0 0 0-.1.292l.633.459a.16.16 0 1 0 .19-.26l-.633-.461a.161.161 0 0 0-.09-.03Zm16.678.005a.161.161 0 0 0-.09.03l-.633.46a.16.16 0 1 0 .19.261l.633-.46a.16.16 0 0 0-.1-.29ZM3.05 6.678a.16.16 0 0 0-.07.3l1.611.93a.16.16 0 1 0 .161-.279l-1.61-.93a.161.161 0 0 0-.092-.021Zm17.9 0a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .161.28l1.61-.93a.16.16 0 0 0-.069-.301Zm-18.364.96a.16.16 0 0 0-.069.309l.715.318a.16.16 0 1 0 .13-.294l-.714-.319a.16.16 0 0 0-.062-.014Zm18.831.007a.161.161 0 0 0-.063.014l-.714.318a.161.161 0 1 0 .131.294l.715-.318a.16.16 0 0 0-.069-.308ZM2.172 8.64a.16.16 0 0 0-.036.314l1.768.577a.16.16 0 1 0 .1-.307l-1.768-.576a.161.161 0 0 0-.064-.008Zm19.658.007a.156.156 0 0 0-.064.008l-1.769.575a.16.16 0 1 0 .1.306l1.769-.575a.161.161 0 0 0-.036-.314ZM1.915 9.695a.161.161 0 0 0-.035.32l.765.161a.16.16 0 1 0 .067-.315l-.765-.163a.158.158 0 0 0-.032-.003Zm20.17.001a.2.2 0 0 0-.032.004l-.765.162a.16.16 0 1 0 .067.315l.765-.162a.161.161 0 0 0-.035-.32v.001ZM1.72 10.754a.16.16 0 0 0-.145.144.16.16 0 0 0 .143.177l1.85.196a.16.16 0 1 0 .034-.321l-1.85-.196a.156.156 0 0 0-.032 0Zm20.562.014a.144.144 0 0 0-.033 0l-1.85.193a.161.161 0 1 0 .034.32l1.85-.192a.16.16 0 0 0-.001-.321Zm-20.594 1.07a.16.16 0 1 0 0 .323h.783a.16.16 0 1 0 0-.322h-.783Zm19.841 0a.16.16 0 1 0 0 .323h.782a.16.16 0 1 0 0-.322h-.782Zm-17.93.88a.143.143 0 0 0-.032 0l-1.85.193a.16.16 0 1 0 .033.32l1.85-.192a.161.161 0 0 0 0-.321Zm16.8.011a.16.16 0 0 0-.001.32l1.85.196a.161.161 0 1 0 .033-.32l-1.85-.196a.171.171 0 0 0-.032 0Zm-17.721 1.09a.165.165 0 0 0-.033.003l-.765.162a.161.161 0 1 0 .067.316l.765-.163a.161.161 0 0 0-.034-.319Zm18.644 0a.16.16 0 0 0-.034.32l.765.162a.161.161 0 1 0 .067-.316l-.766-.162a.158.158 0 0 0-.032-.003Zm-17.356.636a.156.156 0 0 0-.063.007l-1.77.575a.16.16 0 1 0 .1.307l1.77-.575a.161.161 0 0 0-.037-.314Zm16.066.006a.16.16 0 0 0-.037.314l1.769.576a.16.16 0 1 0 .1-.307l-1.769-.576a.161.161 0 0 0-.063-.007Zm-16.74 1.253a.16.16 0 0 0-.063.014l-.715.319a.16.16 0 1 0 .131.294l.715-.318a.16.16 0 0 0-.069-.309Zm17.414.006a.161.161 0 0 0-.069.309l.714.319a.16.16 0 1 0 .132-.295l-.715-.319a.159.159 0 0 0-.062-.014Zm-16.023.35a.16.16 0 0 0-.092.021l-1.61.93a.16.16 0 1 0 .161.28l1.61-.93a.16.16 0 0 0-.069-.301Zm14.634 0a.16.16 0 0 0-.07.3l1.611.93a.16.16 0 0 0 .22-.059.16.16 0 0 0-.059-.22l-1.61-.93a.16.16 0 0 0-.092-.021ZM4.28 17.434a.162.162 0 0 0-.089.031l-.633.46a.16.16 0 1 0 .19.26l.633-.459a.16.16 0 0 0-.1-.291Zm15.434.006a.161.161 0 0 0-.1.292l.632.46a.16.16 0 0 0 .225-.036.16.16 0 0 0-.035-.225l-.633-.46a.161.161 0 0 0-.09-.031Zm-14 .056a.16.16 0 0 0-.116.04L4.216 18.78a.16.16 0 1 0 .216.24l1.383-1.243a.16.16 0 0 0-.1-.281Zm12.566.004a.161.161 0 0 0-.1.281l1.382 1.245a.161.161 0 1 0 .216-.24l-1.382-1.245a.16.16 0 0 0-.116-.04ZM7.027 18.681a.16.16 0 0 0-.136.067l-1.095 1.504a.16.16 0 1 0 .261.19l1.094-1.505a.161.161 0 0 0-.124-.256Zm9.935.007a.16.16 0 0 0-.125.256l1.092 1.506a.161.161 0 1 0 .261-.19L17.1 18.755a.16.16 0 0 0-.136-.067Zm-11.348.232a.161.161 0 0 0-.111.054l-.524.581a.161.161 0 1 0 .24.216l.524-.582a.161.161 0 0 0-.129-.269Zm12.769.001a.16.16 0 0 0-.128.27l.523.58a.16.16 0 0 0 .227.013.16.16 0 0 0 .012-.228l-.523-.582a.16.16 0 0 0-.111-.053Zm-9.828.645a.16.16 0 0 0-.15.096l-.759 1.698a.16.16 0 1 0 .295.132l.758-1.699a.16.16 0 0 0-.144-.227Zm6.878.005a.162.162 0 0 0-.144.227l.755 1.7a.161.161 0 1 0 .295-.132l-.756-1.7a.16.16 0 0 0-.15-.095Zm-8.21.52a.16.16 0 0 0-.128.08l-.391.678a.16.16 0 0 0 .059.22.16.16 0 0 0 .22-.059l.391-.677a.16.16 0 0 0-.151-.242Zm9.552 0a.16.16 0 0 0-.15.242l.39.677a.16.16 0 1 0 .28-.16l-.392-.678a.161.161 0 0 0-.128-.08Zm-6.533.024a.16.16 0 0 0-.16.128l-.386 1.82a.16.16 0 1 0 .316.067l.386-1.82a.161.161 0 0 0-.156-.194Zm3.508.002a.16.16 0 0 0-.157.194l.386 1.82a.16.16 0 1 0 .316-.067l-.386-1.82a.161.161 0 0 0-.159-.127ZM12 20.3a.16.16 0 0 0-.161.162v1.86a.16.16 0 1 0 .322 0v-1.86A.16.16 0 0 0 12 20.3Zm-2.96.601a.16.16 0 0 0-.14.111l-.241.744a.16.16 0 1 0 .306.1l.242-.744a.161.161 0 0 0-.167-.21Zm5.919 0a.16.16 0 0 0-.167.21l.241.745a.16.16 0 0 0 .203.104.16.16 0 0 0 .104-.203l-.242-.745a.16.16 0 0 0-.14-.11Zm-3.971.415a.161.161 0 0 0-.145.144l-.082.778a.16.16 0 0 0 .144.177.16.16 0 0 0 .177-.144l.082-.778a.161.161 0 0 0-.176-.177Zm2.018 0a.161.161 0 0 0-.176.177l.08.78a.161.161 0 1 0 .321-.034l-.081-.779a.16.16 0 0 0-.144-.143Z",
|
|
27
|
+
fill: "#F4F2F3"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
29
|
+
opacity: 0.409,
|
|
30
|
+
filter: "url(#safari_svg__c)"
|
|
31
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "m19.558 5.55-8.822 5.125-5.578 8.782 8.16-6.044 6.24-7.863Z",
|
|
33
|
+
fill: "#000"
|
|
34
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
35
|
+
d: "m13.264 13.324-2.528-2.648 8.97-6.034-6.442 8.682Z",
|
|
36
|
+
fill: "#FF5150"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "m13.265 13.324-2.53-2.648-6.44 8.682 8.97-6.034Z",
|
|
39
|
+
fill: "#F1F1F1"
|
|
40
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
opacity: 0.243,
|
|
42
|
+
d: "m4.294 19.358 8.97-6.035 6.442-8.682L4.294 19.358Z",
|
|
43
|
+
fill: "#000"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
45
|
+
id: "safari_svg__b",
|
|
46
|
+
cx: 0,
|
|
47
|
+
cy: 0,
|
|
48
|
+
r: 1,
|
|
49
|
+
gradientUnits: "userSpaceOnUse",
|
|
50
|
+
gradientTransform: "translate(12.05 10.388) scale(12.0001)"
|
|
51
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
52
|
+
stopColor: "#06C2E7"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
54
|
+
offset: 0.25,
|
|
55
|
+
stopColor: "#0DB8EC"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 0.5,
|
|
58
|
+
stopColor: "#12AEF1"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
60
|
+
offset: 0.75,
|
|
61
|
+
stopColor: "#1F86F9"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#107DDD"
|
|
65
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
66
|
+
id: "safari_svg__a",
|
|
67
|
+
x1: 12,
|
|
68
|
+
y1: 24,
|
|
69
|
+
x2: 12,
|
|
70
|
+
y2: 0,
|
|
71
|
+
gradientUnits: "userSpaceOnUse"
|
|
72
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
73
|
+
stopColor: "#BDBDBD"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 1,
|
|
76
|
+
stopColor: "#fff"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
78
|
+
id: "safari_svg__c",
|
|
79
|
+
x: 4.484,
|
|
80
|
+
y: 4.876,
|
|
81
|
+
width: 15.747,
|
|
82
|
+
height: 15.253,
|
|
83
|
+
filterUnits: "userSpaceOnUse",
|
|
84
|
+
colorInterpolationFilters: "sRGB"
|
|
85
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
86
|
+
floodOpacity: 0,
|
|
87
|
+
result: "BackgroundImageFix"
|
|
88
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
89
|
+
in: "SourceGraphic",
|
|
90
|
+
in2: "BackgroundImageFix",
|
|
91
|
+
result: "shape"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
93
|
+
stdDeviation: 0.337,
|
|
94
|
+
result: "effect1_foregroundBlur_7177_30769"
|
|
95
|
+
}))));
|
|
96
|
+
|
|
97
|
+
var _default = SvgSafari;
|
|
98
|
+
exports.default = _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgTipsAndUpdates = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
viewBox: "0 0 23 22",
|
|
16
|
+
fill: "none",
|
|
17
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18
|
+
...props
|
|
19
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M6 20h4c0 1.1-.9 2-2 2s-2-.9-2-2Zm-2-2c0 .55.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1H5c-.55 0-1 .45-1 1Zm11.5-8.5c0 3.82-2.66 5.86-3.77 6.5H4.27C3.16 15.36.5 13.32.5 9.5.5 5.36 3.86 2 8 2c4.14 0 7.5 3.36 7.5 7.5Zm4.87-2.13L19 8l1.37.63L21 10l.63-1.37L23 8l-1.37-.63L21 6l-.63 1.37ZM18 6l.94-2.06L21 3l-2.06-.94L18 0l-.94 2.06L15 3l2.06.94L18 6Z",
|
|
21
|
+
fill: "currentcolor"
|
|
22
|
+
}));
|
|
23
|
+
|
|
24
|
+
var _default = SvgTipsAndUpdates;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
|
+
|
|
12
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
13
|
+
|
|
14
|
+
const SvgWindows = props => /*#__PURE__*/React.createElement("svg", {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
viewBox: "0 0 88 88",
|
|
17
|
+
...props
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "m0 12.4 35.7-4.9V42L0 42.2zm35.7 33.5v34.5L0 75.4V45.8zM40 7l47.3-7v41.5L40 42zm47.3 39.4v41.3L40 80.9V46.2z"
|
|
20
|
+
}));
|
|
21
|
+
|
|
22
|
+
var _default = SvgWindows;
|
|
23
|
+
exports.default = _default;
|