# IconText

## Purpose

Component IconText

## Props

### Required

| Prop    | Type     | Description    |
| ------- | -------- | -------------- |
| `title` | `String` | No description |

### Optional

| Prop          | Type     | Default     | Values             | Description    |
| ------------- | -------- | ----------- | ------------------ | -------------- |
| `description` | `String` | -           | -                  | No description |
| `icon`        | `String` | -           | -                  | No description |
| `tag`         | `String` | -           | -                  | No description |
| `tagSeverity` | `String` | `'info'`    | -                  | No description |
| `severity`    | `String` | `'default'` | `default\|primary` | No description |

## Dependencies

### External

- primevue/tag

### Internal

- ../tile

## Usage Example

```vue
<template>
  <IconText
    :title=""exemplo""
  >
  </IconText>
</template>
```

## Related Links

- [TypeScript Definitions](./IconText.d.ts)
- [Component Implementation](./IconText.vue)
- [Export Module](./icontext.js)
- [Package Configuration](./package.json)
