the js file like
import React from "react";
export default () => (
<svg
className="xxx"
data-testid="ggg"
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="xxxx" />
</svg>
);
how to import this and used in other components?