iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 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 Desktop = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M17.653 15.434h-4.44v2.22h1.11v1.111H5.44v-1.11h1.11v-2.221h-4.44A1.11 1.11 0 0 1 1 14.324V2.11C1 1.497 1.497 1 2.11 1h15.543c.614 0 1.11.497 1.11 1.11v12.213a1.11 1.11 0 0 1-1.11 1.11zm-9.992 2.22h4.441v-2.22h-4.44v2.22zm9.992-14.989a.555.555 0 0 0-.555-.555H2.665a.555.555 0 0 0-.555.555v8.328h15.543V2.665zm0 9.438H2.11v1.666c0 .306.249.554.555.554h14.433a.555.555 0 0 0 .555-.554v-1.666z", fill: "#000", fillRule: "evenodd" }));
exports.default = Desktop;