UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function SignoutIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "signout icon", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M14 5v4h2V4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5h-2v4H6V5h8Zm4.031 2.658-.685.7a.5.5 0 0 0 0 .699L19.25 11H10.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h8.75l-1.904 1.943a.5.5 0 0 0 0 .7l.693.707a.5.5 0 0 0 .707-.008l3.911-3.992a.5.5 0 0 0 0-.7l-3.919-4a.5.5 0 0 0-.707.008Z", clipRule: "evenodd" }) }); } exports.default = SignoutIcon;