react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 552 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_create = void 0;
var ic_create = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34c-.39-.39-1.02-.39-1.41 0l-1.83 1.83 3.75 3.75 1.83-1.83z"
},
"children": []
}]
};
exports.ic_create = ic_create;
;