UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 938 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapPinFilledMIcon = 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 21.857-.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.697", clipRule: "evenodd" }))); }); MapPinFilledMIcon.displayName = 'MapPinFilledMIcon';