@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 925 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHouseSidingFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HouseSidingFilled",
short_name: "HouseSiding",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M280-240v80q0 17-11.5 28.5T240-120q-17 0-28.5-11.5T200-160v-366l-80 61q-14 10-30 8.5T64-472q-10-14-8-30t16-26l359-275q11-8 23.5-12t25.5-4q13 0 25.5 4t23.5 12l359 275q13 10 15.5 26t-7.5 30q-10 14-26 15.5t-30-8.5l-80-61v366q0 17-11.5 28.5T720-120q-17 0-28.5-11.5T680-160v-80H280Zm0-240h400v-80H280v80Zm0 160h400v-80H280v80Zm70-320h260l-130-99-130 99Z"
}));
});
IconMaterialHouseSidingFilled.displayName = 'OnesyIconMaterialHouseSidingFilled';
export default IconMaterialHouseSidingFilled;