Cisco Modems and Phones Entities
Cable Modem
- Preview
- Usage
- Definition
import { CableModem } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<CableModem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CABLE_MODEM } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, CABLE_MODEM)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.cable_modem;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 74,
_height: 35,
}
Cell Phone
- Preview
- Usage
- Definition
import { CellPhone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<CellPhone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CELL_PHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, CELL_PHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.cell_phone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 34,
_height: 58,
}
Fax
- Preview
- Usage
- Definition
import { Fax } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Fax/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FAX } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, FAX)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.fax;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 126,
_height: 59,
}
Hootphone
- Preview
- Usage
- Definition
import { Hootphone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Hootphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOOTPHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, HOOTPHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.hootphone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 64,
_original_height: 46,
}
IP Phone
- Preview
- Usage
- Definition
import { IpPhone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<IpPhone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { IP_PHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, IP_PHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.ip_phone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 90,
_height: 50,
}
Mobile Access IP Phone
- Preview
- Usage
- Definition

import { MobileAccessIpPhone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<MobileAccessIpPhone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOBILE_ACCESS_IP_PHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, MOBILE_ACCESS_IP_PHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.mobile_access_ip_phone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 90,
_original_height: 80,
}
Modem
- Preview
- Usage
- Definition
import { Modem } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Modem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MODEM } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, MODEM)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.modem;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 77,
_height: 27,
}
Phone
- Preview
- Usage
- Definition
import { Phone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Phone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, PHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.phone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 64,
_original_height: 46,
}
Phone-fax
- Preview
- Usage
- Definition
import { PhoneFax } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<PhoneFax/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHONE_FAX } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, PHONE_FAX)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.phone-fax;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 106,
_height: 46,
}
RF Modem
- Preview
- Usage
- Definition
import { RfModem } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<RfModem/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RF_MODEM } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, RF_MODEM)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.rf_modem;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_width: 82,
_height: 42,
}
Softphone
- Preview
- Usage
- Definition
import { Softphone } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Softphone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SOFTPHONE } from '@dinghy/diagrams/entitiesCiscoModemsAndPhones'
<Shape
{...props}
_style={extendStyle(props, SOFTPHONE)}
/>
{
_style: {
entity: 'shape=mxgraph.cisco.modems_and_phones.softphone;sketch=0;html=1;pointerEvents=1;dashed=0;fillColor=#036897;strokeColor=#ffffff;strokeWidth=2;verticalLabelPosition=bottom;verticalAlign=top;align=center;outlineConnect=0;',
},
_original_width: 61,
_original_height: 56,
}