@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.29 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 IconMaterialFootBonesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FootBonesW100', short_name: 'FootBones', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M167-181q-26.4 0-45.2-18.8Q103-218.6 103-245v-40q0-26.4 18.8-45.2Q140.6-349 167-349q26.4 0 45.2 18.8Q231-311.4 231-285v40q0 26.4-18.8 45.2Q193.4-181 167-181Zm675 11h-57q-8 0-12-5.7t-2-13.3l9-32q2-5 7-8.5t10-2.5l49 7q11 2 17.5 9t6.5 17.5q0 12-8.5 20.25T842-170Zm-149-15-105-35q-6-2.21-9-8.11-3-5.89 0-11.89l26-59q3-6 9-8t12 1l88 51q5 2 6.5 6.5t.5 9.5l-9 43q-2 7-7 10t-12 1Zm-186-70-74-19q-10-2-16.5-10.1T410-303v-37q0-17 5-33.5t17-27.5q5-5 12.5-5t14.5 4l89 49q5.25 2.95 7.13 8.47Q557-339 555-334l-31 71q-2.22 5.09-7.02 7.55-4.81 2.45-9.98.45Zm-203-35q-5 0-9.55-4.5-4.54-4.5-5.45-11.5-7-48-43.49-76T160-410h-20q-5 0-7.5-2.5T130-420q0-5 2.5-7.5t7.5-2.5h36q19.29 0 36.64-5Q230-440 247-449q5.68-3 12.5-3t12.5 3q20 10 39 14.5t41 4.5q9.27 0 13.14 8 3.86 8-.14 16-8 15-11.5 32t-3.5 34v35q0 6-4.45 10.5t-10.39 4.5H304ZM177-492q-30.43 0-50.71-21Q106-534 106-563.45q0-13.64 5-26.57T126-613l60-59v-74q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v64q0 10.67-4.5 20.33Q205-652 197-644l-50 52q-6 6-9.5 13.69-3.5 7.68-3.5 15.37 0 17.94 12.65 30.44Q159.29-520 177-520q11 0 34-15 11-9 23.08-15 12.09-6 26-6 13.92 0 26.56 5.83Q299.28-544.33 310-535q8 6 16 10.5t17 4.5q17.71 0 30.35-12.75Q386-545.5 386-563.35q0-7.65-3-15.15t-9-13.5l-52-52q-8-8-12-17.67-4-9.66-4-20.33v-64q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v74l60 59q10 10.29 15 23.16 5 12.87 5 26.84 0 29-20.29 50-20.28 21-50.71 21-16 0-28.5-6T291-514q-7-5-14.5-9.5T260-528q-8 0-32 14-11 9-24 15.5t-27 6.5Zm83-268Z" }) })));
});
IconMaterialFootBonesW100.displayName = 'OnesyIconMaterialFootBonesW100';
exports.default = IconMaterialFootBonesW100;
;