export default function SvgCirclePrimaryIcon() { return ( <svg height="20" width="20" className="fill-primary-lite stroke-[4] stroke-primary inline" > <circle cx={10} cy={10} r={5} /> </svg> ); }
info at phpclasses dot org