google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 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 LocationOff = createIcon("LocationOff", [
[
"path",
{
d: "M12.9297 4C15.6897 4 17.9297 6.24 17.9297 9C17.9297 10.06 17.5397 11.32 16.9297 12.62L18.4197 14.11C19.2997 12.36 19.9297 10.57 19.9297 9C19.9297 5.13 16.7997 2 12.9297 2C11.0897 2 9.42969 2.71 8.17969 3.86L9.60969 5.29C10.4897 4.5 11.6497 4 12.9297 4ZM12.9297 6.5C12.3397 6.5 11.7997 6.71 11.3697 7.06L14.8697 10.56C15.2197 10.13 15.4297 9.59 15.4297 9C15.4297 7.62 14.3097 6.5 12.9297 6.5ZM4.33969 2.86L2.92969 4.27L6.10969 7.45C5.99969 7.95 5.92969 8.47 5.92969 9C5.92969 14.25 12.9297 22 12.9297 22C12.9297 22 14.5997 20.15 16.3097 17.65L19.6597 21L21.0697 19.59L4.33969 2.86ZM12.9297 18.88C10.9197 16.3 8.12969 12.14 7.94969 9.29L14.8697 16.21C14.2197 17.19 13.5397 18.1 12.9297 18.88Z",
key: "1j707i"
}
]
]);
export { LocationOff as default };
//# sourceMappingURL=location_off.js.map