@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.29 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialHealthAndBeautyW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "HealthAndBeautyW100Filled",
short_name: "HealthAndBeauty",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M656-132q-5.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-4h146v-120H656q-5.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-4h146v-120H656q-5.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-4h146v-120H656q-5.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-4h146v-120H656q-5.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-4h142q26 0 43 17t17 43v500q0 26-17 43t-43 17H656Zm-436-40L119-451q-8-20-.66-40.35T145-523l145-87v-190q0-11 8.5-19.5T318-828q11 0 19.5 8.5T346-800v190l145 87q19.32 11.3 26.66 31.65Q525-471 517-451L416-172q-7 18-21.99 29-15 11-34.01 11h-84q-19.01 0-34.01-11Q227-154 220-172Z"
}));
});
IconMaterialHealthAndBeautyW100Filled.displayName = 'OnesyIconMaterialHealthAndBeautyW100Filled';
export default IconMaterialHealthAndBeautyW100Filled;