google-material-icons
Version:
A google material icon library package for React applications
26 lines (22 loc) • 734 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 HomeWork = createIcon("HomeWork", [
[
"path",
{
d: "M1 11V21H7V16H9V21H15V11L8 6L1 11ZM13 19H11V14H5V19H3V12.03L8 8.46L13 12.03V19Z",
key: "fem80"
}
],
["path", { d: "M19 7H17V9H19V7Z", key: "1kil0h" }],
["path", { d: "M19 11H17V13H19V11Z", key: "k3tcdz" }],
["path", { d: "M19 15H17V17H19V15Z", key: "1u0egk" }],
["path", { d: "M10 3V4.97L12 6.4V5H21V19H17V21H23V3H10Z", key: "1rybpu" }]
]);
export { HomeWork as default };
//# sourceMappingURL=home_work.js.map