UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.83 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAppsOutageW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AppsOutageW100Filled", short_name: "AppsOutage", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M240-200q-16.5 0-28.25-11.75T200-240q0-16.5 11.75-28.25T240-280q16.5 0 28.25 11.75T280-240q0 16.5-11.75 28.25T240-200Zm0-240q-16.5 0-28.25-11.75T200-480q0-16.5 11.75-28.25T240-520q16.5 0 28.25 11.75T280-480q0 16.5-11.75 28.25T240-440Zm0-240q-16.5 0-28.25-11.75T200-720q0-16.5 11.75-28.25T240-760q16.5 0 28.25 11.75T280-720q0 16.5-11.75 28.25T240-680Zm240 480q-16.5 0-28.25-11.75T440-240q0-16.5 11.75-28.25T480-280q16.5 0 28.25 11.75T520-240q0 16.5-11.75 28.25T480-200Zm0-240q-16.5 0-28.25-11.75T440-480q0-16.5 11.75-28.25T480-520q16.5 0 28.25 11.75T520-480q0 16.5-11.75 28.25T480-440Zm0-240q-16.5 0-28.25-11.65t-11.75-28q0-17.35 11.51-28.85T479-760q0 20.32 1.5 39.66Q482-701 487-681q-2 1-3.58 1H480Zm267 81q-62 0-105-43t-43-105q0-62 43-105t105-43q62 0 105 43t43 105q0 62-43 105t-105 43Zm-27 399q-16.5 0-28.25-11.75T680-240q0-16.5 11.75-28.25T720-280q16.5 0 28.25 11.75T760-240q0 16.5-11.75 28.25T720-200Zm-.35-240q-16.65 0-28.15-11.75T680-480v-3.42q0-1.58 1-3.58 20 5 39.34 6.5Q739.68-479 760-479q0 15.98-11.35 27.49-11.35 11.51-29 11.51ZM747-655q8 0 13-5t5-13q0-8-5-13t-13-5q-8 0-13 5t-5 13q0 8 5 13t13 5Zm0-72q5.6 0 9.8-4.2 4.2-4.2 4.2-9.8v-80q0-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.8v80q0 5.6 4.2 9.8 4.2 4.2 9.8 4.2Z" })); }); IconMaterialAppsOutageW100Filled.displayName = 'OnesyIconMaterialAppsOutageW100Filled'; export default IconMaterialAppsOutageW100Filled;