UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 815 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function InteractiveIcon(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": "interactive icon", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M19.975 10.054H22V5a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h9.049v-2.02H3.997V5.997h15.977v4.057Z" }), (0, jsx_runtime_1.jsx)("path", { d: "m20.528 14.295-1.874.937 3.199 3.199a.503.503 0 0 1 0 .71l-.711.712a.503.503 0 0 1-.71 0l-3.2-3.2-.937 1.875a.503.503 0 0 1-.911-.027l-3.343-7.8a.503.503 0 0 1 .66-.66l7.8 3.343a.503.503 0 0 1 .027.911Z" })] }); } exports.default = InteractiveIcon;