@untitledui/icons
Version:
Official React library for Untitled UI Icons
2 lines (1 loc) • 454 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:"M12 12.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"}),r.createElement("path",{d:"M12 22c2-4 8-6.582 8-12a8 8 0 1 0-16 0c0 5.418 6 8 8 12Z"}));i.displayName="MarkerPin02";export{i as MarkerPin02};