Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

REACT-ICONS reduce thickness

<PlusCircleOutlined  style={{
        fontSize: "50px",
         color: "#408021",
         strokeWidth: "30", // --> higher value === more thickness the filled area
         stroke: "white" 
  }}/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reduce #thickness
ADD COMMENT
Topic
Name
2+1 =