google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 546 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 AddLocation = createIcon("AddLocation", [
[
"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 2ZM16 10H13V13H11V10H8V8H11V5H13V8H16V10Z",
key: "ki7tgj"
}
]
]);
export { AddLocation as default };
//# sourceMappingURL=add_location.js.map