UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 2 kB
"use strict"; 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 IconMaterialHandBonesW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HandBonesW100Filled', short_name: 'HandBones', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M266-342q-4 2-7.5.5T253-347l-21-56q-2-6-2-11.5t5-7.5q9-4 16.5 3t11.5 17l16 43q2 4 .5 7.5T274-346l-8 4Zm188 209q-14 0-26-5.5T408-154L290-292q-4-5-4-10.5t5-9.5q5-4 10.5-4t9.5 5l95 112v-72q0-4 1-7.5t3-7.5l-43-125q-2-5 .5-10.5t7.5-7.5q5-2 10.5 1t7.5 8l42 119h61v-136q0-6 4-10t10-4q6 0 10 4t4 10v136h53l23-99q2-6 6.5-9.5T617-411q6 2 9.5 6.5T628-394l-21 93h37q3 0 6 .5t5 1.5l16-43q2-5 7.5-8t10.5-1q5 2 7.5 8t.5 11l-23 62v107q0 13-8.5 21.5T644-133H454ZM344-663q-4 1-7-2t-4-7l-7-63q-1-6 2.5-10.5t9.5-5.5q6-1 10.5 3t5.5 10l7 63q1 4-2 7t-7 4l-8 1Zm19 172q-4 1-7-1.5t-4-6.5l-10-86q-1-6 2.5-10.5t9.5-5.5q6-1 10.5 3t5.5 10l10 82q1 5-1.5 8t-7.5 4l-8 3Zm143-22q-5 0-7.5-2.5T496-523v-84q0-6 4-10t10-4q6 0 10 4t4 10v84q0 5-2.5 7.5T514-513h-8Zm0-170q-5 0-7.5-2.5T496-693v-84q0-6 4-10t10-4q6 0 10 4t4 10v84q0 5-2.5 7.5T514-683h-8Zm129 213-9-3q-5-1-7.5-4t-1.5-8l10-84q1-6 5.5-9.5T643-581q5 1 9 5.5t3 9.5l-9 88q-1 4-4 6.5t-7 1.5Zm20-169-9-1q-4-1-7-4t-2-7l7-64q1-6 5.5-9.5T660-727q5 1 9 5.5t3 9.5l-6 64q-1 4-4 7t-7 2Zm58 232-6-2q-4-2-6-5.5t-1-7.5l10-40q2-6 7-9t10-1q5 2 8.5 6.5t1.5 9.5l-11 42q-1 4-5 6.5t-8 .5Zm42-121-7-1q-4-1-6-5t-1-8l12-46q2-8 5.5-14.5T769-607q9 2 11 11t-1 19l-11 42q-1 4-5 6t-8 1Z" }) }))); }); IconMaterialHandBonesW100Filled.displayName = 'OnesyIconMaterialHandBonesW100Filled'; exports.default = IconMaterialHandBonesW100Filled;