UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.24 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapPinMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.714 3.75c-3.787 0-6.964 3.177-6.964 6.964 0 1.106.418 2.315 1.109 3.543.687 1.221 1.613 2.408 2.556 3.456a33 33 0 0 0 3.3 3.177 33.341 33.341 0 0 0 3.3-3.177c.942-1.048 1.868-2.235 2.555-3.456.69-1.228 1.109-2.437 1.109-3.543 0-3.787-3.177-6.964-6.965-6.964m0 18.107-.46.592-.008-.006-.018-.014a14 14 0 0 1-.323-.261A34.82 34.82 0 0 1 7.3 18.716c-.985-1.095-1.988-2.373-2.747-3.723-.756-1.344-1.302-2.813-1.302-4.279 0-4.616 3.848-8.464 8.464-8.464s8.465 3.848 8.465 8.464c0 1.466-.546 2.935-1.302 4.279-.76 1.35-1.762 2.628-2.748 3.723a35 35 0 0 1-3.86 3.658l-.068.055-.019.014-.006.005s-.001.001-.462-.59m0 0 .46.592a.75.75 0 0 1-.92 0zM9.366 8.366a3.321 3.321 0 1 1 4.697 4.697 3.321 3.321 0 0 1-4.697-4.697m2.348.527a1.822 1.822 0 1 0 0 3.643 1.822 1.822 0 0 0 0-3.643", clipRule: "evenodd" }))); }); MapPinMIcon.displayName = 'MapPinMIcon';