google-material-icons
Version:
A google material icon library package for React applications
34 lines (30 loc) • 964 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 AddHomeWork = createIcon("AddHomeWork", [
[
"path",
{
d: "M11 13H5V18H3V11.03L8 7.46L13 11.03V12.11C13.57 11.52 14.25 11.04 15 10.69V10L8 5L1 10V20H7V15H9V20H11.68C11.25 19.09 11 18.08 11 17V13Z",
key: "1c2xjv"
}
],
["path", { d: "M19 6H17V8H19V6Z", key: "10bok7" }],
[
"path",
{ d: "M23 12.11V2H10V3.97L12 5.4V4H21V10.68C21.75 11.04 22.43 11.52 23 12.11Z", key: "7090ub" }
],
[
"path",
{
d: "M23 17C23 14.24 20.76 12 18 12C15.24 12 13 14.24 13 17C13 19.76 15.24 22 18 22C20.76 22 23 19.76 23 17ZM17.5 20V17.5H15V16.5H17.5V14H18.5V16.5H21V17.5H18.5V20H17.5Z",
key: "1nv1sv"
}
]
]);
export { AddHomeWork as default };
//# sourceMappingURL=add_home_work.js.map