UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 621 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function ScreenshareIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "screenshare", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2 18a1 1 0 0 0 1 1h2.172l2-2H4V7h16v10h-3.172l2 2H21a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12Zm10-3-6 6h12l-6-6Z", clipRule: "evenodd" }) }); } exports.default = ScreenshareIcon;