@emblamedical/icons-react 0.5.4 → 0.6.2
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/dist/cjs/icons/AlertCircleFilled.js +1 -1
- package/dist/cjs/icons/AlertTriangleFilled.js +1 -1
- package/dist/cjs/icons/ArrowForward.js +2 -2
- package/dist/cjs/icons/Bluetooth.js +30 -0
- package/dist/cjs/icons/BluetoothOff.js +30 -0
- package/dist/cjs/icons/BoltFilled.js +30 -0
- package/dist/cjs/icons/BoltOff.js +30 -0
- package/dist/cjs/icons/BoltOutlined.js +30 -0
- package/dist/cjs/icons/BookFilled.js +30 -0
- package/dist/cjs/icons/BookOutlined.js +30 -0
- package/dist/cjs/icons/CircleCheckFilled.js +1 -1
- package/dist/cjs/icons/CircleXFilled.js +1 -1
- package/dist/cjs/icons/CreditCardPay.js +30 -0
- package/dist/cjs/icons/CurrencyDollar.js +30 -0
- package/dist/cjs/icons/{DiscountCheck.js → DiscountCheckOutlined.js} +2 -2
- package/dist/cjs/icons/ExternalLink.js +1 -1
- package/dist/cjs/icons/{EyeOutlinedOff.js → EyeOff.js} +2 -2
- package/dist/cjs/icons/FileMove.js +30 -0
- package/dist/cjs/icons/History.js +35 -0
- package/dist/cjs/icons/InfoCircleFilled.js +1 -1
- package/dist/cjs/icons/{LinkedinFilled.js → Linkedin.js} +2 -2
- package/dist/cjs/icons/MessengerOutlined.js +1 -1
- package/dist/cjs/icons/Paperclip.js +30 -0
- package/dist/cjs/icons/{PauseFilled.js → Pause.js} +3 -4
- package/dist/cjs/icons/PdfReader.js +3 -3
- package/dist/cjs/icons/Results.js +32 -0
- package/dist/cjs/icons/{ShareOutlined.js → Share.js} +2 -2
- package/dist/cjs/icons/{StartOutlined.js → StarOutlined.js} +2 -2
- package/dist/cjs/icons/UserEdit.js +30 -0
- package/dist/cjs/icons/UsersFilled.js +31 -0
- package/dist/cjs/icons/UsersOutlined.js +30 -0
- package/dist/cjs/icons/Youtube.js +1 -1
- package/dist/cjs/index.js +56 -24
- package/dist/esm/icons/AlertCircleFilled.js +1 -1
- package/dist/esm/icons/AlertTriangleFilled.js +1 -1
- package/dist/esm/icons/ArrowForward.js +2 -2
- package/dist/esm/icons/Bluetooth.js +8 -0
- package/dist/esm/icons/BluetoothOff.js +8 -0
- package/dist/esm/icons/BoltFilled.js +8 -0
- package/dist/esm/icons/BoltOff.js +8 -0
- package/dist/esm/icons/BoltOutlined.js +8 -0
- package/dist/esm/icons/BookFilled.js +8 -0
- package/dist/esm/icons/BookOutlined.js +8 -0
- package/dist/esm/icons/CircleCheckFilled.js +1 -1
- package/dist/esm/icons/CircleXFilled.js +1 -1
- package/dist/esm/icons/CreditCardPay.js +8 -0
- package/dist/esm/icons/CurrencyDollar.js +8 -0
- package/dist/esm/icons/{DiscountCheck.js → DiscountCheckOutlined.js} +2 -2
- package/dist/esm/icons/ExternalLink.js +1 -1
- package/dist/esm/icons/{EyeOutlinedOff.js → EyeOff.js} +2 -2
- package/dist/esm/icons/FileMove.js +8 -0
- package/dist/esm/icons/History.js +13 -0
- package/dist/esm/icons/InfoCircleFilled.js +1 -1
- package/dist/esm/icons/{LinkedinFilled.js → Linkedin.js} +2 -2
- package/dist/esm/icons/MessengerOutlined.js +1 -1
- package/dist/esm/icons/Paperclip.js +8 -0
- package/dist/esm/icons/Pause.js +8 -0
- package/dist/esm/icons/PdfReader.js +3 -3
- package/dist/esm/icons/Results.js +10 -0
- package/dist/esm/icons/{ShareOutlined.js → Share.js} +2 -2
- package/dist/esm/icons/{StartOutlined.js → StarOutlined.js} +2 -2
- package/dist/esm/icons/UserEdit.js +8 -0
- package/dist/esm/icons/UsersFilled.js +9 -0
- package/dist/esm/icons/UsersOutlined.js +8 -0
- package/dist/esm/icons/Youtube.js +1 -1
- package/dist/esm/index.js +28 -12
- package/dist/types/icons/BookOutlined.d.ts +3 -0
- package/dist/types/icons/CreditCardPay.d.ts +3 -0
- package/dist/types/icons/CurrencyDollar.d.ts +3 -0
- package/dist/types/icons/DiscountCheckOutlined.d.ts +3 -0
- package/dist/types/icons/EyeOff.d.ts +3 -0
- package/dist/types/icons/FileMove.d.ts +3 -0
- package/dist/types/icons/History.d.ts +3 -0
- package/dist/types/icons/Linkedin.d.ts +3 -0
- package/dist/types/icons/Paperclip.d.ts +3 -0
- package/dist/types/icons/Pause.d.ts +3 -0
- package/dist/types/icons/Results.d.ts +3 -0
- package/dist/types/icons/Share.d.ts +3 -0
- package/dist/types/icons/StarOutlined.d.ts +3 -0
- package/dist/types/icons/UserEdit.d.ts +3 -0
- package/dist/types/icons/UsersFilled.d.ts +3 -0
- package/dist/types/icons/UsersOutlined.d.ts +3 -0
- package/dist/types/index.d.ts +30 -14
- package/package.json +20 -12
- package/dist/esm/icons/PauseFilled.js +0 -9
- /package/dist/types/icons/{DiscountCheck.d.ts → Bluetooth.d.ts} +0 -0
- /package/dist/types/icons/{EyeOutlinedOff.d.ts → BluetoothOff.d.ts} +0 -0
- /package/dist/types/icons/{LinkedinFilled.d.ts → BoltFilled.d.ts} +0 -0
- /package/dist/types/icons/{PauseFilled.d.ts → BoltOff.d.ts} +0 -0
- /package/dist/types/icons/{ShareOutlined.d.ts → BoltOutlined.d.ts} +0 -0
- /package/dist/types/icons/{StartOutlined.d.ts → BookFilled.d.ts} +0 -0
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const AlertCircleFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.475 10 9.996.002 2.624-1.029 5.144-2.87 7.016-1.84 1.871-4.343 2.944-6.968 2.987C9.537 22.04 7 21.05 5.1 19.239s-3.012-4.296-3.095-6.92L2 11.997l.004-.28C2.152 6.326 6.57 2 12 2m.01 12.995-.127.007c-.243.029-.467.146-.63.329s-.252.419-.252.664c0 .244.09.48.252.663.163.183.387.3.63.33l.117.006.127-.007c.243-.029.467-.146.63-.329s.252-.419.252-.664c0-.244-.09-.48-.252-.663-.163-.183-.387-.3-.63-.33zM12 6.998c-.245 0-.481.09-.664.253-.183.162-.3.387-.329.63L11 7.998v3.998l.007.117c.029.243.146.467.329.63s.42.252.664.252.481-.09.664-.253c.183-.162.3-.386.329-.629l.007-.117V7.998l-.007-.117c-.029-.243-.146-.468-.329-.63-.183-.163-.42-.253-.664-.253" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(AlertCircleFilled);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const AlertTriangleFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M12 1.67c.955 0 1.845.467 2.39 1.247l.105.16 8.114 13.548c.246.427.38.91.39 1.403s-.107.98-.338 1.416c-.23.436-.568.806-.98 1.076s-.887.431-1.38.468l-.194.008H3.882c-.492-.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 1.67c.955 0 1.845.467 2.39 1.247l.105.16 8.114 13.548c.246.427.38.91.39 1.403s-.107.98-.338 1.416c-.23.436-.568.806-.98 1.076s-.887.431-1.38.468l-.194.008H3.882c-.492-.006-.975-.136-1.404-.378-.428-.243-.788-.59-1.046-1.01s-.405-.897-.428-1.389.079-.981.296-1.423l.099-.185 8.11-13.538c.26-.428.625-.782 1.062-1.028.436-.246.928-.375 1.429-.375M12.01 15l-.127.007c-.243.029-.467.146-.63.329s-.252.42-.252.664.09.48.252.664c.163.183.387.3.63.329L12 17l.127-.007c.243-.029.467-.146.63-.329s.252-.42.252-.664-.09-.481-.252-.664c-.163-.183-.387-.3-.63-.33zM12 8c-.245 0-.481.09-.664.253-.184.162-.3.387-.33.63L11 9v4l.007.117c.029.243.146.467.329.63s.42.252.664.252.481-.09.664-.253c.183-.162.3-.386.329-.63L13 13V9l-.007-.117c-.029-.243-.146-.468-.329-.63C12.481 8.09 12.244 8 12 8" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(AlertTriangleFilled);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const ArrowForward = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "
|
|
26
|
+
const ArrowForward = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M14.293 10.293c.39-.39 1.024-.39 1.414 0l4 4c.39.39.39 1.024 0 1.414l-4 4c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L16.586 16H8c-1.326 0-2.597-.527-3.535-1.465C3.527 13.598 3 12.326 3 11s.527-2.597 1.465-3.535S6.674 6 8 6h1c.552 0 1 .448 1 1s-.448 1-1 1H8c-.796 0-1.558.316-2.121.879S5 10.204 5 11s.316 1.559.879 2.121S7.204 14 8 14h8.586l-2.293-2.293c-.39-.39-.39-1.024 0-1.414" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(ArrowForward);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const Bluetooth = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11.566 3.099c.347-.167.759-.12 1.059.12l5 4c.237.19.375.477.375.78 0 .305-.138.592-.375.782L13.602 12l4.023 3.219c.237.19.375.477.375.78 0 .305-.138.592-.375.782l-5 4c-.3.24-.712.287-1.059.12C11.22 20.735 11 20.384 11 20v-5.92l-3.375 2.7c-.431.345-1.061.275-1.406-.156s-.275-1.061.156-1.406l4.024-3.22L6.375 8.78c-.431-.345-.501-.975-.156-1.406s.975-.501 1.406-.156L11 9.918V4c0-.384.22-.735.566-.901M13 17.918 15.399 16 13 14.08zm0-8L15.399 8 13 6.08z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(Bluetooth);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BluetoothOff = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2.293 2.293c.39-.39 1.024-.39 1.414 0l8.964 8.964q.036.033.07.07l8.966 8.966c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-3.923-3.923-3.745 2.997c-.3.24-.712.287-1.059.12C11.22 20.735 11 20.384 11 20v-5.919l-3.373 2.7c-.431.344-1.061.274-1.406-.157s-.275-1.061.156-1.406l4.126-3.301-8.21-8.21c-.39-.39-.39-1.023 0-1.414M13 17.919l1.947-1.558L13 14.414zM11 8V4c0-.384.22-.735.566-.901.347-.167.759-.12 1.059.12l5 4c.237.19.375.477.375.781s-.138.592-.375.781l-2.776 2.22c-.432.345-1.06.275-1.406-.156-.344-.431-.275-1.06.157-1.405L15.399 8 13 6.081V8c0 .552-.448 1-1 1s-1-.448-1-1" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BluetoothOff);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BoltFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12.191 2.412c.255-.35.707-.497 1.118-.363s.69.518.69.95v6h5c.377 0 .722.212.892.547s.139.738-.083 1.042l-8 11c-.254.35-.706.497-1.118.363-.411-.134-.69-.518-.69-.951v-6H5c-.376 0-.721-.211-.892-.546-.17-.335-.138-.738.083-1.042z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BoltFilled);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BoltOff = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M2.293 2.293c.39-.39 1.023-.39 1.414 0L15.88 14.466q.04.037.076.076l5.751 5.751c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-4.962-4.962-3.522 4.843c-.255.35-.707.497-1.119.363-.411-.134-.69-.518-.69-.951v-6H5c-.376 0-.72-.21-.892-.546-.17-.335-.138-.738.083-1.042l3.288-4.52-5.186-5.185c-.39-.39-.39-1.023 0-1.414M6.963 13H11c.552 0 1 .448 1 1v3.926l1.9-2.612-4.99-4.99zM12 9V6.073l-.717.986c-.325.446-.95.544-1.396.22-.447-.326-.546-.95-.221-1.397l2.525-3.47c.255-.35.707-.497 1.119-.363.411.134.69.518.69.951v6h5c.376 0 .72.21.892.546.17.335.138.738-.083 1.042l-2.104 2.894c-.325.446-.95.545-1.397.22s-.546-.95-.221-1.397l.95-1.305H14c-.552 0-1-.448-1-1-.552 0-1-.448-1-1" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BoltOff);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BoltOutlined = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12.191 2.412c.255-.35.707-.497 1.118-.363s.691.518.691.95v6h5c.376 0 .72.212.892.547.17.335.138.738-.083 1.042l-8 11c-.255.35-.707.497-1.119.363-.411-.134-.69-.518-.69-.951v-6H5c-.376 0-.721-.21-.892-.546-.17-.335-.138-.738.083-1.042zM6.964 13H11c.552 0 1 .448 1 1v3.925L17.036 11H13c-.552 0-1-.448-1-1V6.074z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BoltOutlined);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BookFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M19 3H7q-1.2 0-2.1.9T4 6v12c0 .8.3 1.6.9 2.1q.9.9 2.1.9h12c.5 0 1-.5 1-1V4c0-.5-.5-1-1-1m-1 16H7c-.3 0-.5-.1-.7-.3S6 18.2 6 18s.1-.5.3-.7.5-.3.7-.3h11z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BookFilled);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const BookOutlined = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M19 3c.552 0 1 .448 1 1v16c0 .552-.448 1-1 1H7c-.796 0-1.558-.316-2.121-.879S4 18.796 4 18V6c0-.796.316-1.558.879-2.121S6.204 3 7 3zM6.005 18.099c.023.229.124.444.288.608.188.188.442.293.707.293h11v-2H7c-.265 0-.52.105-.707.293-.188.188-.293.442-.293.707zM6 15.175c.319-.113.656-.175 1-.175h11V5H7c-.265 0-.52.105-.707.293C6.105 5.481 6 5.735 6 6z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(BookOutlined);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const CircleCheckFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M17 3.34c1.508.87 2.763 2.12 3.64 3.625s1.345 3.213 1.36 4.954c.014 1.742-.427 3.457-1.28 4.976-.852 1.518-2.087 2.788-3.58 3.683-1.495.895-3.197 1.385-4.938 1.42s-3.461-.385-4.99-1.219-2.814-2.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 3.34c1.508.87 2.763 2.12 3.64 3.625s1.345 3.213 1.36 4.954c.014 1.742-.427 3.457-1.28 4.976-.852 1.518-2.087 2.788-3.58 3.683-1.495.895-3.197 1.385-4.938 1.42s-3.461-.385-4.99-1.219-2.814-2.053-3.727-3.536c-.914-1.483-1.424-3.178-1.48-4.92L2 12l.005-.324c.056-1.727.559-3.41 1.459-4.885S5.63 4.099 7.14 3.26c1.51-.84 3.212-1.274 4.94-1.26s3.423.476 4.919 1.34m-1.293 5.953c-.172-.172-.401-.276-.644-.291s-.484.059-.676.208l-.094.083L11 12.585l-1.293-1.292-.094-.083c-.192-.15-.433-.223-.676-.208s-.472.119-.644.291-.275.401-.29.644c-.016.243.058.484.207.676l.083.094 2 2 .094.083c.175.136.391.21.613.21s.438-.074.613-.21l.094-.083 4-4 .083-.094c.15-.192.223-.433.208-.676s-.119-.472-.291-.644" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(CircleCheckFilled);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const CircleXFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M17 3.34c1.508.87 2.763 2.12 3.64 3.625s1.345 3.213 1.36 4.954c.014 1.742-.427 3.457-1.28 4.976-.852 1.518-2.087 2.788-3.58 3.683-1.495.895-3.197 1.385-4.938 1.42s-3.461-.385-4.99-1.219-2.814-2.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17 3.34c1.508.87 2.763 2.12 3.64 3.625s1.345 3.213 1.36 4.954c.014 1.742-.427 3.457-1.28 4.976-.852 1.518-2.087 2.788-3.58 3.683-1.495.895-3.197 1.385-4.938 1.42s-3.461-.385-4.99-1.219-2.814-2.053-3.727-3.536c-.914-1.483-1.424-3.178-1.48-4.92L2 12l.005-.324c.056-1.727.559-3.41 1.459-4.885S5.63 4.099 7.14 3.26c1.51-.84 3.212-1.274 4.94-1.26s3.423.476 4.919 1.34m-6.489 5.8c-.21-.125-.457-.169-.697-.123-.24.045-.454.176-.604.368-.15.193-.224.434-.209.677s.12.473.292.645L10.585 12l-1.292 1.293-.083.094c-.155.2-.228.454-.204.706.024.253.143.488.334.656.19.168.438.257.692.25.254-.009.495-.113.675-.292L12 13.415l1.293 1.292.094.083c.201.155.454.228.707.204s.487-.143.655-.334c.168-.19.257-.438.25-.692s-.113-.495-.292-.675L13.415 12l1.292-1.293.083-.094c.155-.201.229-.454.204-.707-.024-.253-.143-.487-.334-.655-.19-.168-.438-.257-.692-.25s-.495.113-.675.292L12 10.585l-1.293-1.292-.094-.083z" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(CircleXFilled);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const CreditCardPay = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M18.293 15.293c.39-.39 1.024-.39 1.414 0l3 3c.39.39.39 1.024 0 1.414l-3 3c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L19.586 20H16c-.552 0-1-.448-1-1s.448-1 1-1h3.586l-1.293-1.293c-.39-.39-.39-1.024 0-1.414M7.01 14c.552 0 1 .448 1 1s-.448 1-1 1h-.005c-.552 0-1-.448-1-1s.448-1 1-1zM13 14c.552 0 1 .448 1 1s-.448 1-1 1h-2c-.552 0-1-.448-1-1s.448-1 1-1zm7-6c0-.53-.21-1.039-.586-1.414C19.04 6.21 18.53 6 18 6H6c-.53 0-1.039.21-1.414.586C4.21 6.96 4 7.47 4 8v1h16zm2 4.5c0 .552-.448 1-1 1s-1-.448-1-1V11H4v5l.01.197c.045.458.248.889.576 1.217C4.96 17.79 5.47 18 6 18h6c.552 0 1 .448 1 1s-.448 1-1 1H6c-1.06 0-2.078-.422-2.828-1.172S2 17.061 2 16V8c0-1.06.422-2.078 1.172-2.828S4.939 4 6 4h12c1.06 0 2.078.422 2.828 1.172S22 6.939 22 8z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(CreditCardPay);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const CurrencyDollar = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 21v-2h-1l-.043-.001c-.798-.034-1.567-.307-2.209-.782-.641-.475-1.126-1.132-1.392-1.885-.183-.52.091-1.092.612-1.275.52-.184 1.092.09 1.275.611.133.376.375.705.695.942.318.235.698.37 1.092.39H14l.197-.01c.458-.045.889-.248 1.217-.576C15.79 16.04 16 15.53 16 15s-.21-1.039-.586-1.414C15.04 13.21 14.53 13 14 13h-4c-1.06 0-2.078-.422-2.828-1.172S6 10.061 6 9s.422-2.078 1.172-2.828S8.939 5 10 5h1V3c0-.552.448-1 1-1s1 .448 1 1v2h1l.043.001c.798.034 1.567.307 2.209.782.641.475 1.126 1.132 1.392 1.885.183.52-.091 1.092-.612 1.275-.52.184-1.092-.09-1.275-.611-.133-.376-.375-.705-.695-.942-.318-.235-.698-.37-1.092-.39H10c-.53 0-1.039.21-1.414.586C8.21 7.96 8 8.47 8 9s.21 1.039.586 1.414C8.96 10.79 9.47 11 10 11h4c1.06 0 2.078.422 2.828 1.172S18 13.939 18 15s-.422 2.078-1.172 2.828S15.061 19 14 19h-1v2c0 .552-.448 1-1 1s-1-.448-1-1" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(CurrencyDollar);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const DiscountCheckOutlined = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
27
|
React__namespace.createElement("path", { fill: "currentColor", d: "M18.02 7.2c0-.318-.127-.624-.351-.849-.226-.225-.531-.351-.85-.351h-1c-.843 0-1.655-.335-2.254-.931l-.704-.704q-.17-.17-.39-.262c-.146-.06-.303-.092-.46-.092-.159 0-.316.031-.462.092-.146.06-.279.15-.39.262l-.703.704c-.6.596-1.41.93-2.255.93H7.2c-.318 0-.624.127-.849.352S6 6.881 6 7.2v1c-.001.846-.335 1.656-.931 2.256l-.704.703c-.112.111-.201.244-.262.39-.06.146-.092.303-.092.461s.031.315.092.461c.06.146.15.278.262.39l.704.704c.596.6.93 1.41.93 2.255v1c0 .318.127.623.352.849.225.224.53.35.849.351h1c.793 0 1.555.295 2.14.822l.116.109.703.704c.111.112.244.2.39.261s.303.092.461.092.315-.03.461-.091q.22-.093.39-.262l.704-.704c.6-.596 1.41-.93 2.255-.931h1c.318 0 .623-.127.849-.351.224-.226.351-.53.351-.85v-1l.004-.157c.04-.788.368-1.535.927-2.097l.704-.704q.169-.17.261-.39c.061-.146.092-.303.092-.46 0-.159-.03-.316-.091-.462s-.15-.279-.262-.39l-.704-.703c-.597-.6-.931-1.412-.931-2.256zM15 10l.707.707-4 4c-.39.391-1.024.391-1.415 0l-2-2-.068-.076c-.32-.392-.298-.972.068-1.338.367-.367.947-.39 1.34-.069l.076.069 1.291 1.292 3.294-3.293zm-.707-.708c.39-.39 1.024-.39 1.415 0 .39.391.39 1.025 0 1.415zM20.02 8.2c0 .314.125.618.347.842l.698.699c.299.297.536.65.698 1.04s.245.807.245 1.23c0 .42-.083.838-.245 1.228-.161.388-.399.74-.697 1.037l-.7.701c-.221.224-.346.528-.346.844v.999c0 .849-.337 1.662-.937 2.262s-1.414.938-2.263.938h-1l-.117.006c-.274.027-.531.147-.728.343l-.698.698c-.297.298-.65.535-1.038.696-.39.162-.807.245-1.229.245-.421 0-.84-.083-1.23-.245-.388-.161-.74-.398-1.037-.696l-.699-.698c-.196-.195-.453-.316-.726-.343L8.2 20.02h-1c-.849 0-1.663-.337-2.263-.937S4 17.668 4 16.82v-1l-.006-.117c-.027-.273-.147-.53-.341-.726l-.7-.7v-.001c-.297-.297-.535-.649-.697-1.037-.162-.39-.245-.807-.245-1.229 0-.421.083-.84.245-1.23.162-.388.4-.742.699-1.04l.698-.698c.194-.196.313-.452.34-.724L4 8.2v-1c0-.849.337-1.663.937-2.263S6.351 4 7.2 4h1l.118-.006c.273-.028.53-.148.726-.343l.699-.698c.297-.298.65-.535 1.038-.697.39-.162.807-.245 1.23-.245.42 0 .838.083 1.228.245.388.162.74.399 1.038.697l.698.698c.225.223.53.348.845.349h1c.848 0 1.662.337 2.262.937s.938 1.414.938 2.263z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(
|
|
28
|
+
const ForwardRef = React.forwardRef(DiscountCheckOutlined);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const ExternalLink = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { d: "m19 6.414-7.293 7.293c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L17.586 5H15c-.552 0-1-.448-1-1s.448-1 1-1h5q.205.001.383.076.178.073.324.217c.097.096.17.208.218.327q.073.177.075.38v5c0 .552-.448 1-1 1s-1-.448-1-1z" }),
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "m19 6.414-7.293 7.293c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L17.586 5H15c-.552 0-1-.448-1-1s.448-1 1-1h5q.205.001.383.076.178.073.324.217c.097.096.17.208.218.327q.073.177.075.38v5c0 .552-.448 1-1 1s-1-.448-1-1z" }),
|
|
28
28
|
React__namespace.createElement("path", { fill: "currentColor", d: "M4.879 4.879C5.44 4.316 6.204 4 7 4h4c.552 0 1 .448 1 1s-.448 1-1 1H7c-.265 0-.52.105-.707.293C6.105 6.48 6 6.735 6 7v10c0 .265.105.52.293.707.187.188.442.293.707.293h10c.265 0 .52-.105.707-.293.188-.187.293-.442.293-.707v-4c0-.552.448-1 1-1s1 .448 1 1v4c0 .796-.316 1.559-.879 2.121S17.796 20 17 20H7c-.796 0-1.559-.316-2.121-.879S4 17.796 4 17V7c0-.796.316-1.559.879-2.121" }));
|
|
29
29
|
const ForwardRef = React.forwardRef(ExternalLink);
|
|
30
30
|
|
|
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const EyeOff = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
27
|
React__namespace.createElement("path", { fill: "currentColor", d: "M12 7c3.1 0 5.66 1.63 7.82 4.99-.37.56-.74 1.08-1.13 1.63-.32.45-.22 1.07.23 1.39.18.13.38.19.58.19.31 0 .62-.15.81-.42.5-.7 1.02-1.43 1.53-2.25.2-.32.2-.72 0-1.04C19.26 7.19 15.94 5 11.98 5c-.55 0-1 .45-1 1s.45 1 1 1zm11 14c0-.25-.1-.51-.29-.7l-18-18.01c-.19-.19-.44-.28-.69-.29h-.04c-.25 0-.5.1-.69.29s-.29.45-.29.7c0 .26.1.51.29.71l3.06 3.06c-1.62 1.1-3.01 2.65-4.22 4.72-.18.32-.18.71 0 1.02 2.58 4.3 5.9 6.49 9.86 6.49 1.81 0 3.49-.48 5.12-1.46l4.17 4.17s.02.01.03.02c.19.26.39.27.67.27.19 0 .3.07.64-.25.02-.02.05-.02.07-.04.2-.2.29-.45.29-.71zm-11-4c-3.1 0-5.67-1.64-7.83-5.01 1.06-1.69 2.27-2.91 3.64-3.76l7.83 7.83c-1.18.62-2.38.94-3.65.94z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(
|
|
28
|
+
const ForwardRef = React.forwardRef(EyeOff);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const FileMove = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M17.293 15.293c.39-.39 1.024-.39 1.414 0l3 3c.39.39.39 1.024 0 1.414l-3 3c-.39.39-1.024.39-1.414 0s-.39-1.024 0-1.414L18.586 20H14c-.552 0-1-.448-1-1s.448-1 1-1h4.586l-1.293-1.293c-.39-.39-.39-1.024 0-1.414M4 19V5c0-.796.316-1.558.879-2.121S6.204 2 7 2h7l.099.005c.229.023.444.124.608.288l5 5c.188.188.293.442.293.707v5c0 .552-.448 1-1 1s-1-.448-1-1V9h-3c-.53 0-1.039-.21-1.414-.586C13.21 8.04 13 7.53 13 7V4H7c-.265 0-.52.105-.707.293C6.105 4.481 6 4.735 6 5v14l.005.099c.023.229.124.444.288.608.188.188.442.293.707.293h4.5c.552 0 1 .448 1 1s-.448 1-1 1H7c-.796 0-1.558-.316-2.121-.879S4 19.796 4 19M16.586 7 15 5.414V7z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(FileMove);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const History = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, clipPath: "url(#a)" },
|
|
28
|
+
React__namespace.createElement("path", { d: "M12 8v4l2 2" }),
|
|
29
|
+
React__namespace.createElement("path", { d: "M3.05 11c.224-2.2 1.25-4.24 2.883-5.732C7.565 3.776 9.69 2.938 11.9 2.913c2.211-.026 4.354.764 6.02 2.218s2.739 3.47 3.013 5.665-.269 4.412-1.526 6.232-3.14 3.112-5.289 3.632-4.415.23-6.364-.814S4.309 17.077 3.55 15m-.5 5v-5h5" })),
|
|
30
|
+
React__namespace.createElement("defs", null,
|
|
31
|
+
React__namespace.createElement("clipPath", { id: "a" },
|
|
32
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M0 0h24v24H0z" }))));
|
|
33
|
+
const ForwardRef = React.forwardRef(History);
|
|
34
|
+
|
|
35
|
+
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const InfoCircleFilled = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.475 10 9.996.002 2.624-1.029 5.144-2.87 7.016-1.84 1.871-4.343 2.944-6.968 2.987C9.537 22.04 7 21.05 5.1 19.239s-3.012-4.296-3.095-6.92L2 11.997l.004-.28C2.152 6.326 6.57 2 12 2m0 8.996h-1l-.117.007c-.243.03-.467.146-.63.33-.162.182-.252.418-.252.663s.09.48.252.664c.163.183.387.3.63.329l.117.007v2.999l.007.116c.026.223.127.431.286.59s.367.26.59.286l.117.007h1l.117-.007c.223-.026.431-.127.59-.286s.26-.367.286-.59l.007-.117-.007-.117c-.024-.203-.11-.395-.247-.548-.136-.154-.317-.261-.517-.308l-.112-.02-.117-.006v-2.999l-.007-.117c-.026-.223-.127-.43-.286-.59s-.367-.26-.59-.286zm.01-2.998-.127.007c-.243.029-.467.146-.63.328s-.252.42-.252.664.09.481.252.664c.163.183.387.3.63.329l.117.007.127-.007c.243-.03.467-.146.63-.329s.252-.42.252-.664-.09-.48-.252-.664c-.163-.182-.387-.3-.63-.328z" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(InfoCircleFilled);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const Linkedin = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
27
|
React__namespace.createElement("path", { fill: "currentColor", d: "M2 3.433C2 2.64 2.658 2 3.469 2H20.53c.813 0 1.47.641 1.47 1.433v17.135c0 .79-.657 1.432-1.469 1.432H3.47C2.658 22 2 21.359 2 20.567zm6.179 15.31V9.71H5.178v9.032zm-1.5-10.265c1.046 0 1.697-.693 1.697-1.56-.018-.887-.65-1.56-1.677-1.56S5 6.033 5 6.918c0 .867.651 1.56 1.659 1.56zm6.135 10.265v-5.044c0-.27.02-.54.1-.733.216-.538.71-1.097 1.54-1.097 1.086 0 1.52.827 1.52 2.042v4.832h3.001v-5.18c0-2.776-1.48-4.065-3.455-4.065-1.592 0-2.306.875-2.706 1.49v.032h-.02l.02-.031V9.71h-3c.037.848 0 9.032 0 9.032z" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(
|
|
28
|
+
const ForwardRef = React.forwardRef(Linkedin);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -24,7 +24,7 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const MessengerOutlined = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.384 4.986c-1.969-.08-3.89.48-5.406 1.556-1.514 1.074-2.51 2.58-2.842 4.219-.33 1.636.014 3.332.992 4.779.175.257.219.581.12.876l-.747 2.242 2.99-.636c.219-.046.446-.019.646.078 1.714.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12.384 4.986c-1.969-.08-3.89.48-5.406 1.556-1.514 1.074-2.51 2.58-2.842 4.219-.33 1.636.014 3.332.992 4.779.175.257.219.581.12.876l-.747 2.242 2.99-.636c.219-.046.446-.019.646.078 1.714.833 3.72 1.087 5.64.706 1.92-.38 3.594-1.362 4.725-2.735 1.129-1.369 1.645-3.034 1.483-4.689s-.997-3.228-2.389-4.415c-1.393-1.188-3.244-1.9-5.212-1.98M5.82 4.911c1.893-1.344 4.254-2.02 6.644-1.923s4.675.962 6.43 2.458c1.756 1.498 2.864 3.534 3.08 5.742s-.48 4.396-1.93 6.155c-1.446 1.755-3.54 2.962-5.879 3.425-2.221.44-4.545.186-6.584-.72l-4.374.93c-.35.075-.715-.044-.954-.312-.239-.267-.316-.642-.203-.982l1.15-3.45c-1.063-1.784-1.433-3.853-1.025-5.87.44-2.177 1.75-4.109 3.645-5.453m11.011 5.534c.306.46.182 1.08-.277 1.387l-3 2c-.397.264-.925.212-1.262-.125l-1.42-1.42-2.318 1.545c-.46.306-1.08.182-1.387-.277-.306-.46-.182-1.08.277-1.387l3-2c.397-.264.925-.212 1.262.125l1.42 1.42 2.318-1.545c.46-.306 1.08-.182 1.387.277", clipRule: "evenodd" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(MessengerOutlined);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const Paperclip = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M18.243 7c0-.86-.341-1.684-.95-2.292-.607-.608-1.432-.95-2.292-.95s-1.685.342-2.293.95l-6.5 6.5C5.202 12.214 4.637 13.578 4.637 15c0 1.423.565 2.787 1.571 3.793s2.37 1.571 3.793 1.571 2.787-.565 3.793-1.571l6.5-6.5c.39-.39 1.024-.39 1.414 0s.39 1.025 0 1.415l-6.5 6.5c-1.38 1.38-3.254 2.156-5.207 2.156s-3.826-.775-5.207-2.156S2.637 16.953 2.637 15s.776-3.826 2.157-5.207l6.5-6.5C12.277 2.31 13.61 1.758 15 1.758s2.724.552 3.707 1.535S20.243 5.61 20.243 7s-.552 2.725-1.535 3.708l-6.5 6.5c-.585.585-1.38.914-2.207.914-.828 0-1.622-.329-2.207-.914s-.915-1.38-.915-2.208.33-1.622.915-2.207l6.5-6.5c.39-.39 1.024-.39 1.414 0s.39 1.024 0 1.415l-6.5 6.5c-.21.21-.329.495-.33.792 0 .297.12.583.33.793s.496.33.793.33c.297-.001.583-.12.793-.33l6.5-6.5c.608-.608.95-1.433.95-2.293" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(Paperclip);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -23,9 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
27
|
-
React__namespace.createElement("path", { fill: "currentColor", d: "M9 4H7c-.53 0-1.04.21-1.414.586C5.21 4.96 5 5.47 5 6v12c0 .53.21 1.04.586 1.414C5.96 19.79 6.47 20 7 20h2c.53 0 1.04-.21 1.414-.586C10.79 19.04 11 18.53 11 18V6c0-.53-.21-1.04-.586-1.414C10.04 4.21 9.53 4 9 4m8 0h-2c-.53 0-1.04.21-1.414.586C13.21 4.96 13 5.47 13 6v12c0 .53.21 1.04.586 1.414.375.375.884.586 1.414.586h2c.53 0 1.04-.21 1.414-.586C18.79 19.04 19 18.53 19 18V6c0-.53-.21-1.04-.586-1.414C18.04 4.21 17.53 4 17 4" })
|
|
28
|
-
|
|
29
|
-
const ForwardRef = React.forwardRef(PauseFilled);
|
|
26
|
+
const Pause = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M9 4H7c-.53 0-1.04.21-1.414.586C5.21 4.96 5 5.47 5 6v12c0 .53.21 1.04.586 1.414C5.96 19.79 6.47 20 7 20h2c.53 0 1.04-.21 1.414-.586C10.79 19.04 11 18.53 11 18V6c0-.53-.21-1.04-.586-1.414C10.04 4.21 9.53 4 9 4m8 0h-2c-.53 0-1.04.21-1.414.586C13.21 4.96 13 5.47 13 6v12c0 .53.21 1.04.586 1.414.375.375.884.586 1.414.586h2c.53 0 1.04-.21 1.414-.586C18.79 19.04 19 18.53 19 18V6c0-.53-.21-1.04-.586-1.414C18.04 4.21 17.53 4 17 4" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(Pause);
|
|
30
29
|
|
|
31
30
|
exports.default = ForwardRef;
|
|
@@ -24,11 +24,11 @@ function _interopNamespaceDefault(e) {
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
26
|
const PdfReader = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
-
React__namespace.createElement("g", { clipPath: "url(#a)" },
|
|
28
|
-
React__namespace.createElement("path", { d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293" })),
|
|
29
27
|
React__namespace.createElement("defs", null,
|
|
30
28
|
React__namespace.createElement("clipPath", { id: "a" },
|
|
31
|
-
React__namespace.createElement("path", {
|
|
29
|
+
React__namespace.createElement("path", { d: "M0 0h24v24H0z" }))),
|
|
30
|
+
React__namespace.createElement("g", { clipPath: "url(#a)" },
|
|
31
|
+
React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293Z" })));
|
|
32
32
|
const ForwardRef = React.forwardRef(PdfReader);
|
|
33
33
|
|
|
34
34
|
exports.default = ForwardRef;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var React = require('react');
|
|
6
|
+
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
var n = Object.create(null);
|
|
9
|
+
if (e) {
|
|
10
|
+
Object.keys(e).forEach(function (k) {
|
|
11
|
+
if (k !== 'default') {
|
|
12
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function () { return e[k]; }
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
|
+
|
|
26
|
+
const Results = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M16.5 14c.928 0 1.818.369 2.475 1.025C19.63 15.682 20 16.572 20 17.5c0 .587-.148 1.157-.422 1.664l2.129 2.129c.39.39.39 1.024 0 1.414s-1.024.39-1.414 0l-2.129-2.129c-.507.274-1.078.422-1.664.422-.928 0-1.818-.369-2.475-1.025C13.37 19.318 13 18.428 13 17.5s.369-1.818 1.025-2.475C14.682 14.37 15.572 14 16.5 14m0 2c-.398 0-.78.158-1.06.44-.282.28-.44.662-.44 1.06s.158.78.44 1.06c.28.282.662.44 1.06.44s.78-.158 1.06-.44c.282-.28.44-.662.44-1.06s-.158-.78-.44-1.06c-.28-.282-.662-.44-1.06-.44", clipRule: "evenodd" }),
|
|
28
|
+
React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 2c.796 0 1.559.316 2.121.879.32.319.555.704.703 1.121H16c.796 0 1.558.316 2.121.879S19 6.204 19 7v5c0 .552-.448 1-1 1s-1-.448-1-1V7c0-.265-.105-.52-.293-.707C16.52 6.105 16.265 6 16 6h-1.176c-.148.417-.384.802-.703 1.121C13.56 7.684 12.796 8 12 8h-2c-.796 0-1.558-.316-2.121-.879-.32-.319-.555-.704-.703-1.121H6c-.265 0-.52.105-.707.293C5.105 6.481 5 6.735 5 7v12c0 .265.105.52.293.707.188.188.442.293.707.293h5.697c.552 0 1 .448 1 1s-.448 1-1 1H6c-.796 0-1.558-.316-2.121-.879S3 19.796 3 19V7c0-.796.316-1.558.879-2.121S5.204 4 6 4h1.176c.148-.417.384-.802.703-1.121C8.442 2.316 9.204 2 10 2zm-2 2c-.265 0-.52.105-.707.293C9.105 4.481 9 4.735 9 5s.105.52.293.707c.188.188.442.293.707.293h2c.265 0 .52-.105.707-.293.188-.188.293-.442.293-.707s-.105-.52-.293-.707C12.52 4.105 12.265 4 12 4z", clipRule: "evenodd" }),
|
|
29
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M11 14c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1zm1-4c.552 0 1 .448 1 1s-.448 1-1 1H8c-.552 0-1-.448-1-1s.448-1 1-1z" }));
|
|
30
|
+
const ForwardRef = React.forwardRef(Results);
|
|
31
|
+
|
|
32
|
+
exports.default = ForwardRef;
|