@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDeployedCodeHistoryW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeHistoryW100Filled",
short_name: "DeployedCodeHistory",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M694-286v-94q0-6-4-10t-10-4q-6 0-10 4t-4 10v94q0 6 2 11t7 10l61 61q4 4 9.5 4.5T756-204q5-5 5-10t-5-10l-62-62ZM450-815q14-8 30-8t30 8l248 143q14 8 22 22t8 30v95q-25-11-52.5-17t-56.5-6q-18 0-35.5 2t-34.5 7l137-79q5-3 6.5-9.5T750-639q-3-4-7.5-4.5T733-642L480-496 228-642q-5-2-10-1.5t-8 4.5q-4 5-2.5 11.5t6.5 9.5l252 146v30q-26 34-40 74.5T412-281q0 37 9.5 71t26.5 64L202-288q-14-8-22-22t-8-30v-280q0-16 8-30t22-22l248-143Zm230 683q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Z"
}));
});
IconMaterialDeployedCodeHistoryW100Filled.displayName = 'AmauiIconMaterialDeployedCodeHistoryW100Filled';
export default IconMaterialDeployedCodeHistoryW100Filled;