react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 481 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_first_page = void 0;
var ic_first_page = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M24 24H0V0h24v24z",
"fill": "none"
},
"children": []
}]
};
exports.ic_first_page = ic_first_page;
;