import styled from 'styled-components'; const LabelIconWrapper = styled.span` margin-left: 5px; cursor: pointer; `; export default LabelIconWrapper;