react-icons-kit
Version:
React Icons Kit using various Svg Icon set
16 lines (15 loc) • 508 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.twoHorizontal = void 0;
var twoHorizontal = {
"viewBox": "0 0 20 20",
"children": [{
"name": "path",
"attribs": {
"d": "M14.001,7.8C12.786,7.8,11.8,8.785,11.8,10s0.986,2.2,2.201,2.2c1.215,0,2.199-0.985,2.199-2.2S15.216,7.8,14.001,7.8z\r\n\t M6.001,7.8C4.786,7.8,3.8,8.785,3.8,10s0.986,2.2,2.201,2.2C7.216,12.2,8.2,11.214,8.2,10S7.216,7.8,6.001,7.8z"
}
}]
};
exports.twoHorizontal = twoHorizontal;
;