@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.48 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDeployedCodeAccountW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DeployedCodeAccountW100Filled",
short_name: "DeployedCodeAccount",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M656.94-175q-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.5ZM162-232q-13 0-21.5-8.5T132-262v-22q0-26 13-43.5t37-28.5q54-26 98-38t104-14q6.33 0 11.08 2.69T403-398q3 5 4.5 10t-.5 11q-2 11.48-3 23.24-1 11.76-1 23.5 0 17.62 2 34.94 2 17.32 6 32.32 2 6 .5 11t-4.5 10q-3 5-7.34 7.5T389-232H162Zm238-280q-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-512Zm170 122 87 50 87-50-87-50-87 50Zm101 182 89-51.36V-368l-89 54v106Zm-117-51 89 52v-106l-89-53v107Z"
}));
});
IconMaterialDeployedCodeAccountW100Filled.displayName = 'OnesyIconMaterialDeployedCodeAccountW100Filled';
export default IconMaterialDeployedCodeAccountW100Filled;