Skip to content

Commit

Permalink
Refactor #7091
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 14, 2025
1 parent c9cb026 commit 0e68cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/icons/src/filterfill/FilterFillIcon.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<template>
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<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" />
<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" fill="currentColor" />
</svg>
</template>

<script>
import BaseIcon from '@primevue/icons/baseicon';
export default {
name: 'FilterIcon',
name: 'FilterFillIcon',
extends: BaseIcon
};
</script>

0 comments on commit 0e68cdf

Please sign in to comment.