react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 576 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_clear_outline = void 0;
var ic_format_clear_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M20 8V5H6.39l3 3h1.83l-.55 1.28 2.09 2.1L14.21 8zM3.41 4.86L2 6.27l6.97 6.97L6.5 19h3l1.57-3.66L16.73 21l1.41-1.41z"
},
"children": []
}]
};
exports.ic_format_clear_outline = ic_format_clear_outline;
;