google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 822 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 NearMeDisabled = createIcon("NearMeDisabled", [
[
"path",
{
d: "M11.2955 7.04547L20.2955 3.70547L16.9555 12.7055L15.3955 11.1455L16.8955 7.09547L12.8455 8.59547L11.2955 7.04547ZM20.4855 21.8955L15.4155 16.8255L13.6055 21.7055H12.1955L9.36547 14.6355L2.29547 11.8055V10.3955L7.17547 8.58547L2.10547 3.51547L3.51547 2.10547L21.8955 20.4855L20.4855 21.8955ZM13.8655 15.2755L8.72547 10.1355L6.01547 11.1455L10.9055 13.0955L12.8555 17.9855L13.8655 15.2755Z",
key: "1iwp9g"
}
]
]);
export { NearMeDisabled as default };
//# sourceMappingURL=near_me_disabled.js.map