UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.73 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNetworkIntelligenceUpdate = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NetworkIntelligenceUpdate", short_name: "NetworkIntelligenceUpdate", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M500-600v-160q0-17 11.5-28.5T540-800h97q11 0 20.5 5.5T672-779l78 139h-58l-29-58q-5-11-15-16.5t-21-5.5h-47q-8 0-14 6t-6 14q0 8 6 14t14 6h48l29 58q5 11 15 16.5t21 5.5h79l15 26q12 20-2.5 39.5T745-519q-6-1-12.5-1H720q-50 0-94.5 16T545-459q-14 11-29.5 5T500-477v-83h60q8 0 14-6t6-14q0-8-6-14t-14-6h-60Zm-80 440h-97q-11 0-20.5-5.5T288-181l-78-139h58l29 58q5 11 15 16.5t21 5.5h47q8 0 14-6t6-14q0-8-6-14t-14-6h-48l-29-58q-5-11-15-16.5t-21-5.5h-79l-57-100q-2-5-3.5-10t-1.5-10q0-4 5-20l57-100h79q11 0 21-5.5t15-16.5l29-58h48q8 0 14-6t6-14q0-8-6-14t-14-6h-47q-11 0-21 5.5T297-698l-29 58h-58l78-139q5-10 14.5-15.5T323-800h97q17 0 28.5 11.5T460-760v160h-60q-8 0-14 6t-6 14q0 8 6 14t14 6h60v120h-88l-29-58q-5-11-15-16.5t-21-5.5h-67q-8 0-14 6t-6 14q0 8 6 14t14 6h68l29 58q5 11 15 16.5t21 5.5h87v56q-10 24-15 50t-5 54q0 17 1.5 34t6.5 34q-5 5-12.5 8.5T420-160Zm280-36-58-58q-6-6-14-6t-14 6q-6 6-6 14t6 14l92 92q6 6 14 6t14-6l92-92q6-6 6-14t-6-14q-6-6-14-6t-14 6l-58 58v-144q0-8-6-14t-14-6q-8 0-14 6t-6 14v144Zm20 156q-83 0-141.5-58.5T520-240q0-83 58.5-141.5T720-440q83 0 141.5 58.5T920-240q0 83-58.5 141.5T720-40Z" })); }); IconMaterialNetworkIntelligenceUpdate.displayName = 'OnesyIconMaterialNetworkIntelligenceUpdate'; export default IconMaterialNetworkIntelligenceUpdate;