@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDeployedCodeHistoryW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeHistoryW100",
short_name: "DeployedCodeHistory",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M694-285.579V-380q0-5.6-4.2-9.8-4.2-4.2-9.8-4.2-5.6 0-9.8 4.2-4.2 4.2-4.2 9.8v94q0 5.565 2 10.783Q670-270 675-265l61 61q4 4 9.5 4.5T756-204q5-5 5-10t-5-10l-62-61.579ZM480-494Zm-30-321q14.328-8 30.164-8Q496-823 510-815l248 143q14.25 8.426 22.125 22.213T788-620v94q-7-3-13.5-5.5T760-536v-90l-151 87q-44 12-80.5 37T466-442v-30L200-626v286q0 8 4 15t12 12l211 123q4 11 9 21.5t11 21.5L202-288q-14.25-8.426-22.125-22.213T172-340v-280q0-16 7.875-29.787Q187.75-663.574 202-672l248-143Zm14 24L217-648l263 152 263-152-247-143q-8-5-16-5t-16 5Zm216 659q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Z"
}));
});
IconMaterialDeployedCodeHistoryW100.displayName = 'AmauiIconMaterialDeployedCodeHistoryW100';
export default IconMaterialDeployedCodeHistoryW100;