nzk-react-components 1.1.9 → 1.1.10

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.
@@ -0,0 +1,36 @@
1
+ 'use strict';
2
+
3
+ var tslib = require('tslib');
4
+ var React = require('react');
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return 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 () {
16
+ return e[k];
17
+ }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n['default'] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ var SvgArrowLeftAlt = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ "data-name": "Icon - Arrow - Left", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
29
+ React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
30
+ React__namespace.createElement("path", { "data-name": "Path 5393", d: "M74.166 22.448a22.505 22.505 0 0 1 10.279 4.457c6.034 4.859 8.546 16.4 2.666 22.474a12.174 12.174 0 0 1-4.438 2.534L56.506 62.269l11.66 4.613c3.242 1.283 6.388 3.527 9.783 1.911 2.239-1.066 8.011-3.27 10.137-.941a5.171 5.171 0 0 1 1.015 2.068c2.167 7.258-.433 15.223-4.885 21.152-2.9 3.868-5.95 7.859-10.2 10.08-9.3 4.864-16.687-2-23.425-7.29-9.436-7.411-18.157-17.077-26.912-25.313-3.523-3.313-6.243-7.954-5.192-12.96a11.367 11.367 0 0 1 5.371-7.409c3.06-1.766 6.813-2.017 9.865-3.8a30.789 30.789 0 0 0 3.333-2.454 99.477 99.477 0 0 1 8.64-6.384c1.2-.739 2.552-1.2 3.818-1.831 4-1.983 7.048-6.315 10.837-8.832 3.882-2.579 8.97-3.249 13.817-2.436", fill: "#bebebe" }),
31
+ React__namespace.createElement("path", { "data-name": "Path 5394", d: "m78.945 80.187 7-13.316a3.359 3.359 0 0 1 2.14.981 5.173 5.173 0 0 1 1.015 2.067c2.167 7.259-.433 15.224-4.885 21.153-2.43 3.237-4.97 6.546-8.222 8.846a23.54 23.54 0 0 1-1.016.545 5.273 5.273 0 0 1-1.939.639c-2.007.142-3.521-1.889-3.495-3.751.029-2.153 1.839-3.463 3.128-4.93 2.9-3.3 4.228-8.341 6.274-12.234", fill: "#8b8b8b" }),
32
+ React__namespace.createElement("path", { "data-name": "Path 5395", d: "M57.787 47.4a40.649 40.649 0 0 1 7.44-3.486 41.8 41.8 0 0 1 7.624-2.6c3.795-.723 14.793.441 13.892 6.462a5.83 5.83 0 0 1-1.577 3.024 23.013 23.013 0 0 1-2.5 1.117l-26.16 10.351 4.136 1.632a8.752 8.752 0 0 1-2.548-.462 8.45 8.45 0 0 1-5.249-9.7 11.243 11.243 0 0 1 4.942-6.338", fill: "#8b8b8b" }),
33
+ React__namespace.createElement("path", { "data-name": "Path 5396", d: "M19.708 53.233c.347-2.429 2.2-4.3 3.971-5.965q13.133-12.354 27.3-23.488c6.741-5.292 13.734-13.98 23.037-9.115 4.25 2.222 7.295 6.212 10.2 10.08 3.525 4.694 6.982 11.7 2.9 15.914a12.158 12.158 0 0 1-4.438 2.534L56.506 53.549 82.675 63.9a12.146 12.146 0 0 1 4.438 2.535c4.084 4.216.627 11.22-2.9 15.913-2.9 3.868-5.949 7.859-10.2 10.08-9.3 4.864-16.3-3.822-23.034-9.114Q36.828 72.2 23.679 59.829c-1.558-1.464-3.181-3.094-3.783-5.121a2.905 2.905 0 0 1-.188-1.475", fill: "#fff" }))); };
34
+
35
+ module.exports = SvgArrowLeftAlt;
36
+ //# sourceMappingURL=ArrowLeftAlt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowLeftAlt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,37 @@
1
+ 'use strict';
2
+
3
+ var tslib = require('tslib');
4
+ var React = require('react');
5
+
6
+ function _interopNamespace(e) {
7
+ if (e && e.__esModule) return 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 () {
16
+ return e[k];
17
+ }
18
+ });
19
+ }
20
+ });
21
+ }
22
+ n['default'] = e;
23
+ return Object.freeze(n);
24
+ }
25
+
26
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
+
28
+ var SvgArrowRightAlt = function (props) { return (React__namespace.createElement("svg", tslib.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
29
+ React__namespace.createElement("path", { "data-name": "Path 5397", d: "M98.134 67.41a11.205 11.205 0 0 0-1.676-3.91 14.17 14.17 0 0 0-3.516-4.408Q79.809 46.735 65.639 35.6C58.9 30.309 51.908 21.623 42.6 26.486c-4.249 2.222-7.3 6.213-10.2 10.081a29.1 29.1 0 0 0-3.624 6.2c-3.326 5.627-3.866 13.695.727 18.436a7.879 7.879 0 0 0 1.943 1.418 23.013 23.013 0 0 0 2.495 1.117l15.152 6-15.147 5.987a12.16 12.16 0 0 0-4.438 2.535 6.406 6.406 0 0 0-1.194 1.7 5.919 5.919 0 0 0-.794 1.775 18.461 18.461 0 0 0-.6 2.75 22.126 22.126 0 0 0 .945 9.681 29.217 29.217 0 0 0 3.723 7.587c.263.386.535.764.812 1.135.314.417.629.836.948 1.253l.6.777c.125.161.249.323.376.483.245.311.495.618.745.925l.236.286q.425.512.861 1.008l.094.105a22.63 22.63 0 0 0 6.338 5.243c9.3 4.863 16.687-2 23.425-7.291 9.436-7.41 18.158-17.076 26.913-25.312 3.523-3.313 6.243-7.954 5.192-12.96", opacity: 0.3 }),
30
+ React__namespace.createElement("path", { "data-name": "Path 5398", d: "M43.7 22.448a22.505 22.505 0 0 0-10.279 4.457c-6.034 4.859-8.546 16.4-2.666 22.474a12.174 12.174 0 0 0 4.438 2.534L61.36 62.269 49.7 66.882c-3.242 1.283-6.388 3.527-9.783 1.911-2.239-1.066-8.011-3.27-10.137-.941a5.171 5.171 0 0 0-1.015 2.068c-2.167 7.258.433 15.223 4.885 21.152 2.9 3.868 5.95 7.859 10.2 10.08 9.3 4.864 16.687-2 23.425-7.29 9.436-7.411 18.157-17.077 26.912-25.313 3.523-3.313 6.243-7.954 5.192-12.96a11.367 11.367 0 0 0-5.371-7.409c-3.06-1.766-6.813-2.017-9.865-3.8a30.79 30.79 0 0 1-3.333-2.454 99.476 99.476 0 0 0-8.64-6.384c-1.2-.739-2.552-1.2-3.818-1.831-4-1.983-7.048-6.315-10.837-8.832-3.882-2.579-8.97-3.249-13.817-2.436", fill: "#bebebe" }),
31
+ React__namespace.createElement("path", { "data-name": "Path 5399", d: "m38.921 80.187-7-13.316a3.359 3.359 0 0 0-2.14.981 5.173 5.173 0 0 0-1.015 2.067c-2.167 7.259.433 15.224 4.885 21.153 2.43 3.237 4.969 6.546 8.222 8.846.335.188.67.373 1.016.545a5.268 5.268 0 0 0 1.938.639c2.007.142 3.521-1.889 3.5-3.751-.031-2.153-1.839-3.463-3.129-4.93-2.9-3.3-4.228-8.341-6.273-12.234", fill: "#8b8b8b" }),
32
+ React__namespace.createElement("path", { "data-name": "Path 5400", d: "M60.079 47.4a40.649 40.649 0 0 0-7.44-3.486 41.8 41.8 0 0 0-7.624-2.6c-3.795-.723-14.793.441-13.892 6.462A5.83 5.83 0 0 0 32.7 50.8a23.012 23.012 0 0 0 2.5 1.117l26.16 10.351-4.136 1.632a8.752 8.752 0 0 0 2.548-.462 8.45 8.45 0 0 0 5.249-9.7 11.243 11.243 0 0 0-4.942-6.338", fill: "#8b8b8b" }),
33
+ React__namespace.createElement("path", { "data-name": "Path 5401", d: "M98.158 53.233c-.347-2.429-2.2-4.3-3.971-5.965Q81.055 34.914 66.884 23.78C60.146 18.488 53.153 9.8 43.85 14.665c-4.25 2.222-7.295 6.212-10.2 10.08-3.525 4.694-6.982 11.7-2.9 15.914a12.166 12.166 0 0 0 4.438 2.534L61.36 53.549 35.191 63.9a12.154 12.154 0 0 0-4.438 2.535c-4.084 4.216-.627 11.22 2.9 15.913 2.9 3.868 5.949 7.859 10.2 10.08 9.3 4.864 16.3-3.822 23.034-9.114q14.151-11.114 27.3-23.485c1.558-1.464 3.181-3.094 3.783-5.121a2.9 2.9 0 0 0 .188-1.475", fill: "#fff" }),
34
+ React__namespace.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
35
+
36
+ module.exports = SvgArrowRightAlt;
37
+ //# sourceMappingURL=ArrowRightAlt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRightAlt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/cjs/index.js CHANGED
@@ -26,7 +26,9 @@ var AdvancedTutoring = require('./icons/AdvancedTutoring.js');
26
26
  var Ant = require('./icons/Ant.js');
27
27
  var Archive = require('./icons/Archive.js');
28
28
  var ArrowDown = require('./icons/ArrowDown.js');
29
+ var ArrowLeftAlt = require('./icons/ArrowLeftAlt.js');
29
30
  var ArrowLeft = require('./icons/ArrowLeft.js');
31
+ var ArrowRightAlt = require('./icons/ArrowRightAlt.js');
30
32
  var ArrowRight = require('./icons/ArrowRight.js');
31
33
  var ArrowUp = require('./icons/ArrowUp.js');
32
34
  var Audio = require('./icons/Audio.js');
@@ -228,7 +230,9 @@ exports.AdvancedTutoring = AdvancedTutoring;
228
230
  exports.Ant = Ant;
229
231
  exports.Archive = Archive;
230
232
  exports.ArrowDown = ArrowDown;
233
+ exports.ArrowLeftAlt = ArrowLeftAlt;
231
234
  exports.ArrowLeft = ArrowLeft;
235
+ exports.ArrowRightAlt = ArrowRightAlt;
232
236
  exports.ArrowRight = ArrowRight;
233
237
  exports.ArrowUp = ArrowUp;
234
238
  exports.Audio = Audio;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,12 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgArrowLeftAlt = function (props) { return (React.createElement("svg", __assign({ "data-name": "Icon - Arrow - Left", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }),
6
+ React.createElement("path", { "data-name": "Path 5393", d: "M74.166 22.448a22.505 22.505 0 0 1 10.279 4.457c6.034 4.859 8.546 16.4 2.666 22.474a12.174 12.174 0 0 1-4.438 2.534L56.506 62.269l11.66 4.613c3.242 1.283 6.388 3.527 9.783 1.911 2.239-1.066 8.011-3.27 10.137-.941a5.171 5.171 0 0 1 1.015 2.068c2.167 7.258-.433 15.223-4.885 21.152-2.9 3.868-5.95 7.859-10.2 10.08-9.3 4.864-16.687-2-23.425-7.29-9.436-7.411-18.157-17.077-26.912-25.313-3.523-3.313-6.243-7.954-5.192-12.96a11.367 11.367 0 0 1 5.371-7.409c3.06-1.766 6.813-2.017 9.865-3.8a30.789 30.789 0 0 0 3.333-2.454 99.477 99.477 0 0 1 8.64-6.384c1.2-.739 2.552-1.2 3.818-1.831 4-1.983 7.048-6.315 10.837-8.832 3.882-2.579 8.97-3.249 13.817-2.436", fill: "#bebebe" }),
7
+ React.createElement("path", { "data-name": "Path 5394", d: "m78.945 80.187 7-13.316a3.359 3.359 0 0 1 2.14.981 5.173 5.173 0 0 1 1.015 2.067c2.167 7.259-.433 15.224-4.885 21.153-2.43 3.237-4.97 6.546-8.222 8.846a23.54 23.54 0 0 1-1.016.545 5.273 5.273 0 0 1-1.939.639c-2.007.142-3.521-1.889-3.495-3.751.029-2.153 1.839-3.463 3.128-4.93 2.9-3.3 4.228-8.341 6.274-12.234", fill: "#8b8b8b" }),
8
+ React.createElement("path", { "data-name": "Path 5395", d: "M57.787 47.4a40.649 40.649 0 0 1 7.44-3.486 41.8 41.8 0 0 1 7.624-2.6c3.795-.723 14.793.441 13.892 6.462a5.83 5.83 0 0 1-1.577 3.024 23.013 23.013 0 0 1-2.5 1.117l-26.16 10.351 4.136 1.632a8.752 8.752 0 0 1-2.548-.462 8.45 8.45 0 0 1-5.249-9.7 11.243 11.243 0 0 1 4.942-6.338", fill: "#8b8b8b" }),
9
+ React.createElement("path", { "data-name": "Path 5396", d: "M19.708 53.233c.347-2.429 2.2-4.3 3.971-5.965q13.133-12.354 27.3-23.488c6.741-5.292 13.734-13.98 23.037-9.115 4.25 2.222 7.295 6.212 10.2 10.08 3.525 4.694 6.982 11.7 2.9 15.914a12.158 12.158 0 0 1-4.438 2.534L56.506 53.549 82.675 63.9a12.146 12.146 0 0 1 4.438 2.535c4.084 4.216.627 11.22-2.9 15.913-2.9 3.868-5.949 7.859-10.2 10.08-9.3 4.864-16.3-3.822-23.034-9.114Q36.828 72.2 23.679 59.829c-1.558-1.464-3.181-3.094-3.783-5.121a2.905 2.905 0 0 1-.188-1.475", fill: "#fff" }))); };
10
+
11
+ export { SvgArrowLeftAlt as default };
12
+ //# sourceMappingURL=ArrowLeftAlt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowLeftAlt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;"}
@@ -0,0 +1,13 @@
1
+ import { __assign } from 'tslib';
2
+ import * as React from 'react';
3
+
4
+ var SvgArrowRightAlt = function (props) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 120 120" }, props),
5
+ React.createElement("path", { "data-name": "Path 5397", d: "M98.134 67.41a11.205 11.205 0 0 0-1.676-3.91 14.17 14.17 0 0 0-3.516-4.408Q79.809 46.735 65.639 35.6C58.9 30.309 51.908 21.623 42.6 26.486c-4.249 2.222-7.3 6.213-10.2 10.081a29.1 29.1 0 0 0-3.624 6.2c-3.326 5.627-3.866 13.695.727 18.436a7.879 7.879 0 0 0 1.943 1.418 23.013 23.013 0 0 0 2.495 1.117l15.152 6-15.147 5.987a12.16 12.16 0 0 0-4.438 2.535 6.406 6.406 0 0 0-1.194 1.7 5.919 5.919 0 0 0-.794 1.775 18.461 18.461 0 0 0-.6 2.75 22.126 22.126 0 0 0 .945 9.681 29.217 29.217 0 0 0 3.723 7.587c.263.386.535.764.812 1.135.314.417.629.836.948 1.253l.6.777c.125.161.249.323.376.483.245.311.495.618.745.925l.236.286q.425.512.861 1.008l.094.105a22.63 22.63 0 0 0 6.338 5.243c9.3 4.863 16.687-2 23.425-7.291 9.436-7.41 18.158-17.076 26.913-25.312 3.523-3.313 6.243-7.954 5.192-12.96", opacity: 0.3 }),
6
+ React.createElement("path", { "data-name": "Path 5398", d: "M43.7 22.448a22.505 22.505 0 0 0-10.279 4.457c-6.034 4.859-8.546 16.4-2.666 22.474a12.174 12.174 0 0 0 4.438 2.534L61.36 62.269 49.7 66.882c-3.242 1.283-6.388 3.527-9.783 1.911-2.239-1.066-8.011-3.27-10.137-.941a5.171 5.171 0 0 0-1.015 2.068c-2.167 7.258.433 15.223 4.885 21.152 2.9 3.868 5.95 7.859 10.2 10.08 9.3 4.864 16.687-2 23.425-7.29 9.436-7.411 18.157-17.077 26.912-25.313 3.523-3.313 6.243-7.954 5.192-12.96a11.367 11.367 0 0 0-5.371-7.409c-3.06-1.766-6.813-2.017-9.865-3.8a30.79 30.79 0 0 1-3.333-2.454 99.476 99.476 0 0 0-8.64-6.384c-1.2-.739-2.552-1.2-3.818-1.831-4-1.983-7.048-6.315-10.837-8.832-3.882-2.579-8.97-3.249-13.817-2.436", fill: "#bebebe" }),
7
+ React.createElement("path", { "data-name": "Path 5399", d: "m38.921 80.187-7-13.316a3.359 3.359 0 0 0-2.14.981 5.173 5.173 0 0 0-1.015 2.067c-2.167 7.259.433 15.224 4.885 21.153 2.43 3.237 4.969 6.546 8.222 8.846.335.188.67.373 1.016.545a5.268 5.268 0 0 0 1.938.639c2.007.142 3.521-1.889 3.5-3.751-.031-2.153-1.839-3.463-3.129-4.93-2.9-3.3-4.228-8.341-6.273-12.234", fill: "#8b8b8b" }),
8
+ React.createElement("path", { "data-name": "Path 5400", d: "M60.079 47.4a40.649 40.649 0 0 0-7.44-3.486 41.8 41.8 0 0 0-7.624-2.6c-3.795-.723-14.793.441-13.892 6.462A5.83 5.83 0 0 0 32.7 50.8a23.012 23.012 0 0 0 2.5 1.117l26.16 10.351-4.136 1.632a8.752 8.752 0 0 0 2.548-.462 8.45 8.45 0 0 0 5.249-9.7 11.243 11.243 0 0 0-4.942-6.338", fill: "#8b8b8b" }),
9
+ React.createElement("path", { "data-name": "Path 5401", d: "M98.158 53.233c-.347-2.429-2.2-4.3-3.971-5.965Q81.055 34.914 66.884 23.78C60.146 18.488 53.153 9.8 43.85 14.665c-4.25 2.222-7.295 6.212-10.2 10.08-3.525 4.694-6.982 11.7-2.9 15.914a12.166 12.166 0 0 0 4.438 2.534L61.36 53.549 35.191 63.9a12.154 12.154 0 0 0-4.438 2.535c-4.084 4.216-.627 11.22 2.9 15.913 2.9 3.868 5.949 7.859 10.2 10.08 9.3 4.864 16.3-3.822 23.034-9.114q14.151-11.114 27.3-23.485c1.558-1.464 3.181-3.094 3.783-5.121a2.9 2.9 0 0 0 .188-1.475", fill: "#fff" }),
10
+ React.createElement("path", { fill: "none", d: "M0 0h120v120H0z" }))); };
11
+
12
+ export { SvgArrowRightAlt as default };
13
+ //# sourceMappingURL=ArrowRightAlt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowRightAlt.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
package/dist/esm/index.js CHANGED
@@ -22,7 +22,9 @@ export { default as AdvancedTutoring } from './icons/AdvancedTutoring.js';
22
22
  export { default as Ant } from './icons/Ant.js';
