@dhis2/ui-icons 9.1.2 → 9.3.0-alpha.1

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,44 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+
14
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function SvgVisualizationOutlierTable16(_ref) {
19
+ let {
20
+ color,
21
+ dataTest
22
+ } = _ref;
23
+ return /*#__PURE__*/React.createElement("svg", {
24
+ width: 16,
25
+ height: 16,
26
+ viewBox: "0 0 16 16",
27
+ fill: "none",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ color: color,
30
+ "data-test": dataTest
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ fillRule: "evenodd",
33
+ clipRule: "evenodd",
34
+ d: "M2 2h3v2H2V2zm4 2V2h3v2H6zm4 0V2h4v2h-4zm4 4V5h-4v2H9V5H6v4h1v1H6v1H5v-1H2v4h4v1H1V1h14v7h-1zM5 9H2V5h3v4zm7 3v1h-1v-1h1zm4 2l-4.5-8L7 14h9zm-4-5h-1v2h1V9z",
35
+ fill: "currentColor"
36
+ }));
37
+ }
38
+
39
+ SvgVisualizationOutlierTable16.propTypes = {
40
+ color: _propTypes.default.string,
41
+ dataTest: _propTypes.default.string
42
+ };
43
+ var _default = SvgVisualizationOutlierTable16;
44
+ exports.default = _default;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+
10
+ var React = _interopRequireWildcard(require("react"));
11
+
12
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
+
14
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
+
16
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+
18
+ function SvgVisualizationOutlierTable24(_ref) {
19
+ let {
20
+ color,
21
+ dataTest
22
+ } = _ref;
23
+ return /*#__PURE__*/React.createElement("svg", {
24
+ width: 24,
25
+ height: 24,
26
+ viewBox: "0 0 24 24",
27
+ fill: "none",
28
+ xmlns: "http://www.w3.org/2000/svg",
29
+ color: color,
30
+ "data-test": dataTest
31
+ }, /*#__PURE__*/React.createElement("path", {
32
+ fillRule: "evenodd",
33
+ clipRule: "evenodd",
34
+ d: "M2 2h20v13h-2V8h-7v2h-2V8H4v5h6v2H4v5h2v2H2V2zm11 4h7V4h-7v2zm-2-2v2H4V4h7zm5 14v2h-2v-2h2zm-1-9l7 12H8l7-12zm1 4h-2v4h2v-4z",
35
+ fill: "currentColor"
36
+ }));
37
+ }
38
+
39
+ SvgVisualizationOutlierTable24.propTypes = {
40
+ color: _propTypes.default.string,
41
+ dataTest: _propTypes.default.string
42
+ };
43
+ var _default = SvgVisualizationOutlierTable24;
44
+ exports.default = _default;
@@ -1449,6 +1449,18 @@ Object.defineProperty(exports, "IconVisualizationLinelist24", {
1449
1449
  return _VisualizationLinelist2.default;
1450
1450
  }
1451
1451
  });
