@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 832 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPerson2W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Person2W100Filled",
short_name: "Person2",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M394-512q-14 0-23-10t-7-24l12-95q5-38 35-62.5t69-24.5q39 0 69 24.5t35 62.5l12 95q2 14-7 24t-23 10H394ZM212-262v-22q0-22 13.5-41.5T262-356q55-26 109.5-39T480-408q54 0 108.5 13T698-356q23 11 36.5 30.5T748-284v22q0 13-8.5 21.5T718-232H242q-13 0-21.5-8.5T212-262Z"
}));
});
IconMaterialPerson2W100Filled.displayName = 'OnesyIconMaterialPerson2W100Filled';
export default IconMaterialPerson2W100Filled;