@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.52 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialAccountChildW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AccountChildW100Filled",
short_name: "AccountChild",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M479.68-828q72.32 0 135.82 27.5T726-726q47 47 74.5 110.38Q828-552.24 828-479.68q0 71.68-27.5 135.18T726-234q-47 47-110.38 74.5Q552.24-132 479.68-132q-71.68 0-135.04-27.34-63.36-27.34-110.66-74.64t-74.64-110.66Q132-408 132-479.68q0-72.56 27.5-135.94Q187-679 234-726q47-47 110.61-74.5T479.68-828ZM416-640q0 27 18.5 45.5T480-576q27 0 45.5-18.5T544-640q0-27-18.5-45.5T480-704q-27 0-45.5 18.5T416-640Zm63.85 96q-52.85 0-98.35 17.5Q336-509 336-463.65v127.3q0 45.35 45.72 62.85 45.71 17.5 98.65 17.5 13.63 0 22.63-9.2 9-9.2 9-22.8 0-13.6-9.2-22.8-9.2-9.2-22.8-9.2-17 1-32.33-2.5Q432.33-326 417-333q-8-3-10.5-11t2.5-15q13.87-14.17 32.64-19.58Q460.41-384 480-384q29 0 54.5 8.5T560-342v35q0 9.6 6.74 16.8 6.74 7.2 16.26 7.2 19 0 30-16.5t11-36.5v-127.56q0-45.44-45.65-62.94-45.64-17.5-98.5-17.5Zm.01 144q-16.86 0-28.36-11.64t-11.5-28.5q0-16.86 11.64-28.36t28.5-11.5q16.86 0 28.36 11.64t11.5 28.5q0 16.86-11.64 28.36t-28.5 11.5Z"
}));
});
IconMaterialAccountChildW100Filled.displayName = 'OnesyIconMaterialAccountChildW100Filled';
export default IconMaterialAccountChildW100Filled;