UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.8 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapPinFilledMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.7143 21.8571C11.2538 22.4492 11.2535 22.4489 11.2535 22.4489L11.2463 22.4433L11.2278 22.4287C11.2118 22.4161 11.1888 22.3979 11.1591 22.3742C11.0998 22.3267 11.014 22.2573 10.9054 22.1677C10.6883 21.9885 10.3799 21.7281 10.0107 21.3998C9.27318 20.7443 8.28764 19.8138 7.29967 18.716C6.31388 17.6207 5.31127 16.3431 4.55168 14.9927C3.79598 13.6492 3.25 12.1795 3.25 10.7143C3.25 6.09836 7.09836 2.25 11.7143 2.25C16.3302 2.25 20.1786 6.09836 20.1786 10.7143C20.1786 12.1795 19.6326 13.6492 18.8769 14.9927C18.1173 16.3431 17.1147 17.6207 16.1289 18.716C15.1409 19.8138 14.1554 20.7443 13.4179 21.3998C13.0487 21.7281 12.7403 21.9885 12.5232 22.1677C12.4146 22.2573 12.3288 22.3267 12.2694 22.3742C12.2398 22.3979 12.2167 22.4161 12.2008 22.4287L12.1823 22.4433L12.1756 22.4485C12.1756 22.4485 12.1747 22.4492 11.7143 21.8571ZM11.7143 21.8571L12.1747 22.4492C11.9039 22.6598 11.5243 22.6595 11.2535 22.4489L11.7143 21.8571ZM9.36568 8.36568C9.98857 7.74279 10.8334 7.39286 11.7143 7.39286C12.5952 7.39286 13.44 7.74279 14.0629 8.36568C14.6858 8.98857 15.0357 9.83339 15.0357 10.7143C15.0357 11.5952 14.6858 12.44 14.0629 13.0629C13.44 13.6858 12.5952 14.0357 11.7143 14.0357C10.8334 14.0357 9.98857 13.6858 9.36568 13.0629C8.74279 12.44 8.39286 11.5952 8.39286 10.7143C8.39286 9.83339 8.74279 8.98857 9.36568 8.36568Z", fill: "currentColor" }))); }); MapPinFilledMIcon.displayName = 'MapPinFilledMIcon';