UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 708 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialChangeHistory = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChangeHistory", short_name: "ChangeHistory", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M3.8 20q-.575 0-.875-.512-.3-.513.025-1.013l8.2-13.125q.3-.475.85-.475t.85.475l8.2 13.125q.325.5.025 1.013-.3.512-.875.512Zm1.8-2h12.8L12 7.75Zm6.4-5.125Z" })); }); IconMaterialChangeHistory.displayName = 'AmauiIconMaterialChangeHistory'; export default IconMaterialChangeHistory;