UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 484 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var AddLocation = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0V0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M12 2C8.14 2 5 5.14 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.86-3.14-7-7-7zm4 8h-3v3h-2v-3H8V8h3V5h2v3h3v2z" })), name: 'AddLocation' }); export default AddLocation;