UNPKG

778 BJavaScriptView Raw
1function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
3import React from 'react';
4import withIcon from '../withIcon';
5
6function IconHome(props) {
7 return React.createElement("svg", _extends({
8 viewBox: "0 0 24 24"
9 }, props), React.createElement("path", {
10 d: "M9.998 19.328v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87l-8.36-7.53c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87h1.7v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z"
11 }));
12}
13
14export default withIcon('IconHome')(IconHome);
\No newline at end of file