react-icons-kit
Version:
React Icons Kit using various Svg Icon set
48 lines (47 loc) • 1.04 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.basic_hammer = void 0;
var basic_hammer = {
"viewBox": "0 0 64 64",
"children": [{
"name": "line",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"x1": "22",
"y1": "20",
"x2": "41",
"y2": "39"
},
"children": []
}, {
"name": "rect",
"attribs": {
"x": "46.257",
"y": "35.065",
"transform": "matrix(-0.7071 0.7071 -0.7071 -0.7071 120.5036 47.0858)",
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"width": "8.485",
"height": "26.87"
},
"children": []
}, {
"name": "path",
"attribs": {
"fill": "none",
"stroke": "#000000",
"stroke-width": "2",
"stroke-miterlimit": "10",
"d": "M1,19L17,3c6,6,13,1,13,1l4,4L12,30L1,19z"
},
"children": []
}]
};
exports.basic_hammer = basic_hammer;
;