Skip to content

Commit

Permalink
fix: giv back size
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Nov 29, 2023
1 parent f130538 commit 7225edc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.11.18",
"version": "1.11.19",
"files": [
"/lib"
],
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/giv-economy/Back/Back16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const IconGIVBack16: FC<IIconProps> = ({
width={size}
height={size}
fill='none'
viewBox='0 0 24 24'
xmlns='http://www.w3.org/2000/svg'
>
<path
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/giv-economy/Back/Back24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const IconGIVBack24: FC<IIconProps> = ({
width={size}
height={size}
fill='none'
viewBox='0 0 24 24'
xmlns='http://www.w3.org/2000/svg'
>
<path
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/giv-economy/Back/Back32.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const IconGIVBack32: FC<IIconProps> = ({
width={size}
height={size}
fill='none'
viewBox='0 0 24 24'
xmlns='http://www.w3.org/2000/svg'
>
<path
Expand Down
1 change: 1 addition & 0 deletions src/components/icons/giv-economy/Back/Back64.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const IconGIVBack64: FC<IIconProps> = ({
width={size}
height={size}
fill='none'
viewBox='0 0 24 24'
xmlns='http://www.w3.org/2000/svg'
>
<path
Expand Down

0 comments on commit 7225edc

Please sign in to comment.