@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function FullscreenExitIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "exit fullscreen", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M20.646 1.94 15 7.585V4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-3.086l5.647-5.647a.5.5 0 0 0 0-.707l-.707-.707a.5.5 0 0 0-.708 0ZM7.586 15l-5.647 5.646a.5.5 0 0 0 0 .708l.707.707a.5.5 0 0 0 .708 0L9 16.414V19.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h3.086Z" }) });
}
exports.default = FullscreenExitIcon;