@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.61 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MapPinFilledSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.67673 15.159L7.6805 15.162L7.6821 15.1632C7.95294 15.3739 8.3332 15.3735 8.60403 15.1629L8.60522 15.162L8.60898 15.159L8.622 15.1488L8.66914 15.1113C8.70962 15.0789 8.76784 15.0319 8.84126 14.9713C8.98805 14.8501 9.19598 14.6745 9.4447 14.4534C9.94111 14.0122 10.6052 13.3852 11.2718 12.6446C11.9361 11.9064 12.6173 11.0395 13.1358 10.1177C13.6504 9.20281 14.0357 8.1795 14.0357 7.14286C14.0357 3.9275 11.3582 1.25 8.14286 1.25C4.9275 1.25 2.25 3.9275 2.25 7.14286C2.25 8.1795 2.63527 9.20281 3.14989 10.1177C3.66841 11.0395 4.34959 11.9064 5.01396 12.6446C5.6805 13.3852 6.34461 14.0122 6.84101 14.4534C7.08974 14.6745 7.29766 14.8501 7.44445 14.9713C7.51788 15.0319 7.5761 15.0789 7.61658 15.1113L7.66371 15.1488L7.67673 15.159ZM6.40034 5.40034C6.86249 4.9382 7.48929 4.67857 8.14286 4.67857C8.79643 4.67857 9.42323 4.9382 9.88537 5.40034C10.3475 5.86249 10.6071 6.48929 10.6071 7.14286C10.6071 7.79643 10.3475 8.42323 9.88537 8.88537C9.42323 9.34751 8.79643 9.60714 8.14286 9.60714C7.48929 9.60714 6.86249 9.34751 6.40034 8.88537C5.9382 8.42323 5.67857 7.79643 5.67857 7.14286C5.67857 6.48929 5.9382 5.86249 6.40034 5.40034Z", fill: "currentColor" }))); });
MapPinFilledSIcon.displayName = 'MapPinFilledSIcon';