@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
|
@@ -23,8 +23,8 @@ function _interopNamespaceDefault(e) {
|
|
|
23
23
|
|
|
24
24
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
25
25
|
|
|
26
|
-
const
|
|
26
|
+
const Share = (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", fillRule: "evenodd", d: "M15.172 3.172C15.922 2.422 16.939 2 18 2s2.078.421 2.828 1.172S22 4.939 22 6s-.421 2.078-1.172 2.828S19.061 10 18 10s-2.078-.421-2.828-1.172q-.111-.11-.212-.228l-5.04 2.597q.08.394.081.803 0 .408-.081.803l5.04 2.597q.1-.119.212-.228C15.922 14.422 16.939 14 18 14s2.078.421 2.828 1.172S22 16.939 22 18s-.421 2.078-1.172 2.828S19.061 22 18 22s-2.078-.421-2.828-1.172S14 19.061 14 18q0-.408.081-.803L9.04 14.6q-.1.118-.212.228C8.078 15.578 7.061 16 6 16s-2.078-.421-2.828-1.172S2 13.061 2 12s.421-2.078 1.172-2.828S4.939 8 6 8s2.078.421 2.828 1.172q.111.11.212.228l5.041-2.597Q14.001 6.409 14 6c0-1.06.421-2.078 1.172-2.828M7.83 12.807l-.019.035q-.022.042-.04.086-.139.269-.357.486C7.04 13.79 6.53 14 6 14s-1.04-.21-1.414-.586C4.21 13.04 4 12.53 4 12s.21-1.04.586-1.414C4.96 10.21 5.47 10 6 10s1.04.21 1.414.586q.217.218.357.486.018.044.04.086l.02.036c.11.251.169.526.169.806s-.059.555-.17.807m8.34 4.386c-.111.252-.17.526-.17.807 0 .53.21 1.04.586 1.414.375.375.884.586 1.414.586s1.04-.21 1.414-.586C19.79 19.04 20 18.53 20 18s-.21-1.04-.586-1.414C19.04 16.21 18.53 16 18 16s-1.04.21-1.414.586c-.145.144-.265.309-.358.486q-.018.044-.04.086-.007.018-.018.035m.416-9.779c-.145-.144-.265-.309-.358-.487q-.018-.043-.04-.085-.007-.018-.018-.034C16.06 6.556 16 6.28 16 6c0-.53.21-1.04.586-1.414C16.96 4.21 17.47 4 18 4s1.04.21 1.414.586C19.79 4.96 20 5.47 20 6s-.21 1.04-.586 1.414C19.04 7.79 18.53 8 18 8s-1.04-.21-1.414-.586", clipRule: "evenodd" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(
|
|
28
|
+
const ForwardRef = React.forwardRef(Share);
|
|
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 StarOutlined = (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", fillRule: "evenodd", d: "M11.993 1.002c.38 0 .728.216.897.557l2.853 5.782 6.38.924c.376.055.69.319.807.681s.02.76-.253 1.026l-4.623 4.5 1.09 6.354c.064.375-.09.755-.399.978-.308.224-.716.253-1.053.076l-5.693-3-5.706 3c-.337.177-.745.148-1.053-.076s-.462-.603-.398-.978l1.09-6.354-4.623-4.5c-.272-.266-.37-.664-.253-1.026.118-.362.43-.626.808-.68l6.379-.925 2.853-5.782c.169-.34.516-.557.897-.557m0 3.26-2.19 4.436c-.145.295-.427.5-.753.547l-4.892.709 3.547 3.451c.236.23.343.561.288.886l-.837 4.876 4.379-2.302c.291-.153.64-.153.931 0l4.363 2.3-.836-4.874c-.055-.325.052-.656.289-.886l3.546-3.451-4.892-.71c-.326-.047-.608-.251-.754-.546z", clipRule: "evenodd" }));
|
|
28
|
-
const ForwardRef = React.forwardRef(
|
|
28
|
+
const ForwardRef = React.forwardRef(StarOutlined);
|
|
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 UserEdit = (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: "M21.005 17.095c0-.145-.029-.288-.084-.421s-.136-.255-.238-.357q-.154-.155-.357-.239c-.133-.055-.276-.083-.42-.083q-.22 0-.422.083c-.133.055-.255.137-.357.24l-.003.002L16 19.416V21h1.583l3.097-3.124.003-.003c.102-.102.183-.224.238-.357q.083-.203.084-.421M5 21v-2c0-1.326.527-2.597 1.465-3.535S8.674 14 10 14h3.5c.552 0 1 .448 1 1s-.448 1-1 1H10c-.796 0-1.558.316-2.121.879S7 18.204 7 19v2c0 .552-.448 1-1 1s-1-.448-1-1m9.985-14.297c-.068-.687-.372-1.332-.864-1.824C13.56 4.316 12.796 4 12 4s-1.559.316-2.121.879S9 6.204 9 7l.015.297c.068.687.372 1.332.864 1.824.563.563 1.325.879 2.121.879l.297-.015c.686-.068 1.332-.372 1.824-.864C14.684 8.558 15 7.796 15 7zm8.02 10.392c0 .407-.08.81-.235 1.186-.156.375-.384.715-.67 1.002l-3.39 3.421c-.188.19-.443.296-.71.296h-3c-.552 0-1-.448-1-1v-3c0-.267.107-.522.296-.71l3.42-3.39c.287-.287.628-.514 1.003-.67.376-.155.78-.235 1.186-.235.407 0 .81.08 1.187.236.376.155.717.385 1.005.672s.517.63.672 1.005c.156.376.236.78.236 1.187m-6.01-9.847c-.062 1.236-.58 2.408-1.46 3.287-.879.88-2.051 1.398-3.287 1.46L12 12c-1.326 0-2.597-.527-3.535-1.465-.88-.879-1.398-2.051-1.46-3.287L7 7c0-1.326.527-2.597 1.465-3.535S10.674 2 12 2s2.598.527 3.535 1.465S17 5.674 17 7z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(UserEdit);
|
|
29
|
+
|
|
30
|
+
exports.default = ForwardRef;
|
|
@@ -0,0 +1,31 @@
|
|
|
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 UsersFilled = (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 2c.989 0 1.956.293 2.778.843s1.463 1.33 1.841 2.244c.379.913.478 1.919.285 2.888-.193.97-.67 1.861-1.368 2.56-.7.7-1.59 1.176-2.56 1.369s-1.976.094-2.89-.285c-.913-.378-1.694-1.019-2.243-1.841C4.293 8.956 4 7.988 4 7l.005-.217c.056-1.287.607-2.503 1.537-3.394S7.712 2 9 2m2 12H7c-1.326 0-2.598.527-3.536 1.464C2.527 16.403 2 17.675 2 19v1c0 .53.21 1.04.586 1.414C2.96 21.79 3.47 22 4 22h10c.53 0 1.04-.21 1.414-.586C15.79 21.04 16 20.53 16 20v-1c0-1.326-.527-2.598-1.464-3.536C13.598 14.528 12.326 14 11 14m9.944 1.95c-.678-.87-1.625-1.492-2.694-1.768-.535-.138-1.08.184-1.218.718-.138.535.183 1.08.718 1.218.641.166 1.21.539 1.616 1.06.356.458.572 1.007.622 1.58l.012.248V21c0 .552.448 1 1 1s1-.448 1-1v-2.006c-.006-1.103-.378-2.173-1.056-3.044" }),
|
|
28
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M5.465 10.535C6.403 11.473 7.674 12 9 12l.248-.006c1.236-.061 2.409-.58 3.288-1.458.879-.88 1.397-2.052 1.458-3.288L14 7c0-1.326-.527-2.597-1.465-3.535C11.598 2.527 10.326 2 9 2s-2.597.527-3.535 1.465S4 5.674 4 7l.006.248c.061 1.236.58 2.408 1.459 3.287m13.493-.464c.68-.877 1.05-1.956 1.05-3.066s-.37-2.189-1.05-3.066-1.634-1.502-2.71-1.778c-.535-.137-1.08.186-1.217.72-.137.536.186 1.08.721 1.218.645.165 1.217.54 1.626 1.066s.63 1.174.63 1.84-.222 1.314-.63 1.84-.98.9-1.626 1.066c-.535.137-.858.682-.72 1.217.136.535.681.858 1.216.72 1.075-.275 2.03-.9 2.71-1.777" }));
|
|
29
|
+
const ForwardRef = React.forwardRef(UsersFilled);
|
|
30
|
+
|
|
31
|
+
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 UsersOutlined = (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 21v-2c0-.796-.316-1.558-.879-2.121-.492-.492-1.138-.796-1.824-.864L11 16H7c-.796 0-1.558.316-2.121.879S4 18.204 4 19v2c0 .552-.448 1-1 1s-1-.448-1-1v-2c0-1.326.527-2.597 1.465-3.535S5.674 14 7 14h4c1.326 0 2.598.527 3.535 1.465S16 17.674 16 19v2c0 .552-.448 1-1 1s-1-.448-1-1m6 0v-1.994l-.012-.247c-.05-.574-.266-1.123-.622-1.58-.407-.522-.975-.895-1.616-1.06-.535-.139-.856-.684-.718-1.219.138-.534.683-.856 1.218-.718 1.069.275 2.016.898 2.694 1.768s1.05 1.94 1.056 3.044V21c0 .552-.448 1-1 1s-1-.448-1-1M11.985 6.703c-.068-.687-.372-1.332-.864-1.824C10.56 4.316 9.796 4 9 4s-1.558.316-2.121.879S6 6.204 6 7l.015.297c.068.687.372 1.332.864 1.824C7.442 9.684 8.204 10 9 10l.297-.015c.687-.068 1.332-.372 1.824-.864C11.684 8.558 12 7.796 12 7zm6.023.302c0-.666-.222-1.314-.63-1.84s-.98-.901-1.626-1.066c-.535-.137-.858-.682-.72-1.217.136-.535.681-.858 1.216-.72 1.076.275 2.03.9 2.71 1.777s1.05 1.956 1.05 3.066-.37 2.19-1.05 3.066c-.68.877-1.634 1.502-2.71 1.778-.535.137-1.08-.186-1.217-.721s.186-1.08.721-1.217c.645-.165 1.217-.54 1.626-1.066s.63-1.174.63-1.84m-4.014.243c-.061 1.236-.58 2.408-1.459 3.287-.879.88-2.051 1.398-3.287 1.46L9 12c-1.326 0-2.597-.527-3.535-1.465-.88-.879-1.398-2.051-1.46-3.287L4 7c0-1.326.527-2.597 1.465-3.535S7.674 2 9 2s2.598.527 3.535 1.465S14 5.674 14 7z" }));
|
|
28
|
+
const ForwardRef = React.forwardRef(UsersOutlined);
|
|
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 Youtube = (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.07 4.273h.123c1.13.004 6.858.045 8.402.46.467.127.892.374 1.234.717s.587.769.712 1.236c.139.
|
|
27
|
+
React__namespace.createElement("path", { fill: "currentColor", d: "M12.07 4.273h.123c1.13.004 6.858.045 8.402.46.467.127.892.374 1.234.717s.587.769.712 1.236c.139.522.236 1.214.302 1.928l.014.143.03.357.011.143c.09 1.257.1 2.434.102 2.691v.104c-.001.266-.014 1.523-.113 2.832l-.01.145-.013.143c-.069.786-.17 1.567-.323 2.142-.125.467-.37.894-.712 1.237-.341.342-.767.59-1.234.716-1.595.429-7.658.459-8.498.46h-.195c-.425 0-2.183-.008-4.025-.071l-.234-.008-.12-.006-.235-.01-.235-.01c-1.526-.067-2.98-.175-3.65-.357-.466-.126-.892-.373-1.233-.715-.342-.343-.587-.769-.712-1.236-.153-.573-.254-1.356-.323-2.142l-.011-.145-.011-.143q-.102-1.398-.113-2.8v-.169c.003-.295.014-1.317.088-2.445l.01-.141.004-.072.01-.143.031-.357.014-.143c.066-.714.163-1.407.302-1.928.125-.468.37-.894.712-1.237.341-.342.767-.59 1.234-.716.67-.178 2.123-.288 3.65-.357l.233-.01.237-.008.118-.004.235-.01q1.963-.063 3.927-.07zM9.8 8.687v6.625L15.518 12z" }));
|
|
28
28
|
const ForwardRef = React.forwardRef(Youtube);
|
|
29
29
|
|
|
30
30
|
exports.default = ForwardRef;
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var Icon360View = require('./icons/Icon360View.js');
|
|
4
|
-
var AdjustmentsFilled = require('./icons/AdjustmentsFilled.js');
|
|
5
4
|
var AdjustmentsHorizontalFilled = require('./icons/AdjustmentsHorizontalFilled.js');
|
|
6
5
|
var AdjustmentsHorizontalOutlined = require('./icons/AdjustmentsHorizontalOutlined.js');
|
|
6
|
+
var AdjustmentsFilled = require('./icons/AdjustmentsFilled.js');
|
|
7
7
|
var AdjustmentsOutlined = require('./icons/AdjustmentsOutlined.js');
|
|
8
8
|
var AlertCircleFilled = require('./icons/AlertCircleFilled.js');
|
|
9
9
|
var AlertCircleOutlined = require('./icons/AlertCircleOutlined.js');
|
|
@@ -17,6 +17,13 @@ var ArrowsExpand = require('./icons/ArrowsExpand.js');
|
|
|
17
17
|
var ArrowsUpDown = require('./icons/ArrowsUpDown.js');
|
|
18
18
|
var BellFilled = require('./icons/BellFilled.js');
|
|
19
19
|
var BellOutlined = require('./icons/BellOutlined.js');
|
|
20
|
+
var Bluetooth = require('./icons/Bluetooth.js');
|
|
21
|
+
var BluetoothOff = require('./icons/BluetoothOff.js');
|
|
22
|
+
var BoltOff = require('./icons/BoltOff.js');
|
|
23
|
+
var BoltFilled = require('./icons/BoltFilled.js');
|
|
24
|
+
var BoltOutlined = require('./icons/BoltOutlined.js');
|
|
25
|
+
var BookFilled = require('./icons/BookFilled.js');
|
|
26
|
+
var BookOutlined = require('./icons/BookOutlined.js');
|
|
20
27
|
var Bookmark = require('./icons/Bookmark.js');
|
|
21
28
|
var Calendar = require('./icons/Calendar.js');
|
|
22
29
|
var CameraFilled = require('./icons/CameraFilled.js');
|
|
@@ -29,29 +36,32 @@ var ChevronRight = require('./icons/ChevronRight.js');
|
|
|
29
36
|
var ChevronUp = require('./icons/ChevronUp.js');
|
|
30
37
|
var CircleCheckFilled = require('./icons/CircleCheckFilled.js');
|
|
31
38
|
var CircleCheckOutlined = require('./icons/CircleCheckOutlined.js');
|
|
32
|
-
var CircleFilled = require('./icons/CircleFilled.js');
|
|
33
|
-
var CircleOutlined = require('./icons/CircleOutlined.js');
|
|
34
39
|
var CircleXFilled = require('./icons/CircleXFilled.js');
|
|
35
40
|
var CircleXOutlined = require('./icons/CircleXOutlined.js');
|
|
41
|
+
var CircleFilled = require('./icons/CircleFilled.js');
|
|
42
|
+
var CircleOutlined = require('./icons/CircleOutlined.js');
|
|
36
43
|
var ClockFilled = require('./icons/ClockFilled.js');
|
|
37
44
|
var ClockOutlined = require('./icons/ClockOutlined.js');
|
|
38
45
|
var Copy = require('./icons/Copy.js');
|
|
39
46
|
var CopyrightFilled = require('./icons/CopyrightFilled.js');
|
|
40
47
|
var CopyrightOutlined = require('./icons/CopyrightOutlined.js');
|
|
48
|
+
var CreditCardPay = require('./icons/CreditCardPay.js');
|
|
49
|
+
var CurrencyDollar = require('./icons/CurrencyDollar.js');
|
|
41
50
|
var CurrentLocationFilled = require('./icons/CurrentLocationFilled.js');
|
|
42
51
|
var CurrentLocationOutlined = require('./icons/CurrentLocationOutlined.js');
|
|
43
|
-
var DiscountCheck = require('./icons/DiscountCheck.js');
|
|
44
52
|
var DiscountCheckFilled = require('./icons/DiscountCheckFilled.js');
|
|
53
|
+
var DiscountCheckOutlined = require('./icons/DiscountCheckOutlined.js');
|
|
45
54
|
var Dots = require('./icons/Dots.js');
|
|
46
55
|
var Download = require('./icons/Download.js');
|
|
47
56
|
var EmailFilled = require('./icons/EmailFilled.js');
|
|
48
57
|
var EmailOutlined = require('./icons/EmailOutlined.js');
|
|
49
58
|
var ExternalLink = require('./icons/ExternalLink.js');
|
|
59
|
+
var EyeOff = require('./icons/EyeOff.js');
|
|
50
60
|
var EyeFilled = require('./icons/EyeFilled.js');
|
|
51
61
|
var EyeOutlined = require('./icons/EyeOutlined.js');
|
|
52
|
-
var EyeOutlinedOff = require('./icons/EyeOutlinedOff.js');
|
|
53
62
|
var Facebook = require('./icons/Facebook.js');
|
|
54
63
|
var FileLambda = require('./icons/FileLambda.js');
|
|
64
|
+
var FileMove = require('./icons/FileMove.js');
|
|
55
65
|
var FileText = require('./icons/FileText.js');
|
|
56
66
|
var FileTypeDoc = require('./icons/FileTypeDoc.js');
|
|
57
67
|
var FileTypePdf = require('./icons/FileTypePdf.js');
|
|
@@ -60,18 +70,19 @@ var FilterOutlined = require('./icons/FilterOutlined.js');
|
|
|
60
70
|
var Folders = require('./icons/Folders.js');
|
|
61
71
|
var HeartFilled = require('./icons/HeartFilled.js');
|
|
62
72
|
var HeartOutlined = require('./icons/HeartOutlined.js');
|
|
73
|
+
var History = require('./icons/History.js');
|
|
63
74
|
var HomeFilled = require('./icons/HomeFilled.js');
|
|
64
75
|
var HomeOutlined = require('./icons/HomeOutlined.js');
|
|
65
76
|
var InfoCircleFilled = require('./icons/InfoCircleFilled.js');
|
|
66
77
|
var InfoCircleOutlined = require('./icons/InfoCircleOutlined.js');
|
|
67
78
|
var Instagram = require('./icons/Instagram.js');
|
|
68
79
|
var Link = require('./icons/Link.js');
|
|
69
|
-
var
|
|
80
|
+
var Linkedin = require('./icons/Linkedin.js');
|
|
70
81
|
var List = require('./icons/List.js');
|
|
71
82
|
var Loader = require('./icons/Loader.js');
|
|
72
83
|
var Map = require('./icons/Map.js');
|
|
73
|
-
var MapPinFilled = require('./icons/MapPinFilled.js');
|
|
74
84
|
var MapPinOff = require('./icons/MapPinOff.js');
|
|
85
|
+
var MapPinFilled = require('./icons/MapPinFilled.js');
|
|
75
86
|
var MapPinOutlined = require('./icons/MapPinOutlined.js');
|
|
76
87
|
var Maximize = require('./icons/Maximize.js');
|
|
77
88
|
var Menu2 = require('./icons/Menu2.js');
|
|
@@ -83,7 +94,8 @@ var Minus = require('./icons/Minus.js');
|
|
|
83
94
|
var NavigationFilled = require('./icons/NavigationFilled.js');
|
|
84
95
|
var NavigationOutlined = require('./icons/NavigationOutlined.js');
|
|
85
96
|
var Package = require('./icons/Package.js');
|
|
86
|
-
var
|
|
97
|
+
var Paperclip = require('./icons/Paperclip.js');
|
|
98
|
+
var Pause = require('./icons/Pause.js');
|
|
87
99
|
var PdfReader = require('./icons/PdfReader.js');
|
|
88
100
|
var Pencil = require('./icons/Pencil.js');
|
|
89
101
|
var PhoneFilled = require('./icons/PhoneFilled.js');
|
|
@@ -100,27 +112,31 @@ var Refresh = require('./icons/Refresh.js');
|
|
|
100
112
|
var Registered = require('./icons/Registered.js');
|
|
101
113
|
var Repeat = require('./icons/Repeat.js');
|
|
102
114
|
var Reset = require('./icons/Reset.js');
|
|
115
|
+
var Results = require('./icons/Results.js');
|
|
103
116
|
var Scan = require('./icons/Scan.js');
|
|
104
117
|
var Search = require('./icons/Search.js');
|
|
105
118
|
var SettingsFilled = require('./icons/SettingsFilled.js');
|
|
106
119
|
var SettingsOutlined = require('./icons/SettingsOutlined.js');
|
|
107
|
-
var
|
|
120
|
+
var Share = require('./icons/Share.js');
|
|
108
121
|
var ShoppingBag = require('./icons/ShoppingBag.js');
|
|
109
122
|
var ShoppingCart = require('./icons/ShoppingCart.js');
|
|
110
123
|
var StarFilled = require('./icons/StarFilled.js');
|
|
111
|
-
var
|
|
124
|
+
var StarOutlined = require('./icons/StarOutlined.js');
|
|
112
125
|
var TiktokFilled = require('./icons/TiktokFilled.js');
|
|
113
126
|
var TiktokOutlined = require('./icons/TiktokOutlined.js');
|
|
114
127
|
var Tool = require('./icons/Tool.js');
|
|
115
|
-
var TrashFilled = require('./icons/TrashFilled.js');
|
|
116
128
|
var TrashOff = require('./icons/TrashOff.js');
|
|
129
|
+
var TrashFilled = require('./icons/TrashFilled.js');
|
|
117
130
|
var TrashOutlined = require('./icons/TrashOutlined.js');
|
|
118
131
|
var TrendingDown = require('./icons/TrendingDown.js');
|
|
119
132
|
var TrendingUp = require('./icons/TrendingUp.js');
|
|
120
133
|
var Upload = require('./icons/Upload.js');
|
|
134
|
+
var UserEdit = require('./icons/UserEdit.js');
|
|
135
|
+
var UserPlus = require('./icons/UserPlus.js');
|
|
121
136
|
var UserFilled = require('./icons/UserFilled.js');
|
|
122
137
|
var UserOutlined = require('./icons/UserOutlined.js');
|
|
123
|
-
var
|
|
138
|
+
var UsersFilled = require('./icons/UsersFilled.js');
|
|
139
|
+
var UsersOutlined = require('./icons/UsersOutlined.js');
|
|
124
140
|
var Video = require('./icons/Video.js');
|
|
125
141
|
var Wechat = require('./icons/Wechat.js');
|
|
126
142
|
var Whatsapp = require('./icons/Whatsapp.js');
|
|
@@ -151,9 +167,9 @@ var SingleNeutralActionsChat = require('./iconographics/SingleNeutralActionsChat
|
|
|
151
167
|
|
|
152
168
|
|
|
153
169
|
exports.Icon360View = Icon360View.default;
|
|
154
|
-
exports.AdjustmentsFilled = AdjustmentsFilled.default;
|
|
155
170
|
exports.AdjustmentsHorizontalFilled = AdjustmentsHorizontalFilled.default;
|
|
156
171
|
exports.AdjustmentsHorizontalOutlined = AdjustmentsHorizontalOutlined.default;
|
|
172
|
+
exports.AdjustmentsFilled = AdjustmentsFilled.default;
|
|
157
173
|
exports.AdjustmentsOutlined = AdjustmentsOutlined.default;
|
|
158
174
|
exports.AlertCircleFilled = AlertCircleFilled.default;
|
|
159
175
|
exports.AlertCircleOutlined = AlertCircleOutlined.default;
|
|
@@ -167,6 +183,13 @@ exports.ArrowsExpand = ArrowsExpand.default;
|
|
|
167
183
|
exports.ArrowsUpDown = ArrowsUpDown.default;
|
|
168
184
|
exports.BellFilled = BellFilled.default;
|
|
169
185
|
exports.BellOutlined = BellOutlined.default;
|
|
186
|
+
exports.Bluetooth = Bluetooth.default;
|
|
187
|
+
exports.BluetoothOff = BluetoothOff.default;
|
|
188
|
+
exports.BoltOff = BoltOff.default;
|
|
189
|
+
exports.BoltFilled = BoltFilled.default;
|
|
190
|
+
exports.BoltOutlined = BoltOutlined.default;
|
|
191
|
+
exports.BookFilled = BookFilled.default;
|
|
192
|
+
exports.BookOutlined = BookOutlined.default;
|
|
170
193
|
exports.Bookmark = Bookmark.default;
|
|
171
194
|
exports.Calendar = Calendar.default;
|
|
172
195
|
exports.CameraFilled = CameraFilled.default;
|
|
@@ -179,29 +202,32 @@ exports.ChevronRight = ChevronRight.default;
|
|
|
179
202
|
exports.ChevronUp = ChevronUp.default;
|
|
180
203
|
exports.CircleCheckFilled = CircleCheckFilled.default;
|
|
181
204
|
exports.CircleCheckOutlined = CircleCheckOutlined.default;
|
|
182
|
-
exports.CircleFilled = CircleFilled.default;
|
|
183
|
-
exports.CircleOutlined = CircleOutlined.default;
|
|
184
205
|
exports.CircleXFilled = CircleXFilled.default;
|
|
185
206
|
exports.CircleXOutlined = CircleXOutlined.default;
|
|
207
|
+
exports.CircleFilled = CircleFilled.default;
|
|
208
|
+
exports.CircleOutlined = CircleOutlined.default;
|
|
186
209
|
exports.ClockFilled = ClockFilled.default;
|
|
187
210
|
exports.ClockOutlined = ClockOutlined.default;
|
|
188
211
|
exports.Copy = Copy.default;
|
|
189
212
|
exports.CopyrightFilled = CopyrightFilled.default;
|
|
190
213
|
exports.CopyrightOutlined = CopyrightOutlined.default;
|
|
214
|
+
exports.CreditCardPay = CreditCardPay.default;
|
|
215
|
+
exports.CurrencyDollar = CurrencyDollar.default;
|
|
191
216
|
exports.CurrentLocationFilled = CurrentLocationFilled.default;
|
|
192
217
|
exports.CurrentLocationOutlined = CurrentLocationOutlined.default;
|
|
193
|
-
exports.DiscountCheck = DiscountCheck.default;
|
|
194
218
|
exports.DiscountCheckFilled = DiscountCheckFilled.default;
|
|
219
|
+
exports.DiscountCheckOutlined = DiscountCheckOutlined.default;
|
|
195
220
|
exports.Dots = Dots.default;
|
|
196
221
|
exports.Download = Download.default;
|
|
197
222
|
exports.EmailFilled = EmailFilled.default;
|
|
198
223
|
exports.EmailOutlined = EmailOutlined.default;
|
|
199
224
|
exports.ExternalLink = ExternalLink.default;
|
|
225
|
+
exports.EyeOff = EyeOff.default;
|
|
200
226
|
exports.EyeFilled = EyeFilled.default;
|
|
201
227
|
exports.EyeOutlined = EyeOutlined.default;
|
|
202
|
-
exports.EyeOutlinedOff = EyeOutlinedOff.default;
|
|
203
228
|
exports.Facebook = Facebook.default;
|
|
204
229
|
exports.FileLambda = FileLambda.default;
|
|
230
|
+
exports.FileMove = FileMove.default;
|
|
205
231
|
exports.FileText = FileText.default;
|
|
206
232
|
exports.FileTypeDoc = FileTypeDoc.default;
|
|
207
233
|
exports.FileTypePdf = FileTypePdf.default;
|
|
@@ -210,18 +236,19 @@ exports.FilterOutlined = FilterOutlined.default;
|
|
|
210
236
|
exports.Folders = Folders.default;
|
|
211
237
|
exports.HeartFilled = HeartFilled.default;
|
|
212
238
|
exports.HeartOutlined = HeartOutlined.default;
|
|
239
|
+
exports.History = History.default;
|
|
213
240
|
exports.HomeFilled = HomeFilled.default;
|
|
214
241
|
exports.HomeOutlined = HomeOutlined.default;
|
|
215
242
|
exports.InfoCircleFilled = InfoCircleFilled.default;
|
|
216
243
|
exports.InfoCircleOutlined = InfoCircleOutlined.default;
|
|
217
244
|
exports.Instagram = Instagram.default;
|
|
218
245
|
exports.Link = Link.default;
|
|
219
|
-
exports.
|
|
246
|
+
exports.Linkedin = Linkedin.default;
|
|
220
247
|
exports.List = List.default;
|
|
221
248
|
exports.Loader = Loader.default;
|
|
222
249
|
exports.Map = Map.default;
|
|
223
|
-
exports.MapPinFilled = MapPinFilled.default;
|
|
224
250
|
exports.MapPinOff = MapPinOff.default;
|
|
251
|
+
exports.MapPinFilled = MapPinFilled.default;
|
|
225
252
|
exports.MapPinOutlined = MapPinOutlined.default;
|
|
226
253
|
exports.Maximize = Maximize.default;
|
|
227
254
|
exports.Menu2 = Menu2.default;
|
|
@@ -233,7 +260,8 @@ exports.Minus = Minus.default;
|
|
|
233
260
|
exports.NavigationFilled = NavigationFilled.default;
|
|
234
261
|
exports.NavigationOutlined = NavigationOutlined.default;
|
|
235
262
|
exports.Package = Package.default;
|
|
236
|
-
exports.
|
|
263
|
+
exports.Paperclip = Paperclip.default;
|
|
264
|
+
exports.Pause = Pause.default;
|
|
237
265
|
exports.PdfReader = PdfReader.default;
|
|
238
266
|
exports.Pencil = Pencil.default;
|
|
239
267
|
exports.PhoneFilled = PhoneFilled.default;
|
|
@@ -250,27 +278,31 @@ exports.Refresh = Refresh.default;
|
|
|
250
278
|
exports.Registered = Registered.default;
|
|
251
279
|
exports.Repeat = Repeat.default;
|
|
252
280
|
exports.Reset = Reset.default;
|
|
281
|
+
exports.Results = Results.default;
|
|
253
282
|
exports.Scan = Scan.default;
|
|
254
283
|
exports.Search = Search.default;
|
|
255
284
|
exports.SettingsFilled = SettingsFilled.default;
|
|
256
285
|
exports.SettingsOutlined = SettingsOutlined.default;
|
|
257
|
-
exports.
|
|
286
|
+
exports.Share = Share.default;
|
|
258
287
|
exports.ShoppingBag = ShoppingBag.default;
|
|
259
288
|
exports.ShoppingCart = ShoppingCart.default;
|
|
260
289
|
exports.StarFilled = StarFilled.default;
|
|
261
|
-
exports.
|
|
290
|
+
exports.StarOutlined = StarOutlined.default;
|
|
262
291
|
exports.TiktokFilled = TiktokFilled.default;
|
|
263
292
|
exports.TiktokOutlined = TiktokOutlined.default;
|
|
264
293
|
exports.Tool = Tool.default;
|
|
265
|
-
exports.TrashFilled = TrashFilled.default;
|
|
266
294
|
exports.TrashOff = TrashOff.default;
|
|
295
|
+
exports.TrashFilled = TrashFilled.default;
|
|
267
296
|
exports.TrashOutlined = TrashOutlined.default;
|
|
268
297
|
exports.TrendingDown = TrendingDown.default;
|
|
269
298
|
exports.TrendingUp = TrendingUp.default;
|
|
270
299
|
exports.Upload = Upload.default;
|
|
300
|
+
exports.UserEdit = UserEdit.default;
|
|
301
|
+
exports.UserPlus = UserPlus.default;
|
|
271
302
|
exports.UserFilled = UserFilled.default;
|
|
272
303
|
exports.UserOutlined = UserOutlined.default;
|
|
273
|
-
exports.
|
|
304
|
+
exports.UsersFilled = UsersFilled.default;
|
|
305
|
+
exports.UsersOutlined = UsersOutlined.default;
|
|
274
306
|
exports.Video = Video.default;
|
|
275
307
|
exports.Wechat = Wechat.default;
|
|
276
308
|
exports.Whatsapp = Whatsapp.default;
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
4
|
const AlertCircleFilled = (props, ref) => React.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 },
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "M12 2c5.523 0 10 4.
|
|
5
|
+
React.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" }));
|
|
6
6
|
const ForwardRef = forwardRef(AlertCircleFilled);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
4
|
const AlertTriangleFilled = (props, ref) => React.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 },
|
|
5
|
-
React.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-.
|
|
5
|
+
React.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" }));
|
|
6
6
|
const ForwardRef = forwardRef(AlertTriangleFilled);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
|
-
const ArrowForward = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
5
|
-
React.createElement("path", { fill: "currentColor", d: "
|
|
4
|
+
const ArrowForward = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
6
|
const ForwardRef = forwardRef(ArrowForward);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const Bluetooth = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(Bluetooth);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BluetoothOff = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BluetoothOff);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BoltFilled = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BoltFilled);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BoltOff = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BoltOff);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BoltOutlined = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BoltOutlined);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BookFilled = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BookFilled);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const BookOutlined = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(BookOutlined);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
4
|
const CircleCheckFilled = (props, ref) => React.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 },
|
|
5
|
-
React.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.
|
|
5
|
+
React.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" }));
|
|
6
6
|
const ForwardRef = forwardRef(CircleCheckFilled);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
4
|
const CircleXFilled = (props, ref) => React.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 },
|
|
5
|
-
React.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.
|
|
5
|
+
React.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" }));
|
|
6
6
|
const ForwardRef = forwardRef(CircleXFilled);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const CreditCardPay = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(CreditCardPay);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
const CurrencyDollar = (props, ref) => React.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 },
|
|
5
|
+
React.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" }));
|
|
6
|
+
const ForwardRef = forwardRef(CurrencyDollar);
|
|
7
|
+
|
|
8
|
+
export { ForwardRef as default };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const DiscountCheckOutlined = (props, ref) => React.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 },
|
|
5
5
|
React.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" }));
|
|
6
|
-
const ForwardRef = forwardRef(
|
|
6
|
+
const ForwardRef = forwardRef(DiscountCheckOutlined);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|
|
@@ -2,7 +2,7 @@ import * as React from 'react';
|
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
4
|
const ExternalLink = (props, ref) => React.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 },
|
|
5
|
-
React.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" }),
|
|
5
|
+
React.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" }),
|
|
6
6
|
React.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" }));
|
|
7
7
|
const ForwardRef = forwardRef(ExternalLink);
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
3
|
|
|
4
|
-
const
|
|
4
|
+
const EyeOff = (props, ref) => React.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 },
|
|
5
5
|
React.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" }));
|
|
6
|
-
const ForwardRef = forwardRef(
|
|
6
|
+
const ForwardRef = forwardRef(EyeOff);
|
|
7
7
|
|
|
8
8
|
export { ForwardRef as default };
|