iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 933 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 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M16.186 3.75A2.25 2.25 0 0013.992 2h-3.937A2.25 2.25 0 007.86 3.75H6.773A2.25 2.25 0 004.523 6v13.75A2.25 2.25 0 006.773 22h10.5a2.25 2.25 0 002.25-2.25V6a2.25 2.25 0 00-2.25-2.25h-1.087zm-6.881.5a.75.75 0 01.75-.75h3.937a.75.75 0 01.75.75v.469a.75.75 0 01-.75.75h-3.937a.75.75 0 01-.75-.75V4.25zm-1.437 1a2.25 2.25 0 002.187 1.719h3.937A2.25 2.25 0 0016.18 5.25h1.094a.75.75 0 01.75.75v13.75a.75.75 0 01-.75.75h-10.5a.75.75 0 01-.75-.75V6a.75.75 0 01.75-.75h1.095z", fill: "#323544" }));
exports.default = Clipboard;