@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 520 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var HouseSiding = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M19,12h3L12,3L2,12h3v8h2v-2h10v2h2V12z M7.21,10h9.58L17,10.19V12H7v-1.81L7.21,10z M14.57,8H9.43L12,5.69L14.57,8z M7,16 v-2h10v2H7z"
})),
name: 'HouseSiding'
});
export default HouseSiding;