UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 981 B
"use strict"; 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 PageFilled = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props }, React.createElement("g", { fillRule: "evenodd" }, React.createElement("path", { d: "M5 3.99C5 2.892 5.897 2 7.006 2h9.988C18.102 2 19 2.898 19 3.99v16.02c0 1.099-.897 1.99-2.006 1.99H7.006A2.003 2.003 0 0 1 5 20.01V3.99z", fill: "currentColor" }), React.createElement("rect", { fill: "inherit", x: "8", y: "6", width: "8", height: "2", rx: "1" }), React.createElement("rect", { fill: "inherit", x: "8", y: "9", width: "8", height: "2", rx: "1" }), React.createElement("rect", { fill: "inherit", x: "8", y: "12", width: "4", height: "2", rx: "1" }))); exports.default = PageFilled;