UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 790 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HomeIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "home", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "m21 13.417.989.988a.5.5 0 0 0 .707 0l.707-.708a.5.5 0 0 0 0-.707L12.353 1.954a.5.5 0 0 0-.707 0L.61 12.99a.5.5 0 0 0 0 .707l.707.707a.5.5 0 0 0 .707 0L3 13.428v7.573a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a2 2 0 1 1 4 0v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-7.584ZM5 11.428l7-7 7 6.991v8.582h-3v-3a4 4 0 1 0-8 0v3H5v-8.573Z", clipRule: "evenodd" }) }); } exports.default = HomeIcon;