Salesforce Industry Entities
Automotive
- Preview
- Usage
- Definition

import { Automotive } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Automotive/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMOTIVE } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, AUTOMOTIVE)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.automotive;',
},
_original_width: 60,
_original_height: 60,
}
Automotive 2
- Preview
- Usage
- Definition
import { Automotive2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Automotive2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { AUTOMOTIVE_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, AUTOMOTIVE_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.automotive2;',
},
_original_width: 60,
_original_height: 60,
}
Communications
- Preview
- Usage
- Definition
import { Communications } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Communications/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMUNICATIONS } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, COMMUNICATIONS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.communications;',
},
_original_width: 47.400000000000006,
_original_height: 60,
}
Communications 2
- Preview
- Usage
- Definition
import { Communications2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Communications2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COMMUNICATIONS_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, COMMUNICATIONS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.communications2;',
},
_original_width: 60,
_original_height: 60,
}
Consumer Goods
- Preview
- Usage
- Definition
import { ConsumerGoods } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<ConsumerGoods/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSUMER_GOODS } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, CONSUMER_GOODS)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.consumer_goods;',
},
_original_width: 54,
_original_height: 60,
}
Consumer Goods 2
- Preview
- Usage
- Definition
import { ConsumerGoods2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<ConsumerGoods2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONSUMER_GOODS_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, CONSUMER_GOODS_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.consumer_goods2;',
},
_original_width: 60,
_original_height: 60,
}
Education
- Preview
- Usage
- Definition
import { Education } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Education/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EDUCATION } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, EDUCATION)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.education;',
},
_original_width: 60,
_original_height: 40.2,
}
Education 2
- Preview
- Usage
- Definition
import { Education2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Education2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EDUCATION_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, EDUCATION_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.education2;',
},
_original_width: 60,
_original_height: 60,
}
Energy
- Preview
- Usage
- Definition
import { Energy } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Energy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENERGY } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, ENERGY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.energy;',
},
_original_width: 45,
_original_height: 60,
}
Energy 2
- Preview
- Usage
- Definition
import { Energy2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Energy2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ENERGY_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, ENERGY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.energy2;',
},
_original_width: 60,
_original_height: 60,
}
Financial Services
- Preview
- Usage
- Definition
import { FinancialServices } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<FinancialServices/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINANCIAL_SERVICES } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, FINANCIAL_SERVICES)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.financial_services;',
},
_original_width: 57.599999999999994,
_original_height: 60,
}
Financial Services 2
- Preview
- Usage
- Definition
import { FinancialServices2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<FinancialServices2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { FINANCIAL_SERVICES_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, FINANCIAL_SERVICES_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.financial_services2;',
},
_original_width: 60,
_original_height: 60,
}
Government
- Preview
- Usage
- Definition
import { Government } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Government/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GOVERNMENT } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, GOVERNMENT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.government;',
},
_original_width: 51.6,
_original_height: 60,
}
Government 2
- Preview
- Usage
- Definition
import { Government2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Government2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { GOVERNMENT_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, GOVERNMENT_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.government2;',
},
_original_width: 60,
_original_height: 60,
}
Health
- Preview
- Usage
- Definition
import { Health } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Health/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTH } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, HEALTH)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.health;',
},
_original_width: 60,
_original_height: 50.4,
}
Health 2
- Preview
- Usage
- Definition
import { Health2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Health2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { HEALTH_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, HEALTH_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.health2;',
},
_original_width: 60,
_original_height: 60,
}
Manufacturing
- Preview
- Usage
- Definition

import { Manufacturing } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Manufacturing/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANUFACTURING } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, MANUFACTURING)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.manufacturing;',
},
_original_width: 60,
_original_height: 60,
}
Manufacturing 2
- Preview
- Usage
- Definition
import { Manufacturing2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Manufacturing2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MANUFACTURING_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, MANUFACTURING_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.manufacturing2;',
},
_original_width: 60,
_original_height: 60,
}
Media
- Preview
- Usage
- Definition
import { Media } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Media/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDIA } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, MEDIA)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.media;',
},
_original_width: 60,
_original_height: 60,
}
Media 2
- Preview
- Usage
- Definition
import { Media2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Media2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MEDIA_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, MEDIA_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.media2;',
},
_original_width: 60,
_original_height: 60,
}
Non-profit
- Preview
- Usage
- Definition
import { NonProfit } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<NonProfit/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NON_PROFIT } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, NON_PROFIT)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.non_profit;',
},
_original_width: 60,
_original_height: 55.800000000000004,
}
Non-profit 2
- Preview
- Usage
- Definition
import { NonProfit2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<NonProfit2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NON_PROFIT_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, NON_PROFIT_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.non_profit2;',
},
_original_width: 60,
_original_height: 60,
}
Philantrophy
- Preview
- Usage
- Definition
import { Philantrophy } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Philantrophy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHILANTROPHY } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, PHILANTROPHY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.philantrophy;',
},
_original_width: 49.8,
_original_height: 60,
}
Philantrophy 2
- Preview
- Usage
- Definition
import { Philantrophy2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Philantrophy2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PHILANTROPHY_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, PHILANTROPHY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.philantrophy2;',
},
_original_width: 60,
_original_height: 60,
}
Retail
- Preview
- Usage
- Definition
import { Retail } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Retail/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RETAIL } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, RETAIL)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.retail;',
},
_original_width: 45,
_original_height: 60,
}
Retail 2
- Preview
- Usage
- Definition
import { Retail2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Retail2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RETAIL_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, RETAIL_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.retail2;',
},
_original_width: 60,
_original_height: 60,
}
SMB
- Preview
- Usage
- Definition
import { Smb } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Smb/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SMB } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, SMB)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.smb;',
},
_original_width: 60,
_original_height: 49.199999999999996,
}
SMB 2
- Preview
- Usage
- Definition
import { Smb2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Smb2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SMB_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, SMB_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.smb2;',
},
_original_width: 60,
_original_height: 60,
}
Sustainability
- Preview
- Usage
- Definition
import { Sustainability } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Sustainability/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUSTAINABILITY } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, SUSTAINABILITY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.sustainability;',
},
_original_width: 60,
_original_height: 60,
}
Sustainability 2
- Preview
- Usage
- Definition
import { Sustainability2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Sustainability2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUSTAINABILITY_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, SUSTAINABILITY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.sustainability2;',
},
_original_width: 60,
_original_height: 60,
}
Transportation and Technology
- Preview
- Usage
- Definition
import { TransportationAndTechnology } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<TransportationAndTechnology/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSPORTATION_AND_TECHNOLOGY } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, TRANSPORTATION_AND_TECHNOLOGY)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.transportation_and_technology;',
},
_original_width: 60,
_original_height: 60,
}
Transportation and Technology 2
- Preview
- Usage
- Definition
import { TransportationAndTechnology2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<TransportationAndTechnology2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TRANSPORTATION_AND_TECHNOLOGY_2 } from '@dinghy/diagrams/entitiesSalesforceIndustry'
<Shape
{...props}
_style={extendStyle(props, TRANSPORTATION_AND_TECHNOLOGY_2)}
/>
{
_style: {
entity: 'verticalLabelPosition=bottom;aspect=fixed;html=1;shape=mxgraph.salesforce.transportation_and_technology2;',
},
_original_width: 60,
_original_height: 60,
}