UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 768 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 HousePlus = (props) => React.createElement("svg", { className: "lucide lucide-house-plus", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M13.22 2.416a2 2 0 00-2.511.057l-7 5.999A2 2 0 003 10v9a2 2 0 002 2h14a2 2 0 002-2v-7.354" }), React.createElement("path", { d: "M15 21v-8a1 1 0 00-1-1h-4a1 1 0 00-1 1v8M15 6h6M18 3v6" })); exports.default = HousePlus;