UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialHealthAndBeautyW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "HealthAndBeautyW100", 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-380-28h84q10 0 18-5.5t12-15.5l101-280q4-11 0-22t-14-17l-131-78h-56l-131 78q-10 6-14 17t0 22l101 280q4 10 12 15.5t18 5.5Zm42-209Zm-98 197L119-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" })); }); IconMaterialHealthAndBeautyW100.displayName = 'OnesyIconMaterialHealthAndBeautyW100'; export default IconMaterialHealthAndBeautyW100;