Embed SVG is a simple web component that allows you to inline SVGs into your HTML.
All the benefits of inlining your SVGs without having to bundle them.
You can install Embed SVG using npm:
npm install embed-svg
Then import the package
import 'embed-svg';