@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialDeployedCodeUpdateW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeUpdateW100",
short_name: "DeployedCodeUpdate",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-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 5Zm202 556-52-52q-4-4-9.5-4.5T594-287q-5 5-5 10t4.904 9.904l75.192 75.192Q674-187 680.182-187T691-192l75-75q4-4 4.5-9.5T766-287q-5-5-10-5t-10.344 5.344L694-235v-130q0-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.8v130Zm14 103q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Z"
}));
});
IconMaterialDeployedCodeUpdateW100.displayName = 'AmauiIconMaterialDeployedCodeUpdateW100';
export default IconMaterialDeployedCodeUpdateW100;