@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.24 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHealthAndSafetyW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HealthAndSafetyW100",
short_name: "HealthAndSafety",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M446-466v85q0 6.37 4.31 10.69Q454.63-366 461-366h38q7 0 11-4.31 4-4.32 4-10.69v-85h85q7 0 11-4.31 4-4.32 4-10.69v-38q0-7-4-11t-11-4h-85v-85q0-7-4-11t-11-4h-38q-6.37 0-10.69 4-4.31 4-4.31 11v85h-85q-6.37 0-10.69 4-4.31 4-4.31 11v38q0 6.37 4.31 10.69Q354.63-466 361-466h85Zm34 327q-5 0-11-1t-11.02-3Q345-188 278.5-291.5 212-395 212-516v-166q0-19.26 10.88-34.66Q233.75-732.07 251-739l208-77q11-4 21-4t21 4l208 77q17.25 6.93 28.13 22.34Q748-701.26 748-682v166q0 121-66.5 224.5T502.02-143q-5.02 2-11.02 3t-11 1Zm0-25q104-33 172-132t68-220v-167q0-10-5.5-18T699-713l-208-77q-5-2-11-2t-11 2l-208 77q-10 4-15.5 12t-5.5 18v167q0 121 68 220t172 132Zm0-314Z"
}));
});
IconMaterialHealthAndSafetyW100.displayName = 'OnesyIconMaterialHealthAndSafetyW100';
export default IconMaterialHealthAndSafetyW100;