react-icons-kit
Version: 
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 499 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.clipboard = void 0;
var clipboard = {
  "viewBox": "0 0 8 8",
  "children": [{
    "name": "path",
    "attribs": {
      "d": "M3.5 0c-.28 0-.5.22-.5.5v.5h-.75c-.14 0-.25.11-.25.25v.75h3v-.75c0-.14-.11-.25-.25-.25h-.75v-.5c0-.28-.22-.5-.5-.5zm-3.25 1c-.14 0-.25.11-.25.25v6.5c0 .14.11.25.25.25h6.5c.14 0 .25-.11.25-.25v-6.5c0-.14-.11-.25-.25-.25h-.75v2h-5v-2h-.75z"
    }
  }]
};
exports.clipboard = clipboard;