UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 749 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 InsertPageBreak = createIcon("InsertPageBreak", [ [ "path", { d: "M18 20H6V17H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V17H18V20Z", key: "1bv883" } ], ["path", { d: "M6 4H13V9H18V11H20V8L14 2H6C4.9 2 4 2.9 4 4V11H6V4Z", key: "q8kmh7" }], ["path", { d: "M15 13H9V15H15V13Z", key: "1sgybl" }], ["path", { d: "M23 13H17V15H23V13Z", key: "1l7g24" }], ["path", { d: "M7 13H1V15H7V13Z", key: "9m9l52" }] ]); export { InsertPageBreak as default }; //# sourceMappingURL=insert_page_break.js.map