react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 508 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_expand_less_outline = void 0;
var ic_expand_less_outline = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 8l-6 6 1.41 1.41L12 10.83l4.59 4.58L18 14l-6-6z"
},
"children": []
}]
};
exports.ic_expand_less_outline = ic_expand_less_outline;
;