Cisco Endpoint Client and Device Icons Entities
Branch
- Preview
- Usage
- Definition
import { Branch } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Branch/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BRANCH } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, BRANCH)}
/>
{
_style: {
entity: 'points=[[0,0,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[1,1,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.branch;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Cell Phone
- Preview
- Usage
- Definition
import { CellPhone } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<CellPhone/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CELL_PHONE } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, CELL_PHONE)}
/>
{
_style: {
entity: 'sketch=0;points=[[0.015,0.015,0],[0.985,0.015,0],[0.985,0.985,0],[0.015,0.985,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];verticalLabelPosition=bottom;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.cell_phone;fillColor=#005073;strokeColor=none;',
},
_width: 25,
_height: 50,
}
Data Center
- Preview
- Usage
- Definition
import { DataCenter } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<DataCenter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DATA_CENTER } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, DATA_CENTER)}
/>
{
_style: {
entity: 'points=[[0.5,0,0],[1,0.34,0],[1,1],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,1,0],[0,0.34,0],[1,0.67,0],[0,0.67,0],[0.325,0,0],[0.675,0,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.data_center;fillColor=#005073;strokeColor=none;',
},
_width: 100,
_height: 70,
}
Handheld
- Preview
- Usage
- Definition
import { Handheld } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Handheld/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HANDHELD } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, HANDHELD)}
/>
{
_style: {
entity: 'sketch=0;points=[[0.015,0.015,0],[0.985,0.015,0],[0.985,0.985,0],[0.015,0.985,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];verticalLabelPosition=bottom;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.handheld;fillColor=#005073;strokeColor=none;',
},
_width: 37.5,
_height: 50,
}
Home Office
- Preview
- Usage
- Definition
import { HomeOffice } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<HomeOffice/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HOME_OFFICE } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, HOME_OFFICE)}
/>
{
_style: {
entity: 'points=[[0.115,0.05,0],[0.335,0,0],[0.98,0.52,0],[1,0.71,0],[0.68,1,0],[0.065,0.76,0],[0,0.33,0],[0.68,0.33,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.home_office;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Laptop
- Preview
- Usage
- Definition
import { Laptop } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Laptop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { LAPTOP } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, LAPTOP)}
/>
{
_style: {
entity: 'points=[[0.13,0.02,0],[0.5,0,0],[0.87,0.02,0],[0.885,0.4,0],[0.985,0.985,0],[0.5,1,0],[0.015,0.985,0],[0.115,0.4,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.laptop;fillColor=#005073;strokeColor=none;',
},
_width: 50,
_height: 35,
}
POS
- Preview
- Usage
- Definition
import { Pos } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Pos/>
// or
import { extendStyle } from "@dinghy/base-components";
import { POS } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, POS)}
/>
{
_style: {
entity: 'sketch=0;points=[[0.015,0.015,0],[0.985,0.015,0],[0.985,0.985,0],[0.015,0.985,0],[0.25,0,0],[0.5,0,0],[0.75,0,0],[1,0.25,0],[1,0.5,0],[1,0.75,0],[0.75,1,0],[0.5,1,0],[0.25,1,0],[0,0.75,0],[0,0.5,0],[0,0.25,0]];verticalLabelPosition=bottom;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.pos;fillColor=#005073;strokeColor=none;',
},
_original_width: 64,
_original_height: 50,
}
Printer
- Preview
- Usage
- Definition
import { Printer } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Printer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PRINTER } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, PRINTER)}
/>
{
_style: {
entity: 'points=[[0.22,0.185,0],[0.5,0,0],[0.78,0.185,0],[0.975,0.49,0],[1,0.73,0],[0.975,0.97,0],[0.5,1,0],[0.025,0.97,0],[0,0.73,0],[0.025,0.49,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.printer;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 45,
}
Secure Endpoint (laptop)
- Preview
- Usage
- Definition
import { SecureEndpointLaptop } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<SecureEndpointLaptop/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURE_ENDPOINT_LAPTOP } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, SECURE_ENDPOINT_LAPTOP)}
/>
{
_style: {
entity: 'points=[[0.13,0.02,0],[0.5,0,0],[0.87,0.02,0],[0.885,0.4,0],[0.985,0.985,0],[0.5,1,0],[0.015,0.985,0],[0.115,0.4,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.secure_endpoints;fillColor=#005073;strokeColor=none;',
},
_width: 50,
_height: 35,
}
Secure Endpoint (PC)
- Preview
- Usage
- Definition
import { SecureEndpointPc } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<SecureEndpointPc/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURE_ENDPOINT_PC } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, SECURE_ENDPOINT_PC)}
/>
{
_style: {
entity: 'points=[[0.02,0.015,0],[0.5,0,0],[0.98,0.015,0],[1,0.38,0],[0.895,0.98,0],[0.5,1,0],[0.105,0.98,0],[0,0.38,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.secure_endpoint_pc;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 40,
}
Tablet
- Preview
- Usage
- Definition
import { Tablet } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Tablet/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TABLET } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, TABLET)}
/>
{
_style: {
entity: 'points=[[0.015,0.14,0],[0.5,0,0],[0.985,0.14,0],[1,0.57,0],[0.99,0.98,0],[0.5,1,0],[0.01,0.98,0],[0,0.57,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.tablet;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 40,
}
User
- Preview
- Usage
- Definition
import { User } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<User/>
// or
import { extendStyle } from "@dinghy/base-components";
import { USER } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, USER)}
/>
{
_style: {
entity: 'points=[[0.35,0,0],[0.98,0.51,0],[1,0.71,0],[0.67,1,0],[0,0.795,0],[0,0.65,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.user;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 50,
}
Workstation
- Preview
- Usage
- Definition
import { Workstation } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Workstation/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKSTATION } from '@dinghy/diagrams/entitiesCisco19EndpointClientAndDeviceIcons'
<Shape
{...props}
_style={extendStyle(props, WORKSTATION)}
/>
{
_style: {
entity: 'points=[[0.03,0.03,0],[0.5,0,0],[0.97,0.03,0],[1,0.4,0],[0.97,0.745,0],[0.5,1,0],[0.03,0.745,0],[0,0.4,0]];verticalLabelPosition=bottom;sketch=0;html=1;verticalAlign=top;aspect=fixed;align=center;pointerEvents=1;shape=mxgraph.cisco19.workstation;fillColor=#005073;strokeColor=none;',
},
_original_width: 50,
_original_height: 40,
}