9 lines
155 B
JavaScript
Raw Normal View History

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