Rosopak Library

Navigation
  • Home
  • Library
  • Books
Component Library
    • Loading components...
    • Add New Component
    • Loading components...
    • Add New Component
Tools
  • Settings
© 2025 Rosopak Library

New circle

Open in Preview Mode
new circle.jsx
1
2
3
4
5
6
7
8
9
10
export default function Circle() {
  return (
    <span className="highlight-word">
      reviewing
      <svg className="highlight-svg" viewBox="0 0 93 33" fill="none" width="93" height="33" xmlns="http://www.w3.org/2000/svg">
        <path className="highlight-path" d="M73.431 6.42031C79.0866 6.73352 87.1555 8.59534 90.4167 12.777C92.1695 15.0244 91.9901 18.5403 90.9911 20.8691C88.6914 26.2299 78.3201 28.8749 71.4584 30.1536C63.3571 31.6633 54.9087 31.8449 46.4816 31.7088C37.6698 31.5665 26.6663 31.0099 18.0028 29.5007C10.8696 28.2581 -3.49751 24.8912 3.00231 16.0004C9.50214 7.10958 31.5 8.14495e-08 79.4997 2.0003" stroke="#7968FA" strokeWidth="1.5" strokeLinecap="round"></path>
      </svg>
    </span>
  );
}