@iobroker/adapter-react-v5 0.0.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/Components/404.js +155 -0
- package/Components/404.js.map +1 -0
- package/Components/ColorPicker.js +313 -0
- package/Components/ColorPicker.js.map +1 -0
- package/Components/ComplexCron.js +606 -0
- package/Components/ComplexCron.js.map +1 -0
- package/Components/FileBrowser.js +2147 -0
- package/Components/FileBrowser.js.map +1 -0
- package/Components/FileViewer.js +245 -0
- package/Components/FileViewer.js.map +1 -0
- package/Components/Icon.js +234 -0
- package/Components/Icon.js.map +1 -0
- package/Components/IconPicker.js +188 -0
- package/Components/IconPicker.js.map +1 -0
- package/Components/IconSelector.js +337 -0
- package/Components/IconSelector.js.map +1 -0
- package/Components/Image.js +215 -0
- package/Components/Image.js.map +1 -0
- package/Components/Loader.js +134 -0
- package/Components/Loader.js.map +1 -0
- package/Components/Loaders/PT.css +109 -0
- package/Components/Loaders/PT.js +104 -0
- package/Components/Loaders/PT.js.map +1 -0
- package/Components/Loaders/Vendor.css +13 -0
- package/Components/Loaders/Vendor.js +108 -0
- package/Components/Loaders/Vendor.js.map +1 -0
- package/Components/Logo.js +230 -0
- package/Components/Logo.js.map +1 -0
- package/Components/MDUtils.js +141 -0
- package/Components/MDUtils.js.map +1 -0
- package/Components/ObjectBrowser.js +6119 -0
- package/Components/ObjectBrowser.js.map +1 -0
- package/Components/Router.js +152 -0
- package/Components/Router.js.map +1 -0
- package/Components/SaveCloseButtons.js +177 -0
- package/Components/SaveCloseButtons.js.map +1 -0
- package/Components/Schedule.js +1891 -0
- package/Components/Schedule.js.map +1 -0
- package/Components/SelectWithIcon.js +235 -0
- package/Components/SelectWithIcon.js.map +1 -0
- package/Components/SimpleCron/cron2text.js +563 -0
- package/Components/SimpleCron/cron2text.js.map +1 -0
- package/Components/SimpleCron/cronText.js +60 -0
- package/Components/SimpleCron/cronText.js.map +1 -0
- package/Components/SimpleCron/index.js +861 -0
- package/Components/SimpleCron/index.js.map +1 -0
- package/Components/SimpleCron/jquery.cron.locale.js +322 -0
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
- package/Components/TabContainer.js +108 -0
- package/Components/TabContainer.js.map +1 -0
- package/Components/TabContent.js +96 -0
- package/Components/TabContent.js.map +1 -0
- package/Components/TabHeader.js +72 -0
- package/Components/TabHeader.js.map +1 -0
- package/Components/TextWithIcon.js +148 -0
- package/Components/TextWithIcon.js.map +1 -0
- package/Components/ToggleThemeMenu.js +49 -0
- package/Components/ToggleThemeMenu.js.map +1 -0
- package/Components/TreeTable.js +1030 -0
- package/Components/TreeTable.js.map +1 -0
- package/Components/Utils.js +1763 -0
- package/Components/Utils.js.map +1 -0
- package/Components/copy-to-clipboard.js +183 -0
- package/Components/copy-to-clipboard.js.map +1 -0
- package/Components/loader.css +222 -0
- package/Components/types.d.ts +121 -0
- package/Connection.js +3334 -0
- package/Connection.js.map +1 -0
- package/Dialogs/ComplexCron.js +193 -0
- package/Dialogs/ComplexCron.js.map +1 -0
- package/Dialogs/Confirm.js +211 -0
- package/Dialogs/Confirm.js.map +1 -0
- package/Dialogs/Cron.js +254 -0
- package/Dialogs/Cron.js.map +1 -0
- package/Dialogs/Error.js +137 -0
- package/Dialogs/Error.js.map +1 -0
- package/Dialogs/Message.js +118 -0
- package/Dialogs/Message.js.map +1 -0
- package/Dialogs/SelectID.js +313 -0
- package/Dialogs/SelectID.js.map +1 -0
- package/Dialogs/SimpleCron.js +177 -0
- package/Dialogs/SimpleCron.js.map +1 -0
- package/Dialogs/TextInput.js +194 -0
- package/Dialogs/TextInput.js.map +1 -0
- package/GenericApp.js +1022 -0
- package/GenericApp.js.map +1 -0
- package/LICENSE +22 -0
- package/Prompt.js +21 -0
- package/Prompt.js.map +1 -0
- package/README.md +645 -0
- package/Theme.js +422 -0
- package/Theme.js.map +1 -0
- package/assets/devices/Alarm Systems.svg +19 -0
- package/assets/devices/Amplifier.svg +22 -0
- package/assets/devices/Awnings.svg +5 -0
- package/assets/devices/Battery Status.svg +5 -0
- package/assets/devices/Ceiling Spotlights.svg +16 -0
- package/assets/devices/Chandelier.svg +7 -0
- package/assets/devices/Climate.svg +12 -0
- package/assets/devices/Coffee Makers.svg +6 -0
- package/assets/devices/Cold Water.svg +31 -0
- package/assets/devices/Computer.svg +21 -0
- package/assets/devices/Consumption.svg +8 -0
- package/assets/devices/Curtains.svg +43 -0
- package/assets/devices/Dishwashers.svg +12 -0
- package/assets/devices/Doors.svg +6 -0
- package/assets/devices/Doorstep.svg +35 -0
- package/assets/devices/Dryer.svg +14 -0
- package/assets/devices/Fan.svg +20 -0
- package/assets/devices/Floor Lamps.svg +5 -0
- package/assets/devices/Garage Doors.svg +9 -0
- package/assets/devices/Gates.svg +32 -0
- package/assets/devices/Hairdryer.svg +23 -0
- package/assets/devices/Handle.svg +6 -0
- package/assets/devices/Hanging Lamps.svg +9 -0
- package/assets/devices/Heater.svg +44 -0
- package/assets/devices/Hoods.svg +12 -0
- package/assets/devices/Hot Water.svg +10 -0
- package/assets/devices/Humidity.svg +41 -0
- package/assets/devices/Iron.svg +5 -0
- package/assets/devices/Irrigation.svg +42 -0
- package/assets/devices/Led Strip.svg +31 -0
- package/assets/devices/Light.svg +30 -0
- package/assets/devices/Lightings.svg +46 -0
- package/assets/devices/Lock.svg +19 -0
- package/assets/devices/Louvre.svg +7 -0
- package/assets/devices/Mowing Machine.svg +9 -0
- package/assets/devices/Music.svg +13 -0
- package/assets/devices/Outdoor Blinds.svg +7 -0
- package/assets/devices/People.svg +19 -0
- package/assets/devices/Pool.svg +8 -0
- package/assets/devices/Power Consumption.svg +13 -0
- package/assets/devices/Printer.svg +10 -0
- package/assets/devices/Pump.svg +10 -0
- package/assets/devices/Receiver.svg +19 -0
- package/assets/devices/Sconces.svg +10 -0
- package/assets/devices/Security.svg +34 -0
- package/assets/devices/Shading.svg +5 -0
- package/assets/devices/Shutters.svg +11 -0
- package/assets/devices/SmokeDetector.svg +13 -0
- package/assets/devices/Sockets.svg +13 -0
- package/assets/devices/Speaker.svg +35 -0
- package/assets/devices/Stove.svg +12 -0
- package/assets/devices/Table Lamps.svg +12 -0
- package/assets/devices/Temperature Sensors.svg +28 -0
- package/assets/devices/Tv.svg +8 -0
- package/assets/devices/Vacuum Cleaner.svg +16 -0
- package/assets/devices/Ventilation.svg +12 -0
- package/assets/devices/Washing Machines.svg +16 -0
- package/assets/devices/Water Consumption.svg +6 -0
- package/assets/devices/Water Heater.svg +8 -0
- package/assets/devices/Water.svg +40 -0
- package/assets/devices/Weather.svg +28 -0
- package/assets/devices/Window.svg +8 -0
- package/assets/devices/list.json +994 -0
- package/assets/devices/names.txt +63 -0
- package/assets/devices/parseNames.js +34 -0
- package/assets/lamp_ceiling.svg +9 -0
- package/assets/lamp_table.svg +8 -0
- package/assets/no_icon.svg +9 -0
- package/assets/rooms/Anteroom.svg +53 -0
- package/assets/rooms/Attic.svg +21 -0
- package/assets/rooms/Balcony.svg +13 -0
- package/assets/rooms/Barn.svg +6 -0
- package/assets/rooms/Basement.svg +5 -0
- package/assets/rooms/Bathroom.svg +38 -0
- package/assets/rooms/Bedroom.svg +5 -0
- package/assets/rooms/Boiler Room.svg +13 -0
- package/assets/rooms/Carport.svg +17 -0
- package/assets/rooms/Cellar.svg +89 -0
- package/assets/rooms/Chamber.svg +9 -0
- package/assets/rooms/Corridor.svg +53 -0
- package/assets/rooms/Dining Area.svg +37 -0
- package/assets/rooms/Dining Room.svg +37 -0
- package/assets/rooms/Dining.svg +37 -0
- package/assets/rooms/Dressing Room.svg +5 -0
- package/assets/rooms/Driveway.svg +15 -0
- package/assets/rooms/Entrance.svg +44 -0
- package/assets/rooms/Equipment Room.svg +15 -0
- package/assets/rooms/Front Yard.svg +64 -0
- package/assets/rooms/Gallery.svg +14 -0
- package/assets/rooms/Garage.svg +20 -0
- package/assets/rooms/Garden.svg +13 -0
- package/assets/rooms/Ground Floor.svg +95 -0
- package/assets/rooms/Guest Bathroom.svg +33 -0
- package/assets/rooms/Guest Room.svg +5 -0
- package/assets/rooms/Gym.svg +5 -0
- package/assets/rooms/Hall.svg +19 -0
- package/assets/rooms/Home Theater.svg +8 -0
- package/assets/rooms/Kitchen.svg +18 -0
- package/assets/rooms/Laundry Room.svg +12 -0
- package/assets/rooms/Living Area.svg +11 -0
- package/assets/rooms/Living Room.svg +10 -0
- package/assets/rooms/Locker Room.svg +17 -0
- package/assets/rooms/Nursery.svg +5 -0
- package/assets/rooms/Office.svg +8 -0
- package/assets/rooms/Outdoors.svg +7 -0
- package/assets/rooms/Playroom.svg +6 -0
- package/assets/rooms/Pool.svg +8 -0
- package/assets/rooms/Rear Wall.svg +30 -0
- package/assets/rooms/Second Floor.svg +95 -0
- package/assets/rooms/Shed.svg +16 -0
- package/assets/rooms/Sleeping Area.svg +22 -0
- package/assets/rooms/Stairway.svg +5 -0
- package/assets/rooms/Stairwell.svg +15 -0
- package/assets/rooms/Storeroom.svg +5 -0
- package/assets/rooms/Summer House.svg +27 -0
- package/assets/rooms/Swimming Pool.svg +21 -0
- package/assets/rooms/Terrace.svg +7 -0
- package/assets/rooms/Toilet.svg +10 -0
- package/assets/rooms/Upstairs.svg +6 -0
- package/assets/rooms/Wardrobe.svg +60 -0
- package/assets/rooms/Washroom.svg +20 -0
- package/assets/rooms/Wc.svg +10 -0
- package/assets/rooms/Windscreen.svg +60 -0
- package/assets/rooms/Workshop.svg +23 -0
- package/assets/rooms/Workspace.svg +8 -0
- package/assets/rooms/list.json +946 -0
- package/assets/rooms/names.txt +60 -0
- package/assets/rooms/parseNames.js +34 -0
- package/gulpfile.js +113 -0
- package/i18n/de.json +280 -0
- package/i18n/en.json +280 -0
- package/i18n/es.json +267 -0
- package/i18n/fr.json +267 -0
- package/i18n/it.json +267 -0
- package/i18n/nl.json +267 -0
- package/i18n/pl.json +267 -0
- package/i18n/pt.json +267 -0
- package/i18n/ru.json +280 -0
- package/i18n/zh-cn.json +267 -0
- package/i18n.js +171 -0
- package/i18n.js.map +1 -0
- package/icons/IconAdapter.js +39 -0
- package/icons/IconAdapter.js.map +1 -0
- package/icons/IconAlias.js +39 -0
- package/icons/IconAlias.js.map +1 -0
- package/icons/IconChannel.js +80 -0
- package/icons/IconChannel.js.map +1 -0
- package/icons/IconClearFilter.js +41 -0
- package/icons/IconClearFilter.js.map +1 -0
- package/icons/IconClosed.js +39 -0
- package/icons/IconClosed.js.map +1 -0
- package/icons/IconCopy.js +48 -0
- package/icons/IconCopy.js.map +1 -0
- package/icons/IconDevice.js +147 -0
- package/icons/IconDevice.js.map +1 -0
- package/icons/IconDocument.js +39 -0
- package/icons/IconDocument.js.map +1 -0
- package/icons/IconExpert.js +50 -0
- package/icons/IconExpert.js.map +1 -0
- package/icons/IconFx.js +39 -0
- package/icons/IconFx.js.map +1 -0
- package/icons/IconInstance.js +39 -0
- package/icons/IconInstance.js.map +1 -0
- package/icons/IconLogout.js +50 -0
- package/icons/IconLogout.js.map +1 -0
- package/icons/IconOpen.js +39 -0
- package/icons/IconOpen.js.map +1 -0
- package/icons/IconState.js +58 -0
- package/icons/IconState.js.map +1 -0
- package/index.css +55 -0
- package/package.json +42 -0
- package/types.d.ts +84 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
// Copyright Apache 2.0 https://raw.githubusercontent.com/material-icons/material-icons/master/svg/filter_alt/baseline.svg
|
|
15
|
+
// https://github.com/material-icons/material-icons/blob/master/LICENSE
|
|
16
|
+
var IconClearFilter = function IconClearFilter(props) {
|
|
17
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
18
|
+
onClick: function onClick(e) {
|
|
19
|
+
return props.onClick && props.onClick(e);
|
|
20
|
+
},
|
|
21
|
+
viewBox: "0 0 24 24",
|
|
22
|
+
width: props.width || 20,
|
|
23
|
+
height: props.height || props.width || 20,
|
|
24
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
25
|
+
className: props.className
|
|
26
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
d: "M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0 0 18.95 4H5.04c-.83 0-1.3.95-.79 1.61z"
|
|
30
|
+
}));
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
IconClearFilter.propTypes = {
|
|
34
|
+
onClick: _propTypes["default"].func,
|
|
35
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
36
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
37
|
+
className: _propTypes["default"].string
|
|
38
|
+
};
|
|
39
|
+
var _default = IconClearFilter;
|
|
40
|
+
exports["default"] = _default;
|
|
41
|
+
//# sourceMappingURL=IconClearFilter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconClearFilter.js"],"names":["IconClearFilter","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA;AACA,IAAMA,eAAe,GAAG,SAAlBA,eAAkB,CAAAC,KAAK,EAAI;AAC7B,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,WAA9D;AAA0E,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAhG;AAAoG,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA3I;AAA+I,IAAA,KAAK,EAAC,4BAArJ;AAAkL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAApM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,MAAM,EAAC,cAAjC;AAAgD,IAAA,CAAC,EAAC;AAAlD,IADG,CAAP;AAGH,CAJD;;AAMAN,eAAe,CAACO,SAAhB,GAA4B;AACxBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADK;AAExBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFiB;AAGxBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHgB;AAIxBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJG,CAA5B;eAOeZ,e","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Copyright Apache 2.0 https://raw.githubusercontent.com/material-icons/material-icons/master/svg/filter_alt/baseline.svg\n// https://github.com/material-icons/material-icons/blob/master/LICENSE\nconst IconClearFilter = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 24 24\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" stroke=\"currentColor\" d=\"M4.25 5.61C6.27 8.2 10 13 10 13v6c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-6s3.72-4.8 5.74-7.39A.998.998 0 0 0 18.95 4H5.04c-.83 0-1.3.95-.79 1.61z\"/>\n </svg>;\n}\n\nIconClearFilter.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconClearFilter;"],"file":"IconClearFilter.js"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
|
+
var IconClosed = function IconClosed(props) {
|
|
16
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
|
+
onClick: function onClick(e) {
|
|
18
|
+
return props.onClick && props.onClick(e);
|
|
19
|
+
},
|
|
20
|
+
viewBox: "0 0 650 512",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: props.width || 20,
|
|
23
|
+
height: props.height || props.width || 20,
|
|
24
|
+
className: props.className
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
IconClosed.propTypes = {
|
|
32
|
+
onClick: _propTypes["default"].func,
|
|
33
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
34
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
35
|
+
className: _propTypes["default"].string
|
|
36
|
+
};
|
|
37
|
+
var _default = IconClosed;
|
|
38
|
+
exports["default"] = _default;
|
|
39
|
+
//# sourceMappingURL=IconClosed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconClosed.js"],"names":["IconClosed","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAAAC,KAAK,EAAI;AACxB,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,aAA9D;AAA4E,IAAA,KAAK,EAAC,4BAAlF;AAA+G,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAArI;AAAyI,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAAhL;AAAoL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAAtM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,CAAP;AAGH,CAJD;;AAMAN,UAAU,CAACO,SAAX,GAAuB;AACnBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADA;AAEnBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFY;AAGnBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHW;AAInBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJF,CAAvB;eAMeZ,U","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconClosed = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 650 512\" xmlns=\"http://www.w3.org/2000/svg\" width={props.width || 20} height={props.height || props.width || 20} className={ props.className }>\n <path fill=\"currentColor\" d=\"M464 128H272l-64-64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V176c0-26.51-21.49-48-48-48z\"/>\n </svg>;\n}\n\nIconClosed.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\nexport default IconClosed;"],"file":"IconClosed.js"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @typedef {object} IconCopyProps
|
|
16
|
+
* @property {string} [key] The key to identify this component.
|
|
17
|
+
* @property {number} [width] The width in pixels of the icon.
|
|
18
|
+
* @property {number} [height] The height in pixels of the icon.
|
|
19
|
+
* @property {(e: React.MouseEvent) => void} [onClick] Click handler.
|
|
20
|
+
* @property {string} [className] The class name for the SVG element.
|
|
21
|
+
*
|
|
22
|
+
* @extends {React.Component<IconCopyProps>}
|
|
23
|
+
*/
|
|
24
|
+
var IconCopy = function IconCopy(props) {
|
|
25
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
26
|
+
onClick: function onClick(e) {
|
|
27
|
+
return props.onClick && props.onClick(e);
|
|
28
|
+
},
|
|
29
|
+
viewBox: "0 0 512 512",
|
|
30
|
+
width: props.width || 20,
|
|
31
|
+
height: props.height || props.width || 20,
|
|
32
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
33
|
+
className: props.className
|
|
34
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
35
|
+
fill: "currentColor",
|
|
36
|
+
d: "M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z"
|
|
37
|
+
}));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
IconCopy.propTypes = {
|
|
41
|
+
onClick: _propTypes["default"].func,
|
|
42
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
43
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
44
|
+
className: _propTypes["default"].string
|
|
45
|
+
};
|
|
46
|
+
var _default = IconCopy;
|
|
47
|
+
exports["default"] = _default;
|
|
48
|
+
//# sourceMappingURL=IconCopy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconCopy.js"],"names":["IconCopy","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,QAAQ,GAAG,SAAXA,QAAW,CAAAC,KAAK,EAAI;AACtB,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,aAA9D;AAA4E,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;AAAsG,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;AAAiJ,IAAA,KAAK,EAAC,4BAAvJ;AAAoL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAAtM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,CAAP;AAGH,CAJD;;AAMAN,QAAQ,CAACO,SAAT,GAAqB;AACjBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADF;AAEjBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFU;AAGjBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHS;AAIjBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJJ,CAArB;eAOeZ,Q","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconCopyProps\n * @property {string} [key] The key to identify this component.\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconCopyProps>}\n */\nconst IconCopy = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M433.941 65.941l-51.882-51.882A48 48 0 0 0 348.118 0H176c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h224c26.51 0 48-21.49 48-48v-48h80c26.51 0 48-21.49 48-48V99.882a48 48 0 0 0-14.059-33.941zM266 464H54a6 6 0 0 1-6-6V150a6 6 0 0 1 6-6h74v224c0 26.51 21.49 48 48 48h96v42a6 6 0 0 1-6 6zm128-96H182a6 6 0 0 1-6-6V54a6 6 0 0 1 6-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.243 1.757l48.368 48.368a6 6 0 0 1 1.757 4.243V112z\"/>\n </svg>;\n}\n\nIconCopy.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconCopy;"],"file":"IconCopy.js"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
var IconDevice = function IconDevice(props) {
|
|
15
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
|
+
onClick: function onClick(e) {
|
|
17
|
+
return props.onClick && props.onClick(e);
|
|
18
|
+
},
|
|
19
|
+
viewBox: "0 0 320 320",
|
|
20
|
+
width: props.width || 20,
|
|
21
|
+
height: props.height || props.width || 20,
|
|
22
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
23
|
+
className: props.className
|
|
24
|
+
}, /*#__PURE__*/_react["default"].createElement("g", {
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
}, /*#__PURE__*/_react["default"].createElement("rect", {
|
|
27
|
+
rx: "32",
|
|
28
|
+
id: "svg_1",
|
|
29
|
+
height: "272",
|
|
30
|
+
width: "267",
|
|
31
|
+
y: "25",
|
|
32
|
+
x: "25",
|
|
33
|
+
strokeWidth: "15",
|
|
34
|
+
stroke: "currentColor",
|
|
35
|
+
fill: "none"
|
|
36
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
37
|
+
stroke: "currentColor",
|
|
38
|
+
ry: "26",
|
|
39
|
+
rx: "26",
|
|
40
|
+
id: "svg_2",
|
|
41
|
+
cy: "252",
|
|
42
|
+
cx: "160",
|
|
43
|
+
fillOpacity: "null",
|
|
44
|
+
strokeOpacity: "null",
|
|
45
|
+
strokeWidth: "15",
|
|
46
|
+
fill: "#fff"
|
|
47
|
+
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
48
|
+
strokeLinecap: "null",
|
|
49
|
+
strokeLinejoin: "null",
|
|
50
|
+
id: "svg_3",
|
|
51
|
+
y2: "201.94531",
|
|
52
|
+
x2: "159.5",
|
|
53
|
+
y1: "46.94531",
|
|
54
|
+
x1: "159.5",
|
|
55
|
+
fillOpacity: "null",
|
|
56
|
+
strokeOpacity: "null",
|
|
57
|
+
strokeWidth: "15",
|
|
58
|
+
stroke: "currentColor",
|
|
59
|
+
fill: "none"
|
|
60
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
61
|
+
height: "27",
|
|
62
|
+
width: "50",
|
|
63
|
+
y: "140.83068",
|
|
64
|
+
x: "133.5",
|
|
65
|
+
fillOpacity: "null",
|
|
66
|
+
strokeOpacity: "null",
|
|
67
|
+
strokeWidth: "15",
|
|
68
|
+
stroke: "currentColor",
|
|
69
|
+
fill: "#fff"
|
|
70
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
71
|
+
stroke: "currentColor",
|
|
72
|
+
ry: "26",
|
|
73
|
+
rx: "26",
|
|
74
|
+
id: "svg_5",
|
|
75
|
+
cy: "251",
|
|
76
|
+
cx: "241",
|
|
77
|
+
fillOpacity: "null",
|
|
78
|
+
strokeOpacity: "null",
|
|
79
|
+
strokeWidth: "15",
|
|
80
|
+
fill: "#fff"
|
|
81
|
+
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
82
|
+
strokeLinecap: "null",
|
|
83
|
+
strokeLinejoin: "null",
|
|
84
|
+
id: "svg_6",
|
|
85
|
+
y2: "200.94531",
|
|
86
|
+
x2: "240.5",
|
|
87
|
+
y1: "45.94531",
|
|
88
|
+
x1: "240.5",
|
|
89
|
+
fillOpacity: "null",
|
|
90
|
+
strokeOpacity: "null",
|
|
91
|
+
strokeWidth: "15",
|
|
92
|
+
stroke: "currentColor",
|
|
93
|
+
fill: "none"
|
|
94
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
95
|
+
height: "27",
|
|
96
|
+
width: "50",
|
|
97
|
+
y: "78.7979",
|
|
98
|
+
x: "214.5",
|
|
99
|
+
strokeWidth: "15",
|
|
100
|
+
stroke: "currentColor",
|
|
101
|
+
fill: "#fff"
|
|
102
|
+
}), /*#__PURE__*/_react["default"].createElement("ellipse", {
|
|
103
|
+
stroke: "currentColor",
|
|
104
|
+
ry: "26",
|
|
105
|
+
rx: "26",
|
|
106
|
+
id: "svg_8",
|
|
107
|
+
cy: "252",
|
|
108
|
+
cx: "84",
|
|
109
|
+
fillOpacity: "null",
|
|
110
|
+
strokeOpacity: "null",
|
|
111
|
+
strokeWidth: "15",
|
|
112
|
+
fill: "#fff"
|
|
113
|
+
}), /*#__PURE__*/_react["default"].createElement("line", {
|
|
114
|
+
strokeLinecap: "null",
|
|
115
|
+
strokeLinejoin: "null",
|
|
116
|
+
id: "svg_9",
|
|
117
|
+
y2: "201.94531",
|
|
118
|
+
x2: "83.5",
|
|
119
|
+
y1: "46.94531",
|
|
120
|
+
x1: "83.5",
|
|
121
|
+
fillOpacity: "null",
|
|
122
|
+
strokeOpacity: "null",
|
|
123
|
+
strokeWidth: "15",
|
|
124
|
+
stroke: "currentColor",
|
|
125
|
+
fill: "none"
|
|
126
|
+
}), /*#__PURE__*/_react["default"].createElement("rect", {
|
|
127
|
+
height: "27",
|
|
128
|
+
width: "50",
|
|
129
|
+
y: "79.7979",
|
|
130
|
+
x: "57.5",
|
|
131
|
+
fillOpacity: "null",
|
|
132
|
+
strokeOpacity: "null",
|
|
133
|
+
strokeWidth: "15",
|
|
134
|
+
stroke: "currentColor",
|
|
135
|
+
fill: "#fff"
|
|
136
|
+
})));
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
IconDevice.propTypes = {
|
|
140
|
+
onClick: _propTypes["default"].func,
|
|
141
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
142
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
143
|
+
className: _propTypes["default"].string
|
|
144
|
+
};
|
|
145
|
+
var _default = IconDevice;
|
|
146
|
+
exports["default"] = _default;
|
|
147
|
+
//# sourceMappingURL=IconDevice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconDevice.js"],"names":["IconDevice","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":"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","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconDevice = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 320 320\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <g fill=\"currentColor\">\n <rect rx=\"32\" id=\"svg_1\" height=\"272\" width=\"267\" y=\"25\" x=\"25\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_2\" cy=\"252\" cx=\"160\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_3\" y2=\"201.94531\" x2=\"159.5\" y1=\"46.94531\" x1=\"159.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"140.83068\" x=\"133.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_5\" cy=\"251\" cx=\"241\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_6\" y2=\"200.94531\" x2=\"240.5\" y1=\"45.94531\" x1=\"240.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"78.7979\" x=\"214.5\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n <ellipse stroke=\"currentColor\" ry=\"26\" rx=\"26\" id=\"svg_8\" cy=\"252\" cx=\"84\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" fill=\"#fff\"/>\n <line strokeLinecap=\"null\" strokeLinejoin=\"null\" id=\"svg_9\" y2=\"201.94531\" x2=\"83.5\" y1=\"46.94531\" x1=\"83.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"none\"/>\n <rect height=\"27\" width=\"50\" y=\"79.7979\" x=\"57.5\" fillOpacity=\"null\" strokeOpacity=\"null\" strokeWidth=\"15\" stroke=\"currentColor\" fill=\"#fff\"/>\n </g>\n </svg>;\n}\n\nIconDevice.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDevice;"],"file":"IconDevice.js"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
|
+
var IconDocument = function IconDocument(props) {
|
|
16
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
|
+
onClick: function onClick(e) {
|
|
18
|
+
return props.onClick && props.onClick(e);
|
|
19
|
+
},
|
|
20
|
+
viewBox: "0 0 512 512",
|
|
21
|
+
width: props.width || 20,
|
|
22
|
+
height: props.height || props.width || 20,
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
className: props.className
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
IconDocument.propTypes = {
|
|
32
|
+
onClick: _propTypes["default"].func,
|
|
33
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
34
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
35
|
+
className: _propTypes["default"].string
|
|
36
|
+
};
|
|
37
|
+
var _default = IconDocument;
|
|
38
|
+
exports["default"] = _default;
|
|
39
|
+
//# sourceMappingURL=IconDocument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconDocument.js"],"names":["IconDocument","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAAAC,KAAK,EAAI;AAC1B,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,aAA9D;AAA4E,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;AAAsG,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;AAAiJ,IAAA,KAAK,EAAC,4BAAvJ;AAAoL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAAtM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,CAAP;AAGH,CAJD;;AAMAN,YAAY,CAACO,SAAb,GAAyB;AACrBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADE;AAErBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFc;AAGrBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHa;AAIrBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJA,CAAzB;eAOeZ,Y","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconDocument = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48z\"/>\n </svg>;\n}\n\nIconDocument.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconDocument;"],"file":"IconDocument.js"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @typedef {object} ExpertIconProps
|
|
16
|
+
* @property {number} [width] The width in pixels of the icon.
|
|
17
|
+
* @property {number} [height] The height in pixels of the icon.
|
|
18
|
+
* @property {(e: React.MouseEvent) => void} [onClick] Click handler.
|
|
19
|
+
* @property {string} [className] The class name for the SVG element.
|
|
20
|
+
*
|
|
21
|
+
* @extends {React.Component<ExpertIconProps>}
|
|
22
|
+
*/
|
|
23
|
+
var ExpertIcon = function ExpertIcon(props) {
|
|
24
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
25
|
+
onClick: function onClick(e) {
|
|
26
|
+
return props.onClick && props.onClick(e);
|
|
27
|
+
},
|
|
28
|
+
viewBox: "0 0 486.70625 486",
|
|
29
|
+
width: props.width || 20,
|
|
30
|
+
height: props.height || props.width || 20,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
className: props.className
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
d: "m414.928297,149.715165 c-2.639376,-57.222555 -35.669446,-106.505345 -83.345894,-132.039151 c-3.758948,-2.049842 -7.636885,-3.932022 -11.590542,-5.641125 c-19.303146,-8.394083 -40.607459,-13.050853 -63.004303,-13.050853 c-84.113909,0 -152.791790,65.703174 -157.718988,148.605566 l0.043268,-0.010816 v0.281245 c0,3.061243 -0.146031,16.750306 -0.146031,16.750306 l-2.352723,5.224668 h15.744315 c5.916964,-19.384275 24.078904,-32.635245 45.513024,-32.635245 c26.231510,0 47.573684,21.915481 47.573684,48.146991 c0,26.226103 -21.342174,47.146409 -47.573684,47.146409 c-25.111939,0 -45.734774,-19.735831 -47.443879,-44.658471 h-18.789334 c-0.400232,0 -0.778832,0.638209 -1.162839,0.584122 l-19.762875,55.199753 c-2.774590,7.696379 2.926030,16.214860 11.103771,16.214860 h17.020735 l-0.129805,87.899899 c0,17.356066 14.073071,31.174935 31.429136,31.174935 h56.205745 v82.648189 c0,12.877778 12.937273,22.580734 25.815051,22.580734 h144.597825 c12.877778,0 23.429877,-9.702955 23.429877,-22.580734 v-166.037352 c0,-22.645636 5.976457,-44.761234 16.561008,-64.789128 c11.055093,-20.925714 17.523731,-44.620611 18.129489,-69.792045 c0.027042,-1.260193 0.037858,-2.552839 0.037858,-3.845485 c0,-2.466302 -0.070310,-4.938014 -0.183890,-7.377273 zm-155.393308,-11.731165 h-13.456494 v13.559257 c0,4.732489 -4.267352,8.567157 -8.999842,8.567157 c-4.727079,0 -8.999842,-3.834667 -8.999842,-8.567157 v-13.559257 h-12.185483 c-4.732489,0 -8.567157,-4.267352 -8.567157,-8.999842 c0,-4.727079 3.834667,-8.999842 8.567157,-8.999842 h12.185483 v-12.077311 c0,-4.732489 4.272762,-8.567157 8.999842,-8.567157 c4.732489,0 8.999842,3.834667 8.999842,8.567157 v12.077311 h13.456494 c4.727079,0 8.567157,4.272762 8.567157,8.999842 c0,4.732489 -3.840077,8.999842 -8.567157,8.999842 zm0,0"
|
|
36
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
37
|
+
fill: "currentColor",
|
|
38
|
+
d: "m187.695312 285.875c3.9375-3.980469 6.414063-9.449219 6.414063-15.523438 0-12.128906-9.855469-21.980468-21.984375-21.980468-6.007812 0-11.472656 2.410156-15.457031 6.347656-4.023438 4.003906-6.523438 9.539062-6.523438 15.636719 0 12.125 9.855469 21.980469 21.980469 21.980469 6.078125 0 11.585938-2.476563 15.570312-6.460938zm0 0"
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
ExpertIcon.propTypes = {
|
|
43
|
+
onClick: _propTypes["default"].func,
|
|
44
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
45
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
46
|
+
className: _propTypes["default"].string
|
|
47
|
+
};
|
|
48
|
+
var _default = ExpertIcon;
|
|
49
|
+
exports["default"] = _default;
|
|
50
|
+
//# sourceMappingURL=IconExpert.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconExpert.js"],"names":["ExpertIcon","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAAAC,KAAK,EAAI;AACxB,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,mBAA9D;AAAkF,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAxG;AAA4G,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAAnJ;AAAuJ,IAAA,KAAK,EAAC,4BAA7J;AAA0L,IAAA,SAAS,EAAGH,KAAK,CAACK;AAA5M,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,eAEH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IAFG,CAAP;AAIH,CALD;;AAMAN,UAAU,CAACO,SAAX,GAAuB;AACnBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADA;AAEnBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFY;AAGnBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHW;AAInBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJF,CAAvB;eAOeZ,U","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} ExpertIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst ExpertIcon = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 486.70625 486\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"m414.928297,149.715165 c-2.639376,-57.222555 -35.669446,-106.505345 -83.345894,-132.039151 c-3.758948,-2.049842 -7.636885,-3.932022 -11.590542,-5.641125 c-19.303146,-8.394083 -40.607459,-13.050853 -63.004303,-13.050853 c-84.113909,0 -152.791790,65.703174 -157.718988,148.605566 l0.043268,-0.010816 v0.281245 c0,3.061243 -0.146031,16.750306 -0.146031,16.750306 l-2.352723,5.224668 h15.744315 c5.916964,-19.384275 24.078904,-32.635245 45.513024,-32.635245 c26.231510,0 47.573684,21.915481 47.573684,48.146991 c0,26.226103 -21.342174,47.146409 -47.573684,47.146409 c-25.111939,0 -45.734774,-19.735831 -47.443879,-44.658471 h-18.789334 c-0.400232,0 -0.778832,0.638209 -1.162839,0.584122 l-19.762875,55.199753 c-2.774590,7.696379 2.926030,16.214860 11.103771,16.214860 h17.020735 l-0.129805,87.899899 c0,17.356066 14.073071,31.174935 31.429136,31.174935 h56.205745 v82.648189 c0,12.877778 12.937273,22.580734 25.815051,22.580734 h144.597825 c12.877778,0 23.429877,-9.702955 23.429877,-22.580734 v-166.037352 c0,-22.645636 5.976457,-44.761234 16.561008,-64.789128 c11.055093,-20.925714 17.523731,-44.620611 18.129489,-69.792045 c0.027042,-1.260193 0.037858,-2.552839 0.037858,-3.845485 c0,-2.466302 -0.070310,-4.938014 -0.183890,-7.377273 zm-155.393308,-11.731165 h-13.456494 v13.559257 c0,4.732489 -4.267352,8.567157 -8.999842,8.567157 c-4.727079,0 -8.999842,-3.834667 -8.999842,-8.567157 v-13.559257 h-12.185483 c-4.732489,0 -8.567157,-4.267352 -8.567157,-8.999842 c0,-4.727079 3.834667,-8.999842 8.567157,-8.999842 h12.185483 v-12.077311 c0,-4.732489 4.272762,-8.567157 8.999842,-8.567157 c4.732489,0 8.999842,3.834667 8.999842,8.567157 v12.077311 h13.456494 c4.727079,0 8.567157,4.272762 8.567157,8.999842 c0,4.732489 -3.840077,8.999842 -8.567157,8.999842 zm0,0\"/>\n <path fill=\"currentColor\" d=\"m187.695312 285.875c3.9375-3.980469 6.414063-9.449219 6.414063-15.523438 0-12.128906-9.855469-21.980468-21.984375-21.980468-6.007812 0-11.472656 2.410156-15.457031 6.347656-4.023438 4.003906-6.523438 9.539062-6.523438 15.636719 0 12.125 9.855469 21.980469 21.980469 21.980469 6.078125 0 11.585938-2.476563 15.570312-6.460938zm0 0\"/>\n </svg>;\n}\nExpertIcon.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default ExpertIcon;\n"],"file":"IconExpert.js"}
|
package/icons/IconFx.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
var IconFx = function IconFx(props) {
|
|
15
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
16
|
+
onClick: function onClick(e) {
|
|
17
|
+
return props.onClick && props.onClick(e);
|
|
18
|
+
},
|
|
19
|
+
style: props.style || {},
|
|
20
|
+
viewBox: "0 0 95 95",
|
|
21
|
+
width: props.width || 20,
|
|
22
|
+
height: props.height || props.width || 20,
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
className: props.className
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M93.779,63.676c-0.981-1.082-2.24-1.653-3.639-1.653c-1.145,0-3.953,0.396-5.318,4.062 c-0.344,0.922-0.443,1.413-0.907,1.363c-0.786-0.078-3.845-3.346-4.845-8.145l-2.482-11.6c1.961-3.177,3.977-5.629,5.988-7.292 c1.08-0.882,2.314-1.349,3.808-1.43c3.815-0.26,5.203-0.74,6.14-1.399c1.547-1.115,2.397-2.728,2.397-4.542 c0-1.596-0.604-3.019-1.75-4.115c-1.106-1.059-2.581-1.618-4.26-1.618c-2.468,0-5.239,1.142-8.474,3.49 c-1.91,1.388-3.935,3.406-6.121,6.111c-0.711-2.653-1.319-3.889-1.771-4.628c-1.396-2.303-3.664-2.303-4.41-2.303l-0.813,0.013 l-23.045,0.544l1.297-5.506c0.828-3.593,1.915-6.436,3.226-8.45c0.638-0.98,1.614-2.148,2.638-2.148 c0.387,0,1.152,0.063,2.582,0.36c3.978,0.86,5.465,0.959,6.239,0.959c1.708,0,3.21-0.571,4.347-1.651 c1.176-1.119,1.797-2.583,1.797-4.233c0-1.29-0.424-3.156-2.445-4.722c-1.396-1.081-3.311-1.629-5.691-1.629 c-3.568,0-7.349,1.141-11.241,3.39c-3.862,2.232-7.038,5.317-9.438,9.171c-2.105,3.379-3.929,8.124-5.555,14.459H21.877 l-2.238,8.831h10.186l-7.74,31.116c-1.603,6.443-2.777,8.028-3.098,8.361c-0.875,0.904-2.68,1.094-4.04,1.094 c-1.683,0-3.477-0.121-5.349-0.361c-1.286-0.157-2.265-0.234-2.991-0.234c-1.878,0-3.423,0.488-4.59,1.448 C0.716,81.858,0,83.403,0,85.14c0,1.357,0.44,3.309,2.539,4.895c1.434,1.08,3.389,1.628,5.813,1.628 c6.069,0,11.725-2.411,16.813-7.165c4.947-4.624,8.571-11.413,10.773-20.195l6.119-24.935l20.87,0.354l2.244,9.64l-4.573,6.748 c-0.824,1.209-2.051,2.701-3.658,4.441c-0.84,0.92-1.398,1.426-1.721,1.689c-1.316-1.608-2.809-2.424-4.432-2.424 c-1.525,0-2.91,0.625-4.002,1.804c-1.036,1.116-1.583,2.514-1.583,4.038c0,1.83,0.783,3.459,2.264,4.709 c1.357,1.146,3.034,1.728,4.981,1.728c2.414,0,4.884-0.921,7.344-2.737c2.053-1.519,4.697-4.526,8.074-9.189 c2.17,6.24,5.248,10.252,6.714,11.927c2.313,2.644,6.049,4.22,9.993,4.22c3.348,0,5.244-1.402,6.916-2.641l0.148-0.109 c2.926-2.164,3.54-4.545,3.54-6.166C95.174,65.965,94.691,64.679,93.779,63.676z"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
IconFx.propTypes = {
|
|
32
|
+
onClick: _propTypes["default"].func,
|
|
33
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
34
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
35
|
+
className: _propTypes["default"].string
|
|
36
|
+
};
|
|
37
|
+
var _default = IconFx;
|
|
38
|
+
exports["default"] = _default;
|
|
39
|
+
//# sourceMappingURL=IconFx.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconFx.js"],"names":["IconFx","props","e","onClick","style","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA,IAAMA,MAAM,GAAG,SAATA,MAAS,CAAAC,KAAK,EAAI;AACpB,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAA5E;AAAgF,IAAA,OAAO,EAAC,WAAxF;AAAoG,IAAA,KAAK,EAAEH,KAAK,CAACI,KAAN,IAAe,EAA1H;AAA8H,IAAA,MAAM,EAAEJ,KAAK,CAACK,MAAN,IAAgBL,KAAK,CAACI,KAAtB,IAA+B,EAArK;AAAyK,IAAA,KAAK,EAAC,4BAA/K;AAA4M,IAAA,SAAS,EAAGJ,KAAK,CAACM;AAA9N,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,CAAP;AAoBH,CArBD;;AAuBAP,MAAM,CAACQ,SAAP,GAAmB;AACfL,EAAAA,OAAO,EAAEM,sBAAUC,IADJ;AAEfL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFQ;AAGfP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHO;AAIfN,EAAAA,SAAS,EAAEE,sBAAUI;AAJN,CAAnB;eAOeb,M","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst IconFx = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} style={props.style || {}} viewBox=\"0 0 95 95\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M93.779,63.676c-0.981-1.082-2.24-1.653-3.639-1.653c-1.145,0-3.953,0.396-5.318,4.062\n\t\tc-0.344,0.922-0.443,1.413-0.907,1.363c-0.786-0.078-3.845-3.346-4.845-8.145l-2.482-11.6c1.961-3.177,3.977-5.629,5.988-7.292\n\t\tc1.08-0.882,2.314-1.349,3.808-1.43c3.815-0.26,5.203-0.74,6.14-1.399c1.547-1.115,2.397-2.728,2.397-4.542\n\t\tc0-1.596-0.604-3.019-1.75-4.115c-1.106-1.059-2.581-1.618-4.26-1.618c-2.468,0-5.239,1.142-8.474,3.49\n\t\tc-1.91,1.388-3.935,3.406-6.121,6.111c-0.711-2.653-1.319-3.889-1.771-4.628c-1.396-2.303-3.664-2.303-4.41-2.303l-0.813,0.013\n\t\tl-23.045,0.544l1.297-5.506c0.828-3.593,1.915-6.436,3.226-8.45c0.638-0.98,1.614-2.148,2.638-2.148\n\t\tc0.387,0,1.152,0.063,2.582,0.36c3.978,0.86,5.465,0.959,6.239,0.959c1.708,0,3.21-0.571,4.347-1.651\n\t\tc1.176-1.119,1.797-2.583,1.797-4.233c0-1.29-0.424-3.156-2.445-4.722c-1.396-1.081-3.311-1.629-5.691-1.629\n\t\tc-3.568,0-7.349,1.141-11.241,3.39c-3.862,2.232-7.038,5.317-9.438,9.171c-2.105,3.379-3.929,8.124-5.555,14.459H21.877\n\t\tl-2.238,8.831h10.186l-7.74,31.116c-1.603,6.443-2.777,8.028-3.098,8.361c-0.875,0.904-2.68,1.094-4.04,1.094\n\t\tc-1.683,0-3.477-0.121-5.349-0.361c-1.286-0.157-2.265-0.234-2.991-0.234c-1.878,0-3.423,0.488-4.59,1.448\n\t\tC0.716,81.858,0,83.403,0,85.14c0,1.357,0.44,3.309,2.539,4.895c1.434,1.08,3.389,1.628,5.813,1.628\n\t\tc6.069,0,11.725-2.411,16.813-7.165c4.947-4.624,8.571-11.413,10.773-20.195l6.119-24.935l20.87,0.354l2.244,9.64l-4.573,6.748\n\t\tc-0.824,1.209-2.051,2.701-3.658,4.441c-0.84,0.92-1.398,1.426-1.721,1.689c-1.316-1.608-2.809-2.424-4.432-2.424\n\t\tc-1.525,0-2.91,0.625-4.002,1.804c-1.036,1.116-1.583,2.514-1.583,4.038c0,1.83,0.783,3.459,2.264,4.709\n\t\tc1.357,1.146,3.034,1.728,4.981,1.728c2.414,0,4.884-0.921,7.344-2.737c2.053-1.519,4.697-4.526,8.074-9.189\n\t\tc2.17,6.24,5.248,10.252,6.714,11.927c2.313,2.644,6.049,4.22,9.993,4.22c3.348,0,5.244-1.402,6.916-2.641l0.148-0.109\n\t\tc2.926-2.164,3.54-4.545,3.54-6.166C95.174,65.965,94.691,64.679,93.779,63.676z\"/>\n </svg>;\n}\n\nIconFx.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconFx;"],"file":"IconFx.js"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
|
+
var IconInstance = function IconInstance(props) {
|
|
16
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
|
+
onClick: function onClick(e) {
|
|
18
|
+
return props.onClick && props.onClick(e);
|
|
19
|
+
},
|
|
20
|
+
viewBox: "0 0 512 512",
|
|
21
|
+
width: props.width || 20,
|
|
22
|
+
height: props.height || props.width || 20,
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
24
|
+
className: props.className
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
IconInstance.propTypes = {
|
|
32
|
+
onClick: _propTypes["default"].func,
|
|
33
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
34
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
35
|
+
className: _propTypes["default"].string
|
|
36
|
+
};
|
|
37
|
+
var _default = IconInstance;
|
|
38
|
+
exports["default"] = _default;
|
|
39
|
+
//# sourceMappingURL=IconInstance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconInstance.js"],"names":["IconInstance","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA,IAAMA,YAAY,GAAG,SAAfA,YAAe,CAAAC,KAAK,EAAI;AAC1B,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,aAA9D;AAA4E,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;AAAsG,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;AAAiJ,IAAA,KAAK,EAAC,4BAAvJ;AAAoL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAAtM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,CAAP;AAGH,CAJD;;AAMAN,YAAY,CAACO,SAAb,GAAyB;AACrBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADE;AAErBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFc;AAGrBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHa;AAIrBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJA,CAAzB;eAOeZ,Y","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nconst IconInstance = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M448 0L320 96v62.06l-83.03 83.03c6.79 4.25 13.27 9.06 19.07 14.87 5.8 5.8 10.62 12.28 14.87 19.07L353.94 192H416l96-128-64-64zM128 278.59L10.92 395.67c-14.55 14.55-14.55 38.15 0 52.71l52.7 52.7c14.56 14.56 38.15 14.56 52.71 0L233.41 384c29.11-29.11 29.11-76.3 0-105.41s-76.3-29.11-105.41 0z\"/>\n </svg>;\n}\n\nIconInstance.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconInstance;"],"file":"IconInstance.js"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* @typedef {object} IconLogoutProps
|
|
16
|
+
* @property {number} [width] The width in pixels of the icon.
|
|
17
|
+
* @property {number} [height] The height in pixels of the icon.
|
|
18
|
+
* @property {(e: React.MouseEvent) => void} [onClick] Click handler.
|
|
19
|
+
* @property {string} [className] The class name for the SVG element.
|
|
20
|
+
*
|
|
21
|
+
* @extends {React.Component<ExpertIconProps>}
|
|
22
|
+
*/
|
|
23
|
+
var IconLogout = function IconLogout(props) {
|
|
24
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
25
|
+
onClick: function onClick(e) {
|
|
26
|
+
return props.onClick && props.onClick(e);
|
|
27
|
+
},
|
|
28
|
+
viewBox: "0 0 512 512",
|
|
29
|
+
width: props.width || 20,
|
|
30
|
+
height: props.height || props.width || 20,
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
className: props.className
|
|
33
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
34
|
+
fill: "currentColor",
|
|
35
|
+
d: "M510.371,226.513c-1.088-2.603-2.645-4.971-4.629-6.955l-63.979-63.979c-8.341-8.32-21.824-8.32-30.165,0 c-8.341,8.341-8.341,21.845,0,30.165l27.584,27.584H320.013c-11.797,0-21.333,9.557-21.333,21.333s9.536,21.333,21.333,21.333 h119.168l-27.584,27.584c-8.341,8.341-8.341,21.845,0,30.165c4.16,4.181,9.621,6.251,15.083,6.251s10.923-2.069,15.083-6.251 l63.979-63.979c1.984-1.963,3.541-4.331,4.629-6.955C512.525,237.606,512.525,231.718,510.371,226.513z"
|
|
36
|
+
}), /*#__PURE__*/_react["default"].createElement("path", {
|
|
37
|
+
fill: "currentColor",
|
|
38
|
+
d: "M362.68,298.667c-11.797,0-21.333,9.557-21.333,21.333v106.667h-85.333V85.333c0-9.408-6.187-17.728-15.211-20.437 l-74.091-22.229h174.635v106.667c0,11.776,9.536,21.333,21.333,21.333s21.333-9.557,21.333-21.333v-128 C384.013,9.557,374.477,0,362.68,0H21.347c-0.768,0-1.451,0.32-2.197,0.405c-1.003,0.107-1.92,0.277-2.88,0.512 c-2.24,0.576-4.267,1.451-6.165,2.645c-0.469,0.299-1.045,0.32-1.493,0.661C8.44,4.352,8.376,4.587,8.205,4.715 C5.88,6.549,3.939,8.789,2.531,11.456c-0.299,0.576-0.363,1.195-0.597,1.792c-0.683,1.621-1.429,3.2-1.685,4.992 c-0.107,0.64,0.085,1.237,0.064,1.856c-0.021,0.427-0.299,0.811-0.299,1.237V448c0,10.176,7.189,18.923,17.152,20.907 l213.333,42.667c1.387,0.299,2.795,0.427,4.181,0.427c4.885,0,9.685-1.685,13.525-4.843c4.928-4.053,7.808-10.091,7.808-16.491 v-21.333H362.68c11.797,0,21.333-9.557,21.333-21.333V320C384.013,308.224,374.477,298.667,362.68,298.667z"
|
|
39
|
+
}));
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
IconLogout.propTypes = {
|
|
43
|
+
onClick: _propTypes["default"].func,
|
|
44
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
45
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
46
|
+
className: _propTypes["default"].string
|
|
47
|
+
};
|
|
48
|
+
var _default = IconLogout;
|
|
49
|
+
exports["default"] = _default;
|
|
50
|
+
//# sourceMappingURL=IconLogout.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["IconLogout.js"],"names":["IconLogout","props","e","onClick","width","height","className","propTypes","PropTypes","func","oneOfType","number","string"],"mappings":";;;;;;;AAAA;;AACA;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMA,UAAU,GAAG,SAAbA,UAAa,CAAAC,KAAK,EAAI;AACxB,sBAAO;AAAK,IAAA,OAAO,EAAE,iBAAAC,CAAC;AAAA,aAAID,KAAK,CAACE,OAAN,IAAiBF,KAAK,CAACE,OAAN,CAAcD,CAAd,CAArB;AAAA,KAAf;AAAsD,IAAA,OAAO,EAAC,aAA9D;AAA4E,IAAA,KAAK,EAAED,KAAK,CAACG,KAAN,IAAe,EAAlG;AAAsG,IAAA,MAAM,EAAEH,KAAK,CAACI,MAAN,IAAgBJ,KAAK,CAACG,KAAtB,IAA+B,EAA7I;AAAiJ,IAAA,KAAK,EAAC,4BAAvJ;AAAoL,IAAA,SAAS,EAAGH,KAAK,CAACK;AAAtM,kBACH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IADG,eAKH;AAAM,IAAA,IAAI,EAAC,cAAX;AAA0B,IAAA,CAAC,EAAC;AAA5B,IALG,CAAP;AAcH,CAfD;;AAgBAN,UAAU,CAACO,SAAX,GAAuB;AACnBJ,EAAAA,OAAO,EAAEK,sBAAUC,IADA;AAEnBL,EAAAA,KAAK,EAAEI,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAFY;AAGnBP,EAAAA,MAAM,EAAEG,sBAAUE,SAAV,CAAoB,CAACF,sBAAUG,MAAX,EAAmBH,sBAAUI,MAA7B,CAApB,CAHW;AAInBN,EAAAA,SAAS,EAAEE,sBAAUI;AAJF,CAAvB;eAOeZ,U","sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconLogoutProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst IconLogout = props => {\n return <svg onClick={e => props.onClick && props.onClick(e)} viewBox=\"0 0 512 512\" width={props.width || 20} height={props.height || props.width || 20} xmlns=\"http://www.w3.org/2000/svg\" className={ props.className }>\n <path fill=\"currentColor\" d=\"M510.371,226.513c-1.088-2.603-2.645-4.971-4.629-6.955l-63.979-63.979c-8.341-8.32-21.824-8.32-30.165,0\n\t\t\tc-8.341,8.341-8.341,21.845,0,30.165l27.584,27.584H320.013c-11.797,0-21.333,9.557-21.333,21.333s9.536,21.333,21.333,21.333\n\t\t\th119.168l-27.584,27.584c-8.341,8.341-8.341,21.845,0,30.165c4.16,4.181,9.621,6.251,15.083,6.251s10.923-2.069,15.083-6.251\n\t\t\tl63.979-63.979c1.984-1.963,3.541-4.331,4.629-6.955C512.525,237.606,512.525,231.718,510.371,226.513z\"/>\n <path fill=\"currentColor\" d=\"M362.68,298.667c-11.797,0-21.333,9.557-21.333,21.333v106.667h-85.333V85.333c0-9.408-6.187-17.728-15.211-20.437\n\t\t\tl-74.091-22.229h174.635v106.667c0,11.776,9.536,21.333,21.333,21.333s21.333-9.557,21.333-21.333v-128\n\t\t\tC384.013,9.557,374.477,0,362.68,0H21.347c-0.768,0-1.451,0.32-2.197,0.405c-1.003,0.107-1.92,0.277-2.88,0.512\n\t\t\tc-2.24,0.576-4.267,1.451-6.165,2.645c-0.469,0.299-1.045,0.32-1.493,0.661C8.44,4.352,8.376,4.587,8.205,4.715\n\t\t\tC5.88,6.549,3.939,8.789,2.531,11.456c-0.299,0.576-0.363,1.195-0.597,1.792c-0.683,1.621-1.429,3.2-1.685,4.992\n\t\t\tc-0.107,0.64,0.085,1.237,0.064,1.856c-0.021,0.427-0.299,0.811-0.299,1.237V448c0,10.176,7.189,18.923,17.152,20.907\n\t\t\tl213.333,42.667c1.387,0.299,2.795,0.427,4.181,0.427c4.885,0,9.685-1.685,13.525-4.843c4.928-4.053,7.808-10.091,7.808-16.491\n\t\t\tv-21.333H362.68c11.797,0,21.333-9.557,21.333-21.333V320C384.013,308.224,374.477,298.667,362.68,298.667z\"/>\n </svg>;\n}\nIconLogout.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string\n};\n\nexport default IconLogout;\n"],"file":"IconLogout.js"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
15
|
+
var IconOpen = function IconOpen(props) {
|
|
16
|
+
return /*#__PURE__*/_react["default"].createElement("svg", {
|
|
17
|
+
onClick: function onClick(e) {
|
|
18
|
+
return props.onClick && props.onClick(e);
|
|
19
|
+
},
|
|
20
|
+
viewBox: "0 0 650 512",
|
|
21
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
22
|
+
width: props.width || 20,
|
|
23
|
+
height: props.height || props.width || 20,
|
|
24
|
+
className: props.className
|
|
25
|
+
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
26
|
+
fill: "currentColor",
|
|
27
|
+
d: "M572.694 292.093L500.27 416.248A63.997 63.997 0 0 1 444.989 448H45.025c-18.523 0-30.064-20.093-20.731-36.093l72.424-124.155A64 64 0 0 1 152 256h399.964c18.523 0 30.064 20.093 20.73 36.093zM152 224h328v-48c0-26.51-21.49-48-48-48H272l-64-64H48C21.49 64 0 85.49 0 112v278.046l69.077-118.418C86.214 242.25 117.989 224 152 224z"
|
|
28
|
+
}));
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
IconOpen.propTypes = {
|
|
32
|
+
onClick: _propTypes["default"].func,
|
|
33
|
+
width: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
34
|
+
height: _propTypes["default"].oneOfType([_propTypes["default"].number, _propTypes["default"].string]),
|
|
35
|
+
className: _propTypes["default"].string
|
|
36
|
+
};
|
|
37
|
+
var _default = IconOpen;
|
|
38
|
+
exports["default"] = _default;
|
|
39
|
+
//# sourceMappingURL=IconOpen.js.map
|