UNPKG

@metamask/design-system-react

Version:
7 lines 431 B
import * as React from "react"; import { forwardRef } from "react"; const SvgHomeFilled = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", ref: ref, ...props }, React.createElement("path", { d: "M4 20.886v-12l8-6 8 6v12h-6v-7h-4v7z" })); const ForwardRef = forwardRef(SvgHomeFilled); export default ForwardRef; //# sourceMappingURL=HomeFilled.mjs.map