UNPKG

@vector-im/compound-design-tokens

Version:
21 lines 1.06 kB
var _reactJsxRuntime = require("react/jsx-runtime"); var React = require("react"); function ShareScreenIcon(props, ref) { return /*#__PURE__*/_reactJsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24", ref: ref, ...props, children: [/*#__PURE__*/_reactJsxRuntime.jsx("path", { d: "M1.288 20.713Q1.575 21 2 21h20q.424 0 .712-.288A.97.97 0 0 0 23 20a.97.97 0 0 0-.288-.712A.97.97 0 0 0 22 19H2a.97.97 0 0 0-.712.288A.97.97 0 0 0 1 20q0 .424.288.712M12.707 7.293a1 1 0 0 0-1.414 0l-2.5 2.5a1 1 0 0 0 1.414 1.414l.793-.793V13a1 1 0 1 0 2 0v-2.586l.793.793a1 1 0 0 0 1.414-1.414z" }), /*#__PURE__*/_reactJsxRuntime.jsx("path", { d: "M2.588 17.413Q3.175 18 4 18h16q.824 0 1.413-.587Q22 16.825 22 16V5q0-.824-.587-1.412A1.93 1.93 0 0 0 20 3H4q-.824 0-1.412.587A1.93 1.93 0 0 0 2 5v11q0 .824.587 1.413M20 5v11H4V5z" })] }); } ; ShareScreenIcon.displayName = "ShareScreenIcon"; module.exports = React.forwardRef(ShareScreenIcon);