Skip to content

Commit 0967b29

Browse files
committed
feat: add ChevronRight icon
Signed-off-by: ITACHI161105 <[email protected]>
1 parent 5dfca14 commit 0967b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/icons/ChevronRight/ChevronRight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const ChevronRight = ({
1717
{...props}
1818
>
1919
<path
20-
d="M8 4a.997.997 0 01.707.293l5 5a.999.999 0 010 1.414l-5 5A.999.999 0 116.293 14.293L10.586 10 6.293 5.707A.999.999 0 018 4z"
20+
d="M8 16.997a1 1 0 01-.707-1.707l5-5a.999.999 0 000-1.414l-5-5a.999.999 0 111.414-1.414l5 5a3 3 0 010 4.243l-5 5A.997.997 0 018 16.997z"
2121
fill={fill || ONYX_BLACK}
2222
/>
2323
</svg>

0 commit comments

Comments
 (0)