Answer the question
In order to leave comments, you need to log in
How to add icon for content (:before) styled-components?
Hello, please tell me how to add an icon for content before in styled-components?
Source:
import { IoIosArrowBack} from 'react-icons/io'
&::before {
content: url(IoIosArrowBack);
display: block;
width: 20px;
height: 20px;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question