react-icons-kit
Version:
React Icons Kit using various Svg Icon set
25 lines (24 loc) • 511 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_switch_left = void 0;
var ic_switch_left = {
"viewBox": "0 0 24 24",
"children": [{
"name": "rect",
"attribs": {
"fill": "none",
"height": "24",
"width": "24"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M8.5,8.62v6.76L5.12,12L8.5,8.62 M10,5l-7,7l7,7V5L10,5z M14,5v14l7-7L14,5z"
},
"children": []
}]
};
exports.ic_switch_left = ic_switch_left;
;