@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialManageAccountsW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ManageAccountsW100Filled",
short_name: "ManageAccounts",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M132-262v-22q0-24 14-42.5t36-29.5q48-24 100-38t106-14q10 0 16 8t4 19q-3 13-4 26t-1 26q0 16 2 31.5t5 31.5q3 13-4 23.5T386-232H162q-13 0-21.5-8.5T132-262Zm528-26q29 0 49.5-20.5T730-358q0-29-20.5-49.5T660-428q-29 0-49.5 20.5T590-358q0 29 20.5 49.5T660-288ZM400-512q-45 0-76.5-31.5T292-620q0-45 31.5-76.5T400-728q45 0 76.5 31.5T508-620q0 45-31.5 76.5T400-512Zm250 284-3-33q-18-3-34-12t-28-23l-31 14q-4 2-7 .5t-5-4.5l-1-2q-2-3-1.5-7t3.5-6l27-19q-8-18-8-38t8-38l-26-21q-3-2-4-5.5t1-6.5l1-2q2-3 5.5-4.5t7.5.5l30 14q11-14 27.5-22.5T647-455l3-33q0-4 3-6.5t7-2.5h2q4 0 7 2.5t3 6.5l2 33q18 3 34.5 11.5T736-421l30-14q4-2 7-.5t5 4.5l2 2q2 3 1 6.5t-4 5.5l-26 21q8 18 8 38t-8 38l27 19q3 2 3.5 6t-1.5 7l-1 2q-2 3-5 4.5t-7-.5l-31-14q-12 14-28 23t-34 12l-2 33q0 4-3 6.5t-7 2.5h-2q-4 0-7-2.5t-3-6.5Z"
}));
});
IconMaterialManageAccountsW100Filled.displayName = 'OnesyIconMaterialManageAccountsW100Filled';
export default IconMaterialManageAccountsW100Filled;