google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.12 kB
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 NearbyOff = createIcon("NearbyOff", [
[
"path",
{
d: "M21.7134 13.1171L19.1334 15.6971L17.3234 13.8871L19.5034 11.6971L12.3034 4.49715L10.1134 6.68715L8.30336 4.86715L10.8834 2.28715C11.6634 1.50715 12.9334 1.50715 13.7134 2.28715L21.7134 10.2871C22.5034 11.0671 22.5034 12.3271 21.7134 13.1171ZM21.4934 20.8871L20.0834 22.2971L16.3034 18.5271L13.7234 21.1071C12.9434 21.8871 11.6734 21.8871 10.8934 21.1071L2.89336 13.1071C2.11336 12.3271 2.11336 11.0571 2.89336 10.2771L5.47336 7.69715L1.69336 3.91715L3.10336 2.50715L21.4934 20.8871ZM14.4934 16.7171L13.1034 15.3271L12.3034 16.1271L7.88336 11.6971L8.68336 10.8971L7.28336 9.50715L5.10336 11.6971L12.3034 18.8972L14.4934 16.7171ZM16.7234 11.6971L12.3034 7.27715L11.5034 8.07715L15.9234 12.4971L16.7234 11.6971Z",
key: "a1epvt"
}
]
]);
export { NearbyOff as default };
//# sourceMappingURL=nearby_off.js.map