@vector-im/compound-design-tokens
Version:
Compound design tokens
19 lines • 619 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function WindowsIcon(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: "M12.589 2.4H21.6v9.011h-9.011zM2.4 12.588h9.011v9.011H2.4zM2.4 2.4h9.011v9.011H2.4zm10.189 10.188H21.6v9.011h-9.011z"
})
});
}
;
WindowsIcon.displayName = "WindowsIcon";
module.exports = React.forwardRef(WindowsIcon);