@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 938 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PencilIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "pencil", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.82 4.18a3.996 3.996 0 0 0-2.846-1.177 3.997 3.997 0 0 0-2.846 1.178L3.72 14.591a.998.998 0 0 0-.263.464L2.955 20.5a.5.5 0 0 0 .544.544l5.448-.5a.995.995 0 0 0 .464-.264l10.41-10.408a4 4 0 0 0 1.177-2.846 3.997 3.997 0 0 0-1.179-2.848Zm-2.18 5.045.766-.767a2 2 0 0 0 .592-1.431c0-.546-.208-1.049-.593-1.433a1.996 1.996 0 0 0-1.43-.591c-.545 0-1.048.207-1.433.593l-.766.766 2.863 2.863ZM5.275 15.862 5 19l3.14-.275 8.085-8.086-2.863-2.863-8.086 8.086Z", clipRule: "evenodd" }) });
}
exports.default = PencilIcon;