react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 581 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_file_copy_outline = void 0;
var ic_file_copy_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zM8 21V7h6v5h5v9H8z"
},
"children": []
}]
};
exports.ic_file_copy_outline = ic_file_copy_outline;
;