react-icons-kit
Version:
React Icons Kit using various Svg Icon set
40 lines (39 loc) • 989 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_category_twotone = void 0;
var ic_category_twotone = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M0 0h24v24H0V0z",
"fill": "none"
},
"children": []
}, {
"name": "circle",
"attribs": {
"cx": "17.5",
"cy": "17.5",
"opacity": ".3",
"r": "2.5"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M5 15.5h4v4H5zm7-9.66L10.07 9h3.86z",
"opacity": ".3"
},
"children": []
}, {
"name": "path",
"attribs": {
"d": "M12 2l-5.5 9h11L12 2zm0 3.84L13.93 9h-3.87L12 5.84zM17.5 13c-2.49 0-4.5 2.01-4.5 4.5s2.01 4.5 4.5 4.5 4.5-2.01 4.5-4.5-2.01-4.5-4.5-4.5zm0 7c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5zM11 13.5H3v8h8v-8zm-2 6H5v-4h4v4z"
},
"children": []
}]
};
exports.ic_category_twotone = ic_category_twotone;
;