用于设置厚度的图标的附加图像
我曾尝试在css中使用stroke和stroke-width来设置圆圈的粗细,但都不起作用。图标是从antdesign导入的。有人能帮忙吗?非常感谢。谢谢
当前我的代码如下所示(React)
<PlusCircleOutlined
style={{
fontSize: "50px",
color: "#408021",
storke: "#408021",
strokeWidth: "2px",
}}
/>
enter code here
看来您有一个错误: