@oicl/openbridge-webcomponents 0.0.6 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/.storybook/main.ts +2 -0
- package/.storybook/preview.ts +11 -0
- package/.vscode/launch.json +16 -0
- package/README.md +8 -0
- package/__snapshots__/alert-icon--primary.png +0 -0
- package/__snapshots__/application-alert-button--notification.png +0 -0
- package/__snapshots__/application-alert-button--running.png +0 -0
- package/__snapshots__/application-notification-message--large-single-message.png +0 -0
- package/__snapshots__/application-notification-message--large.png +0 -0
- package/__snapshots__/application-notification-message--primary.png +0 -0
- package/__snapshots__/button-rich-button--bottom-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--bottom.png +0 -0
- package/__snapshots__/button-rich-button--center.png +0 -0
- package/__snapshots__/button-rich-button--double-line.png +0 -0
- package/__snapshots__/button-rich-button--multi-line.png +0 -0
- package/__snapshots__/button-rich-button--regular-no-icons.png +0 -0
- package/__snapshots__/button-rich-button--regular.png +0 -0
- package/__snapshots__/button-rich-button--single-line.png +0 -0
- package/__snapshots__/button-rich-button--top-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--top.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic-border.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic.png +0 -0
- package/__snapshots__/button-rich-button--with-status.png +0 -0
- package/__snapshots__/button-vendor-button--primary.png +0 -0
- package/__snapshots__/icons-icon--list.png +0 -0
- package/__snapshots__/icons-icon--use-font-color.png +0 -0
- package/custom-elements.json +2177 -591
- package/dist/components/alert-button/alert-button.css.js +4 -12
- package/dist/components/alert-button/alert-button.css.js.map +1 -1
- package/dist/components/alert-button/alert-button.d.ts +11 -1
- package/dist/components/alert-button/alert-button.d.ts.map +1 -1
- package/dist/components/alert-button/alert-button.js +21 -1
- package/dist/components/alert-button/alert-button.js.map +1 -1
- package/dist/components/alert-icon/alert-icon.d.ts +36 -0
- package/dist/components/alert-icon/alert-icon.d.ts.map +1 -0
- package/dist/components/alert-icon/alert-icon.js +84 -0
- package/dist/components/alert-icon/alert-icon.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +13 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +20 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +19 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +13 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
- package/dist/components/alert-topbar-element/alert-topbar-element.js +10 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
- package/dist/components/rich-button/rich-button.css.js +182 -0
- package/dist/components/rich-button/rich-button.css.js.map +1 -0
- package/dist/components/rich-button/rich-button.d.ts +32 -0
- package/dist/components/rich-button/rich-button.d.ts.map +1 -0
- package/dist/components/rich-button/rich-button.js +113 -0
- package/dist/components/rich-button/rich-button.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.css.js +48 -0
- package/dist/components/vendor-button/vendor-button.css.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.d.ts +13 -0
- package/dist/components/vendor-button/vendor-button.d.ts.map +1 -0
- package/dist/components/vendor-button/vendor-button.js +42 -0
- package/dist/components/vendor-button/vendor-button.js.map +1 -0
- package/dist/icons/{icon-07-target-radar.d.ts → icon-01-content-copy.d.ts} +3 -3
- package/dist/icons/{icon-07-target-radar.d.ts.map → icon-01-content-copy.d.ts.map} +1 -1
- package/dist/icons/{icon-07-target-radar.js → icon-01-content-copy.js} +10 -10
- package/dist/icons/icon-01-content-copy.js.map +1 -0
- package/dist/icons/{icon-07-target-ias-selected.d.ts → icon-01-content-cut.d.ts} +3 -3
- package/dist/icons/icon-01-content-cut.d.ts.map +1 -0
- package/dist/icons/icon-01-content-cut.js +52 -0
- package/dist/icons/icon-01-content-cut.js.map +1 -0
- package/dist/icons/{icon-07-target-radar-selected.d.ts → icon-01-content-paste.d.ts} +3 -3
- package/dist/icons/icon-01-content-paste.d.ts.map +1 -0
- package/dist/icons/icon-01-content-paste.js +52 -0
- package/dist/icons/icon-01-content-paste.js.map +1 -0
- package/dist/icons/icon-02-dock-bottom.d.ts +14 -0
- package/dist/icons/icon-02-dock-bottom.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-bottom.js +52 -0
- package/dist/icons/icon-02-dock-bottom.js.map +1 -0
- package/dist/icons/{icon-07-target-ias.d.ts → icon-02-dock-left.d.ts} +3 -3
- package/dist/icons/icon-02-dock-left.d.ts.map +1 -0
- package/dist/icons/{icon-07-target-ias.js → icon-02-dock-left.js} +10 -24
- package/dist/icons/icon-02-dock-left.js.map +1 -0
- package/dist/icons/icon-02-dock-right.d.ts +14 -0
- package/dist/icons/icon-02-dock-right.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-right.js +52 -0
- package/dist/icons/icon-02-dock-right.js.map +1 -0
- package/dist/icons/icon-03-license.d.ts +14 -0
- package/dist/icons/icon-03-license.d.ts.map +1 -0
- package/dist/icons/icon-03-license.js +52 -0
- package/dist/icons/icon-03-license.js.map +1 -0
- package/dist/icons/icon-03-star-unchecked.js +1 -1
- package/dist/icons/icon-03-star-unchecked.js.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.d.ts.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.js +2 -14
- package/dist/icons/icon-04-colorcalibrated.js.map +1 -1
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js +52 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js.map +1 -0
- package/dist/icons/icon-07-target-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-camera.js +52 -0
- package/dist/icons/icon-07-target-camera.js.map +1 -0
- package/dist/icons/icon-08-backward-fast.js +1 -1
- package/dist/icons/icon-08-backward-fast.js.map +1 -1
- package/dist/icons/icon-08-backward-stopped.js +1 -1
- package/dist/icons/icon-08-backward-stopped.js.map +1 -1
- package/dist/icons/icon-08-forward-fast.js +1 -1
- package/dist/icons/icon-08-forward-fast.js.map +1 -1
- package/dist/icons/icon-08-forward-stopped.js +1 -1
- package/dist/icons/icon-08-forward-stopped.js.map +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js.map +1 -1
- package/dist/icons/icon-10-autonomous.js +3 -3
- package/dist/icons/icon-10-autonomous.js.map +1 -1
- package/dist/icons/icon-14-alert-rectified.js +1 -1
- package/dist/icons/icon-14-alert-rectified.js.map +1 -1
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js +52 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.js +54 -0
- package/dist/icons/icon-14-alertheader-group-large.js.map +1 -0
- package/dist/icons/icon-14-exclamationmark.js +4 -4
- package/dist/icons/icon-14-exclamationmark.js.map +1 -1
- package/dist/icons/icon-14-rectified.js +1 -1
- package/dist/icons/icon-14-rectified.js.map +1 -1
- package/dist/icons/icon-18-ais-anchored.js +4 -4
- package/dist/icons/icon-18-ais-anchored.js.map +1 -1
- package/dist/icons/icon-18-ais-notunderway.js +1 -1
- package/dist/icons/icon-18-ais-notunderway.js.map +1 -1
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js +60 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js +52 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js.map +1 -0
- package/dist/icons/index.d.ts +19 -4
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +19 -4
- package/dist/icons/index.js.map +1 -1
- package/dist/icons/names.d.ts.map +1 -1
- package/dist/icons/names.js +19 -4
- package/dist/icons/names.js.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts +2 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.js +45 -25
- package/dist/navigation-instruments/thruster/thruster.js.map +1 -1
- package/fix-generated.cjs +3 -0
- package/new-component.ts +7 -8
- package/package.json +6 -3
- package/script/convert-icons.ts +177 -0
- package/script/download-alert-icons.ts +180 -0
- package/script/download-icons.ts +7 -141
- package/src/components/alert-button/alert-button.css +1 -12
- package/src/components/alert-button/alert-button.stories.ts +2 -0
- package/src/components/alert-button/alert-button.ts +29 -4
- package/src/components/alert-icon/alert-icon.stories.ts +35 -0
- package/src/components/alert-icon/alert-icon.ts +75 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +9 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +16 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +15 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +8 -0
- package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +4 -0
- package/src/components/alert-topbar-element/alert-topbar-element.ts +17 -0
- package/src/components/notification-message/notification-message.stories.ts +26 -10
- package/src/components/rich-button/rich-button.css +118 -0
- package/src/components/rich-button/rich-button.stories.ts +196 -0
- package/src/components/rich-button/rich-button.ts +95 -0
- package/src/components/vendor-button/vendor-button.css +10 -0
- package/src/components/vendor-button/vendor-button.stories.ts +19 -0
- package/src/components/vendor-button/vendor-button.ts +25 -0
- package/src/icons/icon-01-content-copy.ts +40 -0
- package/src/icons/icon-01-content-cut.ts +40 -0
- package/src/icons/icon-01-content-paste.ts +40 -0
- package/src/icons/icon-02-dock-bottom.ts +40 -0
- package/src/icons/icon-02-dock-left.ts +40 -0
- package/src/icons/icon-02-dock-right.ts +40 -0
- package/src/icons/icon-03-license.ts +40 -0
- package/src/icons/icon-03-star-unchecked.ts +1 -1
- package/src/icons/icon-04-colorcalibrated.ts +2 -14
- package/src/icons/icon-07-target-associated-ais-camera.ts +42 -0
- package/src/icons/icon-07-target-associated-camera-radar.ts +40 -0
- package/src/icons/icon-07-target-associated-radar-camera.ts +42 -0
- package/src/icons/icon-07-target-camera.ts +40 -0
- package/src/icons/icon-08-backward-fast.ts +1 -1
- package/src/icons/icon-08-backward-stopped.ts +1 -1
- package/src/icons/icon-08-forward-fast.ts +1 -1
- package/src/icons/icon-08-forward-stopped.ts +1 -1
- package/src/icons/icon-08-motor-off-horisontal.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off-large.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off.ts +1 -1
- package/src/icons/icon-10-autonomous.ts +3 -3
- package/src/icons/icon-14-alert-rectified.ts +1 -1
- package/src/icons/icon-14-alertheader-aggregated-large.ts +40 -0
- package/src/icons/icon-14-alertheader-group-large.ts +42 -0
- package/src/icons/icon-14-exclamationmark.ts +4 -4
- package/src/icons/icon-14-rectified.ts +1 -1
- package/src/icons/icon-18-ais-anchored.ts +4 -4
- package/src/icons/icon-18-ais-notunderway.ts +1 -1
- package/src/icons/icon-iec-02-ais-target-activated-selected.ts +40 -0
- package/src/icons/icon-iec-02-ais-target-activated.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-ais.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-radar.ts +40 -0
- package/src/icons/icon-iec-02-radar-target-tracked-selected.ts +48 -0
- package/src/icons/icon-iec-02-radar-target-tracked.ts +40 -0
- package/src/icons/index.ts +19 -4
- package/src/icons/names.ts +19 -4
- package/src/icons.stories.ts +78 -0
- package/src/navigation-instruments/thruster/thruster.stories.ts +18 -1
- package/src/navigation-instruments/thruster/thruster.ts +43 -27
- package/dist/icons/icon-07-target-ias-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias-selected.js +0 -60
- package/dist/icons/icon-07-target-ias-selected.js.map +0 -1
- package/dist/icons/icon-07-target-ias.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias.js.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.js +0 -60
- package/dist/icons/icon-07-target-radar-selected.js.map +0 -1
- package/dist/icons/icon-07-target-radar.js.map +0 -1
- package/src/icons/icon-07-target-ias-selected.ts +0 -48
- package/src/icons/icon-07-target-ias.ts +0 -54
- package/src/icons/icon-07-target-radar-selected.ts +0 -48
- package/src/icons/icon-07-target-radar.ts +0 -40
@@ -0,0 +1,54 @@
|
|
1
|
+
import { css, LitElement, svg, html } from "lit";
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
6
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
7
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
8
|
+
if (decorator = decorators[i])
|
9
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
10
|
+
if (kind && result)
|
11
|
+
__defProp(target, key, result);
|
12
|
+
return result;
|
13
|
+
};
|
14
|
+
let Obi07TargetAssociatedAisCamera = class extends LitElement {
|
15
|
+
constructor() {
|
16
|
+
super(...arguments);
|
17
|
+
this.useCssColor = false;
|
18
|
+
this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z" fill="currentColor"/>
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z" fill="currentColor"/>
|
21
|
+
</svg>
|
22
|
+
`;
|
23
|
+
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z" fill="currentColor"/>
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z" fill="currentColor"/>
|
26
|
+
</svg>
|
27
|
+
`;
|
28
|
+
}
|
29
|
+
render() {
|
30
|
+
return html`
|
31
|
+
<div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
|
32
|
+
`;
|
33
|
+
}
|
34
|
+
};
|
35
|
+
Obi07TargetAssociatedAisCamera.styles = css`
|
36
|
+
.wrapper {
|
37
|
+
height: 100%;
|
38
|
+
width: 100%;
|
39
|
+
}
|
40
|
+
.wrapper > * {
|
41
|
+
height: 100%;
|
42
|
+
width: 100%;
|
43
|
+
}
|
44
|
+
`;
|
45
|
+
__decorateClass([
|
46
|
+
property({ type: Boolean, attribute: "use-css-color" })
|
47
|
+
], Obi07TargetAssociatedAisCamera.prototype, "useCssColor", 2);
|
48
|
+
Obi07TargetAssociatedAisCamera = __decorateClass([
|
49
|
+
customElement("obi-07-target-associated-ais-camera")
|
50
|
+
], Obi07TargetAssociatedAisCamera);
|
51
|
+
export {
|
52
|
+
Obi07TargetAssociatedAisCamera
|
53
|
+
};
|
54
|
+
//# sourceMappingURL=icon-07-target-associated-ais-camera.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-associated-ais-camera.js","sources":["../../src/icons/icon-07-target-associated-ais-camera.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-07-target-associated-ais-camera')\nexport class Obi07TargetAssociatedAisCamera extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 0.99999L19 20.9998H5.00019L12.0001 0.99999ZM7.81913 18.9998L12.0001 7.0541L16.1811 18.9998H7.81913Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM12.0001 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999H12.0001Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-07-target-associated-ais-camera': Obi07TargetAssociatedAisCamera;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,iCAAN,cAA6C,WAAW;AAAA,EAAxD,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAMf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAMT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA/Ba,+BAqBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AApB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,+BAC4C,WAAA,eAAA,CAAA;AAD5C,iCAAN,gBAAA;AAAA,EADN,cAAc,qCAAqC;AAAA,GACvC,8BAAA;"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { LitElement } from 'lit';
|
2
|
+
export declare class Obi07TargetAssociatedCameraRadar extends LitElement {
|
3
|
+
useCssColor: boolean;
|
4
|
+
private icon;
|
5
|
+
private iconCss;
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
7
|
+
static styles: import("lit").CSSResult;
|
8
|
+
}
|
9
|
+
declare global {
|
10
|
+
interface HTMLElementTagNameMap {
|
11
|
+
'obi-07-target-associated-camera-radar': Obi07TargetAssociatedCameraRadar;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=icon-07-target-associated-camera-radar.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-associated-camera-radar.d.ts","sourceRoot":"","sources":["../../src/icons/icon-07-target-associated-camera-radar.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAiB,MAAM,KAAK,CAAC;AAG/C,qBACa,gCAAiC,SAAQ,UAAU;IACP,WAAW,UAAS;IAE3E,OAAO,CAAC,IAAI,CAGZ;IAEA,OAAO,CAAC,OAAO,CAGf;IAES,MAAM;IAMf,OAAgB,MAAM,0BASpB;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uCAAuC,EAAE,gCAAgC,CAAC;KAC3E;CACF"}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { css, LitElement, svg, html } from "lit";
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
6
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
7
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
8
|
+
if (decorator = decorators[i])
|
9
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
10
|
+
if (kind && result)
|
11
|
+
__defProp(target, key, result);
|
12
|
+
return result;
|
13
|
+
};
|
14
|
+
let Obi07TargetAssociatedCameraRadar = class extends LitElement {
|
15
|
+
constructor() {
|
16
|
+
super(...arguments);
|
17
|
+
this.useCssColor = false;
|
18
|
+
this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z" fill="currentColor"/>
|
20
|
+
</svg>
|
21
|
+
`;
|
22
|
+
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z" fill="currentColor"/>
|
24
|
+
</svg>
|
25
|
+
`;
|
26
|
+
}
|
27
|
+
render() {
|
28
|
+
return html`
|
29
|
+
<div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
|
30
|
+
`;
|
31
|
+
}
|
32
|
+
};
|
33
|
+
Obi07TargetAssociatedCameraRadar.styles = css`
|
34
|
+
.wrapper {
|
35
|
+
height: 100%;
|
36
|
+
width: 100%;
|
37
|
+
}
|
38
|
+
.wrapper > * {
|
39
|
+
height: 100%;
|
40
|
+
width: 100%;
|
41
|
+
}
|
42
|
+
`;
|
43
|
+
__decorateClass([
|
44
|
+
property({ type: Boolean, attribute: "use-css-color" })
|
45
|
+
], Obi07TargetAssociatedCameraRadar.prototype, "useCssColor", 2);
|
46
|
+
Obi07TargetAssociatedCameraRadar = __decorateClass([
|
47
|
+
customElement("obi-07-target-associated-camera-radar")
|
48
|
+
], Obi07TargetAssociatedCameraRadar);
|
49
|
+
export {
|
50
|
+
Obi07TargetAssociatedCameraRadar
|
51
|
+
};
|
52
|
+
//# sourceMappingURL=icon-07-target-associated-camera-radar.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-associated-camera-radar.js","sources":["../../src/icons/icon-07-target-associated-camera-radar.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-07-target-associated-camera-radar')\nexport class Obi07TargetAssociatedCameraRadar extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM6 8C6 6.89543 6.89543 6 8 6H16C17.1046 6 18 6.89543 18 8V16C18 17.1046 17.1046 18 16 18H8C6.89543 18 6 17.1046 6 16V8ZM8 8H16V16H8V8Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-07-target-associated-camera-radar': Obi07TargetAssociatedCameraRadar;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,mCAAN,cAA+C,WAAW;AAAA,EAA1D,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,iCAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,iCAC4C,WAAA,eAAA,CAAA;AAD5C,mCAAN,gBAAA;AAAA,EADN,cAAc,uCAAuC;AAAA,GACzC,gCAAA;"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { LitElement } from 'lit';
|
2
|
+
export declare class Obi07TargetAssociatedRadarCamera extends LitElement {
|
3
|
+
useCssColor: boolean;
|
4
|
+
private icon;
|
5
|
+
private iconCss;
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
7
|
+
static styles: import("lit").CSSResult;
|
8
|
+
}
|
9
|
+
declare global {
|
10
|
+
interface HTMLElementTagNameMap {
|
11
|
+
'obi-07-target-associated-radar-camera': Obi07TargetAssociatedRadarCamera;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=icon-07-target-associated-radar-camera.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-associated-radar-camera.d.ts","sourceRoot":"","sources":["../../src/icons/icon-07-target-associated-radar-camera.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAiB,MAAM,KAAK,CAAC;AAG/C,qBACa,gCAAiC,SAAQ,UAAU;IACP,WAAW,UAAS;IAE3E,OAAO,CAAC,IAAI,CAIZ;IAEA,OAAO,CAAC,OAAO,CAIf;IAES,MAAM;IAMf,OAAgB,MAAM,0BASpB;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,uCAAuC,EAAE,gCAAgC,CAAC;KAC3E;CACF"}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import { css, LitElement, svg, html } from "lit";
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
6
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
7
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
8
|
+
if (decorator = decorators[i])
|
9
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
10
|
+
if (kind && result)
|
11
|
+
__defProp(target, key, result);
|
12
|
+
return result;
|
13
|
+
};
|
14
|
+
let Obi07TargetAssociatedRadarCamera = class extends LitElement {
|
15
|
+
constructor() {
|
16
|
+
super(...arguments);
|
17
|
+
this.useCssColor = false;
|
18
|
+
this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z" fill="currentColor"/>
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z" fill="currentColor"/>
|
21
|
+
</svg>
|
22
|
+
`;
|
23
|
+
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z" fill="currentColor"/>
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z" fill="currentColor"/>
|
26
|
+
</svg>
|
27
|
+
`;
|
28
|
+
}
|
29
|
+
render() {
|
30
|
+
return html`
|
31
|
+
<div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
|
32
|
+
`;
|
33
|
+
}
|
34
|
+
};
|
35
|
+
Obi07TargetAssociatedRadarCamera.styles = css`
|
36
|
+
.wrapper {
|
37
|
+
height: 100%;
|
38
|
+
width: 100%;
|
39
|
+
}
|
40
|
+
.wrapper > * {
|
41
|
+
height: 100%;
|
42
|
+
width: 100%;
|
43
|
+
}
|
44
|
+
`;
|
45
|
+
__decorateClass([
|
46
|
+
property({ type: Boolean, attribute: "use-css-color" })
|
47
|
+
], Obi07TargetAssociatedRadarCamera.prototype, "useCssColor", 2);
|
48
|
+
Obi07TargetAssociatedRadarCamera = __decorateClass([
|
49
|
+
customElement("obi-07-target-associated-radar-camera")
|
50
|
+
], Obi07TargetAssociatedRadarCamera);
|
51
|
+
export {
|
52
|
+
Obi07TargetAssociatedRadarCamera
|
53
|
+
};
|
54
|
+
//# sourceMappingURL=icon-07-target-associated-radar-camera.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-associated-radar-camera.js","sources":["../../src/icons/icon-07-target-associated-radar-camera.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-07-target-associated-radar-camera')\nexport class Obi07TargetAssociatedRadarCamera extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0001 11.9999C18.0001 15.3136 15.3138 17.9998 12.0001 17.9998C8.68645 17.9998 6.00018 15.3136 6.00018 11.9999C6.00018 8.6862 8.68645 5.99994 12.0001 5.99994C15.3138 5.99994 18.0001 8.6862 18.0001 11.9999ZM16.0001 11.9999C16.0001 14.209 14.2092 15.9998 12.0001 15.9998C9.79101 15.9998 8.00016 14.209 8.00016 11.9999C8.00016 9.79076 9.79101 7.99992 12.0001 7.99992C14.2092 7.99992 16.0001 9.79076 16.0001 11.9999Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.000244138 1.99998C0.000244138 0.895421 0.895666 0 2.00022 0L22 0C23.1046 0 24 0.895421 24 1.99998V21.9998C24 23.1043 23.1046 23.9998 22 23.9998H2.00022C0.895665 23.9998 0.000244138 23.1043 0.000244138 21.9998V1.99998ZM2.00022 0.99999H22C22.5523 0.99999 23 1.4477 23 1.99998V21.9998C23 22.5521 22.5523 22.9998 22 22.9998H2.00022C1.44794 22.9998 1.00023 22.5521 1.00023 21.9998V1.99998C1.00023 1.4477 1.44794 0.99999 2.00022 0.99999Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-07-target-associated-radar-camera': Obi07TargetAssociatedRadarCamera;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,mCAAN,cAA+C,WAAW;AAAA,EAA1D,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAMf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAMT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA/Ba,iCAqBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AApB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,iCAC4C,WAAA,eAAA,CAAA;AAD5C,mCAAN,gBAAA;AAAA,EADN,cAAc,uCAAuC;AAAA,GACzC,gCAAA;"}
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { LitElement } from 'lit';
|
2
|
+
export declare class Obi07TargetCamera extends LitElement {
|
3
|
+
useCssColor: boolean;
|
4
|
+
private icon;
|
5
|
+
private iconCss;
|
6
|
+
render(): import("lit-html").TemplateResult<1>;
|
7
|
+
static styles: import("lit").CSSResult;
|
8
|
+
}
|
9
|
+
declare global {
|
10
|
+
interface HTMLElementTagNameMap {
|
11
|
+
'obi-07-target-camera': Obi07TargetCamera;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
//# sourceMappingURL=icon-07-target-camera.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-camera.d.ts","sourceRoot":"","sources":["../../src/icons/icon-07-target-camera.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAiB,MAAM,KAAK,CAAC;AAG/C,qBACa,iBAAkB,SAAQ,UAAU;IACQ,WAAW,UAAS;IAE3E,OAAO,CAAC,IAAI,CAGZ;IAEA,OAAO,CAAC,OAAO,CAGf;IAES,MAAM;IAMf,OAAgB,MAAM,0BASpB;CACH;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,sBAAsB,EAAE,iBAAiB,CAAC;KAC3C;CACF"}
|
@@ -0,0 +1,52 @@
|
|
1
|
+
import { css, LitElement, svg, html } from "lit";
|
2
|
+
import { property, customElement } from "lit/decorators.js";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __decorateClass = (decorators, target, key, kind) => {
|
6
|
+
var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
|
7
|
+
for (var i = decorators.length - 1, decorator; i >= 0; i--)
|
8
|
+
if (decorator = decorators[i])
|
9
|
+
result = (kind ? decorator(target, key, result) : decorator(result)) || result;
|
10
|
+
if (kind && result)
|
11
|
+
__defProp(target, key, result);
|
12
|
+
return result;
|
13
|
+
};
|
14
|
+
let Obi07TargetCamera = class extends LitElement {
|
15
|
+
constructor() {
|
16
|
+
super(...arguments);
|
17
|
+
this.useCssColor = false;
|
18
|
+
this.icon = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z" fill="currentColor"/>
|
20
|
+
</svg>
|
21
|
+
`;
|
22
|
+
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z" style="fill: var(--element-active-color)"/>
|
24
|
+
</svg>
|
25
|
+
`;
|
26
|
+
}
|
27
|
+
render() {
|
28
|
+
return html`
|
29
|
+
<div class="wrapper">${this.useCssColor ? this.iconCss : this.icon}</div>
|
30
|
+
`;
|
31
|
+
}
|
32
|
+
};
|
33
|
+
Obi07TargetCamera.styles = css`
|
34
|
+
.wrapper {
|
35
|
+
height: 100%;
|
36
|
+
width: 100%;
|
37
|
+
}
|
38
|
+
.wrapper > * {
|
39
|
+
height: 100%;
|
40
|
+
width: 100%;
|
41
|
+
}
|
42
|
+
`;
|
43
|
+
__decorateClass([
|
44
|
+
property({ type: Boolean, attribute: "use-css-color" })
|
45
|
+
], Obi07TargetCamera.prototype, "useCssColor", 2);
|
46
|
+
Obi07TargetCamera = __decorateClass([
|
47
|
+
customElement("obi-07-target-camera")
|
48
|
+
], Obi07TargetCamera);
|
49
|
+
export {
|
50
|
+
Obi07TargetCamera
|
51
|
+
};
|
52
|
+
//# sourceMappingURL=icon-07-target-camera.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"icon-07-target-camera.js","sources":["../../src/icons/icon-07-target-camera.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-07-target-camera')\nexport class Obi07TargetCamera extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" fill=\"currentColor\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17 7H7L7 17H17V7ZM7 5C5.89543 5 5 5.89543 5 7V17C5 18.1046 5.89543 19 7 19H17C18.1046 19 19 18.1046 19 17V7C19 5.89543 18.1046 5 17 5H7Z\" style=\"fill: var(--element-active-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-07-target-camera': Obi07TargetCamera;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,oBAAN,cAAgC,WAAW;AAAA,EAA3C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,kBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,kBAC4C,WAAA,eAAA,CAAA;AAD5C,oBAAN,gBAAA;AAAA,EADN,cAAc,sBAAsB;AAAA,GACxB,iBAAA;"}
|
@@ -28,7 +28,7 @@ let Obi08BackwardFast = class extends LitElement {
|
|
28
28
|
`;
|
29
29
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
30
30
|
<g clip-path="url(#clip0_18893_326435)">
|
31
|
-
<path d="M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z" style="fill: var(--automation-device-primary-color)"
|
31
|
+
<path d="M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z" style="fill: var(--automation-device-primary-color)" style="stroke: var(--automation-device-tertiary-color)"/>
|
32
32
|
</g>
|
33
33
|
<defs>
|
34
34
|
<clipPath id="clip0_18893_326435">
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-08-backward-fast.js","sources":["../../src/icons/icon-08-backward-fast.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-backward-fast')\nexport class Obi08BackwardFast extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" fill=\"currentColor\" stroke=\"black\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" fill=\"currentColor\"/>\n</clipPath>\n</defs>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\"
|
1
|
+
{"version":3,"file":"icon-08-backward-fast.js","sources":["../../src/icons/icon-08-backward-fast.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-backward-fast')\nexport class Obi08BackwardFast extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" fill=\"currentColor\" stroke=\"black\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" fill=\"currentColor\"/>\n</clipPath>\n</defs>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<g clip-path=\"url(#clip0_18893_326435)\">\n<path d=\"M9.44737 5.04375L9.44737 18.9562L0.797826 12L9.44737 5.04375ZM20.5 5.04375L20.5 18.9562L11.8505 12L20.5 5.04375Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</g>\n<defs>\n<clipPath id=\"clip0_18893_326435\">\n<rect width=\"24\" height=\"24\" style=\"fill: var(--automation-device-primary-color)\"/>\n</clipPath>\n</defs>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-08-backward-fast': Obi08BackwardFast;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,oBAAN,cAAgC,WAAW;AAAA,EAA3C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAYT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA3Ca,kBAiCK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAhC8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,kBAC4C,WAAA,eAAA,CAAA;AAD5C,oBAAN,gBAAA;AAAA,EADN,cAAc,sBAAsB;AAAA,GACxB,iBAAA;"}
|
@@ -20,7 +20,7 @@ let Obi08BackwardStopped = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<path d="M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z" style="fill: var(--automation-device-primary-inverted-color)"
|
23
|
+
<path d="M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z" style="fill: var(--automation-device-primary-inverted-color)" style="stroke: var(--automation-device-tertiary-inverted-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-08-backward-stopped.js","sources":["../../src/icons/icon-08-backward-stopped.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-backward-stopped')\nexport class Obi08BackwardStopped extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
1
|
+
{"version":3,"file":"icon-08-backward-stopped.js","sources":["../../src/icons/icon-08-backward-stopped.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-backward-stopped')\nexport class Obi08BackwardStopped extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M16.5 18.9282L4.5 12L16.5 5.0718L16.5 18.9282Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-08-backward-stopped': Obi08BackwardStopped;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,uBAAN,cAAmC,WAAW;AAAA,EAA9C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,qBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,qBAC4C,WAAA,eAAA,CAAA;AAD5C,uBAAN,gBAAA;AAAA,EADN,cAAc,yBAAyB;AAAA,GAC3B,oBAAA;"}
|
@@ -20,7 +20,7 @@ let Obi08ForwardFast = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<path d="M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z" style="fill: var(--automation-device-primary-color)"
|
23
|
+
<path d="M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z" style="fill: var(--automation-device-primary-color)" style="stroke: var(--automation-device-tertiary-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-08-forward-fast.js","sources":["../../src/icons/icon-08-forward-fast.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-forward-fast')\nexport class Obi08ForwardFast extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" fill=\"currentColor\" stroke=\"black\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\"
|
1
|
+
{"version":3,"file":"icon-08-forward-fast.js","sources":["../../src/icons/icon-08-forward-fast.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-forward-fast')\nexport class Obi08ForwardFast extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" fill=\"currentColor\" stroke=\"black\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M14.5526 18.9562L14.5526 5.04375L23.2022 12L14.5526 18.9562ZM3.5 18.9562L3.5 5.04375L12.1495 12L3.5 18.9562Z\" style=\"fill: var(--automation-device-primary-color)\" style=\"stroke: var(--automation-device-tertiary-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-08-forward-fast': Obi08ForwardFast;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,mBAAN,cAA+B,WAAW;AAAA,EAA1C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,iBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,iBAC4C,WAAA,eAAA,CAAA;AAD5C,mBAAN,gBAAA;AAAA,EADN,cAAc,qBAAqB;AAAA,GACvB,gBAAA;"}
|
@@ -20,7 +20,7 @@ let Obi08ForwardStopped = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<path d="M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z" style="fill: var(--automation-device-primary-inverted-color)"
|
23
|
+
<path d="M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z" style="fill: var(--automation-device-primary-inverted-color)" style="stroke: var(--automation-device-tertiary-inverted-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-08-forward-stopped.js","sources":["../../src/icons/icon-08-forward-stopped.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-forward-stopped')\nexport class Obi08ForwardStopped extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
1
|
+
{"version":3,"file":"icon-08-forward-stopped.js","sources":["../../src/icons/icon-08-forward-stopped.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-forward-stopped')\nexport class Obi08ForwardStopped extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.5 5.0718L19.5 12L7.5 18.9282L7.5 5.0718Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-08-forward-stopped': Obi08ForwardStopped;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,sBAAN,cAAkC,WAAW;AAAA,EAA7C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,oBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,oBAC4C,WAAA,eAAA,CAAA;AAD5C,sBAAN,gBAAA;AAAA,EADN,cAAc,wBAAwB;AAAA,GAC1B,mBAAA;"}
|
@@ -20,7 +20,7 @@ let Obi08MotorOffHorisontal = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<path d="M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z" style="fill: var(--automation-device-primary-inverted-color)"
|
23
|
+
<path d="M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z" style="fill: var(--automation-device-primary-inverted-color)" style="stroke: var(--automation-device-tertiary-inverted-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-08-motor-off-horisontal.js","sources":["../../src/icons/icon-08-motor-off-horisontal.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-motor-off-horisontal')\nexport class Obi08MotorOffHorisontal extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
1
|
+
{"version":3,"file":"icon-08-motor-off-horisontal.js","sources":["../../src/icons/icon-08-motor-off-horisontal.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-08-motor-off-horisontal')\nexport class Obi08MotorOffHorisontal extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.5 7.5H3C1.61929 7.5 0.5 8.61929 0.5 10C0.5 11.3807 1.61929 12.5 3 12.5H3.5V13C3.5 13.8284 4.17157 14.5 5 14.5H6H6.5V15C6.5 15.8284 7.17157 16.5 8 16.5H8.5V17V19.5H5.5C4.94772 19.5 4.5 19.9477 4.5 20.5C4.5 21.0523 4.94771 21.5 5.5 21.5H18.5C19.0523 21.5 19.5 21.0523 19.5 20.5C19.5 19.9477 19.0523 19.5 18.5 19.5H15.5V17V16.5H16C16.8284 16.5 17.5 15.8284 17.5 15V14.5H18H21C21.8284 14.5 22.5 13.8284 22.5 13V7C22.5 6.17157 21.8284 5.5 21 5.5H18H17.5V5C17.5 4.17157 16.8284 3.5 16 3.5H8C7.17157 3.5 6.5 4.17157 6.5 5V5.5H6H5C4.17157 5.5 3.5 6.17157 3.5 7V7.5Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-08-motor-off-horisontal': Obi08MotorOffHorisontal;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,0BAAN,cAAsC,WAAW;AAAA,EAAjD,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,wBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,wBAC4C,WAAA,eAAA,CAAA;AAD5C,0BAAN,gBAAA;AAAA,EADN,cAAc,6BAA6B;AAAA,GAC/B,uBAAA;"}
|
@@ -20,7 +20,7 @@ let Obi09SwitchHorizontalOffLarge = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<path d="M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z" style="fill: var(--automation-device-primary-inverted-color)"
|
23
|
+
<path d="M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z" style="fill: var(--automation-device-primary-inverted-color)" style="stroke: var(--automation-device-tertiary-inverted-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-09-switch-horizontal-off-large.js","sources":["../../src/icons/icon-09-switch-horizontal-off-large.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-09-switch-horizontal-off-large')\nexport class Obi09SwitchHorizontalOffLarge extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
1
|
+
{"version":3,"file":"icon-09-switch-horizontal-off-large.js","sources":["../../src/icons/icon-09-switch-horizontal-off-large.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-09-switch-horizontal-off-large')\nexport class Obi09SwitchHorizontalOffLarge extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.11603 15.567C2.39859 15.9812 2.15277 16.8986 2.56699 17.616C2.9812 18.3335 3.89859 18.5793 4.61603 18.1651L21.0705 8.66506C21.7879 8.25085 22.0338 7.33347 21.6195 6.61603C21.2053 5.89859 20.2879 5.65277 19.5705 6.06699L3.11603 15.567Z\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-09-switch-horizontal-off-large': Obi09SwitchHorizontalOffLarge;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,gCAAN,cAA4C,WAAW;AAAA,EAAvD,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,8BAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,8BAC4C,WAAA,eAAA,CAAA;AAD5C,gCAAN,gBAAA;AAAA,EADN,cAAc,oCAAoC;AAAA,GACtC,6BAAA;"}
|
@@ -20,7 +20,7 @@ let Obi09SwitchHorizontalOff = class extends LitElement {
|
|
20
20
|
</svg>
|
21
21
|
`;
|
22
22
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
23
|
-
<rect x="1.31699" y="14.817" width="21" height="5" rx="2.5" transform="rotate(-30 1.31699 14.817)" style="fill: var(--automation-device-primary-inverted-color)"
|
23
|
+
<rect x="1.31699" y="14.817" width="21" height="5" rx="2.5" transform="rotate(-30 1.31699 14.817)" style="fill: var(--automation-device-primary-inverted-color)" style="stroke: var(--automation-device-tertiary-inverted-color)"/>
|
24
24
|
</svg>
|
25
25
|
`;
|
26
26
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-09-switch-horizontal-off.js","sources":["../../src/icons/icon-09-switch-horizontal-off.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-09-switch-horizontal-off')\nexport class Obi09SwitchHorizontalOff extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\"
|
1
|
+
{"version":3,"file":"icon-09-switch-horizontal-off.js","sources":["../../src/icons/icon-09-switch-horizontal-off.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-09-switch-horizontal-off')\nexport class Obi09SwitchHorizontalOff extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" fill=\"currentColor\" stroke=\"#808080\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"1.31699\" y=\"14.817\" width=\"21\" height=\"5\" rx=\"2.5\" transform=\"rotate(-30 1.31699 14.817)\" style=\"fill: var(--automation-device-primary-inverted-color)\" style=\"stroke: var(--automation-device-tertiary-inverted-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-09-switch-horizontal-off': Obi09SwitchHorizontalOff;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,2BAAN,cAAuC,WAAW;AAAA,EAAlD,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAKf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAKT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA7Ba,yBAmBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAlB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,yBAC4C,WAAA,eAAA,CAAA;AAD5C,2BAAN,gBAAA;AAAA,EADN,cAAc,8BAA8B;AAAA,GAChC,wBAAA;"}
|
@@ -28,9 +28,9 @@ let Obi10Autonomous = class extends LitElement {
|
|
28
28
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z" style="fill: var(--element-active-color)"/>
|
29
29
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z" style="fill: var(--element-active-color)"/>
|
30
30
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z" style="fill: var(--element-active-color)"/>
|
31
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z"
|
32
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z"
|
33
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z"
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z" style="stroke: var(--element-active-color)"/>
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z" style="stroke: var(--element-active-color)"/>
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z" style="stroke: var(--element-active-color)"/>
|
34
34
|
</svg>
|
35
35
|
`;
|
36
36
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-10-autonomous.js","sources":["../../src/icons/icon-10-autonomous.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-10-autonomous')\nexport class Obi10Autonomous extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" stroke=\"#1A1A1A\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\"
|
1
|
+
{"version":3,"file":"icon-10-autonomous.js","sources":["../../src/icons/icon-10-autonomous.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-10-autonomous')\nexport class Obi10Autonomous extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" fill=\"currentColor\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" stroke=\"#1A1A1A\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" stroke=\"#1A1A1A\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"fill: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 3.5C11.1792 3.5 9.8953 3.93582 8.84743 4.73988C7.79957 5.54394 7.0463 6.67129 6.70445 7.94709L5.25556 7.55886C5.68287 5.96411 6.62446 4.55492 7.93429 3.54985C9.24412 2.54478 10.849 2 12.5 2C14.151 2 15.7559 2.54478 17.0657 3.54985C18.3755 4.55492 19.3171 5.96411 19.7444 7.55886L18.2956 7.94709C17.9537 6.67129 17.2004 5.54394 16.1526 4.73988C15.1047 3.93582 13.8208 3.5 12.5 3.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.5 6.5C11.8396 6.5 11.1976 6.71791 10.6737 7.11994C10.1498 7.52197 9.77315 8.08564 9.60222 8.72354L8.15333 8.33531C8.40972 7.37846 8.97467 6.53295 9.76057 5.92991C10.5465 5.32687 11.5094 5 12.5 5C13.4906 5 14.4535 5.32687 15.2394 5.92991C16.0253 6.53295 16.5903 7.37847 16.8467 8.33532L15.3978 8.72354C15.2269 8.08564 14.8502 7.52197 14.3263 7.11994C13.8024 6.71791 13.1604 6.5 12.5 6.5Z\" style=\"stroke: var(--element-active-color)\"/>\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 10.8662V14L21 14C21.5523 14 22 14.4477 22 15V21C22 21.5523 21.5523 22 21 22H9C5.13401 22 2 18.866 2 15C2 14.4477 2.44772 14 3 14L12 14V10.8662C11.7011 10.6933 11.5 10.3701 11.5 10C11.5 9.44772 11.9477 9 12.5 9C13.0523 9 13.5 9.44772 13.5 10C13.5 10.3701 13.2989 10.6933 13 10.8662ZM9 20C6.58104 20 4.56329 18.2823 4.10002 16H20V20H9Z\" style=\"stroke: var(--element-active-color)\"/>\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-10-autonomous': Obi10Autonomous;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,kBAAN,cAA8B,WAAW;AAAA,EAAzC,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAUT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AAvCa,gBA6BK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA5B8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,gBAC4C,WAAA,eAAA,CAAA;AAD5C,kBAAN,gBAAA;AAAA,EADN,cAAc,mBAAmB;AAAA,GACrB,eAAA;"}
|
@@ -22,7 +22,7 @@ let Obi14AlertRectified = class extends LitElement {
|
|
22
22
|
`;
|
23
23
|
this.iconCss = svg`<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
24
24
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z" style="fill: var(--indent-enabled-border-color)" />
|
25
|
-
<path d="M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z"
|
25
|
+
<path d="M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z" style="stroke: var(--indent-enabled-border-color)" />
|
26
26
|
</svg>
|
27
27
|
`;
|
28
28
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"icon-14-alert-rectified.js","sources":["../../src/icons/icon-14-alert-rectified.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-14-alert-rectified')\nexport class Obi14AlertRectified extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" fill=\"currentColor\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" stroke=\"black\" stroke-opacity=\"0.05\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\"
|
1
|
+
{"version":3,"file":"icon-14-alert-rectified.js","sources":["../../src/icons/icon-14-alert-rectified.ts"],"sourcesContent":["import {LitElement, html, css, svg} from 'lit';\nimport {customElement, property} from 'lit/decorators.js';\n\n@customElement('obi-14-alert-rectified')\nexport class Obi14AlertRectified extends LitElement {\n @property({type: Boolean, attribute: 'use-css-color'}) useCssColor = false;\n\n private icon = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" fill=\"currentColor\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" stroke=\"black\" stroke-opacity=\"0.05\"/>\n</svg>\n`;\n\n private iconCss = svg`<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.19851 19.0799C1.58095 20.1918 2.47909 21.5 3.86001 21.5H20.14C21.5209 21.5 22.4191 20.1918 21.8015 19.0799L13.6615 4.4244C12.9769 3.19187 11.0231 3.19187 10.3385 4.4244L2.19851 19.0799Z\" style=\"fill: var(--indent-enabled-border-color)\" />\n<path d=\"M3.86001 21C3.33109 21 2.91693 20.7515 2.69204 20.4239C2.4702 20.1008 2.42657 19.699 2.63561 19.3227L10.7756 4.66718C11.0139 4.23815 11.4869 4 12 4C12.5131 4 12.9861 4.23814 13.2244 4.66717L21.3644 19.3227C21.5734 19.699 21.5298 20.1008 21.308 20.4239C21.0831 20.7515 20.6689 21 20.14 21H3.86001Z\" style=\"stroke: var(--indent-enabled-border-color)\" />\n</svg>\n`;\n\n override render() {\n return html`\n <div class=\"wrapper\">${this.useCssColor ? this.iconCss : this.icon}</div>\n `;\n }\n\n static override styles = css`\n .wrapper {\n height: 100%;\n width: 100%;\n }\n .wrapper > * {\n height: 100%;\n width: 100%;\n }\n `;\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'obi-14-alert-rectified': Obi14AlertRectified;\n }\n}\n"],"names":[],"mappings":";;;;;;;;;;;;;AAIa,IAAA,sBAAN,cAAkC,WAAW;AAAA,EAA7C,cAAA;AAAA,UAAA,GAAA,SAAA;AACgE,SAAA,cAAA;AAErE,SAAQ,OAAO;AAAA;AAAA;AAAA;AAAA;AAMf,SAAQ,UAAU;AAAA;AAAA;AAAA;AAAA;AAAA,EAAA;AAAA,EAMT,SAAS;AACT,WAAA;AAAA,6BACkB,KAAK,cAAc,KAAK,UAAU,KAAK,IAAI;AAAA;AAAA,EAEtE;AAYF;AA/Ba,oBAqBK,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AApB8B,gBAAA;AAAA,EAAtD,SAAS,EAAC,MAAM,SAAS,WAAW,iBAAgB;AAAA,GAD1C,oBAC4C,WAAA,eAAA,CAAA;AAD5C,sBAAN,gBAAA;AAAA,EADN,cAAc,wBAAwB;AAAA,GAC1B,mBAAA;"}
|