@icongo/cg
Version:
css.gg Icons
17 lines • 605 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGSmartHomeBoiler = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M5 5a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v16h-3.856l.742 2h-2l-.742-2h-2l.742 2h-2l-.742-2H5V5Zm4-2h6a2 2 0 0 1 2 2v2H7V5a2 2 0 0 1 2-2ZM7 9h10v10H7V9Z",
clipRule: "evenodd"
})
}));
export { CGSmartHomeBoiler };