import styled from "styled-components" const IconDiv = styled.div` padding-right: 5px; padding-left: 5px; ` export default IconDiv