iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 823 B
JavaScript
;
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-home", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12.707 2.293l9 9c.63.63.184 1.707-.707 1.707h-1v6a3 3 0 01-3 3h-1v-7a3 3 0 00-2.824-2.995L13 12h-2a3 3 0 00-3 3v7H7a3 3 0 01-3-3v-6H3c-.89 0-1.337-1.077-.707-1.707l9-9a1 1 0 011.414 0M13 14a1 1 0 011 1v7h-4v-7a1 1 0 01.883-.993L11 14z" }));
exports.default = Home;