Signs Nature Entities
Earth
- Preview
- Usage
- Definition
import { Earth } from '@dinghy/diagrams/entitiesSignsNature'
<Earth/>
// or
import { extendStyle } from "@dinghy/base-components";
import { EARTH } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, EARTH)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.earth;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 98,
}
Jupiter
- Preview
- Usage
- Definition
import { Jupiter } from '@dinghy/diagrams/entitiesSignsNature'
<Jupiter/>
// or
import { extendStyle } from "@dinghy/base-components";
import { JUPITER } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, JUPITER)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.jupiter;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 83,
_original_height: 99,
}
Maple Leaf
- Preview
- Usage
- Definition
import { MapleLeaf } from '@dinghy/diagrams/entitiesSignsNature'
<MapleLeaf/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MAPLE_LEAF } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, MAPLE_LEAF)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.maple_leaf;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 88,
_original_height: 98,
}
Mars
- Preview
- Usage
- Definition
import { Mars } from '@dinghy/diagrams/entitiesSignsNature'
<Mars/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MARS } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, MARS)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.mars;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 98,
}
Mercury
- Preview
- Usage
- Definition
import { Mercury } from '@dinghy/diagrams/entitiesSignsNature'
<Mercury/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MERCURY } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, MERCURY)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.mercury;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 62,
_height: 99,
}
Moon
- Preview
- Usage
- Definition
import { Moon } from '@dinghy/diagrams/entitiesSignsNature'
<Moon/>
// or
import { extendStyle } from "@dinghy/base-components";
import { MOON } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, MOON)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.moon;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 76,
_height: 99,
}
Neptune
- Preview
- Usage
- Definition
import { Neptune } from '@dinghy/diagrams/entitiesSignsNature'
<Neptune/>
// or
import { extendStyle } from "@dinghy/base-components";
import { NEPTUNE } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, NEPTUNE)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.neptune;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 87,
_original_height: 98,
}
Pluto
- Preview
- Usage
- Definition
import { Pluto } from '@dinghy/diagrams/entitiesSignsNature'
<Pluto/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PLUTO } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, PLUTO)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.pluto;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 63,
_height: 98,
}
Saturn
- Preview
- Usage
- Definition
import { Saturn } from '@dinghy/diagrams/entitiesSignsNature'
<Saturn/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SATURN } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SATURN)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.saturn;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 60,
_height: 99,
}
Snowflake
- Preview
- Usage
- Definition
import { Snowflake } from '@dinghy/diagrams/entitiesSignsNature'
<Snowflake/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SNOWFLAKE } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SNOWFLAKE)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.snowflake;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 87,
_original_height: 98,
}
Sun 1
- Preview
- Usage
- Definition
import { Sun1 } from '@dinghy/diagrams/entitiesSignsNature'
<Sun1/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_1 } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SUN_1)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.sun_1;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 99,
_original_height: 99,
}
Sun 2
- Preview
- Usage
- Definition
import { Sun2 } from '@dinghy/diagrams/entitiesSignsNature'
<Sun2/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_2 } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SUN_2)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.sun_2;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 99,
_original_height: 99,
}
Sun 3
- Preview
- Usage
- Definition
import { Sun3 } from '@dinghy/diagrams/entitiesSignsNature'
<Sun3/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_3 } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SUN_3)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.sun_3;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 98,
}
Sun 4
- Preview
- Usage
- Definition
import { Sun4 } from '@dinghy/diagrams/entitiesSignsNature'
<Sun4/>
// or
import { extendStyle } from "@dinghy/base-components";
import { SUN_4 } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, SUN_4)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.sun_4;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 98,
_original_height: 98,
}
Tsunami
- Preview
- Usage
- Definition
import { Tsunami } from '@dinghy/diagrams/entitiesSignsNature'
<Tsunami/>
// or
import { extendStyle } from "@dinghy/base-components";
import { TSUNAMI } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, TSUNAMI)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.tsunami;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_original_width: 99,
_original_height: 88,
}
Uranus
- Preview
- Usage
- Definition
import { Uranus } from '@dinghy/diagrams/entitiesSignsNature'
<Uranus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { URANUS } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, URANUS)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.uranus;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 64,
_height: 99,
}
Venus
- Preview
- Usage
- Definition
import { Venus } from '@dinghy/diagrams/entitiesSignsNature'
<Venus/>
// or
import { extendStyle } from "@dinghy/base-components";
import { VENUS } from '@dinghy/diagrams/entitiesSignsNature'
<Shape
{...props}
_style={extendStyle(props, VENUS)}
/>
{
_style: {
entity: 'shape=mxgraph.signs.nature.venus;html=1;pointerEvents=1;fillColor=#000000;strokeColor=none;verticalLabelPosition=bottom;verticalAlign=top;align=center;sketch=0;',
},
_width: 65,
_height: 98,
}