@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 973 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function WindowsIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", "aria-label": "windows icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M17.5 3.917A.917.917 0 0 0 16.583 3H1.917A.917.917 0 0 0 1 3.917v11c0 .506.41.916.917.916h14.666c.507 0 .917-.41.917-.916v-11Zm-1.833 2.75h-5.5V4.833h5.5v1.834ZM6.5 4.833v1.834h1.833V4.833H6.5ZM4.667 6.667H2.833V4.833h1.834v1.834ZM2.833 8.5V14h12.83l.003-5.5H2.833Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M18.417 10.333V8.5h3.666c.507 0 .917.41.917.917v11c0 .506-.41.916-.917.916H7.417a.917.917 0 0 1-.917-.916V16.75h1.833v2.75h12.83l.003-5.5h-2.75v-1.833h2.75v-1.834h-2.75Z" })] });
}
exports.default = WindowsIcon;