iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 852 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 ClipboardTextBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M172 164a12 12 0 01-12 12H96a12 12 0 010-24h64a12 12 0 0112 12zm-12-52H96a12 12 0 000 24h64a12 12 0 000-24zm60-64v168a20 20 0 01-20 20H56a20 20 0 01-20-20V48a20 20 0 0120-20h34.53a51.88 51.88 0 0174.94 0H200a20 20 0 0120 20zM100.29 60h55.42a28 28 0 00-55.42 0zM196 52h-17.41A52.13 52.13 0 01180 64v8a12 12 0 01-12 12H88a12 12 0 01-12-12v-8a52.13 52.13 0 011.41-12H60v160h136z" }));
exports.default = ClipboardTextBold;