UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNetworkManageW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NetworkManageW100Filled", short_name: "NetworkManage", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M240-360q-6-6-5-15t8-15q49-43 110-66.5T480-480q20 0 39 2t39 7q8 2 13 9t3 15q-2 8-9 12.5t-15 2.5q-17-4-34.5-6t-35.5-2q-58 0-111.5 20T271-362q-7 6-16 7t-15-5Zm240-360q114 0 219 41.5T887-560q7 6 8 15t-5 15q-7 7-16 5t-17-9q-78-70-174.5-108T480-680q-106 0-202.5 38T103-534q-8 7-17 9t-16-5q-6-6-5-15t8-15q83-77 188-118.5T480-720Zm209 588q-26-5-42-14t-30-26l-16 7q-5 2-9.5 1t-7.5-5l-1-3q-3-5-3-9.5t5-8.5l12-10q-8-24-8-46t8-46l-12-10q-4-3-5-8t2-10l3-3q3-4 7-5t9 1l16 7q14-18 30-26.5t42-13.5l1-15q1-5 5-9t9-4h2q5 0 9 4t5 9l1 15q26 5 42 13.5t30 26.5l16-7q5-2 9.5-1t7.5 5l1 3q3 5 3 9.5t-5 8.5l-12 10q8 24 8 46t-8 46l12 10q4 3 5 8t-2 10l-3 3q-3 4-7 5t-9-1l-16-7q-14 17-30 26t-42 14l-1 15q-1 5-5 9t-9 4h-2q-5 0-9-4t-5-9l-1-15Zm16-202q-36 0-62 26t-26 62q0 36 26 62t62 26q36 0 62-26t26-62q0-36-26-62t-62-26ZM430-183q0-20 11.5-34.5T471-232q4 0 6.5 3t2.5 7v79q0 4-2 7t-6 3q-19 0-30.5-15T430-183Z" })); }); IconMaterialNetworkManageW100Filled.displayName = 'OnesyIconMaterialNetworkManageW100Filled'; export default IconMaterialNetworkManageW100Filled;