UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.01 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapMIcon = 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: "M8.49277 1.26923C8.6037 1.24362 8.719 1.24359 8.82994 1.26915L15.3383 2.76877L19.9466 1.70462C20.282 1.62717 20.6306 1.62637 20.9663 1.7023C21.302 1.77823 21.6163 1.92891 21.8858 2.14314C22.1552 2.35737 22.3728 2.62961 22.5225 2.93961C22.6721 3.2496 22.7499 3.58935 22.75 3.93358V19.2385C22.7498 19.7558 22.5744 20.258 22.2523 20.6628C21.9302 21.0676 21.4805 21.3513 20.9764 21.4677L15.5072 22.7308C15.3963 22.7564 15.281 22.7564 15.1701 22.7309L8.66172 21.2312L4.05336 22.2954C3.71798 22.3728 3.36943 22.3736 3.03369 22.2977C2.69795 22.2218 2.38366 22.0711 2.11423 21.8569C1.8448 21.6426 1.62716 21.3704 1.47753 21.0604C1.3279 20.7504 1.25012 20.4106 1.25 20.0664L1.25 4.76154C1.25019 4.24424 1.42563 3.742 1.74771 3.33721C2.0698 2.93243 2.51952 2.6487 3.02354 2.53231L8.49277 1.26923ZM9.41154 19.8647L14.5885 21.0575V4.1353L9.41154 2.94246V19.8647ZM7.91154 2.94295V19.865L3.71587 20.8338C3.60031 20.8605 3.48022 20.8608 3.36455 20.8346C3.24887 20.8085 3.14059 20.7566 3.04776 20.6828C2.95493 20.6089 2.87995 20.5152 2.82839 20.4083C2.77688 20.3016 2.75008 20.1847 2.75 20.0662V4.76181C2.75012 4.58368 2.81057 4.41056 2.92148 4.27117C3.03245 4.1317 3.1874 4.03395 3.36106 3.99385L7.91154 2.94295ZM16.0885 4.13501V21.0571L20.6389 20.0062C20.8126 19.9661 20.9675 19.8683 21.0785 19.7288C21.1894 19.5894 21.2499 19.4166 21.25 19.2385M16.0885 4.13501L20.2841 3.16615C20.3997 3.13947 20.5198 3.1392 20.6355 3.16536C20.7511 3.19152 20.8594 3.24343 20.9522 3.31724C21.0451 3.39105 21.1201 3.48485 21.1716 3.59165C21.2231 3.69838 21.2499 3.81535 21.25 3.93385V19.2385", fill: "currentColor" }))); }); MapMIcon.displayName = 'MapMIcon';