google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 858 B
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 AddLocationAlt = createIcon("AddLocationAlt", [
[
"path",
{
d: "M18.5 1V4H21.5V6H18.5V9H16.5V6H13.5V4H16.5V1H18.5ZM10.5 13C9.4 13 8.5 12.1 8.5 11C8.5 9.9 9.4 9 10.5 9C11.6 9 12.5 9.9 12.5 11C12.5 12.1 11.6 13 10.5 13ZM11.5 3.06V5.08C11.1692 5.02773 10.8349 5.00098 10.5 5C7.15 5 4.5 7.57 4.5 11.2C4.5 13.54 6.45 16.64 10.5 20.34C14.55 16.64 16.5 13.55 16.5 11.2V11H18.5V11.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 3C10.84 3 11.17 3.02 11.5 3.06Z",
key: "2s6pli"
}
]
]);
export { AddLocationAlt as default };
//# sourceMappingURL=add_location_alt.js.map