iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.13 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 Printer = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.155 7.791V6.623a2.25 2.25 0 00-.684-1.616l-1.157-1.122a2.25 2.25 0 00-1.566-.634H8.095a2.25 2.25 0 00-2.25 2.25v2.29H5.5a2.25 2.25 0 00-2.25 2.25v3.918a2.25 2.25 0 002.25 2.25h.344V18.5a2.25 2.25 0 002.25 2.25h7.81a2.25 2.25 0 002.25-2.25v-2.29h.345a2.25 2.25 0 002.25-2.25V10.04a2.25 2.25 0 00-2.25-2.25h-.344zm-10.06-3.04h6.653a.75.75 0 01.522.211l1.157 1.122a.75.75 0 01.228.539V7.79h-9.31v-2.29a.75.75 0 01.75-.75zm-2.251 9.195v.764H5.5a.75.75 0 01-.75-.75V10.04a.75.75 0 01.75-.75h13a.75.75 0 01.75.75v3.918a.75.75 0 01-.75.75h-.346v-.763a.75.75 0 00-.75-.75H6.594a.75.75 0 00-.75.75zm1.5.75h9.31V18.5a.75.75 0 01-.75.75h-7.81a.75.75 0 01-.75-.75v-3.804z", fill: "#323544" }));
exports.default = Printer;