react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 524 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_view_headline_outline = void 0;
var ic_view_headline_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M4 15h16v-2H4v2zm0 4h16v-2H4v2zm0-8h16V9H4v2zm0-6v2h16V5H4z"
},
"children": []
}]
};
exports.ic_view_headline_outline = ic_view_headline_outline;
;