sate-lib
Version:
A lightweight and modular React component library designed for modern web interfaces. **SATE Lib** powers the [sate.menu](https://sate.menu) platform with reusable, scalable, and themeable UI components.
1 lines • 537 B
JavaScript
import{jsx as r,jsxs as e}from"react/jsx-runtime";import o from"./map-marker.styles.module.js";function t({src:t,alt:i,className:n}){return e("div",{className:[o.root,n].filter(Boolean).join(" "),role:"img",children:[r("img",{alt:i,draggable:!1,src:t}),r("svg",{fill:"none",viewBox:"0 0 36 46",xmlns:"http://www.w3.org/2000/svg",children:r("path",{d:"M34 18c0 14.4-16 25.6-16 25.6S2 32.4 2 18a16 16 0 1 1 32 0Z",fill:"#202020",stroke:"#202020",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"3.2"})})]})}export{t as MapMarker};