UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.15 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNoAccountsW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NoAccountsW100", short_name: "NoAccounts", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M578-520 421-677q11-8 26-12.5t35-4.5q47 0 79.5 33t32.5 81q0 17-5 34.5T578-520ZM252-256q54-38 108-58t120-20q56 0 101.5 14.5T654-290L478-466q-48-3-78.5-33T367-577L246-698q-38 41-62 95.5T160-480q0 69 25 124t67 100Zm466-10q34-41 58-93.5T800-480q0-133-93.5-226.5T480-800q-63 0-117.5 22T266-718l452 452ZM480-132q-73 0-136.5-27T233-233q-47-47-74-110.5T132-480q0-73 27-136.5T233-727q47-47 110.5-74T480-828q73 0 136.5 27T727-727q47 47 74 110.5T828-480q0 73-27 136.5T727-233q-47 47-110.5 74T480-132Zm0-28q57 0 112-21.5t96-54.5q-39-32-97-51t-111-19q-53 0-108.5 17.5T272-236q41 33 96 54.5T480-160Zm0-73Z" })); }); IconMaterialNoAccountsW100.displayName = 'OnesyIconMaterialNoAccountsW100'; export default IconMaterialNoAccountsW100;