UNPKG

@comfortdelgro/compass-icons

Version:
17 lines (15 loc) 1.2 kB
import * as React from "react"; import { forwardRef } from "react"; const PencilOutlined = (props, ref)=>/*#__PURE__*/ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", ref: ref, ...props }, /*#__PURE__*/ React.createElement("g", { fill: "currentColor" }, /*#__PURE__*/ React.createElement("path", { d: "M29.8052 5.31395L26.6493 2.15933C25.1037 0.613685 22.6019 0.61345 21.0559 2.15927L2.45956 20.6341L1.01927 29.3643C0.862532 30.3144 1.68536 31.1374 2.6357 30.9807L11.3659 29.5404L29.842 10.944C31.3848 9.40122 31.3995 6.90817 29.8052 5.31395ZM8.06897 18.6953L18.0451 8.78387L23.216 13.9548L13.3047 23.9309V21.5078H10.4922V18.6953H8.06897ZM5.81241 27.8436L4.15638 26.1876L4.86771 21.8759L5.94583 20.8047H8.3828V23.6172H11.1953V26.0541L10.1241 27.1323L5.81241 27.8436ZM28.0186 9.12102L28.0156 9.12401L28.0126 9.127L25.1983 11.9597L20.0403 6.80165L22.873 3.98739L22.8759 3.98446L22.8788 3.98153C23.4148 3.44563 24.2838 3.43901 24.8263 3.98147L27.9818 7.13698C28.5605 7.71571 28.5641 8.5754 28.0186 9.12102Z" }))); const ForwardRef = /*#__PURE__*/ forwardRef(PencilOutlined); export default ForwardRef;