# Path

```JS
    <Painter style={styles.Painter} 
    >
        <Path />      
    </Painter>
```

## Props

| Name | description | type | default |
| --- | --- | --- | --- |
| d | The shape, defined by a series of commands  | String | undefined |


