UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 924 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var MapMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.493 1.27a.75.75 0 0 1 .337 0l6.508 1.499 4.609-1.064a2.288 2.288 0 0 1 2.803 2.229v15.305a2.29 2.29 0 0 1-1.774 2.229l-5.469 1.263a.75.75 0 0 1-.337 0l-6.508-1.5-4.609 1.064a2.29 2.29 0 0 1-2.803-2.229V4.762a2.29 2.29 0 0 1 1.774-2.23zm.919 18.595 5.176 1.193V4.135L9.413 2.942zm-1.5-16.922v16.922l-4.196.969a.788.788 0 0 1-.966-.768V4.762a.79.79 0 0 1 .611-.768zm8.177 1.192v16.922l4.55-1.05a.79.79 0 0 0 .611-.769M16.089 4.135l4.195-.969a.79.79 0 0 1 .966.768v15.305", clipRule: "evenodd" }))); }); MapMIcon.displayName = 'MapMIcon';