@evg-b/evg-icons
Version:
material icons
20 lines (17 loc) • 639 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var HomeWork = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.17 5.7L1 10.48V21h5v-8h4v8h5V10.25z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17 7h2v2h-2z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M10 3v1.51l2 1.33L13.73 7H15v.85l2 1.34V11h2v2h-2v2h2v2h-2v4h6V3H10zm9 6h-2V7h2v2z"
})),
name: 'HomeWork'
});
export default HomeWork;