79804594

Date: 2025-10-30 09:40:51
Score: 1
Natty:
Report link

just like the other answer: use the npm package: material-symbols

inside globals.css file:

@import "tailwindcss";
@import "material-symbols"; /* <-- add this line */

somewhere in your project:

<span className="material-symbols-outlined" style={{ fontSize: 32 }}>thumb_up</span>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: felixreithmaier