style for next arrow icon was created

This commit is contained in:
Vladimir Khvan 2023-01-30 20:52:14 +05:00
parent 9122e6df7c
commit 1d0bbab0f5

View File

@ -0,0 +1,8 @@
import styled from "styled-components";
import { ArrowIcon } from "./ArrowIcon";
export const NextIcon = styled(ArrowIcon)`
transform: rotate(-45deg);
top: 11.5px;
left: 12.5px;
`;