@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.4 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 IconMaterialDownhillSkiingFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DownhillSkiingFilled', short_name: 'DownhillSkiing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M740-40q-26 0-50.5-4T642-56L108-251q-11-5-16.5-15.5T90-289q5-12 16-17.5t23-.5l247 90 69-178-143-149q-27-28-21.5-66.5T320-669l139-80q17-10 34.5-11.5T528-755q17 6 29.5 19t18.5 31l13 43q13 43 42.5 76t70.5 50l12-36q4-12 14.5-17.5T751-591q12 4 18 15t2 23l-36 109q-74-12-131-58t-84-114l-101 58 105 120q8 8 9.5 19t-2.5 22l-80 207 124 45 84-257q14 5 28 9t29 7l-85 262 31 11q18 6 37.5 9.5T740-100q17 0 33-2t32-7q12-4 23.5 1T845-92q5 12-1 23.5T826-53q-20 6-41.5 9.5T740-40Zm-80-660q-33 0-56.5-23.5T580-780q0-33 23.5-56.5T660-860q33 0 56.5 23.5T740-780q0 33-23.5 56.5T660-700Z" }) })));
});
IconMaterialDownhillSkiingFilled.displayName = 'OnesyIconMaterialDownhillSkiingFilled';
exports.default = IconMaterialDownhillSkiingFilled;
;