UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.6 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAppsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AppsW100Filled", short_name: "Apps", 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-200Zm240 0q-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-200Zm240 0q-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-200ZM240-440q-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-440Zm240 0q-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-440Zm240 0q-16.5 0-28.25-11.75T680-480q0-16.5 11.75-28.25T720-520q16.5 0 28.25 11.75T760-480q0 16.5-11.75 28.25T720-440ZM240-680q-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 0q-16.5 0-28.25-11.75T440-720q0-16.5 11.75-28.25T480-760q16.5 0 28.25 11.75T520-720q0 16.5-11.75 28.25T480-680Zm240 0q-16.5 0-28.25-11.75T680-720q0-16.5 11.75-28.25T720-760q16.5 0 28.25 11.75T760-720q0 16.5-11.75 28.25T720-680Z" })); }); IconMaterialAppsW100Filled.displayName = 'OnesyIconMaterialAppsW100Filled'; export default IconMaterialAppsW100Filled;