iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 876 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 ClipboardTextLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M166 152a6 6 0 01-6 6H96a6 6 0 010-12h64a6 6 0 016 6zm-6-38H96a6 6 0 000 12h64a6 6 0 000-12zm54-66v168a14 14 0 01-14 14H56a14 14 0 01-14-14V48a14 14 0 0114-14h37.17a45.91 45.91 0 0169.66 0H200a14 14 0 0114 14zM94 64v2h68v-2a34 34 0 00-68 0zm108-16a2 2 0 00-2-2h-29.67A45.77 45.77 0 01174 64v8a6 6 0 01-6 6H88a6 6 0 01-6-6v-8a45.77 45.77 0 013.67-18H56a2 2 0 00-2 2v168a2 2 0 002 2h144a2 2 0 002-2z" }));
exports.default = ClipboardTextLight;