DeclineIcon β
A Vue component.
File: src/components/icons/DeclineIcon.vue
Overview β
Props β
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
size | union | 16 | β | No description |
className | string | '' | β | No description |
Props Details β
size β
No description available.
- Type:
union - Required: No
- Default:
16
className β
No description available.
- Type:
string - Required: No
- Default:
''
Events β
This component emits no events.
Slots β
This component has no slots.
Methods β
This component exposes no public methods.
Usage Example β
vue
<template>
<DeclineIcon
/>
</template>
<script setup lang="ts">
// No event handlers needed
</script>File Location β
src/components/icons/DeclineIcon.vue
This documentation was automatically generated from the component source code.
