react-icons-kit
Version:
React Icons Kit using various Svg Icon set
24 lines (23 loc) • 480 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.filter = void 0;
var filter = {
"viewBox": "0 0 24 24",
"children": [{
"name": "polygon",
"attribs": {
"points": "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"
},
"children": []
}],
"attribs": {
"fill": "none",
"stroke": "currentColor",
"stroke-width": "2",
"stroke-linecap": "round",
"stroke-linejoin": "round"
}
};
exports.filter = filter;
;