iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 810 B
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 Screen = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", ...props },
React.createElement("g", { fill: "currentColor", fillRule: "evenodd" },
React.createElement("path", { d: "M3 6.009C3 4.899 3.893 4 4.995 4h14.01C20.107 4 21 4.902 21 6.009v7.982c0 1.11-.893 2.009-1.995 2.009H4.995A2.004 2.004 0 0 1 3 13.991V6.01zM5 14h14V6H5v8z", fillRule: "nonzero" }),
React.createElement("path", { d: "M10 17h4v3h-4zm-1 3.5a.5.5 0 0 1 .491-.5h5.018a.5.5 0 0 1 .491.5v.5H9v-.5z" })));
exports.default = Screen;