@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSurgicalW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SurgicalW100",
short_name: "Surgical",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M873-213H534q-7 0-10.5-4.32t-3.5-9.5q0-5.18 3.59-9.68 3.58-4.5 10.41-4.5h339q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4ZM478-407q-9 9-21 9t-21-9l-34-34q-9-9-9-21t9-21l245-245q5-5 10-7t11-2q6 0 11 2t9.77 6.77l34.46 34.46Q728-689 730-684t2 11q0 6-2 11t-7 10L478-407Zm-21-19 248-247-37-37-247 248 36 36Zm-70 163q-25 26-58.5 38.5T260-212h-24q-8 0-17-.5t-17-2.5q-11-2-17-10.5t-6-19.5q0-7.05 2.5-13.46 2.5-6.41 7.5-11.54l128-128q9-9 21-9t21 9l46 46q7.47 6.84 11.73 15.64 4.27 8.8 4.27 18.58 0 9.78-4 18.85-4 9.07-11 15.93l-19 20Zm-151 23h24q30 0 58-11.5t49-32.5l19-19q6-6 5.5-14.5T384-333l-46-46-134 133q5 3 14.35 4.5 9.34 1.5 17.65 1.5Zm469-433-37-37 37 37ZM338-379Z"
}));
});
IconMaterialSurgicalW100.displayName = 'OnesyIconMaterialSurgicalW100';
export default IconMaterialSurgicalW100;