react-icons-kit
Version:
React Icons Kit using various Svg Icon set
19 lines (18 loc) • 472 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.kebabHorizontal = void 0;
var kebabHorizontal = {
"viewBox": "0 0 13 16",
"children": [{
"name": "path",
"attribs": {
"fill-rule": "evenodd",
"d": "M1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z"
},
"children": []
}],
"attribs": {}
};
exports.kebabHorizontal = kebabHorizontal;
;