react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 562 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_format_indent_decrease = void 0;
var ic_format_indent_decrease = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M11 17h10v-2H11v2zm-8-5l4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z"
},
"children": []
}]
};
exports.ic_format_indent_decrease = ic_format_indent_decrease;
;