UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 625 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 DynamicForm = createIcon("DynamicForm", [ [ "path", { d: "M17 20V11H15V4H22L20 9H22L17 20ZM15 13V20H4C2.9 20 2 19.1 2 18V15C2 13.9 2.9 13 4 13H15ZM6.25 15.75H4.75V17.25H6.25V15.75ZM13 4V11H4C2.9 11 2 10.1 2 9V6C2 4.9 2.9 4 4 4H13ZM6.25 6.75H4.75V8.25H6.25V6.75Z", key: "1yquza" } ] ]); export { DynamicForm as default }; //# sourceMappingURL=dynamic_form.js.map