# IconTextSegment

## Purpose

Component IconTextSegment

## Props

### Required

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

### Optional

| Prop          | Type     | Default     | Values             | Description    |
| ------------- | -------- | ----------- | ------------------ | -------------- |
| `href`        | `String` | -           | -                  | No 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

### Internal

- ../icontext

## Usage Example

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

## Related Links

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