google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.24 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 EditLocation = createIcon("EditLocation", [
[
"path",
{
d: "M17.669 5.40091L16.599 4.33091L11.049 9.88091V10.9609H12.129L17.669 5.40091ZM16.789 1.94091C16.9276 1.80062 17.0927 1.68923 17.2746 1.61321C17.4566 1.53719 17.6518 1.49805 17.849 1.49805C18.0462 1.49805 18.2415 1.53719 18.4234 1.61321C18.6054 1.68923 18.7704 1.80062 18.909 1.94091L20.059 3.09091C20.649 3.68091 20.649 4.63091 20.059 5.21091L12.779 12.4909H9.49902V9.23091L16.789 1.94091ZM13.219 2.68091L11.399 4.50091C8.09902 4.55091 5.49902 7.10091 5.49902 10.7009C5.49902 13.0409 7.44902 16.1409 11.499 19.8409C15.549 16.1409 17.499 13.0509 17.499 10.7009V10.6009L19.299 8.80091C19.429 9.40091 19.499 10.0409 19.499 10.7009C19.499 14.0209 16.829 17.9509 11.499 22.5009C6.16902 17.9509 3.49902 14.0209 3.49902 10.7009C3.49902 5.72091 7.29902 2.50091 11.499 2.50091C12.079 2.50091 12.659 2.56091 13.219 2.68091Z",
key: "1v9rd3"
}
]
]);
export { EditLocation as default };
//# sourceMappingURL=edit_location.js.map