google-material-icons
Version:
A google material icon library package for React applications
30 lines (26 loc) • 1 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 EditLocationAlt = createIcon("EditLocationAlt", [
[
"path",
{
d: "M13.449 13.5H8.49902V8.55L14.109 2.94C13.279 2.66 12.399 2.5 11.499 2.5C7.29902 2.5 3.49902 5.72 3.49902 10.7C3.49902 14.02 6.16902 17.95 11.499 22.5C16.829 17.95 19.499 14.02 19.499 10.7C19.499 9.69 19.339 8.76 19.049 7.9L13.449 13.5Z",
key: "oo3o3l"
}
],
["path", { d: "M10.499 11.5H12.619L18.779 5.34L16.659 3.22L10.499 9.38V11.5Z", key: "mhecyq" }],
[
"path",
{
d: "M20.209 2.5L19.499 1.79C19.299 1.6 19.049 1.5 18.789 1.5C18.659 1.5 18.309 1.57 18.079 1.79L17.359 2.51L19.479 4.63L20.199 3.91C20.599 3.52 20.599 2.89 20.209 2.5Z",
key: "1eroay"
}
]
]);
export { EditLocationAlt as default };
//# sourceMappingURL=edit_location_alt.js.map