UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 680 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 EditLocation = createIcon("EditLocation", [ [ "path", { d: "M12 2C8.14 2 5 5.14 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.14 15.86 2 12 2ZM10.44 12H9V10.56L12.35 7.22L13.78 8.65L10.44 12ZM14.89 7.55L14.19 8.25L12.75 6.81L13.45 6.11C13.6 5.96 13.84 5.96 13.99 6.11L14.89 7.01C15.04 7.16 15.04 7.4 14.89 7.55Z", key: "3sxovj" } ] ]); export { EditLocation as default }; //# sourceMappingURL=edit_location.js.map