google-material-icons
Version:
A google material icon library package for React applications
20 lines (16 loc) • 554 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 MapsHomeWork = createIcon("MapsHomeWork", [
["path", { d: "M1 11V21H6V15H10V21H15V11L8 6L1 11Z", key: "lbjdya" }],
[
"path",
{ d: "M10 3V4.97L17 9.97V11H19V13H17V15H19V17H17V21H23V3H10ZM19 9H17V7H19V9Z", key: "13rebp" }
]
]);
export { MapsHomeWork as default };
//# sourceMappingURL=maps_home_work.js.map