react-icons-kit
Version:
React Icons Kit using various Svg Icon set
44 lines (43 loc) • 979 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.software_paintbrush = void 0;
var software_paintbrush = {
"viewBox": "0 0 64 64",
"children": [{
"name": "polygon",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"points": "30,42 26,46 18,38 22,34 62,1 63,2 "
},
"children": []
}, {
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "22",
"y1": "34",
"x2": "30",
"y2": "42"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M26,46c0,0-8,17-25,17c0,0,2.752-16.314,9-21\r\n\tc4-3,8-4,8-4"
},
"children": []
}]
};
exports.software_paintbrush = software_paintbrush;
;