mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #3829 - Add new Icon components
This commit is contained in:
parent
2817a3268e
commit
01c151b799
139 changed files with 2050 additions and 0 deletions
16
components/lib/icon/chevronup/index.vue
Normal file
16
components/lib/icon/chevronup/index.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<template>
|
||||
<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
|
||||
<path
|
||||
d="M12.2097 10.4113C12.1057 10.4118 12.0027 10.3915 11.9067 10.3516C11.8107 10.3118 11.7237 10.2532 11.6506 10.1792L6.93602 5.46461L2.22139 10.1476C2.07272 10.244 1.89599 10.2877 1.71953 10.2717C1.54307 10.2556 1.3771 10.1808 1.24822 10.0593C1.11933 9.93766 1.035 9.77633 1.00874 9.6011C0.982477 9.42587 1.0158 9.2469 1.10338 9.09287L6.37701 3.81923C6.52533 3.6711 6.72639 3.58789 6.93602 3.58789C7.14565 3.58789 7.3467 3.6711 7.49502 3.81923L12.7687 9.09287C12.9168 9.24119 13 9.44225 13 9.65187C13 9.8615 12.9168 10.0626 12.7687 10.2109C12.616 10.3487 12.4151 10.4207 12.2097 10.4113Z"
|
||||
fill="currentColor"
|
||||
/>
|
||||
</svg>
|
||||
</template>
|
||||
<script>
|
||||
import BaseIcon from 'primevue/baseicon';
|
||||
|
||||
export default {
|
||||
name: 'ChevronUpIcon',
|
||||
extends: BaseIcon
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue