@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.64 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSupervisedUserCircleW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SupervisedUserCircleW100",
short_name: "SupervisedUserCircle",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M438-162q44-74 109-103t113-29q20 0 37.5 2.5T732-284q27-33 47.5-84.5T800-480q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 54 16.5 101.5T220-292q37-23 73.5-32.5T371-334q23 0 45 3.5t33 6.5q-8 6-14 11t-13 12q-6-2-21.5-3.5T371-306q-35.03 0-69.52 9Q267-288 238-270q39 45 91 72t109 36Zm42.17 30q-72.17 0-135.73-27.39-63.56-27.39-110.57-74.35-47.02-46.96-74.44-110.43Q132-407.65 132-479.83q0-72.17 27.39-135.73 27.39-63.56 74.35-110.57 46.96-47.02 110.43-74.44Q407.65-828 479.83-828q72.17 0 135.73 27.39 63.56 27.39 110.57 74.35 47.02 46.96 74.44 110.43Q828-552.35 828-480.17q0 72.17-27.39 135.73-27.39 63.56-74.35 110.57-46.96 47.02-110.43 74.44Q552.35-132 480.17-132ZM380-446q-48 0-81-33t-33-81q0-48 33-81t81-33q48 0 81 33t33 81q0 48-33 81t-81 33Zm0-28q35 0 60.5-25.5T466-560q0-35-25.5-60.5T380-646q-35 0-60.5 25.5T294-560q0 35 25.5 60.5T380-474Zm280 88q-39.48 0-66.74-27.26Q566-440.52 566-480q0-39.48 27.26-66.74Q620.52-574 660-574q39.48 0 66.74 27.26Q754-519.48 754-480q0 39.48-27.26 66.74Q699.48-386 660-386Zm-180-94Z"
}));
});
IconMaterialSupervisedUserCircleW100.displayName = 'OnesyIconMaterialSupervisedUserCircleW100';
export default IconMaterialSupervisedUserCircleW100;