react-icons-kit
Version:
React Icons Kit using various Svg Icon set
35 lines (34 loc) • 689 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.clipboard = void 0;
var clipboard = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "8",
"y": "2",
"width": "8",
"height": "4",
"rx": "1",
"ry": "1"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.clipboard = clipboard;