google-material-icons
Version:
A google material icon library package for React applications
20 lines (16 loc) • 741 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 InsertPageBreak = createIcon("InsertPageBreak", [
["path", { d: "M4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V17H4V20Z", key: "hgwa0t" }],
["path", { d: "M20 8L14 2H6C4.9 2 4.01 2.9 4.01 4V11H20V8ZM13 9V3.5L18.5 9H13Z", key: "1dpwz4" }],
["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