@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 441 B
JavaScript
import*as r from"react";const i=({size:e=24,color:o="currentColor",...t})=>r.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,stroke:o,strokeWidth:"2",fill:"none",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",...t},r.createElement("path",{d:"M9 16A7 7 0 1 0 9 2a7 7 0 0 0 0 14Z"}),r.createElement("path",{d:"M15 22a7 7 0 1 0 0-14 7 7 0 0 0 0 14Z"}));i.displayName="IntersectCircle";export{i as IntersectCircle};