@vector-im/compound-design-tokens
Version:
Compound design tokens
21 lines • 715 B
JavaScript
var _reactJsxRuntime = require("react/jsx-runtime");
var React = require("react");
function HomeIcon(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", {
fillRule: "evenodd",
d: "M16 11v8h3V9.177l-7-3.889-7 3.889V19h3v-8zm-6 10H5a2 2 0 0 1-2-2V9.177a2 2 0 0 1 1.029-1.748l7-3.89a2 2 0 0 1 1.942 0l7 3.89A2 2 0 0 1 21 9.177V19a2 2 0 0 1-2 2h-5v-8h-4z",
clipRule: "evenodd"
})
});
}
;
HomeIcon.displayName = "HomeIcon";
module.exports = React.forwardRef(HomeIcon);