DocSpace-client/packages/components/calendar/styled-components/NextIcon.js

8 lines
187 B
JavaScript
Raw Normal View History

2023-01-30 15:52:14 +00:00
import styled from "styled-components";
import { ArrowIcon } from "./ArrowIcon";
export const NextIcon = styled(ArrowIcon)`
transform: rotate(-45deg);
top: 11.5px;
left: 12.5px;
`;