UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 760 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 AddLocationAlt = createIcon("AddLocationAlt", [ [ "path", { d: "M18.5 1V4H21.5V6H18.5V9H16.5V6H13.5V4H16.5V1H18.5ZM10.5 13C11.6 13 12.5 12.1 12.5 11C12.5 9.9 11.6 9 10.5 9C9.4 9 8.5 9.9 8.5 11C8.5 12.1 9.4 13 10.5 13ZM12.5 3.25V7H15.5V10H18.42C18.47 10.39 18.5 10.79 18.5 11.2C18.5 14.52 15.83 18.45 10.5 23C5.17 18.45 2.5 14.52 2.5 11.2C2.5 6.22 6.3 3 10.5 3C11.18 3 11.85 3.08 12.5 3.25Z", key: "ovk2pp" } ] ]); export { AddLocationAlt as default }; //# sourceMappingURL=add_location_alt.js.map