UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 782 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMan = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Man", short_name: "Man", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M400-120v-240h-40q-17 0-28.5-11.5T320-400v-200q0-33 23.5-56.5T400-680h160q33 0 56.5 23.5T640-600v200q0 17-11.5 28.5T600-360h-40v240q0 17-11.5 28.5T520-80h-80q-17 0-28.5-11.5T400-120Zm80-600q-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" })); }); IconMaterialMan.displayName = 'OnesyIconMaterialMan'; export default IconMaterialMan;