iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 783 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 ClipboardThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 36h-38.08a44 44 0 00-67.84 0H56a12 12 0 00-12 12v168a12 12 0 0012 12h144a12 12 0 0012-12V48a12 12 0 00-12-12zm-72-8a36 36 0 0136 36v4H92v-4a36 36 0 0136-36zm76 188a4 4 0 01-4 4H56a4 4 0 01-4-4V48a4 4 0 014-4h32.83A43.71 43.71 0 0084 64v8a4 4 0 004 4h80a4 4 0 004-4v-8a43.71 43.71 0 00-4.83-20H200a4 4 0 014 4z" }));
exports.default = ClipboardThin;