UNPKG

@vector-im/compound-design-tokens

Version:
21 lines 677 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function HomeIcon(props, ref) { return /*#__PURE__*/_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__*/_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"; export default forwardRef(HomeIcon);