Aws18 IoT Things Entities
Bank
- Preview
- Usage
- Definition
import { Bank } from '@dinghy/diagrams/entitiesAws18IotThings'
<Bank/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BANK } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, BANK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.bank;',
},
_original_width: 60,
_original_height: 60,
}
Bycicle
- Preview
- Usage
- Definition
import { Bycicle } from '@dinghy/diagrams/entitiesAws18IotThings'
<Bycicle/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BYCICLE } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, BYCICLE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.bycicle;',
},
_original_width: 60,
_original_height: 60,
}
Camera
- Preview
- Usage
- Definition
import { Camera } from '@dinghy/diagrams/entitiesAws18IotThings'
<Camera/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAMERA } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, CAMERA)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.camera;',
},
_original_width: 60,
_original_height: 60,
}
Car
- Preview
- Usage
- Definition
import { Car } from '@dinghy/diagrams/entitiesAws18IotThings'
<Car/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CAR } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, CAR)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.car;',
},
_original_width: 60,
_original_height: 60,
}
Cart
- Preview
- Usage
- Definition
import { Cart } from '@dinghy/diagrams/entitiesAws18IotThings'
<Cart/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CART } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, CART)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.cart;',
},
_original_width: 60,
_original_height: 60,
}
Coffee Pot
- Preview
- Usage
- Definition
import { CoffeePot } from '@dinghy/diagrams/entitiesAws18IotThings'
<CoffeePot/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COFFEE_POT } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, COFFEE_POT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.coffee_pot;',
},
_original_width: 60,
_original_height: 60,
}
Door Lock
- Preview
- Usage
- Definition
import { DoorLock } from '@dinghy/diagrams/entitiesAws18IotThings'
<DoorLock/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOOR_LOCK } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, DOOR_LOCK)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.door_lock;',
},
_original_width: 60,
_original_height: 60,
}
Factory
- Preview
- Usage
- Definition
import { Factory } from '@dinghy/diagrams/entitiesAws18IotThings'
<Factory/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FACTORY } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, FACTORY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.factory;',
},
_original_width: 60,
_original_height: 60,
}
Generic
- Preview
- Usage
- Definition
import { Generic } from '@dinghy/diagrams/entitiesAws18IotThings'
<Generic/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GENERIC } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, GENERIC)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.generic;',
},
_original_width: 60,
_original_height: 60,
}
House
- Preview
- Usage
- Definition
import { House } from '@dinghy/diagrams/entitiesAws18IotThings'
<House/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOUSE } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, HOUSE)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.house;',
},
_original_width: 60,
_original_height: 60,
}
Lightbulb
- Preview
- Usage
- Definition
import { Lightbulb } from '@dinghy/diagrams/entitiesAws18IotThings'
<Lightbulb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LIGHTBULB } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, LIGHTBULB)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.lightbulb;',
},
_original_width: 60,
_original_height: 60,
}
Medical
Emergency
- Preview
- Usage
- Definition
import { MedicalEmergency } from '@dinghy/diagrams/entitiesAws18IotThings'
<MedicalEmergency/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDICAL_EMERGENCY } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, MEDICAL_EMERGENCY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.medical_emergency;',
},
_original_width: 60,
_original_height: 60,
}
Police
Emergency
- Preview
- Usage
- Definition
import { PoliceEmergency } from '@dinghy/diagrams/entitiesAws18IotThings'
<PoliceEmergency/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POLICE_EMERGENCY } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, POLICE_EMERGENCY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.police_emergency;',
},
_original_width: 60,
_original_height: 60,
}
Thermostat
- Preview
- Usage
- Definition
import { Thermostat } from '@dinghy/diagrams/entitiesAws18IotThings'
<Thermostat/>
// or
import { extendStyle } from "@dinghy/base-components";
import { THERMOSTAT } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, THERMOSTAT)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.thermostat;',
},
_original_width: 60,
_original_height: 60,
}
Travel
- Preview
- Usage
- Definition
import { Travel } from '@dinghy/diagrams/entitiesAws18IotThings'
<Travel/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRAVEL } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, TRAVEL)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.travel;',
},
_original_width: 60,
_original_height: 60,
}
Utility
- Preview
- Usage
- Definition
import { Utility } from '@dinghy/diagrams/entitiesAws18IotThings'
<Utility/>
// or
import { extendStyle } from "@dinghy/base-components";
import { UTILITY } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, UTILITY)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.utility;',
},
_original_width: 60,
_original_height: 60,
}
Windfarm
- Preview
- Usage
- Definition
import { Windfarm } from '@dinghy/diagrams/entitiesAws18IotThings'
<Windfarm/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WINDFARM } from '@dinghy/diagrams/entitiesAws18IotThings'
<Shape
{...props}
_style={extendStyle(props, WINDFARM)}
/>
{
_style: {
entity: 'sketch=0;outlineConnect=0;fontColor=#232F3E;gradientColor=none;strokeColor=#232F3E;fillColor=#ffffff;dashed=0;verticalLabelPosition=bottom;verticalAlign=top;align=center;html=1;fontSize=12;fontStyle=0;aspect=fixed;shape=mxgraph.aws4.resourceIcon;resIcon=mxgraph.aws4.windfarm;',
},
_original_width: 60,
_original_height: 60,
}