iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 950 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 Print = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.209 15.434h-3.886v3.33H5.44v-3.33H1.555A.555.555 0 0 1 1 14.878V4.886c0-.306.249-.555.555-.555H18.21c.306 0 .555.249.555.555v9.992a.555.555 0 0 1-.555.556zM6.55 17.654h6.662v-5.55H6.55v5.55zM17.653 5.997a.555.555 0 0 0-.555-.555H2.665a.555.555 0 0 0-.555.555v7.772c0 .307.249.556.555.556h2.776v-3.331h8.882v3.33h2.775a.555.555 0 0 0 .555-.555V5.996zM6.551 7.662v-1.11h2.221v2.221h-2.22v-1.11zm-3.33 0v-1.11h2.22v2.221H3.22v-1.11zm9.991-5.552H6.551v2.22H5.44V1h8.881v3.33h-1.11V2.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Print;