Clipart Telecommunication Entities
BlackBerry
- Preview
- Usage
- Definition
import { Blackberry } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Blackberry/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BLACKBERRY } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, BLACKBERRY)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/BlackBerry_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Cellphone
- Preview
- Usage
- Definition
import { Cellphone } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Cellphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CELLPHONE } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, CELLPHONE)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/Cellphone_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
HTC smartphone
- Preview
- Usage
- Definition
import { HtcSmartphone } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<HtcSmartphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HTC_SMARTPHONE } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, HTC_SMARTPHONE)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/HTC_smartphone_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
iPhone
- Preview
- Usage
- Definition
import { Iphone } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Iphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IPHONE } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, IPHONE)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/iPhone_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Palm Treo
- Preview
- Usage
- Definition
import { PalmTreo } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<PalmTreo/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PALM_TREO } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, PALM_TREO)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/Palm_Treo_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Signaltower off
- Preview
- Usage
- Definition
import { SignaltowerOff } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<SignaltowerOff/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNALTOWER_OFF } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, SIGNALTOWER_OFF)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/Signal_tower_off_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Signaltower on
- Preview
- Usage
- Definition
import { SignaltowerOn } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<SignaltowerOn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SIGNALTOWER_ON } from '@dinghy/diagrams/entitiesClipartTelecommunication'
<Shape
{...props}
_style={extendStyle(props, SIGNALTOWER_ON)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/telecommunication/Signal_tower_on_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}