UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 677 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const NearMeDisabled = createIcon("NearMeDisabled", [ [ "path", { d: "M11.2896 7.04961L20.2896 3.70961L16.9496 12.7096L11.2896 7.04961ZM21.8996 20.4896L3.50961 2.09961L2.09961 3.51961L7.16961 8.58961L2.28961 10.3996V11.8096L9.35961 14.6396L12.1896 21.7096H13.5996L15.4096 16.8296L20.4796 21.8996L21.8996 20.4896Z", key: "jwz8c7" } ] ]); export { NearMeDisabled as default }; //# sourceMappingURL=near_me_disabled.js.map