UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 894 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 Home2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.45 4.903a.75.75 0 00-.9 0l-6.5 4.875a.75.75 0 00-.3.6V18.5c0 .414.336.75.75.75H9V17a3 3 0 016 0v2.25h3.5a.75.75 0 00.75-.75v-8.122a.75.75 0 00-.3-.6l-6.5-4.875zm-1.8-1.2c.8-.6 1.9-.6 2.7 0l6.5 4.875c.567.425.9 1.092.9 1.8V18.5a2.25 2.25 0 01-2.25 2.25h-4.25a.75.75 0 01-.75-.75v-3a1.5 1.5 0 00-3 0v3a.75.75 0 01-.75.75H5.5a2.25 2.25 0 01-2.25-2.25v-8.122c0-.708.333-1.375.9-1.8l6.5-4.875z", fill: "#323544" })); exports.default = Home2;