UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 754 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMan4Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Man4Filled", short_name: "Man4", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m395-115-63-474q-5-36 19-63.5t60-27.5h138q36 0 60 27.5t19 63.5l-63 474q-2 15-13.5 25T525-80h-90q-15 0-26.5-10T395-115Zm85-605q-33 0-56.5-23.5T400-800q0-33 23.5-56.5T480-880q33 0 56.5 23.5T560-800q0 33-23.5 56.5T480-720Z" })); }); IconMaterialMan4Filled.displayName = 'OnesyIconMaterialMan4Filled'; export default IconMaterialMan4Filled;