react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 359 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ic_tag = void 0;
var ic_tag = {
"viewBox": "0 0 24 24",
"children": [{
"name": "path",
"attribs": {
"d": "M20 10V8h-4V4h-2v4h-4V4H8v4H4v2h4v4H4v2h4v4h2v-4h4v4h2v-4h4v-2h-4v-4h4zm-6 4h-4v-4h4v4z"
},
"children": []
}]
};
exports.ic_tag = ic_tag;
;