UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.12 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 IconMaterialFemurFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FemurFilled', short_name: 'Femur', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M396-77q-44 0-77-27.5T278-176q-3-18-13.5-29.5T234-217q-3 0-6 .5t-5 .5q-56 11-99.5-25.5T80-335q0-42 27.5-76t72.5-42l118-21 133-191q-14-14-22-33t-8-39q0-42 28-70.5t69-28.5q26 0 44 9.5t26 15.5q9 7 20.5 10t25.5 4q8-25 25.5-44t41.5-28q44-17 85 2.5t57 61.5l51 141q17 46-4 86.5T810-524q-36 12-69 2.5T686-556h-37L494-335l21 116q11 56-25.5 99T396-77Z" }) }))); }); IconMaterialFemurFilled.displayName = 'OnesyIconMaterialFemurFilled'; exports.default = IconMaterialFemurFilled;