1452
+ Object.defineProperty(exports, "IconVisualizationOutlierTable16", {
1453
+ enumerable: true,
1454
+ get: function () {
1455
+ return _VisualizationOutlierTable.default;
1456
+ }
1457
+ });
1458
+ Object.defineProperty(exports, "IconVisualizationOutlierTable24", {
1459
+ enumerable: true,
1460
+ get: function () {
1461
+ return _VisualizationOutlierTable2.default;
1462
+ }
1463
+ });
1452
1464
  Object.defineProperty(exports, "IconVisualizationPie16", {
1453
1465
  enumerable: true,
1454
1466
  get: function () {
@@ -2040,6 +2052,10 @@ var _VisualizationLinelist = _interopRequireDefault(require("./VisualizationLine
2040
2052
 
2041
2053
  var _VisualizationLinelist2 = _interopRequireDefault(require("./VisualizationLinelist24.js"));
2042
2054
 
2055
+ var _VisualizationOutlierTable = _interopRequireDefault(require("./VisualizationOutlierTable16.js"));
2056
+
2057
+ var _VisualizationOutlierTable2 = _interopRequireDefault(require("./VisualizationOutlierTable24.js"));
2058
+
2043
2059
  var _VisualizationPie = _interopRequireDefault(require("./VisualizationPie16.js"));
2044
2060
 
2045
2061
  var _VisualizationPie2 = _interopRequireDefault(require("./VisualizationPie24.js"));
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2H5V4H2V2ZM6 4V2H9V4H6ZM10 4V2H14V4H10ZM14 8V5H10V7H9V5H6V9H7V10H6V11H5V10H2V14H6V15H1V1H15V8H14ZM5 9H2V5H5V9ZM12 12V13H11V12H12ZM16 14L11.5 6L7 14H16ZM12 9H11V11H12V9Z" fill="#010101"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2H22V15H20V8H13V10H11V8H4V13H10V15H4V20H6V22H2V2ZM13 6H20V4H13V6ZM11 4V6H4V4H11ZM16 18V20H14V18H16ZM15 9L22 21H8L15 9ZM16 13H14V17H16V13Z" fill="#010101"/>
3
+ </svg>
@@ -0,0 +1,29 @@
1
+ import PropTypes from 'prop-types';
2
+ import * as React from 'react';
3
+
4
+ function SvgVisualizationOutlierTable16(_ref) {
5
+ let {
6
+ color,
7
+ dataTest
8
+ } = _ref;
9
+ return /*#__PURE__*/React.createElement("svg", {
10
+ width: 16,
11
+ height: 16,
12
+ viewBox: "0 0 16 16",
13
+ fill: "none",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ color: color,
16
+ "data-test": dataTest
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M2 2h3v2H2V2zm4 2V2h3v2H6zm4 0V2h4v2h-4zm4 4V5h-4v2H9V5H6v4h1v1H6v1H5v-1H2v4h4v1H1V1h14v7h-1zM5 9H2V5h3v4zm7 3v1h-1v-1h1zm4 2l-4.5-8L7 14h9zm-4-5h-1v2h1V9z",
21
+ fill: "currentColor"
22
+ }));
23
+ }
24
+
25
+ SvgVisualizationOutlierTable16.propTypes = {
26
+ color: PropTypes.string,
27
+ dataTest: PropTypes.string
28
+ };
29
+ export default SvgVisualizationOutlierTable16;
@@ -0,0 +1,29 @@
1
+ import PropTypes from 'prop-types';
2
+ import * as React from 'react';
3
+
4
+ function SvgVisualizationOutlierTable24(_ref) {
5
+ let {
6
+ color,
7
+ dataTest
8
+ } = _ref;
9
+ return /*#__PURE__*/React.createElement("svg", {
10
+ width: 24,
11
+ height: 24,
12
+ viewBox: "0 0 24 24",
13
+ fill: "none",
14
+ xmlns: "http://www.w3.org/2000/svg",
15
+ color: color,
16
+ "data-test": dataTest
17
+ }, /*#__PURE__*/React.createElement("path", {
18
+ fillRule: "evenodd",
19
+ clipRule: "evenodd",
20
+ d: "M2 2h20v13h-2V8h-7v2h-2V8H4v5h6v2H4v5h2v2H2V2zm11 4h7V4h-7v2zm-2-2v2H4V4h7zm5 14v2h-2v-2h2zm-1-9l7 12H8l7-12zm1 4h-2v4h2v-4z",
21
+ fill: "currentColor"
22
+ }));
23
+ }
24
+
25
+ SvgVisualizationOutlierTable24.propTypes = {
26
+ color: PropTypes.string,
27
+ dataTest: PropTypes.string
28
+ };
29
+ export default SvgVisualizationOutlierTable24;
@@ -239,6 +239,8 @@ export { default as IconVisualizationLineMulti16 } from './VisualizationLineMult
239
239
  export { default as IconVisualizationLineMulti24 } from './VisualizationLineMulti24.js';
240
240
  export { default as IconVisualizationLinelist16 } from './VisualizationLinelist16.js';
241
241
  export { default as IconVisualizationLinelist24 } from './VisualizationLinelist24.js';
242
+ export { default as IconVisualizationOutlierTable16 } from './VisualizationOutlierTable16.js';
243
+ export { default as IconVisualizationOutlierTable24 } from './VisualizationOutlierTable24.js';
242
244
  export { default as IconVisualizationPie16 } from './VisualizationPie16.js';
243
245
  export { default as IconVisualizationPie24 } from './VisualizationPie24.js';
244
246
  export { default as IconVisualizationPivotTable16 } from './VisualizationPivotTable16.js';
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2H5V4H2V2ZM6 4V2H9V4H6ZM10 4V2H14V4H10ZM14 8V5H10V7H9V5H6V9H7V10H6V11H5V10H2V14H6V15H1V1H15V8H14ZM5 9H2V5H5V9ZM12 12V13H11V12H12ZM16 14L11.5 6L7 14H16ZM12 9H11V11H12V9Z" fill="#010101"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 2H22V15H20V8H13V10H11V8H4V13H10V15H4V20H6V22H2V2ZM13 6H20V4H13V6ZM11 4V6H4V4H11ZM16 18V20H14V18H16ZM15 9L22 21H8L15 9ZM16 13H14V17H16V13Z" fill="#010101"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-icons",
3
- "version": "9.1.2",
3
+ "version": "9.3.0-alpha.1",
4
4
  "description": "Icons used in the UI libs",
5
5
  "main": "./build/cjs/react/index.js",
6
6
  "module": "./build/es/react/index.js",