A class built for importing SVGs into Scratch. Imports an SVG string to a DOM element or an HTML canvas. Handles some of the quirks with Scratch 2.0 SVGs, which sometimes misreport their width, height ...
<div className="flex items-center gap-2 bg-black rounded-full p-2 transition-all duration-300 hover:scale-105 hover:bg-[#2A2A2A] hover:shadow-lg hover:shadow-black/25 ...