23
23
  export { default as Archive } from './icons/Archive.js';
24
24
  export { default as ArrowDown } from './icons/ArrowDown.js';
25
+ export { default as ArrowLeftAlt } from './icons/ArrowLeftAlt.js';
25
26
  export { default as ArrowLeft } from './icons/ArrowLeft.js';
27
+ export { default as ArrowRightAlt } from './icons/ArrowRightAlt.js';
26
28
  export { default as ArrowRight } from './icons/ArrowRight.js';
27
29
  export { default as ArrowUp } from './icons/ArrowUp.js';
28
30
  export { default as Audio } from './icons/Audio.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from "react";
2
+ declare const SvgArrowLeftAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgArrowLeftAlt;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from "react";
2
+ declare const SvgArrowRightAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SvgArrowRightAlt;
@@ -7,7 +7,9 @@ export { default as AdvancedTutoring } from "./AdvancedTutoring";
7
7
  export { default as Ant } from "./Ant";
8
8
  export { default as Archive } from "./Archive";
9
9
  export { default as ArrowDown } from "./ArrowDown";
10
+ export { default as ArrowLeftAlt } from "./ArrowLeftAlt";
10
11
  export { default as ArrowLeft } from "./ArrowLeft";
12
+ export { default as ArrowRightAlt } from "./ArrowRightAlt";
11
13
  export { default as ArrowRight } from "./ArrowRight";
12
14
  export { default as ArrowUp } from "./ArrowUp";
13
15
  export { default as Audio } from "./Audio";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nzk-react-components",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/index.js",
6
6
  "files": [