UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.58 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialAppRegistrationW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AppRegistrationW100Filled", short_name: "AppRegistration", 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 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-680ZM480-440q-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-440Zm52 210v-36q0-5.57 2-10.78 2-5.22 7-10.22l202-201q5-4 9.89-6 4.89-2 9.78-2 5.33 0 10.65 2 5.33 2 9.68 6l37 38q4 5 6 10t2 10q0 5-1.5 10t-6.5 10L619-209q-5 5-10.22 7-5.21 2-10.78 2h-36q-12.75 0-21.37-8.63Q532-217.25 532-230Zm231-162 37-38-37-38-38 38 38 38Z" })); }); IconMaterialAppRegistrationW100Filled.displayName = 'OnesyIconMaterialAppRegistrationW100Filled'; export default IconMaterialAppRegistrationW100Filled;