UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 737 B
"use strict"; 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 ClipboardBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 28h-34.53a51.88 51.88 0 00-74.94 0H56a20 20 0 00-20 20v168a20 20 0 0020 20h144a20 20 0 0020-20V48a20 20 0 00-20-20zm-44.29 32h-55.42a28 28 0 0155.42 0zM196 212H60V52h17.41A52.13 52.13 0 0076 64v8a12 12 0 0012 12h80a12 12 0 0012-12v-8a52.13 52.13 0 00-1.41-12H196z" })); exports.default = ClipboardBold;