UNPKG

@sanity/icons

Version:
29 lines (28 loc) 722 B
import { jsx, jsxs } from "react/jsx-runtime"; /** * @public */ function PinIcon(props) { return /* @__PURE__ */ jsxs("svg", { "data-sanity-icon": "pin", width: "1em", height: "1em", viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [/* @__PURE__ */ jsx("path", { d: "M12 15L12.5 20L13 15", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" }), /* @__PURE__ */ jsx("path", { d: "M17 15H8V13.5C8 12 10.5 11 10.5 11V9L8.5 7V6H16.5V7L14.5 9V11C14.5 11 17 12 17 13.5V15Z", stroke: "currentColor", strokeWidth: 1.2, strokeLinejoin: "round" })] }); } export { PinIcon, PinIcon as default }; //# sourceMappingURL=Pin.js.map