Clipart People Entities
Construction Worker Man
- Preview
- Usage
- Definition
import { ConstructionWorkerMan } from '@dinghy/diagrams/entitiesClipartPeople'
<ConstructionWorkerMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSTRUCTION_WORKER_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, CONSTRUCTION_WORKER_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Construction_Worker_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Construction Worker Man Black
- Preview
- Usage
- Definition
import { ConstructionWorkerManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<ConstructionWorkerManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSTRUCTION_WORKER_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, CONSTRUCTION_WORKER_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Construction_Worker_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Construction Worker Woman
- Preview
- Usage
- Definition
import { ConstructionWorkerWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<ConstructionWorkerWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSTRUCTION_WORKER_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, CONSTRUCTION_WORKER_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Construction_Worker_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Construction Worker Woman Black
- Preview
- Usage
- Definition
import { ConstructionWorkerWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<ConstructionWorkerWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSTRUCTION_WORKER_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, CONSTRUCTION_WORKER_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Construction_Worker_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Doctor Man
- Preview
- Usage
- Definition
import { DoctorMan } from '@dinghy/diagrams/entitiesClipartPeople'
<DoctorMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCTOR_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, DOCTOR_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Doctor_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Doctor Man Black
- Preview
- Usage
- Definition
import { DoctorManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<DoctorManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCTOR_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, DOCTOR_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Doctor_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Doctor Woman
- Preview
- Usage
- Definition
import { DoctorWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<DoctorWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCTOR_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, DOCTOR_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Doctor_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Doctor Woman Black
- Preview
- Usage
- Definition
import { DoctorWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<DoctorWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DOCTOR_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, DOCTOR_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Doctor_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Farmer Man
- Preview
- Usage
- Definition
import { FarmerMan } from '@dinghy/diagrams/entitiesClipartPeople'
<FarmerMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FARMER_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, FARMER_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Farmer_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Farmer Man Black
- Preview
- Usage
- Definition
import { FarmerManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<FarmerManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FARMER_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, FARMER_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Farmer_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Farmer Woman
- Preview
- Usage
- Definition
import { FarmerWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<FarmerWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FARMER_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, FARMER_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Farmer_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Farmer Woman Black
- Preview
- Usage
- Definition
import { FarmerWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<FarmerWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FARMER_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, FARMER_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Farmer_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Military Officer
- Preview
- Usage
- Definition
import { MilitaryOfficer } from '@dinghy/diagrams/entitiesClipartPeople'
<MilitaryOfficer/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILITARY_OFFICER } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, MILITARY_OFFICER)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Military_Officer_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Military Officer Black
- Preview
- Usage
- Definition
import { MilitaryOfficerBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<MilitaryOfficerBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILITARY_OFFICER_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, MILITARY_OFFICER_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Military_Officer_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Military Officer Woman
- Preview
- Usage
- Definition
import { MilitaryOfficerWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<MilitaryOfficerWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILITARY_OFFICER_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, MILITARY_OFFICER_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Military_Officer_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Military Officer Woman Black
- Preview
- Usage
- Definition
import { MilitaryOfficerWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<MilitaryOfficerWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MILITARY_OFFICER_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, MILITARY_OFFICER_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Military_Officer_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Nurse Man
- Preview
- Usage
- Definition
import { NurseMan } from '@dinghy/diagrams/entitiesClipartPeople'
<NurseMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NURSE_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, NURSE_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Nurse_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Nurse Man Black
- Preview
- Usage
- Definition
import { NurseManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<NurseManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NURSE_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, NURSE_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Nurse_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Nurse Woman
- Preview
- Usage
- Definition
import { NurseWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<NurseWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NURSE_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, NURSE_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Nurse_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Nurse Woman Black
- Preview
- Usage
- Definition
import { NurseWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<NurseWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NURSE_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, NURSE_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Nurse_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Pilot Man
- Preview
- Usage
- Definition
import { PilotMan } from '@dinghy/diagrams/entitiesClipartPeople'
<PilotMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PILOT_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, PILOT_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Pilot_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Pilot Man Black
- Preview
- Usage
- Definition
import { PilotManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<PilotManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PILOT_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, PILOT_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Pilot_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Pilot Woman
- Preview
- Usage
- Definition
import { PilotWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<PilotWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PILOT_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, PILOT_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Pilot_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Pilot Woman Black
- Preview
- Usage
- Definition
import { PilotWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<PilotWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PILOT_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, PILOT_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Pilot_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Scientist Man
- Preview
- Usage
- Definition
import { ScientistMan } from '@dinghy/diagrams/entitiesClipartPeople'
<ScientistMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCIENTIST_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SCIENTIST_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Scientist_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Scientist Man Black
- Preview
- Usage
- Definition
import { ScientistManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<ScientistManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCIENTIST_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SCIENTIST_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Scientist_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Scientist Woman
- Preview
- Usage
- Definition
import { ScientistWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<ScientistWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCIENTIST_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SCIENTIST_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Scientist_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Scientist Woman Black
- Preview
- Usage
- Definition
import { ScientistWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<ScientistWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SCIENTIST_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SCIENTIST_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Scientist_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Security Man
- Preview
- Usage
- Definition
import { SecurityMan } from '@dinghy/diagrams/entitiesClipartPeople'
<SecurityMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SECURITY_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Security_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Security Man Black
- Preview
- Usage
- Definition
import { SecurityManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SecurityManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SECURITY_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Security_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Security Woman
- Preview
- Usage
- Definition
import { SecurityWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<SecurityWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SECURITY_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Security_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Security Woman Black
- Preview
- Usage
- Definition
import { SecurityWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SecurityWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SECURITY_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SECURITY_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Security_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Man
- Preview
- Usage
- Definition
import { SuitMan } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Man Black
- Preview
- Usage
- Definition
import { SuitManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Man Blue
- Preview
- Usage
- Definition
import { SuitManBlue } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitManBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_MAN_BLUE } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_MAN_BLUE)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Man_Blue_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Man Green
- Preview
- Usage
- Definition
import { SuitManGreen } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitManGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_MAN_GREEN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_MAN_GREEN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Man_Green_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Man Green Black
- Preview
- Usage
- Definition
import { SuitManGreenBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitManGreenBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_MAN_GREEN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_MAN_GREEN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Man_Green_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Woman
- Preview
- Usage
- Definition
import { SuitWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Woman Black
- Preview
- Usage
- Definition
import { SuitWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Woman Blue
- Preview
- Usage
- Definition
import { SuitWomanBlue } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitWomanBlue/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_WOMAN_BLUE } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_WOMAN_BLUE)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Woman_Blue_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Woman Green
- Preview
- Usage
- Definition
import { SuitWomanGreen } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitWomanGreen/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_WOMAN_GREEN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_WOMAN_GREEN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Woman_Green_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Suit Woman Green Black
- Preview
- Usage
- Definition
import { SuitWomanGreenBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<SuitWomanGreenBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUIT_WOMAN_GREEN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, SUIT_WOMAN_GREEN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Suit_Woman_Green_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Tech Man
- Preview
- Usage
- Definition
import { TechMan } from '@dinghy/diagrams/entitiesClipartPeople'
<TechMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TECH_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TECH_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Tech_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Tech Man Black
- Preview
- Usage
- Definition
import { TechManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<TechManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TECH_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TECH_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Tech_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Telesales Man
- Preview
- Usage
- Definition
import { TelesalesMan } from '@dinghy/diagrams/entitiesClipartPeople'
<TelesalesMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELESALES_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TELESALES_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Telesales_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Telesales Man Black
- Preview
- Usage
- Definition
import { TelesalesManBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<TelesalesManBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELESALES_MAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TELESALES_MAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Telesales_Man_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Telesales Woman
- Preview
- Usage
- Definition
import { TelesalesWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<TelesalesWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELESALES_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TELESALES_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Telesales_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Telesales Woman Black
- Preview
- Usage
- Definition
import { TelesalesWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<TelesalesWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TELESALES_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, TELESALES_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Telesales_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Waiter
- Preview
- Usage
- Definition
import { Waiter } from '@dinghy/diagrams/entitiesClipartPeople'
<Waiter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAITER } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WAITER)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Waiter_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Waiter Black
- Preview
- Usage
- Definition
import { WaiterBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<WaiterBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAITER_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WAITER_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Waiter_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Waiter Woman
- Preview
- Usage
- Definition
import { WaiterWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<WaiterWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAITER_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WAITER_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Waiter_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Waiter Woman Black
- Preview
- Usage
- Definition
import { WaiterWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<WaiterWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WAITER_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WAITER_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Waiter_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Worker Black
- Preview
- Usage
- Definition
import { WorkerBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<WorkerBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKER_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WORKER_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Worker_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Worker Man
- Preview
- Usage
- Definition
import { WorkerMan } from '@dinghy/diagrams/entitiesClipartPeople'
<WorkerMan/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKER_MAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WORKER_MAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Worker_Man_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Worker Woman
- Preview
- Usage
- Definition
import { WorkerWoman } from '@dinghy/diagrams/entitiesClipartPeople'
<WorkerWoman/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKER_WOMAN } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WORKER_WOMAN)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Worker_Woman_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}
Worker Woman Black
- Preview
- Usage
- Definition
import { WorkerWomanBlack } from '@dinghy/diagrams/entitiesClipartPeople'
<WorkerWomanBlack/>
// or
import { extendStyle } from "@dinghy/base-components";
import { WORKER_WOMAN_BLACK } from '@dinghy/diagrams/entitiesClipartPeople'
<Shape
{...props}
_style={extendStyle(props, WORKER_WOMAN_BLACK)}
/>
{
_style: {
entity: 'image;html=1;image=img/lib/clip_art/people/Worker_Woman_Black_128x128.pngstrokeColor=none;',
},
_original_width: 80,
_original_height: 80,
}