UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 412 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var NearMe = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M21 3L3 10.53v.98l6.84 2.65L12.48 21h.98L21 3z" })), name: 'NearMe' }); export default NearMe;