@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.6 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MapPinSIcon = 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: "M8.14286 2.75C5.75593 2.75 3.75 4.75593 3.75 7.14286C3.75 7.8205 4.00759 8.58291 4.45725 9.38231C4.90302 10.1748 5.50755 10.9507 6.1289 11.6411C6.74807 12.3291 7.36968 12.9164 7.83756 13.3323C7.94907 13.4314 8.05156 13.5206 8.14286 13.5987C8.23415 13.5206 8.33664 13.4314 8.44816 13.3323C8.91604 12.9164 9.53764 12.3291 10.1568 11.6411C10.7782 10.9507 11.3827 10.1748 11.8285 9.38231C12.2781 8.58291 12.5357 7.8205 12.5357 7.14286C12.5357 4.75593 10.5298 2.75 8.14286 2.75ZM8.14286 14.5714C7.6824 15.1634 7.68226 15.1633 7.6821 15.1632L7.6805 15.162L7.67673 15.159L7.66371 15.1488L7.61658 15.1113C7.5761 15.0789 7.51788 15.0319 7.44445 14.9713C7.29766 14.8501 7.08974 14.6745 6.84101 14.4534C6.34461 14.0122 5.6805 13.3852 5.01396 12.6446C4.34959 11.9064 3.66841 11.0395 3.14989 10.1177C2.63527 9.20281 2.25 8.1795 2.25 7.14286C2.25 3.9275 4.9275 1.25 8.14286 1.25C11.3582 1.25 14.0357 3.9275 14.0357 7.14286C14.0357 8.1795 13.6504 9.20281 13.1358 10.1177C12.6173 11.0395 11.9361 11.9064 11.2718 12.6446C10.6052 13.3852 9.94111 14.0122 9.4447 14.4534C9.19598 14.6745 8.98805 14.8501 8.84126 14.9713C8.76784 15.0319 8.70962 15.0789 8.66914 15.1113L8.622 15.1488L8.60898 15.159L8.60522 15.162L8.60403 15.1629C8.60387 15.163 8.60331 15.1634 8.14286 14.5714ZM8.14286 14.5714L8.60403 15.1629C8.3332 15.3735 7.95294 15.3739 7.6821 15.1632L8.14286 14.5714ZM6.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.40034ZM8.14286 6.17857C7.88711 6.17857 7.64184 6.28017 7.461 6.461C7.28017 6.64184 7.17857 6.88711 7.17857 7.14286C7.17857 7.3986 7.28017 7.64387 7.461 7.82471C7.64184 8.00555 7.88711 8.10714 8.14286 8.10714C8.3986 8.10714 8.64387 8.00555 8.82471 7.82471C9.00555 7.64387 9.10714 7.3986 9.10714 7.14286C9.10714 6.88711 9.00555 6.64184 8.82471 6.461C8.64387 6.28017 8.3986 6.17857 8.14286 6.17857Z", fill: "currentColor" }))); });
MapPinSIcon.displayName = 'MapPinSIcon';