react-icons-kit
Version:
React Icons Kit using various Svg Icon set
17 lines (16 loc) • 419 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.pencil2 = void 0;
var pencil2 = {
"viewBox": "0 0 16 16",
"children": [{
"name": "path",
"attribs": {
"fill": "#000000",
"d": "M6 10l2-1 7-7-1-1-7 7-1 2zM4.52 13.548c-0.494-1.043-1.026-1.574-2.069-2.069l1.548-4.262 2-1.217 6-6h-3l-6 6-3 10 10-3 6-6v-3l-6 6-1.217 2z"
}
}]
};
exports.pencil2 = pencil2;
;