import styled from '@emotion/styled' import {Zap} from '@emotion-icons/octicons' const RedZap = styled(Zap)` color: red; ` const App = () => <RedZap />.
確定! 回上一頁