react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 600 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_more_horiz_twotone = void 0;
var ic_more_horiz_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
},
"children": []
}]
};
exports.ic_more_horiz_twotone = ic_more_horiz_twotone;
;