react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 477 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.activity = void 0;
var activity = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polyline",
"attribs": {
"points": "22 12 18 12 15 21 9 3 6 12 2 12"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.activity = activity;
;