UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.39 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialNoAccountsW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NoAccountsW100', short_name: 'NoAccounts', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialNoAccountsW100;