如何将从 react-icons 导入的 svg 图标传递给clipPath
使用 css-in-js 样式的 jsx 元素中的 css 属性?(在这个例子中使用情感)。
import { FaStar } from 'react-icons/fa'; // the svg icon
...
<input
type='radio'
css={{
clipPath: **here** // I want to pass <FaStar/> here somehow.
}}
\>