UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.19 kB
/** * @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 EditLocationAlt = createIcon("EditLocationAlt", [ [ "path", { d: "M10.499 11.5005H12.619L18.779 5.34055L16.659 3.22055L10.499 9.38055V11.5005ZM20.209 2.50055L19.499 1.79055C19.109 1.40055 18.479 1.40055 18.089 1.79055L17.369 2.51055L19.489 4.63055L20.209 3.91055C20.599 3.52055 20.599 2.89055 20.209 2.50055ZM17.399 9.55055C17.459 9.91055 17.499 10.2905 17.499 10.7005C17.499 12.4105 16.419 15.3405 11.499 19.8405C6.57902 15.3505 5.49902 12.4105 5.49902 10.7005C5.49902 6.67055 8.58902 4.50055 11.499 4.50055C11.819 4.50055 12.149 4.53055 12.469 4.58055L14.119 2.93055C13.279 2.66055 12.399 2.50055 11.499 2.50055C7.29902 2.50055 3.49902 5.72055 3.49902 10.7005C3.49902 14.0205 6.16902 17.9505 11.499 22.5005C16.829 17.9505 19.499 14.0205 19.499 10.7005C19.499 9.69055 19.339 8.76055 19.049 7.90055L17.399 9.55055Z", key: "1mocaa" } ] ]); export { EditLocationAlt as default }; //# sourceMappingURL=edit_location_alt.js.map