UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 788 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMan2 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Man2", short_name: "Man2", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M420-120v-240h-60q-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-60v240q0 17-11.5 28.5T500-80h-40q-17 0-28.5-11.5T420-120Zm60-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" })); }); IconMaterialMan2.displayName = 'OnesyIconMaterialMan2'; export default IconMaterialMan2;