@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.6 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDeployedCodeAccountW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeAccountW100",
short_name: "DeployedCodeAccount",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M132-262v-22q0-26 13-43.5t37-28.5q57-28 105-40t113-12h5q5.74 0 9.87 3.97 4.13 3.96 4.13 10.51 0 5.52-4.13 9.52t-9.87 4h-5q-66 0-114 12.5T196-332q-21 11-28.5 22t-7.5 26v24h245q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H162q-13 0-21.5-8.5T132-262Zm524.94 87q-5.94 0-11.85-1.33-5.92-1.34-11.09-4.67l-86-50q-10.62-6.12-16.31-16.44Q526-257.76 526-270v-99q0-12.24 5.69-22.56Q537.38-401.88 548-408l86-50q5.21-3.33 11.15-4.67 5.95-1.33 11.9-1.33t11.4 1.67q5.46 1.66 10.55 4.33l86 50q10.73 6.12 16.87 16.44Q788-381.24 788-369v99q0 12.24-6.13 22.56Q775.73-237.12 765-231l-85.98 50.14Q674-178 668.44-176.5q-5.57 1.5-11.5 1.5ZM400-512q-44.55 0-76.27-31.72Q292-575.45 292-620t31.73-76.28Q355.45-728 400-728t76.27 31.72Q508-664.55 508-620t-31.73 76.28Q444.55-512 400-512Zm0-28q33 0 56.5-23.5T480-620q0-33-23.5-56.5T400-700q-33 0-56.5 23.5T320-620q0 33 23.5 56.5T400-540Zm0-80Zm5 360Zm165-130 87 50 87-50-87-50-87 50Zm101 182 89-51.36V-368l-89 54v106Zm-117-51 89 52v-106l-89-53v107Z"
}));
});
IconMaterialDeployedCodeAccountW100.displayName = 'OnesyIconMaterialDeployedCodeAccountW100';
export default IconMaterialDeployedCodeAccountW100;