@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HomeSplit = /*#__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: "M26.37 5.85a3.75 3.75 0 0 0-4.74 0L8.38 16.67A3.75 3.75 0 0 0 7 19.57v19.68A3.75 3.75 0 0 0 10.75 43h26.5A3.75 3.75 0 0 0 41 39.25V19.57c0-1.12-.5-2.19-1.38-2.9L26.37 5.85Zm-1.12 7.4v2.5a1.25 1.25 0 1 1-2.5 0v-2.5a1.25 1.25 0 1 1 2.5 0ZM24 22c.69 0 1.25.56 1.25 1.25v2.5a1.25 1.25 0 1 1-2.5 0v-2.5c0-.69.56-1.25 1.25-1.25Zm1.25 11.25v2.5a1.25 1.25 0 1 1-2.5 0v-2.5a1.25 1.25 0 1 1 2.5 0Z"
}));
});
HomeSplit.displayName = 'HomeSplit';
export var HomeSplitDimensions = {
height: 48,
width: 48
};