UNPKG

@activecollab/components

Version:

ActiveCollab Components

16 lines 607 B
import styled, { css } from "styled-components"; export const StyledExpand = styled.svg.withConfig({ displayName: "Styles__StyledExpand", componentId: "sc-zjpl2-0" })(["", ""], { "height": "1.5rem", "width": "1.5rem", "fill": "currentColor" }); StyledExpand.displayName = "StyledExpand"; export const StyledExpandSingle = styled(StyledExpand).withConfig({ displayName: "Styles__StyledExpandSingle", componentId: "sc-zjpl2-1" })(["", ""], props => !props.$expanded && css(["transform:rotate(180deg);"])); StyledExpandSingle.displayName = "StyledExpandSingle"; //# sourceMappingURL=Styles.js.map