UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 684 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialChangeHistory = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChangeHistory", short_name: "ChangeHistory", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M152-160q-23 0-35-20.5t1-40.5l328-525q12-19 34-19t34 19l328 525q13 20 1 40.5T808-160H152Zm72-80h512L480-650 224-240Zm256-205Z" })); }); IconMaterialChangeHistory.displayName = 'OnesyIconMaterialChangeHistory'; export default IconMaterialChangeHistory;