UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 973 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialManW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ManW100Filled", short_name: "Man", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M412-136v-228h-38q-12.75 0-21.37-8.63Q344-381.25 344-394v-204q0-24.75 17.63-42.38Q379.25-658 404-658h152q24.75 0 42.38 17.62Q616-622.75 616-598v204q0 12.75-8.62 21.37Q598.75-364 586-364h-38v228q0 12.75-8.62 21.37Q530.75-106 518-106h-76q-12.75 0-21.37-8.63Q412-123.25 412-136Zm68-594q-26.4 0-45.2-18.8Q416-767.6 416-794q0-26.4 18.8-45.2Q453.6-858 480-858q26.4 0 45.2 18.8Q544-820.4 544-794q0 26.4-18.8 45.2Q506.4-730 480-730Z" })); }); IconMaterialManW100Filled.displayName = 'OnesyIconMaterialManW100Filled'; export default IconMaterialManW100Filled;