UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 540 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const HomeFill = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fill: "#212121", d: "M8.385 18v-5.647h3.692V18h4.615v-7.53h2.77L10.23 2 1 10.47h2.77V18z", fillRule: "evenodd" })); exports.default = HomeFill;