UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 868 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LocationMIcon = 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: "M20.062 1.939a1.527 1.527 0 0 1 2 2l-7.14 16.878a1.53 1.53 0 0 1-1.358.932 1.53 1.53 0 0 1-1.438-.894l-2.988-5.978a.03.03 0 0 0-.012-.012h-.003L3.096 11.85a1.528 1.528 0 0 1 .088-2.773zm.582 1.382L3.77 10.46a.027.027 0 0 0-.002.049l6.025 3.012.001.001c.297.147.537.387.686.683l3.014 6.028.005.01.004.003q.007.004.014.004a.03.03 0 0 0 .024-.016l7.14-16.878a.027.027 0 0 0-.02-.037.03.03 0 0 0-.015.002", clipRule: "evenodd" }))); }); LocationMIcon.displayName = 'LocationMIcon';