@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 2.34 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var MapSIcon = 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("g", { clipPath: "url(#clip0_1990_1348)" },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.49431 0.269234C5.60524 0.243617 5.72054 0.243588 5.83148 0.26915L10.3367 1.30723L13.512 0.574C13.7798 0.512171 14.058 0.511539 14.326 0.572152C14.5941 0.632765 14.845 0.75306 15.0601 0.924081C15.2752 1.0951 15.4489 1.31245 15.5684 1.55992C15.6878 1.80739 15.7499 2.07862 15.75 2.35342V13.0669C15.7499 13.4799 15.6098 13.8809 15.3527 14.204C15.0955 14.5272 14.7365 14.7537 14.3341 14.8466L10.5057 15.7308C10.3948 15.7564 10.2795 15.7564 10.1685 15.7309L5.66326 14.6928L2.48798 15.426C2.22023 15.4878 1.94198 15.4885 1.67395 15.4278C1.40592 15.3672 1.15502 15.2469 0.939929 15.0759C0.724837 14.9049 0.551094 14.6876 0.43164 14.4401C0.312186 14.1926 0.250099 13.9214 0.25 13.6466L0.25 2.93308C0.250148 2.52011 0.390206 2.11911 0.647334 1.79596C0.904458 1.47281 1.26348 1.24631 1.66585 1.15339C1.66585 1.15339 1.66586 1.15339 1.66585 1.15339L5.49431 0.269234ZM6.41308 13.3262L9.58692 14.0575V2.67376L6.41308 1.94246V13.3262ZM4.91308 1.94295V13.3265L2.15048 13.9645C2.10257 13.9755 2.05277 13.9756 2.00481 13.9648C1.95685 13.9539 1.91195 13.9324 1.87346 13.9018C1.83497 13.8712 1.80388 13.8323 1.7825 13.788C1.76117 13.7438 1.75006 13.6954 1.75 13.6463V2.93335C1.75009 2.85954 1.77515 2.78767 1.8211 2.72991C1.86711 2.67208 1.93136 2.63155 2.00337 2.61492L4.91308 1.94295ZM11.0869 2.67347V14.0571L13.9966 13.3851C14.0686 13.3685 14.1329 13.3279 14.1789 13.2701C14.2249 13.2123 14.25 13.1406 14.25 13.0667V2.35396C14.25 2.30479 14.2389 2.25625 14.2175 2.21197C14.1961 2.16768 14.165 2.12879 14.1265 2.09818C14.088 2.06758 14.0432 2.04605 13.9952 2.03521C13.9472 2.02436 13.8974 2.02447 13.8495 2.03554L11.0869 2.67347Z", fill: "currentColor" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0_1990_1348" },
React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); });
MapSIcon.displayName = 'MapSIcon';