@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.19 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LocationMIcon = 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: "M20.0616 1.93856C20.3414 1.82057 20.65 1.78868 20.9479 1.84696C21.2459 1.90524 21.5197 2.05105 21.7344 2.26574C21.9491 2.48043 22.0949 2.75426 22.1532 3.05224C22.2115 3.35022 22.1796 3.6588 22.0616 3.93856L14.922 20.8168C14.9219 20.817 14.922 20.8166 14.922 20.8168C14.8084 21.0855 14.62 21.3167 14.3795 21.4819C14.1389 21.6471 13.8559 21.7399 13.5641 21.7492C13.2723 21.7586 12.9839 21.684 12.7332 21.5344C12.4824 21.3849 12.2799 21.1666 12.1494 20.9054C12.1411 20.8886 12.1334 20.8717 12.1264 20.8547L9.13778 14.8774C9.13518 14.8722 9.13096 14.868 9.12575 14.8654L9.12336 14.8642L3.09636 11.8507C3.09625 11.8507 3.09648 11.8508 3.09636 11.8507C2.83532 11.7203 2.61678 11.5176 2.46728 11.267C2.31771 11.0163 2.24317 10.7279 2.25249 10.4361C2.26181 10.1443 2.3546 9.8613 2.51986 9.62063C2.68499 9.38015 2.91556 9.19202 3.18426 9.07849L20.0616 1.93856ZM20.6445 3.32067C20.6444 3.32069 20.6445 3.32065 20.6445 3.32067L3.76869 10.46C3.76398 10.4619 3.75929 10.4655 3.7564 10.4697C3.75351 10.4739 3.75189 10.4789 3.75172 10.484C3.75156 10.4891 3.75286 10.4942 3.75548 10.4985C3.7581 10.5029 3.76192 10.5065 3.76649 10.5088L9.7918 13.5214C9.7922 13.5216 9.79261 13.5218 9.79302 13.522C10.0897 13.6694 10.3304 13.9092 10.4788 14.2054L13.4928 20.2333C13.4945 20.2367 13.4961 20.24 13.4977 20.2434C13.4989 20.2445 13.5002 20.2454 13.5016 20.2462C13.506 20.2489 13.5111 20.2502 13.5162 20.25C13.5213 20.2498 13.5262 20.2482 13.5304 20.2453C13.5347 20.2424 13.538 20.2384 13.5399 20.2337L20.6795 3.35568C20.6795 3.3557 20.6795 3.35565 20.6795 3.35568C20.6815 3.3508 20.6821 3.34535 20.6811 3.34016C20.6801 3.33495 20.6775 3.33016 20.6738 3.3264C20.67 3.32264 20.6652 3.32009 20.66 3.31907C20.6548 3.31806 20.6494 3.31866 20.6445 3.32067Z", fill: "currentColor" }))); });
LocationMIcon.displayName = 'LocationMIcon';