# AzionLogo

## Purpose

Component AzionLogo

## Props

### Optional

| Prop        | Type     | Default   | Values | Description    |
| ----------- | -------- | --------- | ------ | -------------- |
| `href`      | `String` | -         | -      | No description |
| `hrefTitle` | `String` | -         | -      | No description |
| `target`    | `String` | `'_self'` | -      | No description |

## Usage Example

```vue
<template>
  <AzionLogo> </AzionLogo>
</template>
```

## Related Links

- [Storybook Story](../src/stories/elements/azionlogo.stories.js)
- [TypeScript Definitions](./AzionLogo.d.ts)
- [Component Implementation](./AzionLogo.vue)
- [Export Module](./azionlogo.js)
- [Package Configuration](./package.json)
