Skip to content

DeclineIcon ​

A Vue component.

File: src/components/icons/DeclineIcon.vue

Overview ​

Props ​

NameTypeDefaultRequiredDescription
sizeunion16❌No description
classNamestring''❌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.

Released under the AGPL-3.0 License.