@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 821 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function FullscreenIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "fullscreen", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M14.5 3h6a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V6.414l-4.646 4.647a.5.5 0 0 1-.708 0l-.707-.707a.5.5 0 0 1 0-.708L17.586 5H14.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5ZM9.646 12.94 5 17.585V14.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-.5H6.414l4.647-4.646a.5.5 0 0 0 0-.708l-.707-.707a.5.5 0 0 0-.708 0Z" }) });
}
exports.default = FullscreenIcon;