iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 ClipboardLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 34h-37.17a45.91 45.91 0 00-69.66 0H56a14 14 0 00-14 14v168a14 14 0 0014 14h144a14 14 0 0014-14V48a14 14 0 00-14-14zm-72-4a34 34 0 0134 34v2H94v-2a34 34 0 0134-34zm74 186a2 2 0 01-2 2H56a2 2 0 01-2-2V48a2 2 0 012-2h29.67A45.77 45.77 0 0082 64v8a6 6 0 006 6h80a6 6 0 006-6v-8a45.77 45.77 0 00-3.67-18H200a2 2 0 012 2z" }));
exports.default = ClipboardLight;