@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.52 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialHealthAndBeautyW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HealthAndBeautyW100Filled', short_name: 'HealthAndBeauty', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialHealthAndBeautyW100Filled;
;