@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 724 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function ExitFullScreenIcon(props, ref) {
return /*#__PURE__*/_reactJsxRuntime.jsx("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: "M10 20a1 1 0 1 1-2 0v-4H4a1 1 0 1 1 0-2h6zm10-6a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-6zM9 3a1 1 0 0 1 1 1v6H4a1 1 0 0 1 0-2h4V4a1 1 0 0 1 1-1m6 0a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-6V4a1 1 0 0 1 1-1"
})
});
}
;
ExitFullScreenIcon.displayName = "ExitFullScreenIcon";
module.exports = React.forwardRef(ExitFullScreenIcon);