UNPKG

google-material-icons

Version:

A google material icon library package for React applications

36 lines (32 loc) 925 B
/** * @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: "M15 10.68V10L8 5L1 10V20H6V14H10V20H11.68C11.25 19.09 11 18.08 11 17C11 14.21 12.64 11.81 15 10.68Z", key: "rz60vu" } ], [ "path", { d: "M23 12.11V2H10V3.97L17 8.97V10.08C17.33 10.03 17.66 10 18 10C19.96 10 21.73 10.81 23 12.11ZM17 6H19V8H17V6Z", key: "1lcnw8" } ], [ "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