google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 623 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 ZoomInMap = createIcon("ZoomInMap", [
[
"path",
{
d: "M9 9V3H7V5.59L3.91 2.5L2.5 3.91L5.59 7H3V9H9ZM21 9V7H18.41L21.5 3.91L20.09 2.5L17 5.59V3H15V9H21ZM3 15V17H5.59L2.5 20.09L3.91 21.5L7 18.41V21H9V15H3ZM15 15V21H17V18.41L20.09 21.5L21.5 20.09L18.41 17H21V15H15Z",
key: "o8aytl"
}
]
]);
export { ZoomInMap as default };
//# sourceMappingURL=zoom_in_map.js.map