iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 866 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 Clipboard = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M2.5 18.765V3.221h3.886V2.11H8.05c0-.614.497-1.111 1.11-1.111h2.22c.614 0 1.111.497 1.111 1.11h1.665v1.11h3.886v15.545H2.5zM13.047 3.22h-1.665v-.554a.555.555 0 0 0-.555-.555h-1.11a.555.555 0 0 0-.555.555v.554H7.496v2.221h5.551v-2.22zm3.886 1.11h-2.776v2.221H6.386v-2.22H3.61v13.323h13.323V4.331zm-2.22 5.553H5.83v-1.11h8.882v1.11zm0 2.22H5.83v-1.11h8.882v1.11zm-3.331 2.22H5.83v-1.11h5.55v1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Clipboard;