UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 737 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 LocationOff = createIcon("LocationOff", [ [ "path", { d: "M13 6.5C14.38 6.5 15.5 7.62 15.5 9C15.5 9.74 15.17 10.39 14.67 10.85L18.3 14.48C19.28 12.62 20 10.68 20 9C20 5.13 16.87 2 13 2C11.02 2 9.24 2.83 7.96 4.15L11.15 7.34C11.61 6.82 12.26 6.5 13 6.5ZM4.27 3L3 4.27L6.18 7.45C6.07 7.95 6 8.47 6 9C6 14.25 13 22 13 22C13 22 14.67 20.15 16.38 17.65L19.73 21L21 19.73L4.27 3Z", key: "1lhm2k" } ] ]); export { LocationOff as default }; //# sourceMappingURL=location_off.js.map