UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.37 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MapPinSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.MapPinSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.143 2.75c-2.387 0-4.393 2.006-4.393 4.393 0 .678.258 1.44.707 2.24.446.792 1.05 1.568 1.672 2.258A22 22 0 0 0 8.143 13.6q.138-.118.305-.267a22 22 0 0 0 1.709-1.69c.621-.691 1.226-1.467 1.672-2.26.45-.8.707-1.561.707-2.24 0-2.386-2.006-4.392-4.393-4.392m0 11.821-.46.592-.002-.001-.004-.003-.013-.01-.047-.038-.173-.14a23.47 23.47 0 0 1-2.43-2.327c-.664-.738-1.346-1.604-1.864-2.526-.515-.915-.9-1.938-.9-2.975 0-3.215 2.678-5.893 5.893-5.893s5.893 2.678 5.893 5.893c0 1.037-.386 2.06-.9 2.975-.519.922-1.2 1.788-1.864 2.527a23.5 23.5 0 0 1-2.603 2.466l-.047.038-.013.01-.004.003h-.001zm0 0 .461.592a.75.75 0 0 1-.922 0zM6.4 5.401a2.464 2.464 0 1 1 3.485 3.484A2.464 2.464 0 0 1 6.4 5.4m1.743.778a.964.964 0 1 0 0 1.928.964.964 0 0 0 0-1.928", clipRule: "evenodd" }))); }); exports.MapPinSIcon.displayName = 'MapPinSIcon';