iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const PageBreak1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.781 9.749a2.25 2.25 0 01-2.25-2.25v-3.28a2.25 2.25 0 012.25-2.25h7.5a2.25 2.25 0 012.25 2.25v3.28a2.25 2.25 0 01-2.25 2.25h-7.5zm-.75-2.25c0 .414.336.75.75.75h7.5a.75.75 0 00.75-.75v-3.28a.75.75 0 00-.75-.75h-7.5a.75.75 0 00-.75.75v3.28zM8.781 22.03a2.25 2.25 0 01-2.25-2.25V16.5a2.25 2.25 0 012.25-2.25h7.5a2.25 2.25 0 012.25 2.25v3.28a2.25 2.25 0 01-2.25 2.25h-7.5zm-.75-2.25c0 .415.336.75.75.75h7.5a.75.75 0 00.75-.75V16.5a.75.75 0 00-.75-.75h-7.5a.75.75 0 00-.75.75v3.28z", fill: "#323544" }),
React.createElement("path", { d: "M5.781 11.28a.75.75 0 000 1.5H7.47a.75.75 0 000-1.5H5.78zM10.844 11.28a.75.75 0 100 1.5h3.375a.75.75 0 000-1.5h-3.375zM17.594 11.28a.75.75 0 100 1.5h1.687a.75.75 0 100-1.5h-1.687z", fill: "#323544" }));
exports.default = PageBreak1;