@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.55 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDeployedCodeUpdateW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeUpdateW100Filled",
short_name: "DeployedCodeUpdate",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m706-168-52-52q-4-4-9.5-4.5T634-220q-5 5-5 10t5 10l65 65q5 5 10.13 7 5.14 2 11 2 5.87 0 10.87-2 5-2 10-7l65-65q4-4 4.5-9.5T806-220q-5-5-10-5t-10.34 5.34L734-168v-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.8v130ZM479.8-473q8.2 0 15.79-2.18 7.58-2.18 14.41-5.82l235-136q5.09-2.73 6.55-8.37 1.45-5.63-1.38-10.69-2.84-5.05-8.5-6.5Q736-644 731-641L480-496 229-641q-5-3-10.67-1.56-5.66 1.45-8.5 6.5-2.83 5.06-1.26 10.69 1.56 5.64 6.43 8.37l235 136q6.71 3.64 14.16 5.82T479.8-473ZM172-340v-280q0-16 7.88-29.79Q187.75-663.57 202-672l248-143q8-5 14.95-6.5 6.95-1.5 15-1.5t15.55 1.5Q503-820 510-815l248 143q14.25 8.43 22.13 22.21Q788-636 788-620v134q0 13-10 21t-24 6q-8-2-16.59-2H720q-102.74 0-175.37 72.63Q472-315.74 472-213v14.64q0 6.79 1 12.5 2 17.86-12 28.36t-29 2.5L202-288q-14.25-8.43-22.12-22.21Q172-324 172-340ZM720-65q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105T720-65Z"
}));
});
IconMaterialDeployedCodeUpdateW100Filled.displayName = 'OnesyIconMaterialDeployedCodeUpdateW100Filled';
export default IconMaterialDeployedCodeUpdateW100Filled;