@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialAccountChildInvertW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "AccountChildInvertW100Filled",
short_name: "AccountChildInvert",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-802q39 0 67.5 28.5T576-706q0 39-28.5 67.5T480-610q-39 0-67.5-28.5T384-706q0-39 28.5-67.5T480-802Zm.145 224q37.145 0 73.5 9T619-545q30 16 48.5 36.361Q686-488.277 686-464v184.482q0 13.518-6.133 26.858Q673.733-239.319 663-228q-11.162 11.083-25.912 20.583-14.75 9.5-33.088 17.417v-71.591q0-30.227-41.731-49.318Q520.538-330 480-330q-39 0-76.5 16T358-272q32 14 68 17t71 3q4 0 7.5-.5t7.5-.5v82q-5.367 1-11.117 1H489q-28.744 0-65.872-5T352.5-193q-33.5-13-56-34T274-280v-184q0-24.277 18.5-44.639Q311-529 340-545q29-15 66-24t74.145-9ZM480-386q26.4 0 45.2-18.8Q544-423.6 544-450q0-26.4-18.8-45.2Q506.4-514 480-514q-26.4 0-45.2 18.8Q416-476.4 416-450q0 26.4 18.8 45.2Q453.6-386 480-386Z"
}));
});
IconMaterialAccountChildInvertW100Filled.displayName = 'AmauiIconMaterialAccountChildInvertW100Filled';
export default IconMaterialAccountChildInvertW100Filled;