UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 909 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTableLamp = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TableLamp", short_name: "TableLamp", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M560-120q-17 0-28.5-11.5T520-160q0-17 11.5-28.5T560-200h240q17 0 28.5 11.5T840-160q0 17-11.5 28.5T800-120H560ZM221-600h139v-160h-69l-70 160Zm459 360q-17 0-28.5-11.5T640-280v-360q0-17-11.5-28.5T600-680H440v120q0 17-11.5 28.5T400-520H160q-22 0-34-18t-3-38l95-216q10-22 29.5-35t43.5-13h69q33 0 56.5 23.5T440-760h160q50 0 85 35t35 85v360q0 17-11.5 28.5T680-240ZM221-600h139-139Z" })); }); IconMaterialTableLamp.displayName = 'OnesyIconMaterialTableLamp'; export default IconMaterialTableLamp;