@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWorkUpdateW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "WorkUpdateW100",
short_name: "WorkUpdate",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M160-232v32-440 408Zm32 60q-26 0-43-17t-17-43v-376q0-26 17-43t43-17h180v-48q0-26 17-43t43-17h96q26 0 43 17t17 43v48h180q26 0 43 17t17 43v147q0 6-4 9.5t-10 3.5q-6 0-10-4t-4-10v-146q0-14-9-23t-23-9H192q-14 0-23 9t-9 23v376q0 14 9 23t23 9h289q6 0 10 4t4 10q0 6-4 10t-10 4H192Zm208-496h160v-48q0-14-9-23t-23-9h-96q-14 0-23 9t-9 23v48ZM720-92q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-92Zm-14-103-52-52q-4-4-9.5-4.5T634-247q-5 5-5 10t5 10l65 65q9 9 21 9t21-9l65-65q4-4 4.5-9.5T806-247q-5-5-10-5t-10 5l-52 52v-130q0-6-4-10t-10-4q-6 0-10 4t-4 10v130Z"
}));
});
IconMaterialWorkUpdateW100.displayName = 'OnesyIconMaterialWorkUpdateW100';
export default IconMaterialWorkUpdateW100;