@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 541 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var NearMeDisabled = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M12,6.34L21,3l-3.34,9L12,6.34z M22.61,19.78L4.22,1.39L2.81,2.81l5.07,5.07L3,9.69v1.41l7.07,2.83L12.9,21h1.41l1.81-4.88 l5.07,5.07L22.61,19.78z"
})),
name: 'NearMeDisabled'
});
export default NearMeDisabled;