pull/7064/merge
tugcekucukoglu 2025-01-14 15:20:37 +03:00
parent c9cb026ede
commit 0e68cdf764
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg" v-bind="pti()">
<path d="M16.5 1.25H1.5L7 8.75V16.75H11V8.75L16.5 1.25Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" fill="currentColor" /> <path d="M16.5 1.25H1.5L7 8.75V16.75H11V8.75L16.5 1.25Z" fill="currentColor" />
</svg> </svg>
</template> </template>
@ -8,7 +8,7 @@
import BaseIcon from '@primevue/icons/baseicon'; import BaseIcon from '@primevue/icons/baseicon';
export default { export default {
name: 'FilterIcon', name: 'FilterFillIcon',
extends: BaseIcon extends: BaseIcon
}; };
</script> </script>