@iobroker/adapter-react-v5 7.6.7 → 7.6.9
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/Components/InfoBox.d.ts +1 -1
- package/build/Components/InfoBox.js +1 -1
- package/build/Components/InfoBox.js.map +1 -1
- package/build/Components/ObjectBrowser.d.ts +10 -0
- package/build/Components/ObjectBrowser.js +65 -8
- package/build/Components/ObjectBrowser.js.map +1 -1
- package/build/Components/SelectWithIcon.d.ts +0 -1
- package/build/Components/SelectWithIcon.js +3 -3
- package/build/Components/SelectWithIcon.js.map +1 -1
- package/build/Components/TextWithIcon.d.ts +0 -1
- package/build/Components/TextWithIcon.js +3 -3
- package/build/Components/TextWithIcon.js.map +1 -1
- package/build/Components/TypeSelector/TypeIcon.d.ts +29 -0
- package/build/Components/TypeSelector/TypeIcon.js +111 -0
- package/build/Components/TypeSelector/TypeIcon.js.map +1 -0
- package/build/Components/TypeSelector/TypeOptions.d.ts +8 -0
- package/build/Components/TypeSelector/TypeOptions.js +125 -0
- package/build/Components/TypeSelector/TypeOptions.js.map +1 -0
- package/build/Components/TypeSelector/TypeSelector.d.ts +22 -0
- package/build/Components/TypeSelector/TypeSelector.js +92 -0
- package/build/Components/TypeSelector/TypeSelector.js.map +1 -0
- package/build/Components/TypeSelector/icons/Cleaner.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Cleaner.js +14 -0
- package/build/Components/TypeSelector/icons/Cleaner.js.map +1 -0
- package/build/Components/TypeSelector/icons/DoorClosed.d.ts +3 -0
- package/build/Components/TypeSelector/icons/DoorClosed.js +7 -0
- package/build/Components/TypeSelector/icons/DoorClosed.js.map +1 -0
- package/build/Components/TypeSelector/icons/DoorOpened.d.ts +3 -0
- package/build/Components/TypeSelector/icons/DoorOpened.js +7 -0
- package/build/Components/TypeSelector/icons/DoorOpened.js.map +1 -0
- package/build/Components/TypeSelector/icons/FireOff.d.ts +3 -0
- package/build/Components/TypeSelector/icons/FireOff.js +8 -0
- package/build/Components/TypeSelector/icons/FireOff.js.map +1 -0
- package/build/Components/TypeSelector/icons/FireOn.d.ts +3 -0
- package/build/Components/TypeSelector/icons/FireOn.js +14 -0
- package/build/Components/TypeSelector/icons/FireOn.js.map +1 -0
- package/build/Components/TypeSelector/icons/FloodOff.d.ts +3 -0
- package/build/Components/TypeSelector/icons/FloodOff.js +11 -0
- package/build/Components/TypeSelector/icons/FloodOff.js.map +1 -0
- package/build/Components/TypeSelector/icons/FloodOn.d.ts +3 -0
- package/build/Components/TypeSelector/icons/FloodOn.js +18 -0
- package/build/Components/TypeSelector/icons/FloodOn.js.map +1 -0
- package/build/Components/TypeSelector/icons/Gate.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Gate.js +8 -0
- package/build/Components/TypeSelector/icons/Gate.js.map +1 -0
- package/build/Components/TypeSelector/icons/HeatValve.d.ts +3 -0
- package/build/Components/TypeSelector/icons/HeatValve.js +6 -0
- package/build/Components/TypeSelector/icons/HeatValve.js.map +1 -0
- package/build/Components/TypeSelector/icons/Home.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Home.js +6 -0
- package/build/Components/TypeSelector/icons/Home.js.map +1 -0
- package/build/Components/TypeSelector/icons/Humidity.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Humidity.js +8 -0
- package/build/Components/TypeSelector/icons/Humidity.js.map +1 -0
- package/build/Components/TypeSelector/icons/IconHome.d.ts +5 -0
- package/build/Components/TypeSelector/icons/IconHome.js +21 -0
- package/build/Components/TypeSelector/icons/IconHome.js.map +1 -0
- package/build/Components/TypeSelector/icons/Jalousie.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Jalousie.js +7 -0
- package/build/Components/TypeSelector/icons/Jalousie.js.map +1 -0
- package/build/Components/TypeSelector/icons/Material.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Material.js +8 -0
- package/build/Components/TypeSelector/icons/Material.js.map +1 -0
- package/build/Components/TypeSelector/icons/MotionOff.d.ts +3 -0
- package/build/Components/TypeSelector/icons/MotionOff.js +11 -0
- package/build/Components/TypeSelector/icons/MotionOff.js.map +1 -0
- package/build/Components/TypeSelector/icons/MotionOn.d.ts +3 -0
- package/build/Components/TypeSelector/icons/MotionOn.js +7 -0
- package/build/Components/TypeSelector/icons/MotionOn.js.map +1 -0
- package/build/Components/TypeSelector/icons/PushButton.d.ts +3 -0
- package/build/Components/TypeSelector/icons/PushButton.js +9 -0
- package/build/Components/TypeSelector/icons/PushButton.js.map +1 -0
- package/build/Components/TypeSelector/icons/RGB.d.ts +3 -0
- package/build/Components/TypeSelector/icons/RGB.js +43 -0
- package/build/Components/TypeSelector/icons/RGB.js.map +1 -0
- package/build/Components/TypeSelector/icons/RepairExpert.d.ts +3 -0
- package/build/Components/TypeSelector/icons/RepairExpert.js +6 -0
- package/build/Components/TypeSelector/icons/RepairExpert.js.map +1 -0
- package/build/Components/TypeSelector/icons/Socket.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Socket.js +8 -0
- package/build/Components/TypeSelector/icons/Socket.js.map +1 -0
- package/build/Components/TypeSelector/icons/Thermometer.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Thermometer.js +7 -0
- package/build/Components/TypeSelector/icons/Thermometer.js.map +1 -0
- package/build/Components/TypeSelector/icons/ThermometerSimple.d.ts +3 -0
- package/build/Components/TypeSelector/icons/ThermometerSimple.js +8 -0
- package/build/Components/TypeSelector/icons/ThermometerSimple.js.map +1 -0
- package/build/Components/TypeSelector/icons/Thermostat.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Thermostat.js +9 -0
- package/build/Components/TypeSelector/icons/Thermostat.js.map +1 -0
- package/build/Components/TypeSelector/icons/Valve.d.ts +3 -0
- package/build/Components/TypeSelector/icons/Valve.js +7 -0
- package/build/Components/TypeSelector/icons/Valve.js.map +1 -0
- package/build/Components/TypeSelector/icons/WindowClosed.d.ts +3 -0
- package/build/Components/TypeSelector/icons/WindowClosed.js +8 -0
- package/build/Components/TypeSelector/icons/WindowClosed.js.map +1 -0
- package/build/Components/TypeSelector/icons/WindowOpened.d.ts +3 -0
- package/build/Components/TypeSelector/icons/WindowOpened.js +9 -0
- package/build/Components/TypeSelector/icons/WindowOpened.js.map +1 -0
- package/build/Components/TypeSelector/icons/WindowTilted.d.ts +3 -0
- package/build/Components/TypeSelector/icons/WindowTilted.js +8 -0
- package/build/Components/TypeSelector/icons/WindowTilted.js.map +1 -0
- package/build/Components/TypeSelector/icons/index.d.ts +28 -0
- package/build/Components/TypeSelector/icons/index.js +28 -0
- package/build/Components/TypeSelector/icons/index.js.map +1 -0
- package/build/Components/Utils.d.ts +1 -1
- package/build/Components/Utils.js +2 -2
- package/build/Components/Utils.js.map +1 -1
- package/build/Dialogs/TextInput.d.ts +1 -1
- package/build/i18n/de.json +1 -0
- package/build/i18n/en.json +1 -0
- package/build/i18n/es.json +1 -0
- package/build/i18n/fr.json +1 -0
- package/build/i18n/it.json +1 -0
- package/build/i18n/nl.json +1 -0
- package/build/i18n/pl.json +1 -0
- package/build/i18n/pt.json +1 -0
- package/build/i18n/ru.json +1 -0
- package/build/i18n/uk.json +1 -0
- package/build/i18n/zh-cn.json +1 -0
- package/build/icons/IconAdapter.d.ts +2 -2
- package/build/icons/IconAdapter.js +4 -2
- package/build/icons/IconAdapter.js.map +1 -1
- package/build/icons/IconAlias.d.ts +2 -2
- package/build/icons/IconAlias.js +4 -2
- package/build/icons/IconAlias.js.map +1 -1
- package/build/icons/IconButtonImage.d.ts +2 -2
- package/build/icons/IconButtonImage.js +6 -4
- package/build/icons/IconButtonImage.js.map +1 -1
- package/build/icons/IconChannel.d.ts +2 -2
- package/build/icons/IconChannel.js +8 -6
- package/build/icons/IconChannel.js.map +1 -1
- package/build/icons/IconClearFilter.d.ts +2 -2
- package/build/icons/IconClearFilter.js +4 -2
- package/build/icons/IconClearFilter.js.map +1 -1
- package/build/icons/IconClosed.d.ts +2 -2
- package/build/icons/IconClosed.js +4 -2
- package/build/icons/IconClosed.js.map +1 -1
- package/build/icons/IconCopy.d.ts +2 -2
- package/build/icons/IconCopy.js +4 -2
- package/build/icons/IconCopy.js.map +1 -1
- package/build/icons/IconDevice.d.ts +2 -2
- package/build/icons/IconDevice.js +14 -12
- package/build/icons/IconDevice.js.map +1 -1
- package/build/icons/IconDocument.d.ts +2 -2
- package/build/icons/IconDocument.js +4 -2
- package/build/icons/IconDocument.js.map +1 -1
- package/build/icons/IconDocumentReadOnly.d.ts +2 -2
- package/build/icons/IconDocumentReadOnly.js +5 -3
- package/build/icons/IconDocumentReadOnly.js.map +1 -1
- package/build/icons/IconExpert.d.ts +2 -2
- package/build/icons/IconExpert.js +5 -3
- package/build/icons/IconExpert.js.map +1 -1
- package/build/icons/IconFx.d.ts +2 -2
- package/build/icons/IconFx.js +4 -2
- package/build/icons/IconFx.js.map +1 -1
- package/build/icons/IconInstance.d.ts +2 -2
- package/build/icons/IconInstance.js +4 -2
- package/build/icons/IconInstance.js.map +1 -1
- package/build/icons/IconLogout.d.ts +2 -2
- package/build/icons/IconLogout.js +5 -3
- package/build/icons/IconLogout.js.map +1 -1
- package/build/icons/IconNoIcon.d.ts +2 -2
- package/build/icons/IconNoIcon.js +4 -2
- package/build/icons/IconNoIcon.js.map +1 -1
- package/build/icons/IconOpen.d.ts +2 -2
- package/build/icons/IconOpen.js +4 -2
- package/build/icons/IconOpen.js.map +1 -1
- package/build/icons/IconState.d.ts +2 -2
- package/build/icons/IconState.js +5 -3
- package/build/icons/IconState.js.map +1 -1
- package/build/icons/IconVacuum.d.ts +2 -2
- package/build/icons/IconVacuum.js +10 -8
- package/build/icons/IconVacuum.js.map +1 -1
- package/build/index.d.ts +5 -2
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/i18n/de.json +1 -0
- package/i18n/en.json +1 -0
- package/i18n/es.json +1 -0
- package/i18n/fr.json +1 -0
- package/i18n/it.json +1 -0
- package/i18n/nl.json +1 -0
- package/i18n/pl.json +1 -0
- package/i18n/pt.json +1 -0
- package/i18n/ru.json +1 -0
- package/i18n/uk.json +1 -0
- package/i18n/zh-cn.json +1 -0
- package/package.json +11 -9
- package/build/Components/IconDeviceType.d.ts +0 -8
- package/build/Components/IconDeviceType.js +0 -212
- package/build/Components/IconDeviceType.js.map +0 -1
- package/build/icons/IconProps.d.ts +0 -15
- package/build/icons/IconProps.js +0 -2
- package/build/icons/IconProps.js.map +0 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type JSX } from 'react';
|
|
2
|
-
export declare const DialogTextInput: (props: Record<string, any>) => JSX.Element
|
|
2
|
+
export declare const DialogTextInput: (props: Record<string, any>) => JSX.Element;
|
package/build/i18n/de.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Bestätigt",
|
|
317
317
|
"ra_tooltip_comment": "Kommentar",
|
|
318
318
|
"ra_tooltip_copyState": "Statuswert kopieren",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Strg/⌘-Taste gedrückt halten, um den Link zu öffnen",
|
|
319
320
|
"ra_tooltip_customConfig": "Benutzerdefinierte Einstellungen",
|
|
320
321
|
"ra_tooltip_deleteObject": "Objekt löschen",
|
|
321
322
|
"ra_tooltip_editObject": "Objekt bearbeiten",
|
package/build/i18n/en.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Acknowledged",
|
|
317
317
|
"ra_tooltip_comment": "Comment",
|
|
318
318
|
"ra_tooltip_copyState": "Copy the state value",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Hold Cltr/⌘ key to open the link",
|
|
319
320
|
"ra_tooltip_customConfig": "Custom settings",
|
|
320
321
|
"ra_tooltip_deleteObject": "Delete object",
|
|
321
322
|
"ra_tooltip_editObject": "Edit object",
|
package/build/i18n/es.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Bandera reconocida",
|
|
317
317
|
"ra_tooltip_comment": "Comentario",
|
|
318
318
|
"ra_tooltip_copyState": "Copie el valor del estado",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Mantenga presionada la tecla Cltr/⌘ para abrir el enlace",
|
|
319
320
|
"ra_tooltip_customConfig": "Ajustes personalizados",
|
|
320
321
|
"ra_tooltip_deleteObject": "Eliminar objeto",
|
|
321
322
|
"ra_tooltip_editObject": "Editar objeto",
|
package/build/i18n/fr.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Drapeau reconnu",
|
|
317
317
|
"ra_tooltip_comment": "Commentaire",
|
|
318
318
|
"ra_tooltip_copyState": "Copiez la valeur d'état",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Maintenez la touche Cltr/⌘ enfoncée pour ouvrir le lien",
|
|
319
320
|
"ra_tooltip_customConfig": "Paramètres personnalisés",
|
|
320
321
|
"ra_tooltip_deleteObject": "Supprimer un objet",
|
|
321
322
|
"ra_tooltip_editObject": "Modifier l'objet",
|
package/build/i18n/it.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Bandiera riconosciuta",
|
|
317
317
|
"ra_tooltip_comment": "Commento",
|
|
318
318
|
"ra_tooltip_copyState": "Copia il valore dello stato",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Tieni premuto il tasto Cltr/⌘ per aprire il collegamento",
|
|
319
320
|
"ra_tooltip_customConfig": "Impostazioni personalizzate",
|
|
320
321
|
"ra_tooltip_deleteObject": "Elimina oggetto",
|
|
321
322
|
"ra_tooltip_editObject": "Modifica oggetto",
|
package/build/i18n/nl.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Erkende vlag",
|
|
317
317
|
"ra_tooltip_comment": "Opmerking",
|
|
318
318
|
"ra_tooltip_copyState": "Kopieer de statuswaarde",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Houd de Cltr/⌘-toets ingedrukt om de link te openen",
|
|
319
320
|
"ra_tooltip_customConfig": "Aangepaste instellingen",
|
|
320
321
|
"ra_tooltip_deleteObject": "Object verwijderen",
|
|
321
322
|
"ra_tooltip_editObject": "Object bewerken",
|
package/build/i18n/pl.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Potwierdzon",
|
|
317
317
|
"ra_tooltip_comment": "Komentarz",
|
|
318
318
|
"ra_tooltip_copyState": "Skopiuj wartość stanu",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Przytrzymaj klawisz CTRL/⌘, aby otworzyć link",
|
|
319
320
|
"ra_tooltip_customConfig": "Własne ustawienia",
|
|
320
321
|
"ra_tooltip_deleteObject": "Usuń obiekt",
|
|
321
322
|
"ra_tooltip_editObject": "Edytuj obiekt",
|
package/build/i18n/pt.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Confirmado",
|
|
317
317
|
"ra_tooltip_comment": "Comente",
|
|
318
318
|
"ra_tooltip_copyState": "Copie o valor do estado",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Segure a tecla Ctrl/⌘ para abrir o link",
|
|
319
320
|
"ra_tooltip_customConfig": "Opções customizadas",
|
|
320
321
|
"ra_tooltip_deleteObject": "Excluir objeto",
|
|
321
322
|
"ra_tooltip_editObject": "Editar objeto",
|
package/build/i18n/ru.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Подтверждено",
|
|
317
317
|
"ra_tooltip_comment": "Комментарий",
|
|
318
318
|
"ra_tooltip_copyState": "Скопируйте значение состояния",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Удерживайте клавишу Cltr/⌘, чтобы открыть ссылку",
|
|
319
320
|
"ra_tooltip_customConfig": "Пользовательские настройки",
|
|
320
321
|
"ra_tooltip_deleteObject": "Удалить объект",
|
|
321
322
|
"ra_tooltip_editObject": "Редактировать объект",
|
package/build/i18n/uk.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "Визнано",
|
|
317
317
|
"ra_tooltip_comment": "коментар",
|
|
318
318
|
"ra_tooltip_copyState": "Скопіюйте значення стану",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "Утримуйте клавішу Cltr/⌘, щоб відкрити посилання",
|
|
319
320
|
"ra_tooltip_customConfig": "Спеціальні налаштування",
|
|
320
321
|
"ra_tooltip_deleteObject": "Видалити об'єкт",
|
|
321
322
|
"ra_tooltip_editObject": "Редагувати об'єкт",
|
package/build/i18n/zh-cn.json
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
"ra_tooltip_ack": "致谢国旗",
|
|
317
317
|
"ra_tooltip_comment": "评论",
|
|
318
318
|
"ra_tooltip_copyState": "复制状态值",
|
|
319
|
+
"ra_tooltip_ctrlForLink": "按住 Cltr/⌘ 键打开链接",
|
|
319
320
|
"ra_tooltip_customConfig": "自定义设置",
|
|
320
321
|
"ra_tooltip_deleteObject": "删除物件",
|
|
321
322
|
"ra_tooltip_editObject": "编辑物件",
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconAdapter(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
3
|
+
export function IconAdapter(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 512 512", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("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" })));
|
|
6
|
+
}
|
|
5
7
|
//# sourceMappingURL=IconAdapter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAdapter.js","sourceRoot":"./src/","sources":["icons/IconAdapter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAdapter.js","sourceRoot":"./src/","sources":["icons/IconAdapter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,UAAU,WAAW,CAAC,KAAqB;IAC7C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,oSAAoS,GACxS,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nexport function IconAdapter(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n 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 />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconAlias(props: IconsIconProps): React.JSX.Element;
|
package/build/icons/IconAlias.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
3
|
+
export function IconAlias(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 512 512", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z" })));
|
|
6
|
+
}
|
|
5
7
|
//# sourceMappingURL=IconAlias.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconAlias.js","sourceRoot":"./src/","sources":["icons/IconAlias.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,
|
|
1
|
+
{"version":3,"file":"IconAlias.js","sourceRoot":"./src/","sources":["icons/IconAlias.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,UAAU,SAAS,CAAC,KAAqB;IAC3C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,sjBAAsjB,GAC1jB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nexport function IconAlias(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n d=\"M96.06 454.35c.01 6.29 1.87 12.45 5.36 17.69l17.09 25.69a31.99 31.99 0 0 0 26.64 14.28h61.71a31.99 31.99 0 0 0 26.64-14.28l17.09-25.69a31.989 31.989 0 0 0 5.36-17.69l.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16s-16-7.16-16-16c0-61.76 50.24-112 112-112 8.84 0 16 7.16 16 16s-7.16 16-16 16z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconButtonImage(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Copyright Bluefox
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
5
|
-
React.createElement("
|
|
6
|
-
|
|
3
|
+
export function IconButtonImage(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 436 436", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("g", { fill: "currentColor" },
|
|
6
|
+
React.createElement("path", { d: "m195.23077,24.30769c-36,3 -67,12 -96,26c-49,24 -82,61 -93,104l-3,11l-1,50c0,46 0,49 2,59l5,20c21,58 84,103 165,116c16,3 53,4 70,2c60,-6 111,-28 147,-64c21,-21 36,-49 40,-74a866,866 0 0 0 1,-104c-3,-18 -6,-28 -13,-43c-26,-52 -87,-90 -162,-101c-16,-2 -48,-3 -63,-2l1,0zm60,23c36,5 70,18 95,35c31,20 51,47 59,77c2,7 2,11 2,25c1,15 0,18 -2,26c-19,69 -104,117 -200,114c-47,-2 -90,-15 -124,-38c-31,-20 -51,-47 -59,-77c-3,-11 -4,-32 -2,-43c8,-42 41,-78 91,-101a260,260 0 0 1 140,-19l0,1zm-221,222c21,26 57,49 95,62c81,27 174,14 239,-32c14,-10 31,-27 41,-41c2,-2 2,-2 2,7c-1,23 -16,50 -38,72c-78,74 -233,74 -311,-1a121,121 0 0 1 -39,-76l0,-6l3,4l8,11z" }),
|
|
7
|
+
React.createElement("path", { d: "m201.23077,47.30769c-40,3 -79,19 -104,44c-55,55 -38,133 37,171c52,26 122,24 172,-5c30,-17 51,-42 58,-71c3,-11 3,-34 0,-45c-6,-23 -21,-44 -40,-60l-27,-16a184,184 0 0 0 -96,-18zm30,21c56,5 100,35 112,75c4,11 4,30 0,41c-8,25 -26,45 -54,59a166,166 0 0 1 -160,-8a98,98 0 0 1 -41,-53c-5,-18 -2,-39 8,-57c23,-39 79,-62 135,-57z" }))));
|
|
8
|
+
}
|
|
7
9
|
//# sourceMappingURL=IconButtonImage.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconButtonImage.js","sourceRoot":"./src/","sources":["icons/IconButtonImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,oBAAoB;AACpB,MAAM,
|
|
1
|
+
{"version":3,"file":"IconButtonImage.js","sourceRoot":"./src/","sources":["icons/IconButtonImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,oBAAoB;AACpB,MAAM,UAAU,eAAe,CAAC,KAAqB;IACjD,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,2BAAG,IAAI,EAAC,cAAc;YAClB,8BAAM,CAAC,EAAC,qoBAAqoB,GAAG;YAChpB,8BAAM,CAAC,EAAC,kUAAkU,GAAG,CAC7U,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\n// Copyright Bluefox\nexport function IconButtonImage(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 436 436\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <g fill=\"currentColor\">\n <path d=\"m195.23077,24.30769c-36,3 -67,12 -96,26c-49,24 -82,61 -93,104l-3,11l-1,50c0,46 0,49 2,59l5,20c21,58 84,103 165,116c16,3 53,4 70,2c60,-6 111,-28 147,-64c21,-21 36,-49 40,-74a866,866 0 0 0 1,-104c-3,-18 -6,-28 -13,-43c-26,-52 -87,-90 -162,-101c-16,-2 -48,-3 -63,-2l1,0zm60,23c36,5 70,18 95,35c31,20 51,47 59,77c2,7 2,11 2,25c1,15 0,18 -2,26c-19,69 -104,117 -200,114c-47,-2 -90,-15 -124,-38c-31,-20 -51,-47 -59,-77c-3,-11 -4,-32 -2,-43c8,-42 41,-78 91,-101a260,260 0 0 1 140,-19l0,1zm-221,222c21,26 57,49 95,62c81,27 174,14 239,-32c14,-10 31,-27 41,-41c2,-2 2,-2 2,7c-1,23 -16,50 -38,72c-78,74 -233,74 -311,-1a121,121 0 0 1 -39,-76l0,-6l3,4l8,11z\" />\n <path d=\"m201.23077,47.30769c-40,3 -79,19 -104,44c-55,55 -38,133 37,171c52,26 122,24 172,-5c30,-17 51,-42 58,-71c3,-11 3,-34 0,-45c-6,-23 -21,-44 -40,-60l-27,-16a184,184 0 0 0 -96,-18zm30,21c56,5 100,35 112,75c4,11 4,30 0,41c-8,25 -26,45 -54,59a166,166 0 0 1 -160,-8a98,98 0 0 1 -41,-53c-5,-18 -2,-39 8,-57c23,-39 79,-62 135,-57z\" />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconChannel(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
React.createElement("
|
|
4
|
-
React.createElement("
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
export function IconChannel(props) {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 320 320", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
4
|
+
React.createElement("g", { fill: "currentColor" },
|
|
5
|
+
React.createElement("rect", { rx: "32", height: "272", width: "267", y: "25", x: "25", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
6
|
+
React.createElement("ellipse", { stroke: "currentColor", ry: "26", rx: "26", cy: "248", cx: "160", fill: "none", strokeWidth: "15" }),
|
|
7
|
+
React.createElement("line", { y2: "201.94531", x2: "159.5", y1: "46.94531", x1: "159.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
8
|
+
React.createElement("rect", { height: "27", width: "50", y: "79.7979", x: "133.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "#fff" }))));
|
|
9
|
+
}
|
|
8
10
|
//# sourceMappingURL=IconChannel.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconChannel.js","sourceRoot":"./src/","sources":["icons/IconChannel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,
|
|
1
|
+
{"version":3,"file":"IconChannel.js","sourceRoot":"./src/","sources":["icons/IconChannel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,WAAW,CAAC,KAAqB;IAC7C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,2BAAG,IAAI,EAAC,cAAc;YAClB,8BACI,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,KAAK,EACZ,KAAK,EAAC,KAAK,EACX,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,EACrB,IAAI,EAAC,MAAM,GACb;YACF,iCACI,MAAM,EAAC,cAAc,EACrB,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,MAAM,EACX,WAAW,EAAC,IAAI,GAClB;YACF,8BACI,EAAE,EAAC,WAAW,EACd,EAAE,EAAC,OAAO,EACV,EAAE,EAAC,UAAU,EACb,EAAE,EAAC,OAAO,EACV,WAAW,EAAC,MAAM,EAClB,aAAa,EAAC,MAAM,EACpB,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,EACrB,IAAI,EAAC,MAAM,GACb;YACF,8BACI,MAAM,EAAC,IAAI,EACX,KAAK,EAAC,IAAI,EACV,CAAC,EAAC,SAAS,EACX,CAAC,EAAC,OAAO,EACT,WAAW,EAAC,MAAM,EAClB,aAAa,EAAC,MAAM,EACpB,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,EACrB,IAAI,EAAC,MAAM,GACb,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\nexport function IconChannel(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 320 320\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <g fill=\"currentColor\">\n <rect\n rx=\"32\"\n height=\"272\"\n width=\"267\"\n y=\"25\"\n x=\"25\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <ellipse\n stroke=\"currentColor\"\n ry=\"26\"\n rx=\"26\"\n cy=\"248\"\n cx=\"160\"\n fill=\"none\"\n strokeWidth=\"15\"\n />\n <line\n y2=\"201.94531\"\n x2=\"159.5\"\n y1=\"46.94531\"\n x1=\"159.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <rect\n height=\"27\"\n width=\"50\"\n y=\"79.7979\"\n x=\"133.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"#fff\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconClearFilter(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Copyright Apache 2.0 https://raw.githubusercontent.com/material-icons/material-icons/master/svg/filter_alt/baseline.svg
|
|
3
3
|
// https://github.com/material-icons/material-icons/blob/master/LICENSE
|
|
4
|
-
export
|
|
5
|
-
React.createElement("
|
|
4
|
+
export function IconClearFilter(props) {
|
|
5
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 24 24", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
6
|
+
React.createElement("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" })));
|
|
7
|
+
}
|
|
6
8
|
//# sourceMappingURL=IconClearFilter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconClearFilter.js","sourceRoot":"./src/","sources":["icons/IconClearFilter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,0HAA0H;AAC1H,uEAAuE;AACvE,MAAM,
|
|
1
|
+
{"version":3,"file":"IconClearFilter.js","sourceRoot":"./src/","sources":["icons/IconClearFilter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,0HAA0H;AAC1H,uEAAuE;AACvE,MAAM,UAAU,eAAe,CAAC,KAAqB;IACjD,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,WAAW,EACnB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,MAAM,EAAC,cAAc,EACrB,CAAC,EAAC,8IAA8I,GAClJ,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './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\nexport function IconClearFilter(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 24 24\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n stroke=\"currentColor\"\n 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 />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconClosed(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
3
|
+
export function IconClosed(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 650 512", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "m524,128l-192,0l-64,-64l-160,0c-26.51,0 -48,21.49 -48,48l0,288c0,26.51 21.49,48 48,48l416,0c26.51,0 48,-21.49 48,-48l0,-224c0,-26.51 -21.49,-48 -48,-48z" })));
|
|
6
|
+
}
|
|
5
7
|
//# sourceMappingURL=IconClosed.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconClosed.js","sourceRoot":"./src/","sources":["icons/IconClosed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,
|
|
1
|
+
{"version":3,"file":"IconClosed.js","sourceRoot":"./src/","sources":["icons/IconClosed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,UAAU,UAAU,CAAC,KAAqB;IAC5C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,0JAA0J,GAC9J,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nexport function IconClosed(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 650 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n d=\"m524,128l-192,0l-64,-64l-160,0c-26.51,0 -48,21.49 -48,48l0,288c0,26.51 21.49,48 48,48l416,0c26.51,0 48,-21.49 48,-48l0,-224c0,-26.51 -21.49,-48 -48,-48z\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconCopy(props: IconsIconProps): React.JSX.Element;
|
package/build/icons/IconCopy.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
React.createElement("
|
|
2
|
+
export function IconCopy(props) {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 512 512", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
4
|
+
React.createElement("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" })));
|
|
5
|
+
}
|
|
4
6
|
//# sourceMappingURL=IconCopy.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconCopy.js","sourceRoot":"./src/","sources":["icons/IconCopy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,
|
|
1
|
+
{"version":3,"file":"IconCopy.js","sourceRoot":"./src/","sources":["icons/IconCopy.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,QAAQ,CAAC,KAAqB;IAC1C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,8fAA8f,GAClgB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\nexport function IconCopy(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n 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 />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconDevice(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export
|
|
3
|
-
React.createElement("
|
|
4
|
-
React.createElement("
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
export function IconDevice(props) {
|
|
3
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 320 320", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
4
|
+
React.createElement("g", { fill: "currentColor" },
|
|
5
|
+
React.createElement("rect", { rx: "32", height: "272", width: "267", y: "25", x: "25", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
6
|
+
React.createElement("ellipse", { stroke: "currentColor", ry: "26", rx: "26", cy: "252", cx: "160", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", fill: "#fff" }),
|
|
7
|
+
React.createElement("line", { y2: "201.94531", x2: "159.5", y1: "46.94531", x1: "159.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
8
|
+
React.createElement("rect", { height: "27", width: "50", y: "140.83068", x: "133.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "#fff" }),
|
|
9
|
+
React.createElement("ellipse", { stroke: "currentColor", ry: "26", rx: "26", cy: "251", cx: "241", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", fill: "#fff" }),
|
|
10
|
+
React.createElement("line", { y2: "200.94531", x2: "240.5", y1: "45.94531", x1: "240.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
11
|
+
React.createElement("rect", { height: "27", width: "50", y: "78.7979", x: "214.5", strokeWidth: "15", stroke: "currentColor", fill: "#fff" }),
|
|
12
|
+
React.createElement("ellipse", { stroke: "currentColor", ry: "26", rx: "26", cy: "252", cx: "84", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", fill: "#fff" }),
|
|
13
|
+
React.createElement("line", { y2: "201.94531", x2: "83.5", y1: "46.94531", x1: "83.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "none" }),
|
|
14
|
+
React.createElement("rect", { height: "27", width: "50", y: "79.7979", x: "57.5", fillOpacity: "null", strokeOpacity: "null", strokeWidth: "15", stroke: "currentColor", fill: "#fff" }))));
|
|
15
|
+
}
|
|
14
16
|
//# sourceMappingURL=IconDevice.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconDevice.js","sourceRoot":"./src/","sources":["icons/IconDevice.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,
|
|
1
|
+
{"version":3,"file":"IconDevice.js","sourceRoot":"./src/","sources":["icons/IconDevice.tsx"],"names":[],"mappings":"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","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\nexport function IconDevice(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 320 320\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <g fill=\"currentColor\">\n <rect\n rx=\"32\"\n height=\"272\"\n width=\"267\"\n y=\"25\"\n x=\"25\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <ellipse\n stroke=\"currentColor\"\n ry=\"26\"\n rx=\"26\"\n cy=\"252\"\n cx=\"160\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n fill=\"#fff\"\n />\n <line\n y2=\"201.94531\"\n x2=\"159.5\"\n y1=\"46.94531\"\n x1=\"159.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <rect\n height=\"27\"\n width=\"50\"\n y=\"140.83068\"\n x=\"133.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"#fff\"\n />\n <ellipse\n stroke=\"currentColor\"\n ry=\"26\"\n rx=\"26\"\n cy=\"251\"\n cx=\"241\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n fill=\"#fff\"\n />\n <line\n y2=\"200.94531\"\n x2=\"240.5\"\n y1=\"45.94531\"\n x1=\"240.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <rect\n height=\"27\"\n width=\"50\"\n y=\"78.7979\"\n x=\"214.5\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"#fff\"\n />\n <ellipse\n stroke=\"currentColor\"\n ry=\"26\"\n rx=\"26\"\n cy=\"252\"\n cx=\"84\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n fill=\"#fff\"\n />\n <line\n y2=\"201.94531\"\n x2=\"83.5\"\n y1=\"46.94531\"\n x1=\"83.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"none\"\n />\n <rect\n height=\"27\"\n width=\"50\"\n y=\"79.7979\"\n x=\"57.5\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n fill=\"#fff\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconDocument(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
3
|
+
export function IconDocument(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", onClick: e => props.onClick && props.onClick(e), width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("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" })));
|
|
6
|
+
}
|
|
5
7
|
//# sourceMappingURL=IconDocument.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconDocument.js","sourceRoot":"./src/","sources":["icons/IconDocument.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,
|
|
1
|
+
{"version":3,"file":"IconDocument.js","sourceRoot":"./src/","sources":["icons/IconDocument.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,2HAA2H;AAC3H,MAAM,UAAU,YAAY,CAAC,KAAqB;IAC9C,OAAO,CACH,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,aAAa,EACrB,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;QAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,kOAAkO,GACtO,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport { type IconsIconProps } from './types';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nexport function IconDocument(props: IconsIconProps): React.JSX.Element {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 512 512\"\n onClick={e => props.onClick && props.onClick(e)}\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n 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 />\n </svg>\n );\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type
|
|
3
|
-
export declare
|
|
2
|
+
import { type IconsIconProps } from './types';
|
|
3
|
+
export declare function IconDocumentReadOnly(props: IconsIconProps): React.JSX.Element;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/
|
|
3
|
-
export
|
|
4
|
-
React.createElement("
|
|
5
|
-
|
|
3
|
+
export function IconDocumentReadOnly(props) {
|
|
4
|
+
return (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", onClick: e => props.onClick && props.onClick(e), viewBox: "0 0 512 512", width: props.width || (props.fontSize === 'small' ? 16 : 20), height: props.height || props.width || (props.fontSize === 'small' ? 16 : 20), className: props.className, style: props.style },
|
|
5
|
+
React.createElement("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" }),
|
|
6
|
+
React.createElement("path", { fill: "currentColor", stroke: "null", d: "m261,270l-12,0l0,-24c0,-33.12 -26.88,-60 -60,-60s-60,26.88 -60,60l0,24l-12,0c-13.2,0 -24,10.8 -24,24l0,120c0,13.2 10.8,24 24,24l144,0c13.2,0 24,-10.8 24,-24l0,-120c0,-13.2 -10.8,-24 -24,-24zm-72,108c-13.2,0 -24,-10.8 -24,-24s10.8,-24 24,-24s24,10.8 24,24s-10.8,24 -24,24zm37.2,-108l-74.4,0l0,-24c0,-20.52 16.68,-37.2 37.2,-37.2c20.52,0 37.2,16.68 37.2,37.2l0,24z" })));
|
|
7
|
+
}
|
|
6
8
|
//# sourceMappingURL=IconDocumentReadOnly.js.map
|