google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 523 B
JavaScript
/**
* @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 NearMe = createIcon("NearMe", [
[
"path",
{
d: "M17.27 6.73L13.03 16.86L11.39 12.61L10.57 12.29L7.14 10.96L17.27 6.73ZM21 3L3 10.53V11.51L9.84 14.16L12.48 21H13.46L21 3Z",
key: "pl7m24"
}
]
]);
export { NearMe as default };
//# sourceMappingURL=near_me.js.map