@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 934 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Home = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M21.6 5.86a3.78 3.78 0 0 1 4.8 0L39.56 16.6c.9.73 1.43 1.85 1.43 3.03V39.1a3.86 3.86 0 0 1-3.82 3.9h-5.1a3.86 3.86 0 0 1-3.82-3.89v-9.36c0-.72-.57-1.3-1.27-1.3h-5.96c-.7 0-1.27.58-1.27 1.3v9.36A3.86 3.86 0 0 1 15.93 43h-5.1A3.86 3.86 0 0 1 7 39.11V19.63c0-1.18.53-2.3 1.43-3.03L21.61 5.86z"
}));
});
Home.displayName = 'Home';
export var HomeDimensions = {
height: 48,
width: 48
};