UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWorkHistoryW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WorkHistoryW100", short_name: "WorkHistory", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M160-200v-440 440Zm32 28q-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 9h296q6 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-92Zm14-154v-94q0-6-4-10t-10-4q-6 0-10 4t-4 10v94q0 6 2 11t7 10l61 61q4 4 9.5 4.5T796-164q5-5 5-10t-5-10l-62-62Z" })); }); IconMaterialWorkHistoryW100.displayName = 'OnesyIconMaterialWorkHistoryW100'; export default IconMaterialWorkHistoryW100;