Answers for "style react icons"

1

style react icons

function BlueLargeIcon() {
  return (
    <IconContext.Provider
      value={{ color: 'blue', size: '50px' }}
    >
      <div>
        <FaBeer />
      </div>
    </IconContext.Provider>
  );
}
Posted by: Guest on April-16-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language