@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialCountertops = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Countertops",
short_name: "Countertops",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M240-640h80v-80h-80v80Zm0 400h200v-240H240v240Zm280 0h200v-240H520v240Zm-280 0h480v-240H240v240Zm280-400q-17 0-28.5-11.5T480-680q0-50 35-85t85-35q50 0 85 35t35 85v120h120q17 0 28.5 11.5T880-520q0 17-11.5 28.5T840-480h-40v240q0 33-23.5 56.5T720-160H240q-33 0-56.5-23.5T160-240v-240h-40q-17 0-28.5-11.5T80-520q0-17 11.5-28.5T120-560h120q-33 0-56.5-23.5T160-640v-120q0-17 11.5-28.5T200-800h160q17 0 28.5 11.5T400-760v120q0 33-23.5 56.5T320-560h320v-120q0-17-11.5-28.5T600-720q-17 0-28.5 11.5T560-680t-11.5 28.5Q537-640 520-640Zm-280 0h80-80Z"
}));
});
IconMaterialCountertops.displayName = 'OnesyIconMaterialCountertops';
export default IconMaterialCountertops;