@dhis2/ui-icons 7.14.2 → 7.16.0
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/build/cjs/react/VisualizationLinelist16.js +40 -0
- package/build/cjs/react/VisualizationLinelist24.js +40 -0
- package/build/cjs/react/VisualizationPivotTable16.js +40 -0
- package/build/cjs/react/VisualizationPivotTable24.js +40 -0
- package/build/cjs/react/index.js +32 -0
- package/build/cjs/svg/visualization-linelist-16.svg +3 -0
- package/build/cjs/svg/visualization-linelist-24.svg +3 -0
- package/build/cjs/svg/visualization-pivot-table-16.svg +3 -0
- package/build/cjs/svg/visualization-pivot-table-24.svg +3 -0
- package/build/es/react/VisualizationLinelist16.js +25 -0
- package/build/es/react/VisualizationLinelist24.js +25 -0
- package/build/es/react/VisualizationPivotTable16.js +25 -0
- package/build/es/react/VisualizationPivotTable24.js +25 -0
- package/build/es/react/index.js +4 -0
- package/build/es/svg/visualization-linelist-16.svg +3 -0
- package/build/es/svg/visualization-linelist-24.svg +3 -0
- package/build/es/svg/visualization-pivot-table-16.svg +3 -0
- package/build/es/svg/visualization-pivot-table-24.svg +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
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; }
|
|
17
|
+
|
|
18
|
+
function SvgVisualizationLinelist16({
|
|
19
|
+
color
|
|
20
|
+
}) {
|
|
21
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
color: color
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M5 2v2H2V2h3zM2 5h3v4H2V5zm0 5v4h3v-4H2zm4 0v4h3v-4H6zm4 0v4h3v-4h-3zm3-1h-3V5h3v4zm1 0V1H1v14h13V9zM9 9H6V5h3v4zm4-7v2h-3V2h3zM6 4h3V2H6v2z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
SvgVisualizationLinelist16.propTypes = {
|
|
37
|
+
color: _propTypes.default.string
|
|
38
|
+
};
|
|
39
|
+
var _default = SvgVisualizationLinelist16;
|
|
40
|
+
exports.default = _default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
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; }
|
|
17
|
+
|
|
18
|
+
function SvgVisualizationLinelist24({
|
|
19
|
+
color
|
|
20
|
+
}) {
|
|
21
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
color: color
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M13 4h7v2h-7V4zm-2 2V4H4v2h7zM4 8h7v5H4V8zm9 5V8h7v5h-7zM2 6V2h20v20H2V6zm2 9v5h7v-5H4zm9 0v5h7v-5h-7z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
SvgVisualizationLinelist24.propTypes = {
|
|
37
|
+
color: _propTypes.default.string
|
|
38
|
+
};
|
|
39
|
+
var _default = SvgVisualizationLinelist24;
|
|
40
|
+
exports.default = _default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
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; }
|
|
17
|
+
|
|
18
|
+
function SvgVisualizationPivotTable16({
|
|
19
|
+
color
|
|
20
|
+
}) {
|
|
21
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
22
|
+
width: 16,
|
|
23
|
+
height: 16,
|
|
24
|
+
viewBox: "0 0 16 16",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
color: color
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M9 4V2H5v2h4zM5 5v4h4V5H5zm0 5v4h4v-4H5zm0 5h10V1H4v3H1v11h4zm-1-1v-4H2v4h2zM2 9h2V5H2v4zm8 5v-4h4v4h-4zm0-5h4V5h-4v4zm4-7v2h-4V2h4z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
SvgVisualizationPivotTable16.propTypes = {
|
|
37
|
+
color: _propTypes.default.string
|
|
38
|
+
};
|
|
39
|
+
var _default = SvgVisualizationPivotTable16;
|
|
40
|
+
exports.default = _default;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var React = _interopRequireWildcard(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
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); }
|
|
15
|
+
|
|
16
|
+
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; }
|
|
17
|
+
|
|
18
|
+
function SvgVisualizationPivotTable24({
|
|
19
|
+
color
|
|
20
|
+
}) {
|
|
21
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
22
|
+
width: 24,
|
|
23
|
+
height: 24,
|
|
24
|
+
viewBox: "0 0 24 24",
|
|
25
|
+
fill: "none",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
color: color
|
|
28
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
fillRule: "evenodd",
|
|
30
|
+
clipRule: "evenodd",
|
|
31
|
+
d: "M8 6h5V4H8v2zm5-4h9v20H2V6h4V2h7zm0 18v-5H8v5h5zm0-7V8H8v5h5zm2 7h5v-5h-5v5zm0-7h5V8h-5v5zm0-7h5V4h-5v2zM4 20v-5h2v5H4zM4 8h2v5H4V8z",
|
|
32
|
+
fill: "currentColor"
|
|
33
|
+
}));
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
SvgVisualizationPivotTable24.propTypes = {
|
|
37
|
+
color: _propTypes.default.string
|
|
38
|
+
};
|
|
39
|
+
var _default = SvgVisualizationPivotTable24;
|
|
40
|
+
exports.default = _default;
|
package/build/cjs/react/index.js
CHANGED
|
@@ -1425,6 +1425,18 @@ Object.defineProperty(exports, "IconVisualizationLineMulti24", {
|
|
|
1425
1425
|
return _VisualizationLineMulti2.default;
|
|
1426
1426
|
}
|
|
1427
1427
|
});
|
|
1428
|
+
Object.defineProperty(exports, "IconVisualizationLinelist16", {
|
|
1429
|
+
enumerable: true,
|
|
1430
|
+
get: function () {
|
|
1431
|
+
return _VisualizationLinelist.default;
|
|
1432
|
+
}
|
|
1433
|
+
});
|
|
1434
|
+
Object.defineProperty(exports, "IconVisualizationLinelist24", {
|
|
1435
|
+
enumerable: true,
|
|
1436
|
+
get: function () {
|
|
1437
|
+
return _VisualizationLinelist2.default;
|
|
1438
|
+
}
|
|
1439
|
+
});
|
|
1428
1440
|
Object.defineProperty(exports, "IconVisualizationPie16", {
|
|
1429
1441
|
enumerable: true,
|
|
1430
1442
|
get: function () {
|
|
@@ -1437,6 +1449,18 @@ Object.defineProperty(exports, "IconVisualizationPie24", {
|
|
|
1437
1449
|
return _VisualizationPie2.default;
|
|
1438
1450
|
}
|
|
1439
1451
|
});
|
|
1452
|
+
Object.defineProperty(exports, "IconVisualizationPivotTable16", {
|
|
1453
|
+
enumerable: true,
|
|
1454
|
+
get: function () {
|
|
1455
|
+
return _VisualizationPivotTable.default;
|
|
1456
|
+
}
|
|
1457
|
+
});
|
|
1458
|
+
Object.defineProperty(exports, "IconVisualizationPivotTable24", {
|
|
1459
|
+
enumerable: true,
|
|
1460
|
+
get: function () {
|
|
1461
|
+
return _VisualizationPivotTable2.default;
|
|
1462
|
+
}
|
|
1463
|
+
});
|
|
1440
1464
|
Object.defineProperty(exports, "IconVisualizationRadar16", {
|
|
1441
1465
|
enumerable: true,
|
|
1442
1466
|
get: function () {
|
|
@@ -1996,10 +2020,18 @@ var _VisualizationLineMulti = _interopRequireDefault(require("./VisualizationLin
|
|
|
1996
2020
|
|
|
1997
2021
|
var _VisualizationLineMulti2 = _interopRequireDefault(require("./VisualizationLineMulti24.js"));
|
|
1998
2022
|
|
|
2023
|
+
var _VisualizationLinelist = _interopRequireDefault(require("./VisualizationLinelist16.js"));
|
|
2024
|
+
|
|
2025
|
+
var _VisualizationLinelist2 = _interopRequireDefault(require("./VisualizationLinelist24.js"));
|
|
2026
|
+
|
|
1999
2027
|
var _VisualizationPie = _interopRequireDefault(require("./VisualizationPie16.js"));
|
|
2000
2028
|
|
|
2001
2029
|
var _VisualizationPie2 = _interopRequireDefault(require("./VisualizationPie24.js"));
|
|
2002
2030
|
|
|
2031
|
+
var _VisualizationPivotTable = _interopRequireDefault(require("./VisualizationPivotTable16.js"));
|
|
2032
|
+
|
|
2033
|
+
var _VisualizationPivotTable2 = _interopRequireDefault(require("./VisualizationPivotTable24.js"));
|
|
2034
|
+
|
|
2003
2035
|
var _VisualizationRadar = _interopRequireDefault(require("./VisualizationRadar16.js"));
|
|
2004
2036
|
|
|
2005
2037
|
var _VisualizationRadar2 = _interopRequireDefault(require("./VisualizationRadar24.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="M5 2V4H2V2H5ZM2 5H5V9H2V5ZM2 10V14H5V10H2ZM6 10V14H9V10H6ZM10 10V14H13V10H10ZM13 9H10V5H13V9ZM14 9V5V1H10H9H6H5H1V5V9V15H5H6H9H10H14V9ZM9 9H6V5H9V9ZM13 2V4H10V2H13ZM6 4H9V2H6V4Z" 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="M13 4H20V6H13V4ZM11 6V4H4V6H11ZM4 8H11V13H4V8ZM13 13V8H20V13H13ZM2 6V2H13H22V6V13V15V22H13H2V15V13V6ZM4 15V20H11V15H4ZM13 15V20H20V15H13Z" fill="#010101"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M9 4V2H5V4H9ZM5 5V9H9V5H5ZM5 10V14H9V10H5ZM5 15H9H10H15V10V5V4V1H10H9H4V4H1V10V15H4H5ZM4 14V10H2V14H4ZM2 9H4V5H2V9ZM10 14V10H14V14H10ZM10 9H14V5H10V9ZM14 2V4H10V2H14Z" 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="M8 6H13V4H8V6ZM13 2H15H22V6V8V15V22H15H13H8H6H2V15V6H6V2H13ZM13 20V15H8V20H13ZM13 13V8H8V13H13ZM15 20H20V15H15V20ZM15 13H20V8H15V13ZM15 6H20V4H15V6ZM4 20V15H6V20H4ZM4 8H6V13H4V8Z" fill="#010101"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
function SvgVisualizationLinelist16({
|
|
5
|
+
color
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
color: color
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M5 2v2H2V2h3zM2 5h3v4H2V5zm0 5v4h3v-4H2zm4 0v4h3v-4H6zm4 0v4h3v-4h-3zm3-1h-3V5h3v4zm1 0V1H1v14h13V9zM9 9H6V5h3v4zm4-7v2h-3V2h3zM6 4h3V2H6v2z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
SvgVisualizationLinelist16.propTypes = {
|
|
23
|
+
color: PropTypes.string
|
|
24
|
+
};
|
|
25
|
+
export default SvgVisualizationLinelist16;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
function SvgVisualizationLinelist24({
|
|
5
|
+
color
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
color: color
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M13 4h7v2h-7V4zm-2 2V4H4v2h7zM4 8h7v5H4V8zm9 5V8h7v5h-7zM2 6V2h20v20H2V6zm2 9v5h7v-5H4zm9 0v5h7v-5h-7z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
SvgVisualizationLinelist24.propTypes = {
|
|
23
|
+
color: PropTypes.string
|
|
24
|
+
};
|
|
25
|
+
export default SvgVisualizationLinelist24;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
function SvgVisualizationPivotTable16({
|
|
5
|
+
color
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
viewBox: "0 0 16 16",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
color: color
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M9 4V2H5v2h4zM5 5v4h4V5H5zm0 5v4h4v-4H5zm0 5h10V1H4v3H1v11h4zm-1-1v-4H2v4h2zM2 9h2V5H2v4zm8 5v-4h4v4h-4zm0-5h4V5h-4v4zm4-7v2h-4V2h4z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
SvgVisualizationPivotTable16.propTypes = {
|
|
23
|
+
color: PropTypes.string
|
|
24
|
+
};
|
|
25
|
+
export default SvgVisualizationPivotTable16;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import PropTypes from 'prop-types';
|
|
3
|
+
|
|
4
|
+
function SvgVisualizationPivotTable24({
|
|
5
|
+
color
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
|
+
fill: "none",
|
|
12
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
+
color: color
|
|
14
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fillRule: "evenodd",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
d: "M8 6h5V4H8v2zm5-4h9v20H2V6h4V2h7zm0 18v-5H8v5h5zm0-7V8H8v5h5zm2 7h5v-5h-5v5zm0-7h5V8h-5v5zm0-7h5V4h-5v2zM4 20v-5h2v5H4zM4 8h2v5H4V8z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}));
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
SvgVisualizationPivotTable24.propTypes = {
|
|
23
|
+
color: PropTypes.string
|
|
24
|
+
};
|
|
25
|
+
export default SvgVisualizationPivotTable24;
|
package/build/es/react/index.js
CHANGED
|
@@ -235,8 +235,12 @@ export { default as IconVisualizationLine16 } from './VisualizationLine16.js';
|
|
|
235
235
|
export { default as IconVisualizationLine24 } from './VisualizationLine24.js';
|
|
236
236
|
export { default as IconVisualizationLineMulti16 } from './VisualizationLineMulti16.js';
|
|
237
237
|
export { default as IconVisualizationLineMulti24 } from './VisualizationLineMulti24.js';
|
|
238
|
+
export { default as IconVisualizationLinelist16 } from './VisualizationLinelist16.js';
|
|
239
|
+
export { default as IconVisualizationLinelist24 } from './VisualizationLinelist24.js';
|
|
238
240
|
export { default as IconVisualizationPie16 } from './VisualizationPie16.js';
|
|
239
241
|
export { default as IconVisualizationPie24 } from './VisualizationPie24.js';
|
|
242
|
+
export { default as IconVisualizationPivotTable16 } from './VisualizationPivotTable16.js';
|
|
243
|
+
export { default as IconVisualizationPivotTable24 } from './VisualizationPivotTable24.js';
|
|
240
244
|
export { default as IconVisualizationRadar16 } from './VisualizationRadar16.js';
|
|
241
245
|
export { default as IconVisualizationRadar24 } from './VisualizationRadar24.js';
|
|
242
246
|
export { default as IconVisualizationScatter16 } from './VisualizationScatter16.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="M5 2V4H2V2H5ZM2 5H5V9H2V5ZM2 10V14H5V10H2ZM6 10V14H9V10H6ZM10 10V14H13V10H10ZM13 9H10V5H13V9ZM14 9V5V1H10H9H6H5H1V5V9V15H5H6H9H10H14V9ZM9 9H6V5H9V9ZM13 2V4H10V2H13ZM6 4H9V2H6V4Z" 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="M13 4H20V6H13V4ZM11 6V4H4V6H11ZM4 8H11V13H4V8ZM13 13V8H20V13H13ZM2 6V2H13H22V6V13V15V22H13H2V15V13V6ZM4 15V20H11V15H4ZM13 15V20H20V15H13Z" fill="#010101"/>
|
|
3
|
+
</svg>
|
|
@@ -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="M9 4V2H5V4H9ZM5 5V9H9V5H5ZM5 10V14H9V10H5ZM5 15H9H10H15V10V5V4V1H10H9H4V4H1V10V15H4H5ZM4 14V10H2V14H4ZM2 9H4V5H2V9ZM10 14V10H14V14H10ZM10 9H14V5H10V9ZM14 2V4H10V2H14Z" 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="M8 6H13V4H8V6ZM13 2H15H22V6V8V15V22H15H13H8H6H2V15V6H6V2H13ZM13 20V15H8V20H13ZM13 13V8H8V13H13ZM15 20H20V15H15V20ZM15 13H20V8H15V13ZM15 6H20V4H15V6ZM4 20V15H6V20H4ZM4 8H6V13H4V8Z" fill="#010101"/>
|
|
3
|
+
</svg>
|