UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 738 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 Home = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.433 10.993v7.772h-4.44V14.88a.555.555 0 0 0-.556-.555h-1.11a.555.555 0 0 0-.555.555v3.886H4.33v-7.772H1L9.882 1l8.882 9.993h-3.33zM3.22 9.883h2.221v7.772h2.22v-3.331c0-.614.497-1.111 1.11-1.111h2.221c.613 0 1.11.497 1.11 1.11v3.332h2.221V9.883h2.22L9.882 2.666 3.22 9.883z", fill: "#000", fillRule: "evenodd" })); exports.default = Home;