# ReutersLogo

The primary Reuters logo (Kinesis mark plus wordmark) as inline SVG, with configurable colours and width.

**Category:** Components/Logos/ReutersLogo

**Import:** `import { ReutersLogo } from '@reuters-graphics/graphics-components'`

## Props

| Prop | Type | Default | Required | Description |
|------|------|---------|:--------:|-------------|
| `logoColour` | `string` | `'#D64000'` |  | "Kinesis" colour |
| `textColour` | `string` | `'#212223'` |  | Text colour |
| `width` | `string` | `'100%'` |  | CSS width value |

## Examples

### Demo

```svelte
<ReutersLogo />
```

## Documentation

# ReutersLogo

The `ReutersLogo` component contains the official Reuters logo.

```svelte
<script>
  import { ReutersLogo } from '@reuters-graphics/graphics-components';
</script>

<ReutersLogo />
```
