# ReutersGraphicsLogo

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

**Category:** Components/Logos/ReutersGraphicsLogo

**Import:** `import { ReutersGraphicsLogo } 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
<ReutersGraphicsLogo />
```

## Documentation

# ReutersGraphicsLogo

The `ReutersGraphicsLogo` component contains the Reuters Graphics team logo.

> Generally, used only for internal tools. For public pages, use the [ReutersLogo](./?path=/docs/components-logos-reuterslogo--docs) component.

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

<ReutersGraphicsLogo />
```
